/* CSS Document */

body {
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
/*background-image:url(/images/bg1.jpg);
background-repeat:no-repeat;*/
}
img {
border:none;
}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}

both {
	top: 60px;
}

.map_text, .map_text a:link, .map_text a:visited, .map_text a:hover, .map_text a:active {
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
}

.searchform {
	background-color:#F0F0F0;
	background-image:url(/images/search_bg.jpg);
	width: 300px;
}
.header {
font-weight: bold;
font-size: 14px;
color: #980000;
padding-top: 3px;
padding-bottom: 3px;
padding-right: 10px;
padding-left: 0px;
}

/* map layer */
#Layer1 {
	position:absolute;
	width: 530px;
	height: 450px;
	z-index:1;
	top: 30px;
	border: 1px solid #6a98b9;
}
/* map div */
.divmap {
	width:100%;
	height:100%;
}
 
/* text layer */
#Layer2 {
	position:absolute;
	z-index:2;
	left: 0px;
	top: 480px;
	/* 	border: 1px solid #000000;
    border-left: none; */
}

/* form layer */
#Layer3 {
	position:absolute;
	width:550px;
	height:40px;
	z-index:3;
	left: 10px;
	top: 0px;
	/* 	border: 1px solid #000000;
    border-bottom: none;
	background-color:#FFFFFF; */ 
}
