#map{
	padding:0px;
	/* some fixed dimensions required for map to work, even though it's reset in js later. pheh. */
	width:100px;
	height:100px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index:1;
}#zoomBox{
	border: 1px solid black;
	position:absolute;
	width:125px;
	height:85px;
	z-index:3;
	display:none;
}
#navbarContainer{
	height:50px;
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0px;
	/* hating myself a little for this, but there was a mystery 1-pixel white bar at the top */
	top:-1px;	
}
#mapContainer{
	position: relative;	
}
#adContainer{
	bottom: 0px;
    position: absolute;
}
.mobileAd{
	height:100px;
	bottom:0px;	
}
#mobile_ad_1{
	left:0px;
	width: 400px;
	height: 200px;
}
#mobile_ad_2{
	left:330px;
	width: 728px;
	height: 100px;
}
.overlay{
	padding:0px;
	background-color: #000000;
	opacity: 0.5;
	z-index: -1;
	position: absolute;
	/* some fixed dimensions required for map to work, even though it's reset in js later. pheh. 
	width:100px;
	height:100px;*/
}
.top{
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}
.bottom{
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}
.left{
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}
.right{
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}
.zoomholder{
	position: absolute;
	z-index:2;
	background-color: #000045;
	border: 1px solid #ffffff;
	width: 48px;
	height: 48px;
}
#zoomin{
	bottom: 205px;
	left: 5px;
}
#zoomout{
	bottom: 258px;
	left: 5px;
}
.zoombuttons{
	padding-left: 7px;
	padding-top: 4px;
}
#headerDiv{
	height:50px;
	border-top: 0px;
	border-bottom: 0px;
}
.save_dialog_screen{
	display: none;
}
.save{
	color: '#ff0000';
}
#ctl li{
	padding: 8px;
}
#alertHolder{
	position: absolute;
	width:250px;
	height:100px;
	bottom: 20px;
	left: 5px;
	right: 5px;
	background-color: #ffffff;
	color: #ff0000;
	z-index:3;

}
.phoneAd{
	height:100px;
	bottom:0px;	
	position: absolute;
}
.tabletAd{
	height:100px;
	bottom:0px;	
	position: absolute;
}
#adContainer2{
	left: 350px;
	display: none;
}
#adContainer3{
	left: 700px;
	display: none;
}