* {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

html {
	height: 100%;
	width: 100%;
	min-height: 100%; 
	margin-bottom: 1px;
}

body {
	background-color: #b3b3b3;
	text-align: center;
	font-size: 11pt;
	line-height: 1.5em;
}

#background {
	width: 870px;
	margin: 0 auto;
	background-color: #fff;
	background-image: url(../images/background.png);
	background-repeat: repeat-y;
	text-align: left;
}

#container {
	width: 850px;
	position: relative;
	left: 10px;
	background-color: white;
}

#forestBox, #cityBox, #farmBox, #wetlandBox {
	position: absolute;
	top: 4px;
	height: 46px;
	width: 46px;
	border: 1px solid red;
}

#forestBox { left: 40px; }
#cityBox { left: 93px; }
#farmBox { left: 146px; }
#wetlandBox { left: 199px; }

#mainTitle {
	height: 55px;
}

#photoCredit {
	font-size: 80%;
	height: 25px;
	position: relative;
	text-align: right;
	margin: -25px 10px 0px 0px;
	padding: 0;
	overflow: hidden;
}

#bannerPhoto {
	height: auto;
}

#subTitle {
	height: 35px;
}

#mainTitle img, #bannerPhoto img, #subTitle img {
	display: block;
	border: none;
}

#nav {
	height: 2em;
	color: black;
	text-align: center;
	list-style: none;
	line-height: 2em;
}

#nav li {
	float: left;
	position: relative;
	width: 169px;
	border-right: 1px dotted black;
}

#nav li.last {
	border-right: none;
}

#nav li a {
	display: block;
	text-decoration: none;
	color: black;
}

#nav li a:hover {
	background-color: #ffffff;
}

#nav li ul {
	list-style: none;
	display: none;
	position: absolute; 
	top: 2.5em;
	left: -1px;
	border: 1px solid black;
	line-height: 2em;
	font-size: 80%;
}

#nav li > ul {
	top: auto;
	left: auto;
}

#nav li ul li {
	background-color: white;
	border-top: 1px solid black;
	border-right: none;
}

#nav li:hover ul, #nav li.over ul{ display: block; }

#nav li ul li a {
	background-color:#e1e1e1;
	padding: 5px 0px;
}

#upperRound {
	height: 40px;
	background-image: url(../images/upperRound_2.png);
}

#mainContent h1 {
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 10px;
}

#feature {
	float: left;
	margin: -15px 0px -10px 30px;
	display: inline;
}

#feature h1 {
	margin-top: 0;
}

#news {
	margin: -15px 15px -15px 620px;
}

#news h4 {
	color: #aa5555;
	font-size: 95%;
	font-weight: bold;
	margin-bottom: 5px;
}

#news p {
	border-top: 1px dotted black;
	margin-bottom: 1.8em;
	font-size: 95%;
}

#lowerRound {
	height: 40px;
	background-image: url(../images/lowerRound_2.png);
	clear: both;
}

#footer {
	width: 850px;
	height: 25px;
	font-size: 10pt;
	text-align: center;
}

#footer a{
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

/*
================================================================================
 Header styling
================================================================================
*/

#feature h2, #news h2 {
	font-size: 110%;
	font-weight: bold;
	color: #aa5555; /* #555555; */
	border-bottom: 1px solid black;
	margin-bottom: 10px;
}

#feature h2 {
	padding-top: 15px;
}

#feature h3 {
	font-size: 110%;
	color: #555555;
	border-bottom: 1px dotted black;
	padding-top: 15px;
	padding-bottom: 5px;
}

/*
================================================================================
 Main paragraph styling
================================================================================
*/

#feature p {
	padding-bottom: 10px;
}

#feature table {
	font-size: 95%;
	line-height: 1.5em;
}

#feature blockquote {
	font-size: 95%;
	line-height: 1.5em;
}

#feature ul, #feature ol {
	line-height: 2.0em;
}

/*
================================================================================
 Hyperlink styling
================================================================================
*/

#mainContent a:link, #mainContent a:visited, #mainContent a:hover {
	text-decoration: none;
}

#mainContent a:link {
	color:  #225588;
	border-bottom: 1px dotted #6699cc;
}

#mainContent a:visited {
	color: #6699cc;
	border-bottom: 1px dotted #6699cc;
}

#mainContent a:hover {
	color: #003366;
	border-bottom: 1px solid #6699cc;
}

table.login {
	font-size: 110%;
}

table.login input {
	font-size: 90%;
}


