@charset "utf-8";
/* CSS Document */
/* eg. INDOC class="bg" INCSS .bg { ... }   */
/* eg. INDOC id="bg" INCSS #bg { ... }   */

a:link {
	color: #666666;
}

a:visited {
	color: #666666;
}


.preload {
	display:none;
}

* {
}

input[type=text] {
	border:#CCC thin solid;
} 

ul {
	
}

html, body {
	margin: 0;
    padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	overflow-x:hidden;
	min-height:100%;
}
 
#wholepagewrapper {
	width:100%;
	height:100%;
	min-height:100%;
	height:auto !important;
	background-repeat:no-repeat;
	background-position:top;
	background-attachment:fixed;
}

#wholepagebanner {
	height:149px;
	background-image:url(bannerrpt.jpg);
	background-repeat:repeat-x;
	background-position:top left;
}

#bannerbacking {
	width:1000px;
	height:149px;
	position:relative;
}

#banner {
	background-image:url(banner.jpg);
	background-repeat:no-repeat;
	left:0px;
	top:0px;
	width:1000px;
	height:149px;
}

#bannerpage {
	position:absolute;
	top:0px;
	right:0px;
	width:45px;
	height:210px;
}

.bodywhole {
	width:1000px;
}



#bodymainwrapper {
	width:1000px;
	position:relative;
	min-height:100%;
	height:auto !important;
	padding-top:0px;
}

#bodymainwrapperfullwidth {
	width:100%; 
	min-height:100%; 
	height:auto !important;	
	padding-top:0px;	
}

#legend {

	width:300px;
	font-size:12px;
	font-weight:800;
}

#mapcanvas {
	border:thin solid #666;
}