/* ------------- "basic" styles */

body {
    margin:0;
    padding: 0;
	background-image: url(/images/bk_all.gif);
	background-repeat: repeat-x;
	background-color: white;
	color: #333;
	font-family: Lucida Grande, verdana, arial, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 150%;
	}
	


a {
	color:#3f75bc;
	text-decoration: none;
}

a:hover{
	color:#3f75bc;
	text-decoration: underline;
}

a img {
	border: none;
}





/* ------------- masthead and navigation styles */

#masthead {
	background-image: url(/images/dna.gif);
    background-repeat: repeat-x;
	text-align: center;
}



#container {
	width: 860px;
	margin: auto;
	text-align:left;
	}

#header {
	width: 860px;
	margin: auto;
	padding: 1.75em 0 10px 0;
	text-align: left;
	}



#nav {
	font-family: Georgia, Times New Roman, Times, serif;
	line-height: 26px;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	margin-top: 5px; /* changed margin: 0 */
	padding: 3px 0 0 0; /* changed 10px */
	width: 860px;
}
#nav img {
	margin-bottom: 9px;
}

#nav a {
text-transform: uppercase;
	color: #cee6fa;
	text-decoration:none;
	margin: 0 25px 0 25px; 
}

#nav a:hover {
	color: #c66b09;
	
}

#nav a.active {
background-image: url(/images/on_tab.gif);
background-repeat: repeat-x;
color: #c66b09;
text-decoration: none; 
margin: 0 25px 0 25px; 
/*padding: 7px 3em; */
}
em {
	font-weight: bold;
	font-style: normal;
}


/* ------------- main column styles */

#content {
width: 860;
padding: 1em 1em 2em 0;
text-align: left;
margin: 0;
}



h2 {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 2em;
font-weight: normal;
text-align: left;
border-bottom: 1px solid #dbdde5;
padding-bottom: 5px;

}


h3 {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 2em;
font-weight: normal;
text-align: left;

	}
	
h4 {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 12px;
font-weight: normal;
text-align: left;
text-transform: uppercase;
border-bottom: 1px solid #dbdde5;
}
	
	
	/* ------subpages---------*/
	#subnav {
	width: 260px;
	float: left;
	text-align:left;
	padding: 2em 2em 2em 0;
	}
	#subnav ul {
	margin: 0;
	}
	#subnav ul li {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	list-style:none;
	padding: 5px 0 5px 0;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #DBDDE5;
	}
	#subnav ul li a {
	color: #8ea3b8;
	padding-left: 4px;
	}
	#subnav ul li.on {
	background-image: url(/images/bk_on_subnav.gif);
	background-repeat: repeat-x;
	}	
	#subnav h4 {
	margin-bottom: 5px;
	}
	#subcontent{
	float: left;
	width: 570px;
	padding: 2em 0;
	
	}
	
	#subnav img.border {
	border: 1px solid #999;
	}
	.tbl {
	font-size:11px;
	}	

/* ------------- footer styles */


#footer {
	clear: both;
	background: #101a24;
	border-top: 3px solid #8eb2c7;
	text-align:center;
}

#footer p {
color: #fff;
	margin: 0;
	font-size: 10px;
	padding: 2em 4em;
}
#logo {
	position: absolute;
	height: 86px;
	width: 86px;
	left: 75%;
	top: 1px;
}

/* dropdown menu -- courtesy stu nicholls dot com */
#nav .select {
margin:0; padding:0; list-style:none; white-space:nowrap;
}
#nav li {
float:left; 
/*background:url(blank_over_p.gif);*/
} 
#nav .select a {
/*display:block; 
height:36px; 
float:left; 
background: url(blank_p.gif); 
padding:0 0 0 15px; 
text-decoration:none; 
line-height:25px; 
white-space:nowrap; 
color:#ddd;*/
}
#nav .select a b {
display:block; padding:0 30px 10px 15px; background:url(blank_p.gif) right top;
}
#nav .select li:hover a {
color: #c66b09;
}
/*#nav .select li:hover a b {
display:block; padding:0 30px 9px 15px; background:url(blank_over_p.gif) right top; cursor:pointer;
}*/
#nav .sub {
display:none; 
margin-top:69px; 
padding:0 0 0 0;
/*margin-left: 15%;*/
margin-right: auto;
list-style:none;
}
#nav .sub li {background:transparent;}
#nav .select li:hover .sub {
height:18px; 
display:block; 
position:absolute; 
float:left;
width:750px; 
top:28px; 
left:14%; 
text-align:center;
}
#nav .select li:hover .sub li a {
display:block;height:18px; line-height:16px; float:left; background-color:#F1F2F5; padding:0 16px; margin:0; white-space:nowrap; border:1px solid #000; border-color:#888 #777 #666 #ddd; color:#888;font-size:10px;
}
#nav .select li:hover .sub li a:hover {
color:#000; border-color: #fff #333 #000 #fff; line-height:16px;
}
