/*-----------------------------------------------------------------------------
Layout
-----------------------------------------------------------------------------*/
html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	min-width: 800px;
	margin: 0;
	line-height: 140%;
}
#wrapper {
	clear: both;
	width: 100%;
	height: 80%;
}
#menu {
	width: 175px;
	min-width: 175px;
	vertical-align: top;
	background-color: #EEEEEE;
	border-right: solid 1px #DDDDDD;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu a, #menu li.submenu {
	color: #000000;
	display: block;
	padding: 3px;
	text-decoration: none;
	background-color: #DEDEDE;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999999;
}
#menu a:hover {
	background-color: #EEEEEE;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #CCCCCC;
}
#menu a.current {
	color: #777777;
}
#main {
	height: 95%;
	padding: 0 1% 0 1%;
	vertical-align: top;
}
#contact {
	height: 3%;
	padding: 1% 1% 0 1%;
	vertical-align: bottom;
}
/*-----------------------------------------------------------------------------
Titles
-----------------------------------------------------------------------------*/
#usgstitle p {
	padding-bottom: 0;
}
#title {
	font-size: large;
	font-weight: normal;
	margin-top: 1%;
	line-height: 140%;
}
#subTitle {
	font-size: medium;
	font-weight: normal;
	padding-bottom: 5px;
	margin: 2% 0 1% 0;
	border-bottom: solid 1px #000000;
}
/*-----------------------------------------------------------------------------
General
-----------------------------------------------------------------------------*/
a:link, a:active, a:visited {
	color: #0000CC;
}
a:hover {
	color: #CC0000;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.centerText {
	text-align: center;
}
.list {
	list-style: none;
	padding: 7px 0 0 0;
	margin: 0px;
}
.list li {
	padding: 0 0 7px 20px;
}
.floatLeft {
	float: left;
	padding: 0 15px 5px 0;
}
.floatRight {
	float: right;
	padding: 0 0 5px 15px;
}
.clearFloat {
	clear: both;
}
.fileSize {
	color: #999999;
	font-size: x-small;
	margin-left: 5px;
}
.indent {
	text-indent: 15pt;
}
.citation {
	text-indent: -15pt;
	padding-left: 15pt;
}
.comment {
	color: #999999;
	font-size: xx-small;
}
.note {
	font-size: x-small;
}
.headNote {
	padding: 10px;
	font-size: x-small;
}
sub, sup {
	font-size: x-small;
}
.hidden {
	position: absolute;
	left: 0;
	top: -100px;
	width: 0;
	height: 0;
	overflow: hidden;
}
/*-----------------------------------------------------------------------------
Data Table
-----------------------------------------------------------------------------*/
.dataTable {
	width: 100%;
	margin: 25px 0 25px 0;
}
.dataTable caption {
	padding: 3px 0 3px 0;
	text-align: left;
	border-bottom: solid 1px #CCCCCC;
}
.dataTable th {
	text-align: left;
	font-weight: normal;
	font-size: x-small;
	padding: 5px 0 5px 0;
}
.dataTable td {
	padding: 3px 10px 3px 0;
	vertical-align: top;
}
/*-----------------------------------------------------------------------------
Figure list
-----------------------------------------------------------------------------*/
#figureList {
	list-style: none;
	padding: 0;
	margin: 0;
}
#figureList li {
	clear: both;
	padding-top: 15px;
}
#figureList img {
	float: left;
	margin: 0 15px 15px 0;
}
#figureList a {
	font-size: medium;
}
#figureList p {
	margin-top: 5px;
}
/*-----------------------------------------------------------------------------
Google Map
-----------------------------------------------------------------------------*/
#mapWrapper {
	width: 100%;
	height: 88%;
}
#mapWrapper td {
	vertical-align: top;
}
#mapLeft {
	width: 65%;
	height: 98%;
}
#map {
	width: 100%;
	height: 100%;
}
#mapRight {
	width: 33%;
	height: 98%;
	font-size: x-small;
	padding-left: 2%;
}
#legend {
	margin: 20px 0 20px 0;
	padding-bottom: 10px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
#legend .legendIcon {
	vertical-align: middle;
}
#colorSelector select {
	float: left;
	margin: 0 5px 0 5px;
}
#colorSelector option {
	font-size: x-small;
}
#colorSelector input {
	float: left;
	margin-left: 8px;
}
#updateMapButton {
	margin-top: 10px;
	margin-left: 8px;
}
#colorSelector .sourceText {
	margin: 10px 0 10px 170px;
}
