@charset "utf-8";

/* CSS Document */

body {
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
background-image:url(/images/bg2.jpg);
/* background-color:#F7B32A; */
background-color:#FFFFFF;
background-repeat:no-repeat;
}
img {
border:none;
}

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

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


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

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


.altrow1 {
/* background-color:#FFFFFF; */
}

.altrow2 {
background-color:#EFEFEF;
}

.white {
color:#FFFFFF;
}

/* map layer */
#Layer1 {
	position:absolute;
	width: 430px;
	height: 400px;
	z-index:1;
	left: 0px;
	top: 38px;
	/* border: 1px solid #000000; */
}
/* map div */
.divmap {
	width: 430px;
	height: 400px;
}
 
/* text layer */
#Layer2 {
	position:absolute;
	width:220px;
	height:390px;
	z-index:2;
	left: 470px;
	top: 38px;
	/* 	border: 1px solid #000000;
    border-left: none; */
}
/* TEXT div */
.divtext {
	width:210px; 
	height:385px; 
	overflow:auto; 
	padding:2px;
}


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

/* 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;
}
*/

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

/* .countryform { 
    margin:0;
	padding:0;
	border:0;
	/* background:none;
	width:45px;
	height:29px;
	cursor:pointer;  
	margin-left: 50px;
} */

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


.countryform  {
	background-color:#EEEEEE;
	width:50px;
	/* height:18px; */
	font-family:'HelveticaNeue-Light',HelveticaNeue,'Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight:normal;
	font-size:15px;
	color:#222;
}

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

.locationtextlabel {
color:#FFFFFFF;
margin:8px 4px 8px; 
}

