/* CSS styles for DA Kauai Interactive Map page */
body {
	background-attachment: scroll;
}
#mapframe {
	position: relative;
	left: 0px;
	padding: 0;
	width: 1000px;
	margin: 0px;
	z-index: 0;
	top: 170px;
}
.legendTable {
	text-align: center;
	margin-bottom: 10px;
}
table.legendTable td, table.legendTable th {
	padding: 3px;
	border-right: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
}
table.legendTable td:last-child, table.legendTable th:last-child {
	border-right: none;
}
table.legendTable th {
    border-bottom-style: solid;
}
.legendbox p {
	font-size: 83%;
	text-indent: 0px;
}
.legendbox h3 {
	font-size: 100%;
}
.legendbox {
	background-color: #EEEEEE;
	padding: 5px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ddd;
}
#legendFrame {
	position:absolute;
	width:200px;
	top: 240px;
	left: 900px;
}
#noteFrame {
	position: relative;
	left: 50px;
	top: 720px;
	width: 720px;
	text-align: center;
}
#horiz-nav img {
	margin: 5px;
	float: left;
}
#horiz-nav {
	background-color: #ddd;
	border-bottom: 6px solid #000;
	margin: 0px;
	padding: 6px 25px 15px 150px;
}
#horiz-nav li {
	display: inline;
	list-style-type: none;
}
#horiz-nav a {
	padding: 7px;
}
#horiz-nav a:hover {
	background-color: #eee;
}
#map-control {
	background-color: #ddd;
	padding: 10px;
	width: 36em;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 125px;
	position: relative;
	top: 15px;
	z-index: 110;
}
#map-control a.selected, #map-control span.persist a {
	color: #eee;
	background-color: #333333;
}
#map-control a {
	padding: 3px;
}
#map-control a:hover {
        background-color: #eee;
}
#map-control a.selected:hover {
        color: #333;
}
#mapbox div {
	position: absolute;
	left: -60px;
	top: -200px;
}
#map-header {
	z-index: 100;
	position: relative;
	width: 100%;
}
#map-control h1 {
	margin: 0px 0px 5px;
	padding: 0px;
}
.legendbox h6 {
	font-size: 69%;
	font-weight: normal;
	text-align: left;
}
#scriptnote {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding: 5px;
	margin-top: -10px;
}
#landsat {
	height: 861px;
	width: 1000px;
	position: relative;
}
#horiz-nav ul {
	margin: 5px 0px 0px;
	padding: 0px;
}
#logoimage {
	position: absolute;
	left: 7px;
	top: 7px;
	z-index: 200;
}
