/* CSS Document */
#map {
	margin-top:15px;
	border:1px solid #2d2d2d;
	background-color:#000000;
	color:#999999;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#map a:link {
	color:#0000CC;
	text-decoration:underline;
}
#map a:visited {
	color:#0000cc;
	text-decoration:underline;
}
#map a:hover {
	color:#0000cc;
	text-decoration:none;
}
#map a:active {
	color:#0000cc;
	text-decoration:none;
}
#map h2 {
	font-weight:normal;
	font-size:0.9em;
	color:#999999;
	margin: 0px 0px 5px 0px;
	padding:0px;
	text-align:center;	
}
#map h4 {
	color:#999999;
	text-align:center;
	margin:0px;
	padding:0px;
}
#map h5 {
	padding-top:5px;
	padding-bottom:5px;
	text-align:right;
}
#map h6 {
	color:#999999;
	text-align:right;
	margin-top:5px;
	margin-bottom:5px;
}
#map img {
	border:1px solid #999999;
	padding:0px;
	margin:0px;
}
/* streetview controls spacing around the map ***************/
#streetview {
	width:602px;
	padding-right:10px;
	float:left;
}
#legendhead {
	background-color:#2d2d2d;
	border-bottom:1px solid #a1a5a9;
}
#legendhead h4 {
	margin:0px;
	padding:5px;
	letter-spacing:1px;
	font-size:12px;
	font-weight:normal;
	text-align:center;
}
#legend {
	width:186px;
	float:left;
	margin:15px 0px 0px 0px;
	border:1px solid #2d2d2d;
}
#side_bar {
	padding:5px 5px 5px 10px;
	line-height:1.4em;
}

/* Map footer at the bottom of the page ****************************/
#mapnav {
	width:100%;
	float:left;
	font-size:10px;
	text-transform:uppercase;
	margin: 15px 0px 0px 0px;
}
#mapnav ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	text-align:center;
}
#mapnav ul li {
	display:inline;
	border-right: 1px solid #ffffff;
	padding:0px 6px 0px 6px;
	margin:0px;
}
#mapnav ul li.nobordleft {
	border:none;
}
/* End of map navigation **************************************************/	

/* Map navigation at the bottom of the page (on new map pages ****************************/
#navbot {
	width:602px;
	float:left;
	font-size:10px;
	text-transform:uppercase;
	margin: 15px 0px 15px 0px;
}
#navbot ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	text-align:center;
}
#navbot ul li {
	display:inline;
	border-right: 1px solid #ffffff;
	padding:0px 6px 0px 6px;
	margin:0px;
}
#navbot ul li.nobordleft {
	border:none;
}
/* End of map navigation **************************************************/	
