/* base styles */


body {
	margin: 0px;
	padding: 0px;
	background: #6E2225 url(../images/site/html_bg.jpg) repeat-x;
	height: 100%;
}

td,ul,ol,li,caption,label {
	
	font-family: 'Lucida Grande', arial, helvetica, sans-serif;
	font-size: 11px;
	
}

 a:link, a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover, a:active {
	color: #6E2225;
}

img{
	border: 0px;
}


.spacer{
	clear:both;
}

/*----------------------------------- headers ------------*/

.headerleft {
	height:80px;
	text-align: left;
}



.headernav {
	text-align: center;
	vertical-align: middle;	
}



.headercontainer {
	width: 750px;
	margin: 0px;
	padding: 0px;
	
}

.headercontainer td {
	padding:0px;
	margin:0px;
}

.headerspacer{
	height: 17px;	
}



#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	font-weight: bold;
	color: white;
}

#nav a {
	text-decoration: none;
	width:auto;
	padding:0px 5px;
	
}

#nav a:hover {
	color:#C00;
}

#nav li li a {
	display: block;
	font-weight: bold;
	color: #fff;
	width:110px;
	padding:2px 5px;
	background:#000;
	
	
}

#nav li li a:hover {
	color:#C00;
	background:#000;
	
}

#nav li {
	float: left;
	position: relative;
	width: auto;
	text-align: center;
	cursor: default;
}

#nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	padding: 0.5em 0 1em 0;
	margin-left:-19px;
	background-color: #000;
	border-right: 1px solid #6E2225;
	border-bottom: 1px solid #6E2225;
	border-left: 1px solid #6E2225;
	width:120px;
	
	
}

li>ul {
	top: auto;
	left: auto;
}

#nav li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
	
}

#nav li:hover ul, #nav li.over ul {
	display: block;
}



 



/*-------------------------------------- layouts --------------*/

/*-------------------------------------- template1 --------------*/

/* template table widths set in html */


.template1right {
	background: #EDEEE0;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #000;
	line-height: 1.5em;
}




.template1left{
	color:#fff;
	text-align: left;
	border-left: 1px solid #000;
	vertical-align: top;
}


.template1left p{
	margin:10px;
}


.biointro{
	color:#fff;
	text-align: left;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	vertical-align:top;
}


.biointro p{
	margin:10px;
	font-size: 12px;
}


/*-------------------------------------- template2 --------------*/


.template2right {
	background: #EDEEE0;
	text-align: left;
	vertical-align: top;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}


.template2right p {
	margin:10px;
	line-height:1.5em;
}

.template2right  ul{
	
}

.template2right ul li{
	list-style: none;
	
}

.template2right ul li a:link, .template2right ul li a:visitied{
	line-height:1.5em;
	text-decoration: underline;
}




.template2right ul li a:hover, .template2right ul li a:active {
	color: #6E2225;
	
}


.template2left{
	color:#fff;
	text-align: left;
	vertical-align:top;
	border-left: 1px solid #000;
}

.template2left ul{
margin-top:-10px;
	
}

.template2left ul li{
	list-style: square;	
	line-height:1.5em;
	padding-left:5px;

	
}


.template2left p{
	margin: 10px;
	line-height:1.5em;
}

.footer{
	background: #EDEEE0;
	font-size:10px;
	height: 30px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	text-align: center;
	vertical-align: middle;
}


/* -------------------------------content ----------------*/

.focus{
	text-align:left;
	font: 16px Georgia, "Times New Roman", Times, serif;
	padding:10px;
	font-weight:bold;
	

}

.contact{
	font: 15px Georgia, "Times New Roman", Times, serif;
	margin: 5px;
	font-weight:bold;

}

h1 {
	font: normal 15px/18px Georgia, "Times New Roman", Times, serif;
	color: #6E2225;
	margin: 5px 5px 3px 0px;
	font-weight:bold;
}

.resultsimg{
	margin:5px;
}
.imgmap {
	margin-top: 10px;
	margin-bottom: 10px;
}
