@charset "UTF-8";
/* CSS Document */

#map-box {
	width: 592px;
	margin-left: 14px;
	background-color: #999999;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 5px;
	overflow: hidden;
}
#map-box-content {
	background-color: #dde3ec;
	width: 590px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	background-image: url(../images/mapbox_background.gif);
	background-repeat: repeat-y;
	overflow: hidden;
}
#map-nav {
	width: 189px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
#mapstateview, #mapstreetview {
	height: 250px;
	width: 390px;
}
#mapstreetview, #mapyahooview {
	display: none;
}

 #mapyahooview, #mapyahoocontent {
	height: 400px;
	width: 390px;
	}
#map-yahoo-link {
	width: 169px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 15px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 10px;
}
#map-yahoo-link a{
	color: #333333;
	text-decoration: none;
}
#map-nav ul {
	list-style-type: none;
	font-size: 17px;
	line-height: 18px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 24px;
}

#map-nav li {
	padding-bottom: 5px;
}
#map-nav li span {
	font-size: 12px;
	color: #333333;
	line-height: 13px;
}

#map-nav img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
 vertical-align:text-bottom;
}
#mapstateviewon, #mapstreetviewon, #mapyahooviewon {
	margin-left: -18px;
}
 #mapstreetviewon, #mapyahooviewon {
	display: none;
}

#map-address {
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	line-height: 19px;
	color: #999999;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 15px;
	text-transform: uppercase;
}
#map-gpsnotice {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 7px;
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
	line-height: 16px;
}
#map-gpsnotice img {
	float: left;
	margin-right: 2px;
}
