/* CSS Document */

#map-holder {
	width:610px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* START OF CSS FOR MAP */
dl.map.on {
	position:relative;
	width:610px;
	height:445px;
	background:url(../images/rollover-map/eagle-map.png) no-repeat;
	text-align:left;
	margin:0px;
	padding:0px;
}
dl.map.on dt {
	list-style:none;
	display:inline;
}
dl.map.on dd {
	position:absolute;
	left:-9999px;
	width:200px;
	padding:4px;
	border:#222 2px solid;
	background:#666;
	color:#fff;
	-moz-border-radius:8px;
	border-radius:8px;
	z-index:11;
	font-size:0.9em;
}
dl.map.on dd img {
	position:relative;
	float:right;
	border:#000 1px solid;
	margin:2px;
}
dl.map.on a.location {
	display:block;
	position:absolute;
	text-indent:-9999px;
	background:url(../images/rollover-map/eagle-point.png) no-repeat;
	width:15px;
	height:14px;
	outline:none;
	z-index:10;
	text-decoration:none;
}
dl.map.on a.location:hover {
	background:url(../images/rollover-map/eagle-point-hover.png) no-repeat -1px -1px;
}
dl.map.on dd a {
	text-decoration:none;
	color:#000;
}

/* START OF CSS FOR MAP POINTS */
dl.map.on a#location-arnold {
	top:151px;
	left:249px;
}
dl.map.on a#location-perryville {
	top:399px;
	left:400px;
}
dl.map.on a#location-desoto {
	top:243px;
	left:218px;
}
dl.map.on a#location-festus {
	top:219px;
	left:248px;
}
dl.map.on a#location-hillsboro {
	top:211px;
	left:213px;
}
dl.map.on a#location-cedar-hill {
	top:175px;
	left:191px;
}
dl.map.on a#location-house-springs {
	top:149px;
	left:203px;
}
dl.map.on a#location-south-lindbergh {
	top:102px;
	left:268px;
}
dl.map.on a#location-kirkwood {
	top:81px;
	left:249px;
}
dl.map.on a#location-chippewa {
	top:67px;
	left:278px;
}
dl.map.on a#location-brentwood {
	top:49px;
	left:267px;
}
dl.map.on a#location-manchester {
	top:75px;
	left:220px;
}