@charset "UTF-8";
/* CSS Document */

body {
	background-color:#9fc5c8;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#666666;
}
.header {
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	background-image:url(../site-images/header.gif);
	background-repeat:no-repeat;
	height:96px;
	width:960px;
}
.home_link_image {
	border-width:0px; 
	margin-top:35px; 
	margin-left:45px;
}
.contentbackground {
	margin-left:auto;
	margin-right:auto;
	background-image:url(../site-images/span.gif);
	background-repeat:repeat-y;
	background-color:#fff;
	width:960px;
	height:490px;
}
.footernav {
	margin-left:auto;
	margin-right:auto;
	color:#666666;
	letter-spacing:.1em;
	background-color:#fff;
	width:960px;
	height:60px;
}
.homecontentleft {
	float:left;
	padding-left:45px;
	width:262px;
	line-height:16px;
	margin-top:27px;
	text-align:justify;
	height:399px;
	overflow:hidden;
	position:relative;
}
.contact_contentleft {
	float:left;
	padding-left:45px;
	width:347px;
	line-height:16px;
	margin-top:27px;
	text-align:justify;
}
.homecontentright {
	float:left;
	padding-left:18px;
	padding-top:27px;
}
.welcometextspan1 {
	color:#f49016;
	padding-bottom:13px;
}
.welcometextspan2 {
	color:#666666;
	padding-bottom:0px;
}

ul#navlist {
	list-style-type:none;
	padding:0;
	padding-left:45px;
	margin:0;
	display:inline;
	float:left;
}
ul#navlist li {
	display:inline;
	float:left;
	text-align:center;
	padding-right:20px;
	width:auto;
}
.credits {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
	text-align:right;
	color:#ffffff;
	font-size:11px;
	letter-spacing:.1em;
	line-height:16px;
}
a.credits:link {text-decoration:none; color:#ffffff;}
a.credits:visited {text-decoration:none; color:#ffffff;}
a.credits:hover {text-decoration:none; color:#ffffff;}

a.navlinks:link {text-decoration:none; color:#666666;}
a.navlinks:visited {text-decoration:none; color:#666666;}
a.navlinks:hover {text-decoration:none; color:#9bbdc0;}

.hiddenpic {
	display:none;
}
#imageContainerHome {
	height:400px;
	position:relative;
}

#imageContainerHome img {
	display:none;
	position:absolute;
}
.homepage_image {
	border-width:0px;
}
/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}
.contact_contentright {
	float:left;
	padding-left:35px;
	line-height:16px;
	margin-top:27px;
}
.formstyle {
	line-height:16px;	
	padding-left:150px; 
	width:500px;
	height:300px;
	padding-top:50px;
}
.report_contentbackground {
	margin-left:auto;
	margin-right:auto;
	background-image:url(../site-images/span.gif);
	background-repeat:repeat-y;
	background-color:#fff;
	width:960px;
}
	ul#directory {padding:0; margin:0; margin-bottom:25px; list-style-type:none;}
	ul#directory li {margin-bottom:5px;}
	
	ul#directory2 {padding:0; margin:0; margin-bottom:25px; list-style-type:none;}
	ul#directory2 li {margin-bottom:5px;}
	
	a.dir:link {text-decoration:none; color:#666666;}
	a.dir:visited {text-decoration:none; color:#666666;}
	a.dir:hover {text-decoration:underline; color:#f49016;}
	.about_text {
		width:245px; 
		line-height:16px; 
		margin-bottom:15px; 
		font-family:Verdana, Geneva, sans-serif;
	}
.upload {
	border:solid; 
	border-width:1px; 
	background-color:#e6f0f0; 
	padding-left:15px; 
	padding-bottom:15px;
	margin-bottom:15px;
}
	a.bio_links:link {text-decoration:underline; color:#f49016;}
	a.bio_links:visited {text-decoration:underline; color:#f49016;}
	a.bio_links:hover {text-decoration:underline; color:#f49016;}

#press {
	float:left;
	padding-left:45px;
	width:347px;
	line-height:16px;
	margin-top:27px;
	text-align:justify;
}
#press_right {
	float:left;
	margin-top:23px;
	width:620px;
	padding-left:35px;
	height:450px;
	overflow:auto;
}
#press a:link {text-decoration:none; color:#f49016;}
#press a:visited {text-decoration:none; color:#f49016;}
#press a:hover {text-decoration:underline; color:#f49016;}
