/* http://meyerweb.com/eric/tools/css/reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* end reset styles */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8125em;
	color: #464646;	
	background: #252525 url(../images/wrapper_bkgrd.gif) repeat-y left top;
}


/* links 
- - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

a:link, a:visited {
	text-decoration: underline;
	color: #8a6b0c;
}
a:hover {
	color: #464646;
}
a img {
	border: none;
}

/* headings 
- - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

h2 {
	font-size: 1.85em;
	font-weight: normal;
	margin-bottom: 20px;
}
h4 {
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 20px;
	color: #faf6ec;
	letter-spacing: 1px;
	border-bottom: 1px solid #c1b89f;
}
h5 {
	color: #347285;
	border-bottom: 1px solid #93b0ba;
	margin-bottom: 5px;
}
h3 {	
	margin-bottom: 10px;
	font-size: 1.15em;
}
strong {
	font-weight: bold;
}


/* page structure 
- - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

#wrapper {	
	width: 1024px;
	margin: 0px;
	padding: 0;
	position: relative;
	background-color: #f3ecd7;
}
#container {
	background-image: url(../images/wrapper_bkgrd.gif);
	background-repeat: repeat-y;
	position: relative;
	width: 100%;
	float: left;
}

/* header styles 
- - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

#header {
	background-image: url(../images/header_home.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 261px;
	margin: 0;
	padding: 0;
	position: relative;
}
#header.testing {
	background-image: url(../images/header_testing.jpg);
}
#header.about {
	background-image: url(../images/header_about.jpg);
}
#header.contact {
	background-image: url(../images/header_contact.jpg);
}
#header.forms {
	background-image: url(../images/header_forms.jpg);
}
#header.investigations {
	background-image: url(../images/header_investigations.jpg);
}
#header img {
	float: left;
}
#header p {
	color: #fcfcfc;
	font-size: 1.25em;
	font-style: italic;
	line-height: 1.5em;
	padding-top: 35px;
	margin: 0 35px 0 720px;
}
#header img.learn {
	margin: 20px 0 0 575px;
}

/* page structure 
- - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

#container {
	background-image: url(../images/wrapper_bkgrd.gif);
	background-repeat: repeat-y;
	position: relative;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

/* sidebar styles 
- - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

#sidebar {
	width: 265px;
	float: left;
	color: #faf6ec;
	padding-top: 5px;
}
html>body a.login {
	padding: 5px 15px;	
}
a.login {
	color: #464646;
	text-decoration: none;
	background-image: url(../images/login_tab.gif);
	background-repeat: no-repeat;
	text-align: right;
	margin: 10px 0 0 205px;
	font-weight: bold;
	padding: 5px 10px 5px 15px;
	background-position: left top;	
}
a.login:hover {
	color: #8a6b0c;
}
#sidebar #latest {
	margin: 25px 15px 0 15px;
}
#sidebar #latest p {
	font-size: 0.85em;
	margin-bottom: 15px;
}
#sidebar #latest a {
	color: #faf6ec;
}
#sidebar #latest a:hover {
	color: #8a6b0c;
}
#sidebar #latest img {
	margin-right: 10px;
}
#sidebar #latest ul {
	font-size: 0.85em;
	line-height: 1.5em;
}
#sidebar #latest li {
	margin-bottom: 5px;
}
     /* side_nav styles 
- - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
#side_nav li {
	padding: 15px 0;
	width: 100%;
}
#side_nav1 {
	background-color: #93b0ba;
	border-top: 5px solid #f3ecd7;
	border-bottom: 5px solid #f3ecd7;
}
#side_nav2 {
	background-color: #bf9c2f;
	border-bottom: 5px solid #f3ecd7;
}
#side_nav a {
	color: #faf6ec;
	font-size: 1.5em;	
	text-decoration: none;
}
#side_nav a:hover {
	text-decoration: underline;
}
#side_nav img {
	margin-right: 5px;
}

/* main styles 
- - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

#main {
	width: 759px;
	float: left;
	margin: 0;
}

     /* main_nav styles 
- - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
#main_nav {
	float: left;
	width: 759px;
	margin: 0;
}
#main_nav li {
	float: left;
	font-size: 1.1em;
	letter-spacing: 1.25px;
	margin: 0;
}
#main_nav a {
	color: #faf6ec;
	text-decoration: none;
	display: block;
	height: 29px;
	text-align: center;
	float: left;
	margin: 0;
}
#main_nav1 a {
	background-image: url(../images/main_nav_1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 97px;
}
#main_nav1 a:hover, #main_nav1 a.selected {
	background-image: url(../images/main_nav_1alt.png);
}
#main_nav2 a {
	background-image: url(../images/main_nav_2.gif);
	background-repeat: no-repeat;
	width: 245px;
}
#main_nav2 a:hover, #main_nav2 a.selected {
	background-image: url(../images/main_nav_2alt.png);
}
#main_nav3 a {
	background-image: url(../images/main_nav_3.gif);
	background-repeat: no-repeat;
	width: 162px;
}
#main_nav3 a:hover, #main_nav3 a.selected {
	background-image: url(../images/main_nav_3alt.png);
}
#main_nav4 a {
	background-image: url(../images/main_nav_4.gif);
	background-repeat: no-repeat;
	width: 90px;
}
#main_nav4 a:hover, #main_nav4 a.selected {
	background-image: url(../images/main_nav_4alt.png);
}
#main_nav5 a {
	background-image: url(../images/main_nav_5.gif);
	background-repeat: no-repeat;
	width: 165px;
}
#main_nav5 a:hover, #main_nav5 a.selected {
	background-image: url(../images/main_nav_5alt.png);
}

     /* mainContent styles 
- - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
#mainContent {
	margin: 60px 40px 35px 30px;
}
#mainContent p {
	line-height: 1.5em;
	margin-bottom: 15px;
}
#mainContent p.label {
	width: 200px;
}
#forms img {
	padding-right: 10px;
}
#forms a img {
	text-decoration: none;
}
#forms ul {
	font-size: 0.85em;
	line-height: 1.5em;
}
#forms li {
	margin-bottom: 5px;
}
table td {
	vertical-align: top;
	padding: 0 0 20px 0;
}
iframe {
	border: 1px solid #8a6b0c;
	margin-top: 5px;
}

     /* footer styles 
- - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
#footer {
	color: #897c54;
	font-size: 0.8em;
	margin-top: 0;
	margin-right: 40px;
	margin-bottom: 25px;
	margin-left: 30px;
	padding-top: 15px;
	line-height: 1.5em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c1b89f;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	color: #897c54;
	font-size: 0.85em;
	text-decoration: none;
	display: inline;
	height: 29px;
	text-align: left;	
	float: none;
	font-size: 1em;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer p {
	font-size: 0.9em;	
}
/* miscellaneous classes
- - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.bold-italic {
	font-weight: bold;
	font-style: italic;
}
.blue {
	color: #93b0ba;
}
.blue2 {
	color: #347285;
}
ul.bullet {
	list-style: disc inside;
	margin-right: 50px;
	margin-bottom: 15px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .group { /* IE6 */
	height: 1%;
}
*:first-child+html .group { /* IE7 */
	min-height: 1px;
}