#map_location_page {
	padding: 10px;
	background: white;
	color:black;
}
#map_value_data .active, #map_location_page img {
	float: right;
}
div.map_location_sidebar {
	float: right;
	width: 182px;
	margin-left: 10px;
}
#map_location_page h1 {
	margin-top: 0;
}
#map_value_data .active a.suicide img , #map_location_page a.suicide img {
	float: right;
	border: none;
}
.map_widget {
	float:right;
}

iframe#map_location_info, #map_value_data .active, #overlay_directions {
	position: absolute;
	left: 10px;
	top: 147px;
	z-index: 5;
	box-shadow: 5px 5px 6px -1px #333; -moz-box-shadow: 5px 5px 6px -1px #333; -webkit-box-shadow: 5px 5px 6px -1px #333;
}
iframe#map_location_info, #map_value_data .active {
	width: 530px;
	min-height: 450px;
}
#overlay_directions {
	max-width: 392px; /* #map_value_data - menu button*/
}
div.gmnoprint {
	z-index: 11;
}
img.map_image, iframe#map_location_info, div.map {
	border: 1px solid #0C9B2E;
}
img.map_image {
	margin-top: 11px;
	margin-bottom:4px;
}
#google_maps_canvas {
	top: 22px;
}
.map_links a {
	margin: 0 4px 2px 0;
	float: left; 
}
#map_tooltip {
	z-index: 400; 
}
#map_tooltip div {
	min-width: 100px;
}
div.map_column {
	width: 50%;
	float: left;
	margin-top: 30px;
}
div.map_column div {
	margin: 10px;
}
div.map_column a {
	color: white;
}
div.map_column ul {
	padding: 10px;
	margin: 0;
}
#map_travel_options dd.active {
	position: absolute;
	left: 690px;
	top: 84px;
	width: 264px;
	margin: 0;
}
#map_social dt {
	float: left;
	width: 150px;
}
#map_social dt a {
	padding: 5px;
	display: block;
	color: black;
}
#map_social dt a:hover {
	border: 1px solid #0C9B2E;
	padding:4px;
	color: white;
	background: url(../images/box_background2.png);
}
#map_social dt img {
	border: 1px solid #0C9B2E;
	display: block;
}
#map_social #map_travel_options {
	opacity: 0.5;
	display: none;
	position: absolute;
	right: -10px;
	bottom: 30px;
}
#map_social #map_travel_options:hover {
	opacity: 1.0;
}
#map_social #map_travel_options dd.active {
	right: 148px;
	bottom: 0px;
	left: auto;
	top: auto;
}
#map_list_locations {
	list-style-image:url(../images/red_spot3.png);
	padding-left: 0;
}
.map_column li, .map_column dt {
	list-style-image:url(../images/red_spot3.png);
	display:list-item;
	margin-left: 2em;
}
dd.active h2 {
	clear: both;
}
dd.active p + h2 {
	border-top: 2px solid #0C9B2E;
}
#map_social {
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 25;
}

