@charset "UTF-8";
/* Main CSS Document */

/* Global Styles */

body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #DDDDDD;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
	
td {
	color:#000000;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	}
	
a {
	color: #000000;
	}
	
a:hover {
	color: #993300;
	}

/* ID Styles */


	
/* Class Styles */
	

#container { 
	width: 994px;  /* using 30px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header1 { 
	height: 80px;
	width: 994px; 
	float: left;
	background: #D5EDB3; 
} 
#header1 h1 {
	margin-top: 20px;
	padding: 0px 0px 0px 0px;
	color: #5C743D;
	text-align: center;
}
.mini_menu { 
	height: 65px;
	width: 100px;
	float: right;
	background: #D5EDB3; 
	padding: 13px 0px 2px 15px;
	font-size: small;
	color: #5C743D;
} 
ul.MenuBarHeader
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 60 px;
	color: #000000;
}
#header2 { 
	margin: 0;
	float: left;
	height: 100px;
	width: 994px;
	background: #FFFFFF; 
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
} 
#header3 { 
	margin: 0 auto;
	float: center;
	height: 75px;
	width: 992px;
	background: #669966; 
	padding: 0px 0px 0px 0px;
	text-align: center;
	border: 1px solid #000000;
} 
#home_footer1 { 
	padding: 0 20px 0 20px;
	background: #FFFFFF;
	font-size: x-small;
} 
#home_footer2 { 
	padding: 0 20px 20px 20px;
	background: #FFFFFF;
	font-size: small;
} 
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.small { /* this class is used to make the text to small */
	font-size: small;
}
.medium { /* this class is used to restore the font size to its normal size */
	font-size: medium;
}
#main_content {
	float: right;
	background: #FFFFFF;
	padding: 0px 100px 0px 0px;
	width: 675px;
}

#main_content_species {
	background: #FFFFFF;
	padding: 0px 0px 0px 15px;
}

#main_splash {
	clear:both;
	color: #D5EDB3;
	background: #5C743D;
	margin-top: 50px;
	margin-left: 15px;
	padding: 5px 5px 5px 5px;
	width: 170px;
}

/* footer CSS */

#footernav{
  background: #D5EDB3;
  width: 984px;
  float: left;
  text-align: center;
  border-left: 5px solid #FFFFFF;
}

#footernav ul{
  list-style: none;
  margin: 0px;
  display: inline;
  margin-left: 40px;
  padding: 0px;
  padding: 3px 0px 2px;
  float: left;
}

* html #footernav ul{
  list-style: none;
  margin: 0px;
  display: inline;
  margin-left: 40px;
  padding: 0px;
  padding: 4px 0px 4px;
  float: left;
}

#footernav ul li{
  float: left;
  /*padding: 0px 10px 0px 11px;*/
  padding: 0px 8px 0px 9px;
  border-right: 1px solid #000000;
  font-size: 11px;
}

#footernav ul li.first{
  padding: 0px 8px 0px 200px;
}

#footernav ul li.last{
  border-right: none;
}

#footernav ul li a{
text-decoration: underline;
}

#copyright{
  clear: both;
  width: 994px;
  text-align: center;
  padding: 10px 0px 0px;
  font-size: 11px;
}
