@charset "utf-8";
/* CSS Document */

#ohio-map {
	position: relative;
	width: 520px;
	height: 540px;
	padding: 0;
	background-color: #FFF;
	background-image: url(../ohio-map/images/ohio-map.png);
	background-repeat: no-repeat;
}
#ohio-map a {
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	outline: none;
	cursor: default;
}

#ohio-map li {
display: block;
position: absolute;
list-style: none;
margin: 0;
padding: 0;
}

/* CSS Region Name Display Position */

/* {left: 0px; top: 243px; z-index: 10;} */
#nw {
left: 12px; 
top: 38px; 
z-index: 10;
}
#ne {
left: 240px; 
top: 5px; 
}
#co {
left: 130px;
top: 216px;
z-index: 30;
}
#sw {
left: 15px;
top: 250px;
}
#se {
left: 242px;
top: 258px;
}
#lk {
left: 180px;
top: -5px;
}

/* CSS Region Links */

#nw a {
width: 280px;
height: 270px;
}
#ne a {
width: 270px;
height: 405px;
}
#co a {
width: 183px;
height: 166px;
}
#sw a {
width: 325px;
height: 400px;
}
#se a {
width: 320px;
height: 280px;
}
#lk a {
width: 338px;
height: 100px;
}

/* Region Rollover */
#nw a:hover {
background: url(../ohio-map/images/ohio-map.png) 0px -702px no-repeat;
}
#ne a:hover {
background: url(../ohio-map/images/ohio-map.png) 0px -985px no-repeat;

}
#lk a:hover {
background: url(../ohio-map/images/ohio-map.png) -200px -534px no-repeat;

}
#co a:hover {
background: url(../ohio-map/images/ohio-map.png) 0px -534px no-repeat;

}
#se a:hover {
background: url(../ohio-map/images/ohio-map.png) -290px -635px no-repeat;

}
#sw a:hover {
background: url(../ohio-map/images/ohio-map.png) -270px -920px no-repeat;

}