@charset "utf-8";
/* CSS Document */

/* GENERAL */
html, body {
  background-color: #FFFFFF;
  text-align: center;
  clear: both;
  height: 100%;
  width: 100%;
  margin-top: 10px;
  font-family:Helvetica, sans-serif;
 /* font-family:Georgia, "Times New Roman", Times, serif;*/
  font-size: 12px;
  line-height: 1.5em;
  }
#container {
  width: 790px;
 /* height: 573px;*/
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  padding: 0px;
  text-align: left;
  }

#page {
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 0px;
  margin-bottom: 8px;
 }

#header {
  clear: both;
  position:relative;
  padding-left: 20px;
  padding-top: 18px;
  padding-bottom: 30px; 
  border-bottom: 1px dashed #CCCCCC;
  z-index:3;
  }

#header ul {
  float: right;
  text-align: right;
  font-size:11px;
  font-style:italic;
  width: 340px;
  height: 26px;
  color:#000000;
  list-style-type: none;
  margin-top: 0px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 20px;
  }

#header li {
  display: inline;
  }

#header li .selected2 {
  text-decoration:none;
  margin-left: 12px;
  padding: 2px 5px 2px 5px;
   color:#000000;
  border-style: solid;
  border-color: #00cc00;
  border-width: 2px
  }

#header li a {
  text-decoration:none;
  margin-left: 12px;
  padding: 3px 6px 3px 6px;
  border-style: solid;
   color:#000000;
  border-color: #CCCCCC;
  border-width: 1px;
  }

#header li a:hover {
  text-decoration:none;
  margin-left: 12px;
  padding: 2px 5px 2px 5px;
  border-style: solid;
  border-color: #00cc00;
  border-width: 2px
  }
  
#header li a.selected {
    background-color: #00CC00;
	color: #000000;
	border: 1px solid #000000;
}

#headerlogo {
  margin-right: 350px;
  }


#headerlogo img.logoline {
  display: inline;
  margin-right: 18px;
  margin-left: 18px;
  }

h1 {
  font-size: 64px;
  font-style: normal;
  font-weight: bold;
  color:#333;
  padding: 0px;
  margin: 20px 0px 10px 0px;
  }
  
.boxText{
  margin-left: 0px;
  margin-top: 15px;
  font-size:36px;
  font-family: Arial, Helvetica, sans-serif;
  color:#FFFFFF;
  font-weight:bold;
}

/*#navBox{
	position: relative;
	width: 900px;
	height: 60px;
	border-top: 1px solid #CCCCCC;
	margin-top:00px;
	background:#FFFFFF;
	z-index: 2;
}*/


#map {
	overflow: hidden; 
	position: absolute; 
	left:0px; 
	top: 0px; 
	width:100%; 
	height:100%; 
	background-color: white;
}
body img {
	/*background:#000000 none repeat scroll 0 0;*/
	/*background:#F6F6F6 none repeat scroll 0 0;*/
	background:#FFFFFF none repeat scroll 0 0;
}
.gmnoprint img
{
	background: transparent none repeat scroll 0 0;
}
/*body a {	
	color: #000000;	
	text-decoration: none;
	}
body a:hover {	
	color: #000000;	
	text-decoration: none;
	}
body {	
	margin: 0;	
	padding: 0;	
	color: #000000;
	}
body a {
	color: #000000;
	text-decoration: none;
	}
body a:hover {
	color: #000000;
	text-decoration: none;
	}
body span{	
	color: #000000;
	}
body a:visited {
	color: #000000;
	}
#map_overview {
	border: 0;
	}
#map_overview .gmnoprint{	
	border: 0;
	}*/