/* CSS Document */
html, body{ 
margin:0; 
padding:0; 
text-align:center; 
background-color:#fff;
font-size:13px;
font-family: georgia, serif;
line-height:140%;
} 

img {
border:none;
}

h1, h2, h3, h4, h5, h6, p, div, form {
margin:0px;
padding:0;
}
 
body a {
color: #333;
text-decoration:underline;
}

body a:hover {
color: #53a653;
text-decoration:none;
}

#content {
width:688px;
margin-left:35px;
padding:20px;
}

#content p {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
line-height:170%;
margin-bottom:15px;
}

#content h4 {
font-size: 16px; 
color: #295024; 
font-weight: bold;	
font-family:Georgia, "Times New Roman", Times, serif;
}

.bio {
clear:both;
display:inline-block;
padding-bottom:10px;
margin-top:10px;
border-bottom:1px dotted #ccc;
}

.bio .left {
width:134px;
margin-right:15px;
float:left;
}

.bio .right {
width:500px;
float:left;
}

.bio p {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
line-height:150%;
margin-bottom:15px;	
}

.maincolbg_cap {
width: 800px;
height: 9px;
background-repeat: none;
background-image: url(images/maincolbg_cap.jpg);
background-position: top center;
}
#maincol {
width: 800px;
background-image: url(images/maincolbg.jpg);
background-repeat: repeat-y;
background-position: center top;
}
.maincolbg_end {
width: 800px;
height: 9px;
background-repeat: none;
background-image: url(images/maincolbg_end.jpg);
background-position: bottom center;
}

#pagewidth{ 
width:800px; 
text-align:left;  
margin-left:auto; 
margin-right:auto;  
background: url(images/pagewidth_bg.jpg) #fff top left;
} 

#header{
position:relative; 
height:149px; 
background-image: url(images/header.jpg);
width:100%;
} 

.contact_info {
font-size: 100%;
text-align: right;
padding: 175px 70px 0 0;
}

#footer{ 
background-color:#fff; 
width:800px;
clear:both;
height:27px;
} 

/* *** Float containers fix:
http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

/*printer styles*/ 
@media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

#navcontainer {
background-image: url(images/linkbg.jpg);
width: 800px;
height: 49px;
margin: 0;
padding: 0;
}

#navlist
{
width: 730px;
margin: 0;
padding: 17px 0 20px 90px;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 14px;
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #999;
font-variant:small-caps;
font-size: 90%;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
padding-bottom: 2px;
background: transparent;
color: #333;
}

#navlist a:hover { color: #000; }

.style1 {
font-weight: bold;
font-size: 17px;
color: 3333;
}

#lightbox{
	background-color:#666;
	padding: 10px;
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
	color: #fff;
	font-family: verdana, sans-serif;
	}
#lightboxDetails{
	font-size: 1em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }
#overlay{ background-image: url(includes/overlay.png); }
* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="includes/overlay.png", sizingMethod="scale");
	}

