body{
	background-color:#000000;
	height:100%;
	margin:0 auto;
	text-align:left;
}
#container{
	width:1100px;
	height:800px;
}
#mapsShell{
	height:428px;
	width:681px;
	background-repeat:no-repeat;
	padding-top:1px;
	border:solid 2px #333333;
}
#map{
	position:relative;
	float:left;
	overflow: hidden;
	width:800px;
	height:600px;
	border: solid 3px grey;
	/*border:solid 4px #E7D893;*/
}
#map a{
	color:#000000;
}
#searchForm
{
	left:293px;
	position:absolute;
	top:0;
	z-index:15;
	border:solid 4px grey;	
	background-color:black;
	padding:3px;
	width:500px;
}
#searchForm span
{
	color:#E7D893;
}		
#sidebar{
	/*border-top: solid 4px #E7D893;
	border-left: solid 4px #E7D893;
	border-bottom: solid 4px #E7D893;
	border-right: solid 8px #E7D893;*/
	background-color:#000000;
	color:#000000;
	font-size:11px;
	height:535px;
	overflow:auto;
	padding-left:0px;
	border-top:solid 1px grey;
}
#sidebarWrapper{
	position:relative;
	float:left;
	background-color:#000000;
	color:#000000;
	font-size:11px;
	height:598px;
	width:191px;
	border:solid 4px grey;
}
.toolbar{
	width:100%;
	text-align:center;
}
#directions{
	width: 697px;
	color: #FFFFFF;
	float:left;
}
.googledir a{
	color: #E7D893;	
}
#sidebar div{
	background-color:#000000;
	color:#E7D893;
}
.gmnoprint{
	color:#000;
}
.storeResult a{
	border-bottom:solid 1px #FFF;
}
#addressInput{
	width:50px;
}
@media print { 
   #mapsShell { display:none; } 
   #sidebarWrapper { display:none; } 
   #searchForm { display:none; } 
   #sidebar {display:none; }
   #radiusSelect {display:none; }
   .toolbar { display:none; }
}