/* Start of CMSMS style sheet 'zoommap' */
#map {
	position: relative;
	width: 567px;
	height: 481px;
	overflow: hidden;
	font-family: Helvetica, sans-serif;
	margin-top: 20px;
}
#returnlink {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	color: white;
	background: blue;
	padding: 3px;
}
#map a.bullet {
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	text-decoration: none;
	opacity: .7;
	z-index: 2;
	background-image: url(images/map_heart.png);
}
#map img.zoomable {
}
#map div.popup {
	display: none;
	position: absolute;
	width: 415px;
	top: 10px;
	left: 50px;
	background: white;
	z-index: 3;
	padding-left: 15px;
	padding-top: 15px;
	border: 1px solid #cccccc;
}
#map div.popup h4 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 10px;
}
#map div.popup p {
	font-size: 12px;
	color: #333333;	
}
#map div.popup a.close {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 12px;
	color: #333333;
	margin-right: 10px;
	margin-bottom: 10px;
	text-decoration: none;
}
#map img {
        border: none;
        padding: 0px;
}

/* End of 'zoommap' */

