html, div
{
	display:block;
}

body 
{
	background:#F2F2F2;
	color:#000000;
	font-family:verdana,helvetica,arial,sans-serif;
	font-size:62.5%;
	padding:0;
	margin:0 auto;
	position:relative;
	width:974px;
	border: 2px solid #027061;
}

A
{
	color:blue;
	font-family:verdana,helvetica,arial,sans-serif;
}

#wrapper
{
	padding-top:6px;
	background:#757779;
	border-top:1px solid #E6E6E6;
	clear:both;
	position:relative;
	width:974px;
}

h2 {
	font-size:1.5em;
}

h2 {
	display:block;
	font-size:1.5em;
	font-weight:bold;
	margin:0.83em 0;
}

#content {
	background:#757779 ;
	border-top:1px solid #E6E6E6;
	clear:both;
	padding:0 14px;
	height:250px;
	position:relative;
	width:946px;
}

h3 {
	clear:both;
	margin:0;
	position:relative;
}

#content h2 {
	color:#FFFFFF;
	margin:0 0 -5px;
	padding:10px 0 15px 20px;
	position:relative;
}

#content div.contentA, #content div.contentB{
	border-right:1px solid #E0E0E0;
}

#content div.column {
	float:left;
	margin:14px 0 14px 14px;
	width:300px;
	height:100px;
}

.contentArea {
	background:#FDFDFD ;
	float:left;
	height:200px;
	margin-bottom:15px;
	width:946px;
}

div{
	/*border: solid 1px red;*/
}

select{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	width: 135px;
}

input{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}


#submit{
	color:#ffffff;
	background-color:#313131;
}

#map_canvas {
	margin: 10px;
	background: yellow;
	width: 946px;
	height: 414px;
}

#channels{
	margin-top:10px;
	height:80px;
	overflow:auto;
}

#map_zoom1{
	float:left;
	width: 300px;
	height:200px;
}

#map_zoom2{
	float: left;
	left: 670px;
	width: 350px;
	height:200px;
}

#footer {
	background-color:#313131;
	color:#FFFFFF;
	font-size:0.92em;
	height:20px;
	padding:15px;
	clear:both;
	position:relative;
	text-align:center;
}

#footer a {
	color:#FFFFFF;
}

#info{
	margin-top:10px;
}

ul {
  float: left;
  width: 300px;
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}
 
li {
  float: left;
  width: 150px;
  margin: 0;
  padding: 0;
  height:25px;
} 

#content .progress
{
    display: none;
    position: absolute;
    padding: 2px 3px;
}
#content .container
{
    border: solid 1px #808080;
    border-width: 1px 0px;
}
#content .header
{
    border-color: #808080 #808080 #ccc;
    border-style: solid;
    border-width: 0px 1px 1px;
	background-color: #DBEAFF;
    padding: 0px 10px;
    color: #000000;
    font-size: 9pt;
    font-weight: bold;
    line-height: 1.9;  
    font-family: arial,helvetica,clean,sans-serif;
}
#content .body
{
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: solid;
    border-width: 0px 1px;
    padding: 10px;
	text-align:center;
}