body {
width:956px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	border: solid 1px #ffffff;
	background: #eef1e9 url(Images/img01.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #666666;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
	font-weight:500;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ol, ul {
	line-height: 180%;
}

p {
}

ol {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ul.list li {
	padding-left: 15px;
	background: url(Images/img07.gif) no-repeat 0px 7px;
}

.floatimgleft {
    float:left;
	margin-left:10px;
    margin-top:10px;
    margin-right:10px;
    margin-bottom:10px;
    }
blockquote {
	margin: 0;
	padding-left: 20px;
	font-style: italic;
}

blockquote * {
	line-height: normal;
}

a {
	color: #C9611B;
	text-decoration:none;
	font-weight:700;
}

a:hover {
	text-decoration: underline;
	color: #C9611B;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

/* Menu */

#menu {
	width: 950px;
	height: 38px;
	margin: 0 auto;
	background: url(Images/menutop.jpg);
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	float:left;
	display:inline;
}

#menu a {
	display: block;
	float: left;
	padding: 10px 10px 0 10px;
	text-decoration: none;
	font-size: 115%;
	color: #eef1e9;
	
}

#menu a:hover {
	text-decoration: underline;
}

/* Logo */
#title {
		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size:34px;
		font-weight:500;
		float:left;
		color: #eef1e9;
		margin-left:10px;
		margin-top:10px;}

h4     {		
		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size:20px;
		font-weight:normal;
		color: #eef1e9;
		margin: 0;
		}
		
#logo {
	width: 950px;
	height: 244px;
	margin: 0 auto;
	background: #2A2A2A url(Images/menumain4.jpg);	}

#logo h1, #logo h2 {
	margin-right: 440px;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
}

#logo h1 {
	padding-top: 250px;
	font-size: 250%;
}

#logo h2 {
	font-size: 85%;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 945px;
	margin: 0 auto;
	background: #eef1e9;
	padding-left: 10px;
	padding-top:10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:11px;
	padding-bottom: 10px;
}
#page hr {
  border: 0;
  width: 95%;
  align: centre;
}
#pagemain {
	width: 950px;
	margin: 0 auto;
	background: #eef1e9;
}
/* Content */

#content {
	float: right;
	width: 609px;
	padding: 20px;
	border: 1px solid #eef1e9;
	text-align:justify;
}
#content2 {
	float: left;
	width: 908px;
	padding: 20px;
	border: 1px solid #eef1e9;
	text-align:justify;
}
.twocols {
}

.twocols .col1, .twocols .col2 {
	width: 200px;
	padding: 10px;
	text-align:left;
}

.twocols .col1 {
	float: left;
}

.twocols .col2 {
	width:350px;
	float: right;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 297px;
	border: 1px solid #eef1e9;
}

.boxed {
}

.boxed .title {
	height: 29px;
	margin: 0;
	padding: 12px 0 0 20px;
	background: #848E7B;
	text-transform: uppercase;
	font-size: 110%;
	font-weight: bold;
	color: #FFFFFF;
}

.boxed .content {
	padding: 12px;
	
}

.boxed h3 {
	margin: 0;
}

.boxed p, .boxed ul, .boxed ol {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.boxed ul {
}

.boxed ul li {
	padding: 10px 15px;
	background-position: 0 13px;
	border-top: 1px solid #CFCFCF;
}

.boxed ul li.first {
	border: none;
}

/* Search */

#search {
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search p {
	margin: 0;
	font-size: 85%;
}

#searchinput {
	width: 180px;
}

#searchsubmit {
}

/* Footer */

#footer {
	width: 955px;
	margin: 0 auto;
	height: 20px;
	padding: 10px 0 0 0;
	background: #D6DFC6;
	border-top: 1px solid #cccccc;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#455445;
	text-align:center;
}

#footer p {
	margin: 0;
	margin-left:5px;
	line-height: normal;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#455445;
	text-align:center;
	}

#footer a {
	color: #666666;
}

#legal {
	float: center;
}

#links {
	float: right;
}
.roundedcornr_box_212061 {
   background: #d4dcc7;
}
.roundedcornr_top_212061 div {
   background: url(Images/roundedcornr_212061_tl.png) no-repeat top left;
}
.roundedcornr_top_212061 {
   background: url(Images/roundedcornr_212061_tr.png) no-repeat top right;
}
.roundedcornr_bottom_212061 div {
   background: url(Images/roundedcornr_212061_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_212061 {
   background: url(Images/roundedcornr_212061_br.png) no-repeat bottom right;
}

.roundedcornr_top_212061 div, .roundedcornr_top_212061, 
.roundedcornr_bottom_212061 div, .roundedcornr_bottom_212061 {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content_212061 { margin: 0 10px; }

div.img
{
	margin: 0px 5px 5px 0px;
	border: 1px solid #999;
	background-color:#CCCCCC;
	height: 108px;
	width: 108px;
	text-align: center;
	}
div.img:hover{
background:#848E7B;}
div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;   }
div.img a:hover img {border: 1px solid ##848E7B;}

div.desc {  text-align: center;
  font-weight: normal;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  width: 100px;
  margin: 2px;
  }
  
dt {
font-weight : 500;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#425436;
text-align:left;
}
dl {
font-weight : 400;
text-align:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#425436;
}
#macro{
float:left;
}
#micro{
margin-right:300px;
}
#butterfly{
margin-right:500px;
}
#thismonth {
color:#CE7900;
font-weight:700;
}
#months li {
float:left;
margin:1em;
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
}
#scroll { 
height: 200px; 
width: 920px;
background-color:#EFF3EF;
overflow: scroll; 
}
#scroll2 { 
height: 400px; 
width: 920px;
background-color:#EFF3EF;
overflow: scroll; 
}
div.figure {
	float: right;
	border: silver solid 1px;
	margin: 0.5em;
	padding: 0.5em;
	right: auto;
}
div.figure p {
  text-align: center;
  font-style:normal;
  font-family:"Microsoft Sans Serif";
  color:#426439;
  font-size:12px;
  text-indent: 0;
}
div.figureinfo {
	float: left;
	border: silver solid 1px;
	margin: 0.5em;
	padding: 0.5em;
	left: auto;
}
div.figureinfo p {
  text-align: center;
  font-style:normal;
  font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
  text-indent: 0;
}
div.figuresearch {
	float: centre;
	border: silver solid 1px;
	margin: 0.5em;
	padding: 0.5em;
	centre: auto;
}
div.figuresearch p {
  text-align: left;
  font-style:normal;
  font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
  text-indent: 0;
}

