
/* Layout Stylesheet */ 

body {
	margin: 0;
	padding: 0;
	background: #28A;
	font-family: Arial, Helvetica, sans-serif;
	color: #360;
	}

a.link_main { color:#900 !important; font-weight: bold;}

#middle_right a {
	text-decoration: none;
	color: #360;
	}
	
#middle_right a:visited {
	text-decoration: none;
	}
	
#middle_right a:hover {
	font-weight: bold;
	}

div {
	margin: 0;
	padding: 0;
	}
	
div#formcontainer
	{
	width: 550px;
	}

div#formcontainer form label
	{
	width: 86px;
	float: left;
	}

.formlabel
	{
	display: inline;
	float: left;
	width: 100 px;
	height: 22px;
	padding-left: 10px;
	color: black;
	text-align: right;
	}
.forminput
	{
	display: inline;
	float: right;
	width: 290px;
	padding-left: 10px;
	text-align: left;
	}
.formrow
	{
	width: 400px;
	}

#wrapper {
	width: 900px;
	background-color: #690;
	}

#header {
	width: 100%;
	height: 120px;
	background-color: #FFF;
	}

#middle {
	width: 100%;
	background-color: #690;
	}
	
#map {
	width: 100%;
	height: 100%;
	background-color: #fff;
	}

#middle_left {
	width: 104px;
	min-height: 460px;
	background-color: #690;
	float: left;
	padding: 8px;
	display:none;
	}

#middle_right {
	width: 840px;
	min-height: 400px;
	background-color: #FFF;
	float: right;
	text-align: left;
	padding: 8px;
	}
#middle_right p { padding: 8px 10px; }

.species_img { text-align: center; float:left; width: 350px; height:370px; margin-bottom:20px;}

.species_img img { border: solid 1px #000; margin-bottom: 6px;}

.species_note { clear:both; margin-bottom:10px; padding: 8px 16px;}
	
#footer {
	width: 100%;
	height: 32px;
	background-color: #690;
	}
	
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #360;
	}
	
