/* map styles */

dl.map.on {
	position:relative;
	width:437px;
	height:739px;
	background:url(images/map.gif) no-repeat;
	text-align:left;
	margin:0px;
	padding:0px;
		font-size:75%;
	font-weight: bold;
	float: right;
}
dl.map.on dt {
	list-style:none;
	display:inline;
}
dl.map.on dd {
	position:absolute;
	left:-9999px;
	width:135px;
		min-height:25px;
	height:auto !important; /*fixes IE6 and 7 */
	height:25px; /*fixes IE6 and 7 */
	padding:5px;
	border:1px solid #ffffff;
	background:#8c8c8c;
	z-index:11;
	color:#FFFFFF;
}

dl.map.on a.location {
	display:block;
	position:absolute;
	text-indent:-9999px;
	background:url(images/location-dot.gif) no-repeat;
	width:10px;
	height:10px;
	outline:none;
	z-index:10;
	text-decoration:none;
}
dl.map.on a.location:hover {
	background:url(images/location-dot-over.gif) no-repeat -1px -1px;
}

.box {
border: 1px solid #406AB3;
padding: 6px;
margin-top: 10px;
padding-bottom: 0;
font-size: 90% !important;
width: 90%;
}

.box h3 {
margin-bottom: 3px;
padding: 3px;
margin-left: -3px;
}

.box p {
font-size: 90% !important;
}

/* end map styles - point locations in .php page head */