@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #CCC;
}
a:visited, a:link {
	color: blue;
}
a:hover { 
	color: blue;
	font-weight: normal;
	/*font-style: italic;*/
	text-decoration: none;
}
img {
	border: none;
}
#warning_msg {
	color: red;
}
#warning {
	text-decoration: blink;
	font-weight: bold;
}
#nojava_list {
	width:50%;
	margin: 0 auto;
	text-align: left;
}
#static_map {
	width: 100%;
	height: auto;
	max-height: 700px;
	max-width: 879px;
}
.oneColLiqCtrHdr #container {
	width: 95%;  /* this will create a container 95% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	color: #000;
}
.oneColLiqCtrHdr #header {
	background-color: #A0D2D1;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColLiqCtrHdr #header h1 {
	font-size: 11pt;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	padding-top: 10px;
	margin: 0;
}
.oneColLiqCtrHdr #header #bird {
	position: absolute;
	left: 40px;
	top: 30px;
	z-index: 2;
}
.oneColLiqCtrHdr #header #banner {
	position: relative;
	z-index: 1;
	padding-bottom: 0px;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 60px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColLiqCtrHdr #mainContent #home_button {
	float: right;
	position: relative;
	height: 60px;
	width: 60px;
	top: 5px;
	padding-bottom: 30px;
	padding-left: 20px;
}
.oneColLiqCtrHdr #mainContent #map_canvas {
	width:100%;
	margin: 0 auto;
	height:700px;
	border-style: solid;
	border-width: 1px;
	text-align: center;
}
.oneColLiqCtrHdr #container #mainContent #dataContainer {
	width:95%;
	margin: 0 auto;
	height:100%;
}
.oneColLiqCtrHdr #container #mainContent #dataContainer #data {
	width:100%;
	height:100%;
	border-style: solid;
	border-width: 5px;
	border-color: #A0D2D1;
	overflow:auto;
}
.oneColLiqCtrHdr #container #mainContent #dataContainer #data TABLE td {
	border-color: black;
	border-width: 1px;
	border-style: solid;
	padding: 0px 10px;
}
.oneColLiqCtrHdr #container #mainContent #dataContainer #data TABLE tr:hover td {
	background: #F6F9ED;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px;
	background-color: #A0D2D1;
	font-size: 9px;
}
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
