html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, samp, small, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

body { background: #fff; color: #4B4B4B; font: 90%/1.3 "Georgia","Times New Roman","Times",serif sans-serif; text-align: left; }


#intro {
	margin-top:100px;
	margin-bottom:20px;
	text-align:center;
}

#identity {
	background: url('../images/bgr_header.gif');
	padding-left:10px;
}

#main_nav {
	background: #0086c8;	
	border-top:5px #fff solid;
}


#main_nav ul {
	list-style:none;
	text-transform:uppercase;
	padding-left:100px;

}

#main_nav li {
	display:block;
	float:left;
	padding: 5px 10px 15px 10px;
	margin-top:15px;
}

#main_nav li a {
	color:#fff;
	font-size:1.1em;
	text-decoration:none;
}

#main_nav li a.current_page, #main_nav li a:hover {
	border-top: 2px #fff solid;
}

.title {
	height:90px;
	background: url('../images/dna.jpg') no-repeat;
}

#headline {
	display: block;
	height:65px;
	margin-top:35px;
	padding: 10px 10px 20px 10px;
	border-right: 1px #0086c8 solid;
	border-top: 1px #0086c8 solid;
	border-left: 1px #0086c8 solid;
	background: url('../images/dna-washed.jpg') no-repeat;	
}

#headline h1 {
	font-size: 1.5em;
	color:#0086c8;
}

#sub_nav {
	background:#e5e5e5;	
	margin-top: 10px;
}

#sub_nav ul {
	list-style:none;
	text-align:right;
	padding-top:5px;
	padding-bottom:5px;	
}

#sub_nav li {
	display:block;
	width:210px;
	padding: 10px 0px 10px 0px;
	margin: 0px 5px 0px 5px;
	border-top: 1px #fff solid;
}

#sub_nav li a {
	font-size:.9em;
	color: #2c2c2c;
	text-decoration:none;
}

#sub_nav li a.current_page, #sub_nav li a:hover {
	color: #0086c8;
}

#sub_nav li.current_page, #sub_nav li:hover {
	background:#eaeaea;	
}

#contact p.cccc {
	text-align: right;
	color:#0086c8;
	font-size: 1em;
	padding: 10px 0px 5px 0px;
}

#contact p.address {
	text-align: right;
	font-size: .8em;
	padding: 0px 0px 20px 0px;
}

#content {
	padding: 10px 40px 20px 40px;
	border-right: 1px #0086c8 solid;
	border-bottom: 1px #0086c8 solid;
	border-left: 1px #0086c8 solid;
	line-height:1.4em;
	color:#000;
}

#content img.bio {
	float:left; 
	margin: 0 15px 15px 0;
	padding: 5px; 
	border: 1px solid #aaa;	
}

#content img.bio-right {
	float:right; 
	margin: 0 0px 15px 15px;
	padding: 5px; 
	border: 1px solid #aaa;	
}

#content ul {
	font-size: 1em;
	padding-left:30px;
	padding-bottom:15px;	
}

#content h2 {
	font-size: 1.2em;
	color:#0086c8;
	border-bottom: 1px #ccc solid;
	margin-bottom:10px;
}

#content h2.emergency {
	color:#f00;
}

#content p {
	font-size: 1.1em;
	padding-bottom:10px;
}

.bio p {
	font-size: 1.2em;
	font-family: helvetica, arial, sans-serif;
	font-style: italic;
}

#footer p {
	font-size: .7em;
	padding: 5px 40px 20px 0px;
	text-align:right;
}

#footer a {
	text-decoration: none;
	color:#000;
}

#footer a:hover {
	text-decoration: underline;
	color:#000;
}

