/* CSS Document */
ul#map-container{
	background: url(images/map.png) no-repeat 0 0;
	position: relative;
	width: 199px;
	height: 433px;
	margin: 0;
	padding: 0;
}

ul#map-container li{
	position: absolute;
	list-style: none;
}

ul#map-container li a{
	display: block;
	height: 100%;
	text-decoration: none;
}

ul#map-container li a span{
	display: none;
}

ul#map-container li a:hover span{
	display: block;
	padding: 3px;
	width: 110px;
	background: #000;
	position: relative;
	top: 50%;
	left: 100%;
	font: 11px Arial, Helvetica, sans-serif;
	opacity: .75;
	filter:alpha(opacity=75);
	color: #fff;
	z-index: 999999;
}

ul#map-container li:hover{
}

/* ----- COUNTIES ----- */
#county-wabash{
	width: 59px;
	height: 102px;
	left: 82px;
	top: 0px;
	
}

#county-hamilton{
	width: 76px;
	height: 76px;
	left: 24px;
	top: 211px;
}

#county-grant{
	width: 83px;
	height: 72px;
	left: 96px;
	top: 100px;
}

#county-tipton{
	width: 76px;
	height: 51px;
	left: 25px;
	top: 163px;
}

#county-howard{
	width: 98px;
	height: 50px;
	left: 0px;
	top: 123px;
}

#county-miami{
	width: 60px;
	height: 115px;
	left: 39px;
	top: 11px;
}

#county-johnson{
	width: 24px;
	height: 41px;
	left: 60px;
	top: 360px;
}

#county-marion{
	width: 66px;
	height: 74px;
	left: 24px;
	top: 288px;
}

#county-hancock{
	width: 74px;
	height: 66px;
	left: 81px;
	top: 280px;
}

#county-huntington{
	width: 61px;
	height: 91px;
	left: 138px;
	top: 11px;
}

#county-shelby{
	width: 65px;
	height: 91px;
	left: 80px;
	top: 344px;
}

ul#map-container li#county-wabash a:hover{background:url(images/light-wabash.png) no-repeat 0 0;}
ul#map-container li#county-hamilton a:hover{background:url(images/light-hamilton.png) no-repeat 0 0;}
ul#map-container li#county-grant a:hover{background:url(images/light-grant.png) no-repeat 0 0;}
ul#map-container li#county-tipton a:hover{background:url(images/light-tipton.png) no-repeat 0 0;}
ul#map-container li#county-howard a:hover{background:url(images/light-howard.png) no-repeat 0 0;}
ul#map-container li#county-miami a:hover{background:url(images/light-miami.png) no-repeat 0 0;}
ul#map-container li#county-johnson a:hover{background:url(images/light-johnson.png) no-repeat 0 0;}
ul#map-container li#county-marion a:hover{background:url(images/light-marion.png) no-repeat 0 0;}
ul#map-container li#county-hancock a:hover{background:url(images/light-hancock.png) no-repeat 0 0;}
ul#map-container li#county-huntington a:hover{background:url(images/light-huntington.png) no-repeat 0 0;}
ul#map-container li#county-shelby a:hover{background:url(images/light-shelby.png) no-repeat 0 0;}

#vote-button {
	width: 181px;
	height: 147	px;
	position: relative;
	display:inline block;
	top: -433px;
	left: 200px;
	color: #8e6b29;
	text-align: center;
}
#map-widget{background:url(images/bluebackground_1pixel.jpg) repeat-x 0 0;}