html { 
	padding: 0px; 
	margin: 0px 0px 0px 0px;
}

body {
	background-color: #266D44;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	margin: 0px 0px 0px 0px;
}

#container {
	width: 100%;
	height: auto;	
}

#clear {
	clear: both;	
}
/*------------header styles------------*/
#header_container {
	width: 100%;
	height: 59px;
	background-color: #266D44;
}

#header {
	height: 59px;
	display: block;
	float: left;	
}
/*------------top nav styles------------*/
#top_nav_container {
	height: 59px;
	display: block;
	margin-right: 10px;
	text-align: right;
	float: right;	
}

#top_nav {
	background-color: transparent;
	color: #C7E2CA;
	text-decoration: none;
	line-height: 57px;
}

#top_nav a:link, #top_nav a:active, #top_nav a:visited {
	background-color: transparent;
	text-decoration: underline;
	color: #FFFFFF;
	padding: 1px;
}

#top_nav a:hover {
	color: #113C23;
	background-color: #C7E2CA;
	text-decoration: none;
	padding: 1px;	
}
/*------------dropdown nav styles------------*/
.dropdown_nav {
	position: absolute;
	visibility: hidden;
	border: 0px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 22px;
	z-index: 100;
	background-color: #276E45;
	width: 150px;
	text-align: left;
	margin-top: 6px;
}

.dropdown_nav a:link, .dropdown_nav a:active, .dropdown_nav a:visited {
	width: 100%;
	display: block;
	border-bottom: solid #FFFFFF 1px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 6px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #276E45;
}

.dropdown_nav a:hover {
	background-color: #C7E2CA;
	color: #092C18;
	font-weight: bold;
	text-decoration: none;
}
/*------------middle nav styles------------*/
#middle_nav_container {
	width: 100%;
	height: 25px;
	display: block;
	background-image:url(../green/images/middlenav_repeat.jpg);
	background-repeat:repeat-x;	
}

#middle_nav {
	text-align: left;
	*line-height: 24px; /*IE Fix*/
	line-height: 25px;
}

#middle_nav a:link, #middle_nav a:active, #middle_nav a:visited {
	background-color: transparent;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 15px;
	margin-right: 15px;
	display: inline;
}

#middle_nav a:hover {
	background-color: transparent;
	color: #C7E2CA;
	font-weight: bold;
	text-decoration: none;
	margin-left: 15px;
	margin-right: 15px;
	display: inline;
}
/*------------toolbar styles------------*/
#toolbar_container {
	width: 10%;
	height: 40px;
	display: block;
	background-color: #FFFFFF;
}

#toolbar {
	width: 100%;
	height: 20px;
	display: block;
	padding-top: 5px;
	margin-bottom: 5px;
	margin-left: 12px;
	text-align: left;
	overflow-x: none;
	overflow-y: scroll;
}

#toolbar a:link, #toolbar a:active, #toolbar a:visited, #toolbar a:hover {
	margin-right: 10px;
}

/*------------mapping container styles------------*/
#mapping_container {
	width: 100%;
	display: block;
	background-color: #FFFFFF;
}
/*------------map styles------------*/
#map {
	background: white;
	display: block;
	border: solid #113C23 3px;
	float: left;
	z-index: 1;
}
/*------------slider styles------------*/
#slider_container {
	position: absolute;
	top: 215px;
	left: 20px;
	display: block;
	width: 100px;
	height: 245px;
	z-index: 10;
}

#slider_bar {
	display: block;
	width: 35px;
	height: 179px;
	text-align: center;
	float:left;
}

#slider_adjuster {
	position: absolute;
	top: 121px;
	left: 33px;
	display: block;
	width: 35px;
	height: 7px;
}

#slider_adjuster a:link, #slider_adjuster a:active, #slider_adjuster a:vistied {
	position: relative;
	display: block;
	*left: 0px; /*IE Fix*/
	width: 35px;
	height: 7px;
	text-align: center;
}

#slider_adjuster a:hover {
	position: relative;
	display: block;
	*left: 0px; /*IE Fix*/
	width: 35px;
	height: 7px;
	text-align: center;
}

#slider_spacer {
	display: block;
	width: 100px;
	height: 8px;
}

#slider_north, #slider_south {
	display: block;
	width: 100px;
	height: 25px;
	text-align: center;
	padding-left: 1px;
}

#slider_east_west_container {
	display: block;
	width: 77px;
	height: 19px;
	text-align: center;
}

#slider_west {
	display: block;
	width: 33px;
	height: 35px;
	float: left;
	text-align: left;
	padding-top: 74px;
}

#slider_east {
	display: block;
	width: 32px;
	height: 35px;
	float: right;
	text-align: right;
	padding-top: 74px;
}
/*------------loading bar styles------------*/
#loading_bar_container {
	position: absolute;
	top: 385px;
	left: 300px;
	display: block;
	width: 129px;
	height: 35px;
	z-index: 15;
	visibility: visible;
}

/*------------overlay window styles------------*/
#window_container {
	position: absolute;
	top: 440px;
	left: 400px;
	display: block;
	width: 248px;
	height: auto;
	z-index: 11;
	visibility: visible;
	background-color: #FFFFFF;
	border: solid #17314A 1px;
	padding: 1px;
}

#window_header {
	width: 100%;
	height: 22px;
	border-bottom: solid #113C23 2px;
	background-color: #113C23;
}

