@charset "utf-8";
/* Main */
html {
	height: 100%;
	/*overflow: hidden;*/
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	background-color:#1d2941;
}

#container { 
	margin:0px; 
	width:960px;
	height:768px;
	z-index:1;
	position:relative;
	top:40px;
	left:0px;
}
object , embed {
	z-index:1;
}
#bar{
	z-index:100;
	position:absolute;
	top:0px;
	left:0px;
	height:40px;
	width:100%;
	text-align:left;
	background:url(../img/headtile.gif) #666666 repeat-x;
}

#gmapiframe{
	position:fixed;
	width:700px;height:400px;
	top:-1000px;
	left:-1000px;
	line-height:1em;
	background-color:#ffffff;
	color:#000000;
	z-index:75;
	text-align:left;
	font-family:Arial,Helvetica,"sans-serif";
	font-size:10px;
}
#gmapcontainer{
	position:fixed;
	width:600px;height:400px;
	top:-1000px;
	left:-1000px;
	line-height:1em;
	background-color:#ffffff;
	color:#000000;
	z-index:75;
	text-align:left;
	font-family:Arial,Helvetica,"sans-serif";
	font-size:10px;
}
#map{
	position:absolute;
	top:2px;
	left:2px;
	width:398px;
	height:394px;
	/* border:1px solid red; */
}
#map-side-bar{
	position:absolute;
	top:2px;
	left:402px;
	width:194px;
	height:394px;
	/*border:1px solid green;*/
	overflow:auto;
}
#map-side-bar h2{
	font-size: 13px;
	font-weight:bold;
	margin:.5em 0 .5em 0;
	padding:0 1em 0 .5em;
}
#map-side-bar strong{
	font-size:12px;
}
.map-location{
	margin-bottom:.5em;
	padding:0 1em 0 .75em;
}
.map-location a{
	color:#333366;
}
.helptext p{
	line-height:2 em; padding:6px 9px; text-align:left;
}

