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

body {
    margin:0;
    padding: 0;
	background-image: url(/images/bk_main.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 2px;
	text-align: left;
	/*border: solid 1px red;*/
	}


/*#header { 
width: 860px;
text-align: left;
padding: 2em 12em .6em 12em;
}*/


#nav {
	font-family: Georgia, Times New Roman, Times, serif;
	line-height: 27px;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	padding: 3px 0 1px 0; /* IE 5px */
	width: 860px;
	margin-top: 5px;
}
#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;*/
}



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




#content {
width: 860;
padding: 23px 1em 2em 0;
text-align: left;
margin: 0; /* IE margin: 0; */
}


h1 {
font-size: 1em;
	font-weight: normal;
	font-family: Georgia, Times New Roman, Times, serif;
	line-height: 180%;
	color: #192837;
	margin: 2em 0 0 0;
	
}


#content img.left {
	float: left;
	margin: 18px 1.5em 2em 0;
} 


#news {
clear: both;
margin: 2em 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;

}

/* ------------- 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 menus -- 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;
}
