/* CSS Document */
/* map.css      */


#location_map {
	background-color: #ffffff;
	border: none;
}

/*#location_map #wrapper {
	margin: 0 auto;
} */

#location_map a,
#location_map a:visited {
	color: #ff0000;
}

#location_map a:hover {
	color: #000000;
	text-decoration: none;
}

#location_map p.print_friendly {
	position: relative;
	bottom: 5px;
	text-align: center;
	font-style: bold;
}

#location_map p.print_friendly:hover {
	color: #000000;
}