#tabmenu {
	
		border-bottom: 1px solid #cccccc;
		margin: 0px 0px 0px 0px;
		padding: 4px;
		z-index: 1;
		padding-left: 5px;
		width: 912px;
		margin-left: 3px;
		
		 }

	#tabmenu li {
		display: inline;
		overflow: hidden;
		list-style-type: none;}

	#tabmenu a, a.active {
		color: #455445;
		background: #D6DFC6;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size:10px;
		font-weight:700;
		border-bottom:none;
		border-left: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
		border-top: 1px solid #cccccc;
		
		padding: 5px 5px 10px 5px;
		margin: 0;
		text-decoration: none; }

	#tabmenu a.active {
		background: #B0C193;
		border-bottom: none; }

	#tabmenu a:hover {
		color: #C9611B;
		background: #D6DFC6; }

	#tabmenu a:visited {
		color: #455445; }
	#tabmenu a:visited:hover{
	color:#C9611B; }

	#tabmenu a.active:hover {
		background: #B0C193;
		color: #C9611B; }

	#navbar {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:11px;
	font-weight:700;
	text-align: justify;
	background: #D6DFC6;
	height: 30px;
	padding: 10px;
	border: 1px solid #cccccc;
	border-top: none;
	margin-top: 0px;
	width: 900px;
	margin-left:3px;
	margin-bottom: 10px;
}
		
#navbar li{
margin-left:20px;
list-style-image:url(Images/icon_home.gif);
}
#navbar ul{
list-style:none;
}

	#navbar a {
		text-decoration: none;
		color: #455445;
		list-style-type: none;
		padding-left: 3px; }
		
#navbar hr {border: none 0; 
border-top: 1px solid #fff;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 

	#navbar a:hover { color: #C9611B;
	text-decoration:underline;}
	
#container
	{
		margin: 0 auto;
		margin-left: 2px;
		width: 920px;
		height: auto;
		text-align: left;
		background-color: #FFFBF7;
		border: 4px solid #848E7B;
		padding-bottom:5px;

	}
#containermonth
	{
		margin: 0 auto;
		margin-left: 2px;
		width: 920px;
		height: auto;
		text-align: left;
		background-color: #FFFBF7;
		border: 4px solid #848E7B;
		padding-bottom:5px;
		padding-top:5px;
		margin-bottom: 5px;

	}
	#containermonth li{
	display:inline;
	padding: 10px;	}
	
#containeraddimages
	{
		margin: 0 auto;
		margin-left: 2px;
		margin-top:5px;
		width: 920px;
		height: auto;
		text-align: left;
		background-color: #FFFBF7;
		border: 4px solid #848E7B;
		padding-bottom:5px;

	}
#containerlogin
	{
		margin: 0 auto;
		margin-left: 2px;
		margin-top:5px;
		width: 920px;
		height: auto;
		text-align: left;
		background-color: #FFFBF7;
		border: 4px solid #848E7B;
		padding-bottom:5px;

	}
#containerthumbnail
	{
		margin: 0 auto;
		margin-left: 2px;
		margin-top:5px;
		width: 920px;
		height: auto;
		text-align: left;
		background-color: #FFFBF7;
		border: 4px solid #848E7B;
		padding-bottom:5px;

	}
#containerspinfo
	{
		margin: 0 auto;
		margin-left: 2px;
		margin-bottom:5px;
		width: 920px;
		height: auto;
		text-align: left;
		background-color: #FFFBF7;
		border: 4px solid #848E7B;
		padding-bottom:5px;
		font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:11px;

	}
	
#containerspecies
	{
		margin: 0 auto;
		margin-left: 2px;
		padding-right:5px;
		padding-left:5px;
		width: 910px;
		height: auto;
		text-align: left;
		background-color: #FFFBF7;
		border: 4px solid #848E7B;
		overflow:auto;
		font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:11px;
				

	}

#containersearch
	{
		margin: 0 auto;
		margin-left:2px;
		padding-bottom:10px;
		width: 920px;
		height: auto;
		text-align: left;
		background-color: #FFFBF7;
		border: 4px solid #848E7B;

	}
#containersearch hr {border: none 0;
margin: 0 auto;
border-top: 1px solid #ccc;/*the border*/
width: 95%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 
#containerresults
	{
		margin: 0 auto;
		margin-left: 2px;
		padding-bottom:10px;
		width: 920px;
		height: auto;
		text-align: left;
		background-color: #FFFBF7;
		border: 4px solid #848E7B;

	}
#containerresults a{
	font-style:normal;
	font-weight:300;
}
#containerresults hr {border: none 0;
margin: 0 auto;
border-top: 1px solid #ccc;/*the border*/
width: 95%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 
#containersearch hr {
  border: 0;
  width: 95%;
  align: centre;
}

#block{
background:#848E7B;
height: 20px;
width: 912px;
text-align:left;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size:11px;
color:#FFFFFF;
padding-left:10px;
}

