body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #fff;
	font-family: Verdana, sans-serif;
    font-size: small;
    line-height: 1.5em;
	}
h2 {
	font-size: 125%;
    margin: 0 0 5px 0;
	color: #808080;
    }
a.zoom {
    font-size: x-small;
	color: #808080;
    }

#container {
    position: relative;
	margin: 0 auto;
    padding: 0;
	text-align: left;
    width: 95%;
	min-width: 750px;
	background-color: #fff;
    }
#header {
    position: relative;
	height: 75px;
	margin-top: 5px;
    }
.logoText {
	color: #8b0000;
	font-weight: bold;
	font-size: 130%;
    }
#banner {
    position: absolute;
	right: 10px;
    }
#content {
	clear: both;
	margin-top: 10px;
    }
#map {
	float: left;
    background-color: #f2efe9;
	border: 1px solid #979797;
	width: 73%;
	height: 425px;
    line-height: 1em;
	position: relative;
    }
#list {
	border: 1px solid black;
	overflow: auto;
	float: right;
	width: 25%;
	height: 425px;
    }
#list td {
    padding: 8px 3px 8px 2px;
	border-bottom: 1px solid #8b0000; 
	line-height: 14px;
    }
#listTable {
    display: none;
    }
#list table {
    width:100%;
    }
.activeRow {
	background-color: #fbf8aa;
    }
#about {
	clear: both;
	float: left;
	width: 73%;
    }
#sources {
	float: right;
    margin-top: 15px;
	width: 25%;
    }
#footer {
	clear: both;
    }
.infoWindow {
    line-height: 1.5em;
	width: 250px;
    }
img {
	border: none;
	}

/* Forms */
fieldset {width:600px;margin-bottom:10px;}
legend {font-weight: bold;}
label {position: absolute; text-align:left; width:150px; margin-top: 5px;}
input, textarea {margin-left: 160px; margin-top: 5px;}
label.check, label.radio {position:relative; text-align:left;}
.formHint {margin-left:160px;display:block;font-size:x-small;font-style:italic;font-weight:normal;padding-bottom:5px;color:#888;}
.validationSummary {font-weight:bold;margin-bottom:10px;}