#window_header_text {
	padding-left: 5px;
	font-size: 85%;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 22px;
	float: left;
}

#window_header_spacer {
	width: 5px;
	height: 22px;
	display: block;
	float: right;
}

#window_close, #window_minimize {
	width: 12px;
	height: 22px;
	display: block;
	float: right;
}

#window_close a:link, #window_close a:active, #window_close a:visited,
#window_minimize a:link, #window_minimize a:active, #window_minimize a:visited {
	width: 12px;
	height: 22px;
	display: block;
	float: right;
}

#window_close a:hover, #window_minimize a:hover {
	width: 12px;
	height: 22px;
	display: block;
	float: right;
}

#window_maximize {
	width: 18px;
	height: 22px;
	display: block;
	float: right;
}

#window_maximize a:link, #window_maximize a:active, #window_maximize a:visited {
	width: 18px;
	height: 22px;
	display: block;
	float: right;
}

#window_maximize a:hover {
	width: 18px;
	height: 22px;
	display: block;
	float: right;
}

#window_content_container {
	width: 100%;
	height: 175px;
	overflow: auto;
	background-color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 2px;
}

#window_content {
	padding: 5px;
	text-align: left;
	font-size: 95%;
}

#window_footer {
	width: 100%;
	height: 20px;
	background-color: #DEE5EB;
}

#window_resizer {
	width: 18px;
	height: 20px;
	display: block;
	float: right;
}

#window_resizer a:link, #window_resizer a:active, #window_resizer a:visited {
	width: 18px;
	height: 20px;
	display: block;
	float: right;
}

#window_resizer a:hover {
	width: 18px;
	height: 20px;
	display: block;
	float: right;
}
/*------------show/hide panel styles------------*/
#show_hide_panel a:link, #show_hide_panel a:active, #show_hide_panel a:visited {
	width: 11px;
	height: 575px;
	display: block;
	float: left;
	background-color: #C7E2CA;
	background-image:url(../green/images/open_close_arrow.gif);
	background-repeat: no-repeat;
	background-position: center;
	border-right: solid #FFFFFF 1px;
	border-left: solid #FFFFFF 1px;	
}

#show_hide_panel a:hover {
	background-color: #113C23;	
}
/*------------side panel styles------------*/
#side_panel {
	width: 281px;
	height: 569px;
	display: block;
	float: left;
	background-color: #FFFFFF;
	border: solid #113C23 3px;	
}

#panel_header_container {
	width: 271px;
	height: 29px;
	display: block;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;	
}

#panel_header_left, #panel_header_right {
	width: 5px;
	height: 29px;
	display: block;
	float: left;	
}

#panel_header_center {
	width: 256px;
	height: 29px;
	display: block;
	float: left;
	background-color: #113C23;
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 29px;
	padding-left: 5px;	
}

#panel_content_container {
	width: 276px;
	height: 530px;
	display: block;
	overflow: auto;
	background-color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 2px;		
}

#panel_content{
	width: 240px;
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	line-height: 22px;
	text-align: left;
}

/*------------folder styles------------*/

#folder_closed ul {
	border: 0;
	float: left;
	list-style: none;
	padding: 0 0px 0px 0;
	margin: 0px;	
}

#folder_closed li {
	text-decoration: none;
	background-color: transparent;
	text-align: left;
	display: block;
	padding: 0px 0px 10px 25px;
	background: transparent url(../green/images/folder_closed.jpg) top left no-repeat;
	line-height: 18px;
}

#folder_closed li a:link, #folder_closed li a:active, #folder_closed li a:visited {
	text-decoration: underline;
	color: #113C23;
	background-color: transparent;
}

#folder_closed li a:hover {
	text-decoration: none;
	color: #113C23;
	background-color: #C7E2CA;
}

#folder_open ul {
	border: 0;
	float: left;
	list-style: none;
	padding: 0 0 0px 0;
	margin: 0px;	
}

#folder_open li {
	text-decoration: none;
	background-color: transparent;
	text-align: left;
	display: block;
	padding: 0px 0 10px 25px;
	background: transparent url(../green/images/folder_open.jpg) top left no-repeat;
	line-height: 18px;
}

#folder_open li a:link, #folder_open li a:active, #folder_open li a:visited {
	text-decoration: underline;
	color: #4068AB;
	background-color: transparent;
}

#folder_open li a:hover {
	text-decoration: none;
	color: #4068AB;
	background-color: #B0D1FB;
}

/*------------footer styles------------*/
#footer_container {
	width: 100%;
	height: 30px;
	display: block;
	background-image:url(../green/images/footer_repeat.jpg);
	background-repeat:repeat-x;
	border-bottom: solid #FFFFFF 1px;
}

#disclaimer {
	background-color: transparent;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 30px;
	padding-left: 15px;
	float: left;
}

#powered_by_image {
	background-color: transparent;
	height: 30px;
	padding-right: 5px;
	float: right;
}

#powered_by_text {
	background-color: transparent;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 30px;
	padding-right: 10px;
	float: right;
}


#reference_map {
	width: 150px;
	height: 100px;
	bottom: 35px;
	position: absolute;
	background: White;
	z-index: 1000;
	border: solid #113C23 3px;
}

#scale_content {
	color: #FFFFFF;
	font-size: 11px;
}
