h1 {
text-align:center;
font-family:'Arial', sans-serif;
font-size:12px;
font-weight:normal;
color:#606060;
}

#container {
    position: absolute; 
    left: 50%;
	/* center by using half of width of everything on page (content width below) */
	margin: 0 0 0 -500px; }
}

#content {
margin:0px auto 0;
/* Total is between: controls: left + demo1 width */
width:1000px;

}


/* OUTDATED
#topheader {
	margin-bottom:0px; 
	width:1050px;
	height:70px;
		border: 0px dotted red;
	float:left;

}
*/



.demo1 {
float:left;
/* Width of map area - don't make wider since it will extend past tabled width */
width:1000px;
height:800px;
	border: 0px dotted red;
-moz-box-shadow:0 0 10px #a2a2a2;
-webkit-box-shadow:0 0 10px #a2a2a2;
box-shadow:0 0 10px #a2a2a2;
}

.menu {
margin-bottom:40px;
text-align:center;
}

.menu a {
color:#D7363A;
font-size:11px;
font-weight:bold;
margin:0 10px;
}

.preloader {
background:url(../images/loader.gif) no-repeat center #fff;
}

.marker {
display:block;
text-indent:-9999px;
width:33px;
height:47px;
outline:none;
background:url(../images/marker.png) no-repeat;
cursor:pointer;
}

.marker:hover {
background:url(../images/marker-hover.png) no-repeat;
}

.popup {
width:570px;
position: relative;
margin:0px auto 0 0px;
padding:8px;
background:#51555b;
color:#fff;
font-size:11px;
line-height:15px;
}

.popup h3 {
margin:0;
margin-bottom:10px;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:14px;
line-height:16px;
}

.popup .close {
display:block;
text-indent:-9999px;
position:absolute;
top:4px;
right:4px;
width:16px;
height:16px;
outline:none;
background:url(../images/close.gif) no-repeat;
cursor:pointer;
}

.relative {
position:absolute;
top:20px;
left:0px;
}

.controls {
position:absolute;
top:80px;
left:-0px;
z-index:20;
width:150px;
}

.controls a {
background:#d7d7d7;
color:#51555a;
display:block;
float:left;
clear:both;
font-size:11px;
font-weight:bold;
line-height:13px;
margin-bottom:2px;
outline:none;
padding:4px 15px;
text-decoration:none;
width:150px;
}

.controls a:hover {
background:#51555a;
color:#ffffff;
width:150px;
}

.controls .active {
background:#51555a;
color:#fff;
width:150px;
}





