﻿/* Standard HTML Tags */

body {
	margin:0px;
	background-color: #3b2611;
	behavior:url("csshover.htc"); 
}

div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3a240f;
}

li {
	margin:0px;
}

form {
	margin:0px;
}

a {
	text-decoration:none;
	color: #480C26;
}

a:hover {
	color:#681b3d;
	text-decoration:underline;
}

ul {
	margin-bottom:0px;
	list-style:square;
	list-style-position:outside;
}

table {
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
}

td {
	vertical-align: top;
	padding:0px;
}

h1 {
	color: #3b2611;
	font-family: Arial;
	font-size: 18px;
}

h2 {
	font-family: Arial;
	font-size: 14px;
	color: #3b2611;
	font-weight: bold;
}

h3 {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	margin:0px;
}

h5 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #00FF00;
}

h6 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}

img	{
	border:0px;
}


input {
		font-family: Arial;
		font-size: 12px;
		border: 1px solid #C2BCB4;
}

select {
		font-family: Arial;
		font-size: 12px;
		border: 1px solid #C2BCB4;
}

textarea {
		font-family: Arial;
		font-size: 12px;
		color: #3a240f;
		border: 1px solid #C2BCB4;
}

/* EO Common Styles */
/*************/
/*************/
/*************/

.imageleft {
	float:left;
	padding-right:5px;
	padding-bottom:5px;
}

.imageright {
	float:right;
	padding-left:5px;
	padding-bottom:5px;

}

.inputbutton {
	background-color:#C0C0C0;
	color:#FFFFFF;
}

.right {
	text-align:right;
}

.center {
	text-align:center;
}

.bold {
	font-weight:bold;
}

.table_all {
	border:1px #C0C0C0 solid;
	width:100%;
}

.table_all td {
	padding:1px;
}

.table_headright {
	background-color:#444444;
	color:#FFFFFF;
	font-weight:bold;
	border-right:1px #FFFFFF solid;
}

.table_headend {
	background-color:#444444;
	color:#FFFFFF;
	font-weight:bold;
}

.table_rowright {
	border-bottom:1px #C0C0C0 solid;
	border-right:1px #C0C0C0 solid;
}

.table_rowend {
	border-bottom:1px #C0C0C0 solid;
}

/* EO Site Container Styles */
/*************/
/*************/
/*************/

#container_main{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
}

#container_footer {
	text-align:left;
}

#container_skipintro {
	text-align:right;
	background-color: #3b2611;
}

.table_framebody {
	width:100%;
	background-color:#b9a899;
}

#frame_content {
	width:275px;
}

/* Site Specific Styles */
/*************/
/*************/
/*************/


/*BIO PULL DOWN MENU STYLES*/
#menu	{
	position:absolute;
}

#menu ul{
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
	background-image:url('webcoreimages/s_menubackground.gif');
	background-repeat:repeat;
}

#menu ul:hover .item a:hover{

}


#menu ul .item{
	display:none;
}

#menu ul:hover .item{
	

}

#menu ul:hover .item{
	display:block;
	padding:2px;
	margin:2px;
}

#menu ul:hover .item a{
	color:#FFFFFF;
	text-decoration:none;
}

#menu ul:hover .item a:hover{
	color:#763c08;
	background-color:#9d7b60;
}
