@charset "utf-8";

/*html {
	overflow:scroll;
}*/
html {
     overflow: -moz-scrollbars-vertical;
     overflow: scroll;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	line-height:1.4em;
}
h1, h2, h3 {
}
h1 {
	font-size: 1.4em;
	padding-top: 1em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px;
}

#outer {
	/**/
	margin: 0 auto;
	position: relative;
	width: 766px;
	padding: 0;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right top;
	border-right: 1px solid #009900;
	border-left: 1px solid #009900;
	border-bottom-width: 1px;
	border-bottom-color: #009900;
	border-top: 1px #009900;
}
h1.logo {
	color: #FFFFFF;
	text-align: left;
	text-indent: 5px;
}
#banner {
	background-image: url(../images/banners/banners-nature-6wider.jpg);
	height: 75px;
}
#footer {
	font-size: .8em;
	border-top: 1px solid #009900;
	border-right: 1px none #009900;
	border-bottom: 1px solid #009900;
	border-left: 1px none #009900;
	margin-top: 1em;
	text-indent: .5em;
}
#container {
	padding-right: .5em;
	padding-left: .5em;
}

img {
	border-style: none;
}
.floatright {
	margin: .5em;
	float: right;
}
ul.navbar{
	margin: 0em;
	padding: 0px;
	position: absolute;
	top: 65px;
	text-indent: 5px;
	width: 748px;
}
ul.navbar li{
	display: inline;
	margin: 0.1em;
	background-color: #BBBBFF;
	padding: 3px;
	border: 1px solid #333333;
}
ul.navbar li:hover {
	background-color: #99FF33;
}
ul.navbar li a{
	text-decoration: none;
}
#sitecredit {
	float: right;
	margin-right: .5em;
	
}
#sitecredit a {
	color: #666666;
	text-decoration: none;
}
iframe {
	width: 100%;
	border-style: none;
	height: 700px;
}
iframe#survey {
	width: 100%;
	border-style: none;
	height: 700px;
}

