body{
	background-color: #000034;

	font-family:  Helvetica, sans-serif;
	color: #fff;
	font-size: 14px;
	line-height: 1.4em;
}
img {
	border: none;
}
h1{
	font-size: 16px;
	font-family: "Helvetica Neue", Helvetica;
}
h2{
	margin-top: 0px;
	font-size: 15px;
	font-family: "Helvetica Neue", Helvetica;
	color: #003365;	
}
#site {
	margin:   10px auto;
	width:780px;
	border:0px solid green;
	
}
#strip img{
	border: 0px dotted red;
	margin-right: 0px !important;
	margin-bottom: 0px;
}
#strip{
	margin-bottom: 0px;
}
#header{
text-align: left	;
}
ul#menu{
	display: block;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	float: left	
	
}
ul#menu li{
	display: block;
	float: left;
	width: 127px;
	border-left:1px solid white;
	border-right:1px solid white;
	border-top:2px solid white;
	border-bottom:2px solid white;
	text-align: center;
	height: 35px;
	
}
ul#menu li#conservation, ul#menu li#membership,  ul#menu li#education , ul#menu li#educationvisitorinfo, ul#menu li#preview{
	width:128px;

}
ul#menu li a:link, ul#menu li a:visited{
	font-family: "Helvetica Neue", helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	display: block;
	width: 100%;
	height: 27px;;
	padding-top: 7px;
	font-weight: normal;
	font-size: 16px;
}
ul#menu li a:hover, ul#menu li a:active{
	background-color: #0C2257;
	font-family: "Helvetica Neue", helvetica, sans-serif;
}
#content{
	background-color: #01052F;
	clear: left;
	overflow: hidden;
	border: 0px dotted green;
	padding-left: 0px;
	padding: 0px;
	margin: 0px;
}
/*
	**********	Home page styles	********
*/
#homepage{
	margin-left:0px;
}
/*
	**********	Page styles	********
*/
#sidebar{
	float: left;
	width: 220px;
	height:100%;
	padding:20px;
	font-family: Helvetica, sans-serif;
}
#sidebar h1{
	color: #99CBFF;
}
#page{
	float:right;
	background-color: white;
	color: #000;
	padding:20px;
	height:100%;
	width:479px;
	margin-right: 1px;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
	border-bottom: 25px solid white;
	font-family: Helvetica, sans-serif;
}
#page h1{
	color: #003365;
}

#page img.aright{
	float: right; 
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#page img.aleft{
	float: left; 
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
/*
	**********	footer styles	********
*/
#footer {
	clear: both;
	padding-top:1px;
	border: 0px dotted green;
	background-image: url('../images/footer.jpg');
	width: 780px;
	height: 53px;
	font-size: 12px;
	margin-top: -6px;
}
#footer p{
	color: #78859B;
	padding-top: 5px;
	text-align: center
}
/*
	**********	Contact Form styles	********
*/
label{
	width:100px;
	float: left;
	text-align: right;
	font-weight: bold;
	margin-top: 10px;
	}
form input, form textarea {
	margin-left: 20px;
	margin-top: 10px;
}	
form span#contactto{
	font-weight: bold;
	margin-left: 20px;
	margin-top: 10px;
	width: 150px;
	display: block;
	float: left

}
form input#send{
	margin-left: 330px;
}
form br{
	clear: left;
}
form{
	margin-bottom: 20px;
}
.errormark{
	border: 1px solid red;
}
#page ul{
	margin-right: 20px;
}
#notes ul li{
	color: red;
}
#errors{
	background-color: #eee;
	padding: 20px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
