#page-background {position:fixed; top:0; left:0; width:100%; /*height: 100%;*/}
/* Specify the position and layering for the content that needs to appear in front of the background image. Must have a higher z-index value than the background image. Also add some padding to compensate for removing the margin from the 'html' and 'body' tags. */

html, body {height:inherit; margin:0; padding:0;}

div#header {
	position:relative;
	width:850px;
	margin-left: auto;
	margin-right: auto;
	height: inherit;
	z-index: 3;
	margin-top: 25px;	
}

div#container {
	position:relative;
	width:850px;
	height:inherit;
	margin-right: auto;
	margin-left: auto;
	z-index: 4;
	background-color: #FFFFFF;
	-moz-box-shadow: #000 3px 3px 8px;
	-webkit-box-shadow: #000 1px 1px 6px;
}

div#footer {
	position:relative;
	width:850px;
	margin-left: auto;
	margin-right: auto;
	z-index: 5;
	margin-bottom: 75px;
	height: 125px;
	background-color: #FFFFFF;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
}

#navigation {
	position:absolute;
	left:0px;
	top:0px;
	width:850px;
	height:22px;
	z-index:6;
	background-color: #4585B7;
}	

#contact_form {
	position:absolute;
	left:10px;
	top:70px;
	width:360px;
	height:452px;
	z-index:9;
}


#map1{
	position:absolute;
	left:0px;
	top:0px;
	width:425;
	height:510px;
	z-index:1;
}

#map2{
	position:absolute;
	left:0px;
	top:0px;
	width:1000;
	height:506px;
	z-index:1;
}











ul {
	font-family: Verdana;
	font-size: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
}

ul li {
	display: block;
	position: relative;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
li ul {
	display: none;
}
ul li a {
	display: block;
	padding: 5px 15px 5px 15px;
	background: #1B3850;
	margin-left: 0px;
	white-space: nowrap;
}
ul li a:hover {
	background: #1B3850;
	
}
li:hover ul {
  display: block;
  position: absolute;
  	-moz-box-shadow: #999999 2px 2px 6px;
	-webkit-box-shadow: #999999 2px 2px 6px;
}
li:hover li {
	float: none;
	font-size: 10px;
}
li:hover a {
	background: #1B3850;
}
li:hover li a:hover {
	background: #DAF1F7;
}















.maintext {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #666666;
}
.maintextblue {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #4585B7;
}
.maintextpink {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #BB0063;
}	
.maintextwhite {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
	
.bottombartext {
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
}	
.text_small_10px {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #666666;
}
.maintext_large {
	font-size: 22px;
	font-family: Georgia;
	color: #666666;
}
.maintext_large_blue {
	font-size: 22px;
	font-family: Georgia;
	color: #4585B7;
	;
}
.maintext_large_white {
	font-size: 22px;
	font-family: Georgia;
	color: #ffffff;
	;
}
.headerbold {
	color: #666666;
	font-family: Verdana, sans-serif;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #4585B7;
}
a:visited {
	text-decoration: none;
	color: #4585B7;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #4585B7;
}

	
	
