/* CSS Document */
dl.map {
	background: url(main_map08.jpg) no-repeat;
	border: none;
	margin: 0px;
	padding: 0px;
	text-align:left;
	width: 540px;
	height: 616px;
	position: relative;
	background-image: url(main_map08.jpg);
}


dl.map dt {
  display: inline;
}

dl.map dd {
  background: #FFF;
  border: 2px solid #222;
  border-radius: 8px; /* CSS3 rounded corners */
  -moz-border-radius: 8px; /* Mozilla rounded corners */
  color: #000;
  padding: 3px;
  width: 160px;
  position: absolute;
  left: -9999px;
  z-index: 11;
}

dl.map a.location {
	background: url(point.gif) no-repeat;
	display: block;
	outline: none;
	text-decoration: none;
	text-align: center;
	text-indent: -9999px;
	width: 32px;
	height: 32px;
	position: absolute;
	z-index: 10;
	left: 429px;
	top: 355px;
}
dl.map a.location:hover {
  background: url(point-hover.gif) no-repeat -1px -1px;
}

dl.map a#evansville {
  top: 220px;
  left: 337px;
}
dl.map a#owensboro {
  top: 260px;
  left: 376px;
}
dl.map a#powerbuy {
  top: 150px;
  left: 400px;
}
dl.map a#henderson{
  top: 252px;
  left: 335px;
}
dl.map a#roughriver{
  top: 273px;
  left: 468px;
}
dl.map a#paducah{
  top: 361px;
  left: 230px;
}
dl.map a#coldwell{
  top: 545px;
  left: 80px;
}

.BODY         {
	font-family: Arial;
	color:#000000;
	word-spacing:0;
	margin-left:0;
	margin-right:10;
	margin-top:0;
	font-size:12px;
}

.BODY-big         {
	font-family: Arial;
	color:#000000;
	word-spacing:0;
	margin-left:0;
	margin-right:10;
	margin-top:0;
	font-size:16px;
}
