@charset "utf-8";

/* CSS Document */

body {
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
color:#333;
/* background-image:url(/images/bg1.jpg); */
background-color:#FFFFFF;
background-repeat:no-repeat;
margin-left:0;
margin-top:0;
}

img {
border:none;
}

a:link {
	color: #333;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}

.map_text, .map_text a:link, .map_text a:visited, .map_text a:hover, .map_text a:active {
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
color:#333;
}

.searchform {
	background-color:#F0F0F0;
	/* background-image:url(/images/search_bg.jpg); */
	/* width of the text box */
	width: 300px;
}

/* search form submit button */
.submitbutton { 
    
}

.languageform {
	background-color:#F0F0F0;
	font-size:10px;
}

.locationtextlabel {
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
color:#333;
}

/* alternating rows of text results can have a different color or other attributes */ 
.altrow1 {
/* background-color:#FFFFFF; */
}
.altrow2 {
background-color:#EFEFEF;
}

/* map layer */
#Layer1 {
	position:absolute;
	width: 670px;
	height: 400px;
	z-index:1;
	left: 20px;
	top: 50px;
	/* border: 1px solid #000000; */
}
/* map div */
.divmap {
	width: 670px;
	height: 400px;
} 
 
/* text layer */
#Layer2 {
	position:absolute;
	width:220px;
	height:400px;
	z-index:2;
	left: 700px;
	top: 50px;
	/* 	border: 1px solid #000000;
    border-left: none; */
}
/* TEXT div */
.divtext {
	width:210px; 
	height:395px; 
	overflow:auto; 
	padding:2px;
}


/* form layer */
#Layer3 {
	position:absolute;
	width:900px;
	height:40px;
	z-index:3;
	left: 20px;
	top: 10px;
	/* 	border: 1px solid #000000;
    border-bottom: none;
	background-color:#FFFFFF; */ 
}