
/* ----- page styles ----- */
body{
	height: 100%;
	margin: 0;
	padding: 0;
}

#foot {
	 background-color: #CCCCCC; 
	 border: 1px solid #003300; 
	 clear: both;
	 font-size: .8em; 
	 height: auto;
	 margin: 10px;
	 padding: 10px;	
	 text-align: center;
	 width: 95%; 
}

#map {
	border: 1px solid #697683; 
	display: block;
	float: left;
	height: 675px;
	margin: 0 0 20px 0;
	position: relative;
	width: 65%; 
}

#wrap {
	background-image: url(../images/contentbg.jpg);
	background-repeat:repeat;
	height: 100%;
	overflow: visible;
	position: absolute;
	width: 100%;
}

/* ----- nav list styles ----- */

#leftnav {
	float: left;
	font-family: Verdana, Arial, Trebuchet, sans-serif;
	font-size: 1.1em; 
	font-weight: 400; 
	height:380px;
	margin: 10px;
	padding: 5px;
	position: relative;
 	text-align: left;
	width: 30%;
}	

#leftnav p {
	color: #002f00;
	font-size: .9em;
	line-height: 125%;
}

#leftnav li {
	display:  list-item;
	list-style-type: none;
	list-style-position: outside;
	width: auto;
}

#leftnav li a {
	background-color: #002f00;
	border: 1px solid #F5F7F8;
	color: #E3DDCF;
	display: block;
	font-size: .8em;
	margin: 2px 0 0 5px;
	padding: 3px 0 5px 6px;
	text-align: left;
	text-decoration: none; 
}

#leftnav li a:hover {
	background-color: #006633; 
	border: 1px solid #FFFF66;
	color: #FFFFFF;
	display: block;
	font-weight: normal; 
	margin: 2px 0 0 5px;
	padding: 3px 0 5px 6px;
	text-align: left;
	text-decoration: none; 
}

/* ----- map window styles follow ----- */

h1{
	color: #002F00;
	text-align: center;
}

.infowindow {
	background-color: #eeeeef;
	border: 1px solid #999999;
	color: #002F00;
	display:block;
	font-family: Verdana, Arial, Trebuchet, sans-serif;
	font-size: 1em;
	height: 350px;
	line-height: 125%;
	margin: .5em;
	overflow-y: auto;
	text-align: justify;
	padding: 1em;
	width: 566px;
}

.infowindow p {
	text-indent: 1em;
}

.infowindow a {
	color: #000099;
	font-weight: normal;
}

.infowindow h3 {
	color: #003300;
	font-family: verdana, arial, sans-serif;
	font-size: 130%; 
	font-weight: 600;
	margin: 5px 0 5px 0;
}

.infowindow h4 {
	color: #003300;
	font-family: verdana, arial, sans-serif;
	font-size: 110%;
	font-weight: 600;
	padding: 10px 0 0 0;
}

.infowindow img {
	border: 10px solid #003300;
	float: left;
	margin: 10px 12px 0 0;
}

.infowindow a:visited, .infowindow a:link, .infowindow a:active {
	font-weight: normal; 
	text-decoration: underline;
}

.infowindow a:hover { 
	color: #002F00;
	font-weight: 500; 
	text-decoration: underline;
}