@charset "utf-8";

/* CSS Document */

body {
font-size:12px;
font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
/* text-transform:capitalize; */   
color:#000000;
/* background-image:url(/images/bg1.jpg);
background-repeat:no-repeat; */
margin-left:0;
margin-top:0;
overflow: hidden; 
line-height:150%;
}

img {
border:none;
}

a:link {
	color: #3b5998;
	text-decoration:none;
}
a:visited {
	color: #3b5998;
	text-decoration:none;
}
a:hover {
	color: #3b5998;
	text-decoration:underline;
}
a:active {
	color: #3b5998;
	text-decoration:none;
}

.map_text, .map_text a:link, .map_text a:visited, .map_text a:hover, .map_text a:active {
font-size:11px;
font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
color:#000000;
}

.map_text a:link {
color: #3b5998;
text-decoration:none;
}

.map_text a:hover {
text-decoration:underline;
}





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

/* map layer */
#Layer1 {
	position:absolute;
	/* width: 518px; */
	width: 808px;
	height: 400px;
	z-index:1;
	left: 0px;
	top: 40px;
	border: 1px solid #CCCCCC; 
}
/* map div */
.divmap {
	/* width: 518px; */
	width: 808px;
	height: 400px;
}
 
/* text layer */
#Layer2 {
	position:absolute;
	/* width:518px; */
	width:808px;
	height:350px;
	z-index:2;
	left: 0px;
	top: 445px;
	border: 1px solid #CCCCCC;
	/* border-top: none;
     	border-left: none; */
}

/* TEXT div */
.divtext {
	width:798px; 
	height:345px; 
	overflow:auto; 
	padding:2px;
	padding-left:10px;
	padding-right:0px;
}


/* form layer */
#Layer3 {
	position:absolute;
	/* width:520px; */
	width:810px;
	height:35px;
	z-index:3;
	left: 0px;
	top: 0px;
	border-top: 1px solid #E2E2E2;
	/* 	border: 1px solid #000000;
    border-bottom: none; */
	background-color: #F2F2F2;  
}

/* search form submit button */
.submitbutton { 
    margin:0;
	padding:0;
	border:0;
	background:none;
	width:45px;
	height:29px;
	cursor:pointer;  
	margin-left: 280px;
}

/* .searchbg { 
	margin:3px 4px 0;
	padding:0;
	border:0;
	background:url(images/search_box.png) no-repeat;
	width:325px;
	height:29px;
	text-align:left;
} */

/* .searchform  {
	margin-left: 5px;
	position:absolute; 
	top: 6px;
	border:0;
	background:none;
	width:200px;
	height:20px;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-weight:normal;
	font-size:16px;
	color:#222;
} */

.searchform  {
	/* margin-left: 5px;
	position:absolute;
	top: 6px;
	border:0; */
	padding-left: 5px;
	background-color: #EEEEEE;
	width:200px;
	/* height:18px; */
	font-family:'HelveticaNeue-Light',HelveticaNeue,'Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#222;
}

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

.locationtextlabel {
font-size:12px;
font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
color:#000000;
font-weight:bold;
/* text-transform:uppercase;   */  
margin:8px 4px 8px; 
}

.textresultsinfolable {
font-size:14px;
font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
color:#FFFFFF;
font-weight:bold;
background-color:#416a98;
}

#Lable1 {
	position:absolute;
	width:538px;
	height:400px;
	left: 0px;
	top: 450px;
}