.locator .container  {
	max-width: 948px;
	width: 100%;
	padding: 0;
}

#map {
	position: relative;
	border-bottom: 3px solid #76b743;
	margin-bottom: 20px;
	width: 100%;
	height: 420px;
	background: url(/images/design/map/main_map.png) bottom center no-repeat;
}

#map ul#dots {
	width: 750px;
	height: 420px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#map #dots li {
	position: absolute;
	width: 24px;
	height: 42px;
	text-indent: -999px;
	overflow: hidden;
	background: url(/images/design/map/green_dot.png) bottom center no-repeat;
	cursor: pointer;
}

#spearfish_dot { top: 127px; left: 49px; }
#rapid-city_dot {top: 176px; left: 99px; }	
#mission_dot { top: 254px; left: 330px; }
#pierre_dot { top: 150px; left: 353px; z-index: 1; }
#chamberlain_dot { top: 207px; left: 444px; z-index: 1; }
#mobridge_dot { top: 21px; left: 347px; }
#aberdeen_dot { top: 22px; left: 497px; }
#huron_dot { top: 148px; left: 544px; }
#mitchell_dot { top: 216px; left: 554px; }
#yankton_dot { top: 305px; left: 612px; z-index: 1; }
#vermillion_dot { top: 320px; left: 653px; }
#sioux-falls_dot { top: 233px; left: 667px; z-index: 1; }
#madison_dot { top: 192px; left: 632px; }
#watertown_dot { top: 98px; left: 644px; z-index: 1; }
#faith_dot { top: 81px; left: 206px;}
#gregory_dot { top: 268px; left: 444px; }


#map #dots li:hover {
	background-image: none;
}


#map #dots li#spearfish_dot:hover  { width: 223px; height: 118px; top: 98px; left: 0; background: url(/images/design/map/spearfish_counties.png) bottom center no-repeat; }
#map #dots li#rapid-city_dot:hover { width: 222px; height: 160px; top: 175px; left: 0; background: url(/images/design/map/rapidcity_counties.png) bottom center no-repeat; }	
#map #dots li#mission_dot:hover { width: 268px; height: 187px; top: 148px; left: 130px; background: url(/images/design/map/mission_counties.png) bottom center no-repeat; }	
#map #dots li#pierre_dot:hover { width: 243px; height: 150px; top: 130px; left: 218px; background: url(/images/design/map/pierre_counties.png) bottom center no-repeat; }
#map #dots li#chamberlain_dot:hover { width: 203px; height: 148px; top: 205px; left: 362px; background: url(/images/design/map/chamberlain_counties.png) bottom center no-repeat; }
#map #dots li#mobridge_dot:hover { width: 289px; height: 132px; top: 21px; left: 219px; background: url(/images/design/map/mobridge_counties.png) bottom center no-repeat; }
#map #dots li#aberdeen_dot:hover { width: 286px; height: 149px; top: 21px; left: 417px; background: url(/images/design/map/aberdeen_counties.png) bottom center no-repeat; }
#map #dots li#huron_dot:hover { width: 156px; height: 147px; top: 98px; left: 456px; background: url(/images/design/map/huron_counties.png) bottom center no-repeat; }
#map #dots li#mitchell_dot:hover { width: 174px; height: 160px; top: 205px; left: 454px; background: url(/images/design/map/mitchell_counties.png) bottom center no-repeat; }
#map #dots li#yankton_dot:hover { width: 227px; height: 80px; top: 280px; left: 455px; background: url(/images/design/map/yankton_counties.png) bottom center no-repeat; }
#map #dots li#vermillion_dot:hover { width: 116px; height: 113px; top: 277px; left: 604px; background: url(/images/design/map/vermillion_counties.png) bottom center no-repeat; }
#map #dots li#sioux-falls_dot:hover { width: 116px; height: 91px; top: 233px; left: 618px; background: url(/images/design/map/siouxfalls_counties.png) bottom center no-repeat; }
#map #dots li#madison_dot:hover { width: 130px; height: 114px; top: 168px; left: 580px; background: url(/images/design/map/madison_counties.png) bottom center no-repeat; }
#map #dots li#watertown_dot:hover { width: 140px; height: 147px; top: 24px; left: 571px; background: url(/images/design/map/watertown_counties.png) bottom center no-repeat; }
#map #dots li#faith_dot:hover { width: 376px; height: 216px; top: 1px; left: 0; background: url(/images/design/map/faith_counties.png) bottom center no-repeat; }
#map #dots li#gregory_dot:hover { width: 246px; height: 130px; top: 208px; left: 285px; background: url(/images/design/map/gregory_counties.png) bottom center no-repeat; }

.map_locations {
	width: 750px;
	position: relative;
	margin: auto;
	padding-bottom: 20px;
	-moz-column-count: 2; /* Firefox */
	-webkit-column-count: 2; /* Safari and Chrome */
	column-count: 2;
}

.map_item {
	display: inline-block;
	width: 335px;
	min-height: 42px;
	padding: 0 26px 0 14px;
	background: url(/images/design/map/green_dot.png) top left no-repeat;
}

.map_item h1 {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #8dc543;
	padding-left: 20px;
	cursor: pointer;
}

.map_item_info {
	display: none;
}

.map_item_info .instance {
	border-top: 1px solid #8dc543;
}

.map_item_info .instance:first-child
{
	border-top: none;
}

.map_item_info span {
	font-weight: bold;
	text-transform: uppercase;
}


