﻿@charset "utf-8";
/* CSS Document */


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#FF9966;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size:12px;
}


 #container { 
	width: 1000px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #322307;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
 #header { 
	background: url(../images/headerImage.jpg) #f2f2f2;
	height:119px; 
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


 #sidebar1 {
	float: left; 
	width: 12em; /* since this element is floated, a width must be given */
	background: #a67c52; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
	font-size:11px;
}
 #sidebar1 h3,  #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}


 #mainContent {
 
	margin: 0 1.5em 0 13em;/* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 
 #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#704214;
} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	border-top:1px solid #704214;
    line-height:17px;
}

#headshot{
margin-left:17px;
margin-bottom:5px;
margin-top:5px;
height:118px;
width:90px;
background:url(../images/DrWright.jpg) no-repeat; 
border:5px solid #fff;

}

#conferenceschedule{
margin-top:10px;
margin-bottom:10px;
}

#location{


width:   300px;  
padding: 0;  
margin:  0; 
float:right; 
font-size:12px;
color:#333333; 
padding:3px;
padding-left:20px;
border-left:1px solid #704214;
line-height:17px;

}

#popouptext{
margin-top:3px; 
margin-left:10px;
color:#000000;
float:left; 
font-size:11px;
padding:3px;
padding-right:10px;
text-align:left;
line-height:20px;

}
location ul{
list-style:upper-roman;

}
#locationTitle_right{
font:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#5a7f9d;
font-weight:bold;
float:left;
text-align:left;

}
#locationTitle{
font:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#a67c52;
font-weight:bold;

text-align:left;

}



/*------------------------------------------------------------panelSlider------------------------------------------------*/
.pics {  
    height:  250px;  
    width:   350px;  
    padding: 0;  
    margin:  0; 
	float:right; 
	margin-right:50px;
} 
 
.pics img {  
    padding: 15px;  
    border:  1px solid #ccc;  
    background-color: #eee;  
    width:  300px; 
    height: 200px; 
} 

/*-----------------------------------------------------schedule popups--------------------------------------------------*/
#overlay
{
background-color:#000000;
display:none;
height:100%;
left:0px;
filter:alpha(opacity=20);
-moz-opacity:0.20; 
opacity:0.20; 
-khtml-opacity:0.20; 
padding:5px;
position:fixed;
top:0px;
width:100%;
z-index:99;
}
#whiteArea
{

background:#FFFFFF;
float:left;
width:400px;
height:80%;
margin:5px auto;

}
#closeHolder
{
	
}
#closeWindow
{
	float:right;
	width:100px;
	height:20px;
	border: 1px solid #666666;
	color:#666;
	font-size:13px;
	cursor:pointer;
	background:url(../images/shade.gif) repeat ;
	margin-top:3px;
	margin-bottom:3px;
	margin-right:3px;
}
#DonnJohnson
{
	display:none;
	width:400px;
	height:300px;
	border:2px solid #999;
	font-size:12px;
	background:#a67c52;
	color:#333;
	top:300px;
	left:300px;
	position:absolute;
	z-index:100;
	

}

#BurtParis
{
	display:none;
	width:400px;
	height:300px;
	border:2px solid #999;
	font-size:12px;
	background:#a67c52;
	color:#333;
	top:300px;
	left:300px;
	position:absolute;
	z-index:100;
	

}
    
  #AngelaDeSilva
	{
	display:none;
	width:400px;
	height:300px;
	border:2px solid #999;
	font-size:12px;
	background:#a67c52;
	color:#333;
	top:300px;
	left:300px;
	position:absolute;
	z-index:100;
	

}
    
    #TraciWilsonKleekamp{
	display:none;
	width:400px;
	height:300px;
	border:2px solid #999;
	font-size:12px;
	background:#a67c52;
	color:#333;
	top:300px;
	left:300px;
	position:absolute;
	z-index:100;
	

}
    
    #RuthAnnHager{
	display:none;
	width:400px;
	height:300px;
	border:2px solid #999;
	font-size:12px;
	background:#a67c52;
	color:#333;
	top:300px;
	left:300px;
	position:absolute;
	z-index:100;
	

}
    
    #MargrettDurham{
	display:none;
	width:400px;
	height:300px;
	border:2px solid #999;
	font-size:12px;
	background:#a67c52;
	color:#333;
	top:300px;
	left:300px;
	position:absolute;
	z-index:100;
	

}
    
    #JoyceLoving{
	display:none;
	width:400px;
	height:300px;
	border:2px solid #999;
	font-size:12px;
	background:#a67c52;
	color:#333;
	top:300px;
	left:300px;
	position:absolute;
	z-index:100;
	

}
    
    #DennisNorthcot{
	display:none;
	width:400px;
	height:300px;
	border:2px solid #999;
	font-size:12px;
	background:#a67c52;
	color:#333;
	top:300px;
	left:300px;
	position:absolute;
	z-index:100;
	

}
    
    #DennisNorthcot_1{
	display:none;
	width:400px;
	height:300px;
	border:2px solid #999;
	font-size:12px;
	background:#a67c52;
	color:#333;
	top:300px;
	left:300px;
	position:absolute;
	z-index:100;
	

}
    
    #KarenMiller{
	display:none;
	width:400px;
	height:300px;
	border:2px solid #999;
	font-size:12px;
	background:#a67c52;
	color:#333;
	top:300px;
	left:300px;
	position:absolute;
	z-index:100;
	

}
    
    #LaDonnaGardner{
	display:none;
	width:400px;
	height:300px;
	border:2px solid #999;
	font-size:12px;
	background:#a67c52;
	color:#333;
	top:300px;
	left:300px;
	position:absolute;
	z-index:100;
	

}
    
   #CherylNelson{
	display:none;
	width:400px;
	height:300px;
	border:2px solid #999;
	font-size:12px;
	background:#a67c52;
	color:#333;
	top:300px;
	left:300px;
	position:absolute;
	z-index:100;
	

}
    
    #MikeEverman{
	display:none;
	width:400px;
	height:300px;
	border:2px solid #999;
	font-size:12px;
	background:#a67c52;
	color:#333;
	top:300px;
	left:300px;
	position:absolute;
	z-index:100;
	

}

#CynthiaMillar{
	display:none;
	width:400px;
	height:300px;
	border:2px solid #999;
	font-size:12px;
	background:#a67c52;
	color:#333;
	top:300px;
	left:300px;
	position:absolute;
	z-index:100;
	

}

#s1
{
display:none;

}