@charset "UTF-8";
/* CSS Document
Common CSS
© 2007 Michelle Wright
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com
Updated 8/8/07 10:08AM
Validated 8/8/07 10:08AM */

/* Normalize the padding and margins */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	}
	
/* Normalize font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	}

/* Remove list-style from lists*/
ol, ul {
	list-style: none;
	}
	
/* Normalize font-style and font-weight */
address, captin, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
	}
	
/* Collapse table borders */	
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
/* Remove borders from fieldsets and images */
fieldset, img {
	border: 0;
	}
	
/* Left align text in caption and th */
caption, th {
	text-align: left;
	}
		

/* Universal */

html, body {
	color: #000;
	background: #373624 url(../images/backgroundsquare_02.jpg) top center repeat;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 100%;
	}
	
	
/* Global Layout Elements */	
	
div#wrapperdiv {
	width: 893px;
	margin: auto;
	}
	
div.clearfloatsdiv {
	clear: both;
	}
	
div#headerdiv {
	width: 100%;
	height: 217px;
	}
	
div#titlediv {
	width: 100%;
	height: 63px;
	}
	
div#contentdiv {
	width: 100%;
	}
	
div#contentleftdiv {
	width: 141px;
	float: left;
	}
	
div#contentcenterdiv {
	width: 61px;
	height: 515px;
	float: left;
	background: url(../images/bio01_06.jpg) top left no-repeat;
	}
	
div#contentrightdiv { /* complete width is 893px */
	width: 531px;
	float: left;
	padding: 60px 145px 0 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 80%;
	color: #3d2b01;
	}
	
div#contentbottomdiv {
	width: 100%;
	}
	
div#biomorenav {
	width: 487px;
	height: 73px;
	margin: 20px 0 30px 20px;
	}
	
div#morenavleft {
	width: 35px;
	height: 73px;
	background: url(../images/biobotnatpieces_24.jpg) top left no-repeat;
	float: left;
	}
	
div#morenavright {
	width: 452px;
	height: 73px;
	float: left;
	}
	
div#footerdiv {
	position: relative;
	width: 100%;
	height: 72px;
	background: url(../images/biofooter_21.jpg) top left no-repeat;
	color: #d6cdb6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	}
	
div#copyrightdiv {
	width: 347px;
	position: absolute;
	top: 30px;
	left: 0;
	text-align: left;
	padding: 0 0 0 100px;
	}
	
div#dvmdiv {
	width: 346px;
	position: absolute;
	top: 30px;
	left: 447px;
	text-align: right;
	padding: 0 100px 0 0;
	}
	
div#socialdivsub {
	width: 225px;
	margin: 25px auto 0 auto;
}
	
div#social1div {
	width: 93px;
	float: left;
}

div#social2div {
	width: 132px;
	float: left;
}

div#emailbotdiv {
	width: 225px;
	float: left;
	margin: 0 35px 0 0;
}
	
/* Text */

strong {
	font-weight: bold;
	}
	
em {
	font-style: italic;
	}
	
strong em, em strong {
	font-weight: bold;
	font-style: italic;
	}
	
div#contentrightdiv p {
	line-height: 130%;
	font-size: 90%;
	padding: 0 0 10px 0;
	}
	
div#contentrightdiv p.divider {
	text-align: center;
	padding: 10px 0 20px 0;
	}
	
div#contentrightdiv p.backtotop {
	padding: 20px 0 40px 0;
	}
	
div#contentrightdiv p.visitarchives {
	padding: 20px 0 0 0;
	}
	
div#contentrightdiv p.clickhere {
	font-size: 80%;
	font-weight: normal;
	padding: 5px 0 15px 0;
	}
	
div#contentrightdiv h1 {
	padding: 0 0 10px 0;
	font-size: 100%;
	}
	
.navon {
	color: #fff;
	text-decoration: underline;
	}
	
/* Links */

div#footerdiv a {
	color: #d6cdb6;
	text-decoration: none;
	}
	
div#footerdiv a:hover {
	color: #000;
	text-decoration: underline;
	}
	
div#contentcenterdiv a {
	color: #3d2b01;
	text-decoration: none;
	}
	
div#contentcenterdiv a:hover {
	color: #4f6883 ;
	text-decoration: underline;
	}
	
div#bottomnavdiv a {
	color: #a99163;
	text-decoration: none;
	}
	
div#bottomnavdiv a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
div#contentrightdiv p a {
	color: #3d2b01;
	text-decoration: underline;
	}
	
div#contentrightdiv p a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
/* Images */

img#biospacer {
	float: right;
	width: 300px;
	height: 60px;
	border: 0;
	}
	
div#contentrightdiv img.left {
	float: left;
	margin: 5px 10px 5px 0;
	border: 1px solid #000;
	}
	
div#contentrightdiv img.right {
	float: right;
	margin: 5px 0 5px 10px;
	border: 1px solid #000;
	}
	
div#contentrightdiv img.banner1 {
	margin: 0 25px 0 25px;
	}
	
div#bottomnavdiv {
	text-align: center;
	color: #a99163;
	font-size: 80%;
	padding: 0 0 10px 0;
	}	
