@charset "utf-8";
/* CSS Document */
body{
	background-image:none;
}
#imap{
	display:block; 
	width:428px; 
	height:346px; 
	background:url(../images/map01.gif); 
	position:relative;
	border:0px;
}
#imap dd {
	position:absolute; 
	padding:0; 
	margin:0;
}
a#allentown{
	display:block;
	width:59px;
	height:21px;
	position:absolute;
	left:320px; /* This is the x axis */
	top:130px; /* This is the y axis */
	background:url(../images/allentown-red.gif) no-repeat;
	z-index:20;
	text-decoration:none;
}
a#allentown:hover{
	display:block;
	width:59px;
	height:21px;
	position:absolute;
	left:320px; /* This is the x axis */
	top:130px; /* This is the y axis */
	background:url(../images/allentown-blk.gif) no-repeat;
	z-index:20;
	cursor:hand;
}
a#charlotte{
	display:block;
	width:54px;
	height:20px;
	position:absolute;
	left:322px; /* This is the x axis */
	top:200px; /* This is the y axis */
	background:url(../images/charlotte-red.gif) no-repeat;
	z-index:20;
	text-decoration:none;
}
a#charlotte:hover{
	display:block;
	width:54px;
	height:20px;
	position:absolute;
	left:322px; /* This is the x axis */
	top:200px; /* This is the y axis */
	background:url(../images/charlotte-blk.gif) no-repeat;
	z-index:20;
	cursor:hand;
}
a#cincinnati{
	display:block;
	width:60px;
	height:20px;
	position:absolute;
	left:307px; /* This is the x axis */
	top:176px; /* This is the y axis */
	background:url(../images/cinci-red.gif) no-repeat;
	z-index:20;
	text-decoration:none;
}
a#cincinnati:hover{
	display:block;
	width:60px;
	height:20px;
	position:absolute;
	left:307px; /* This is the x axis */
	top:176px; /* This is the y axis */
	background:url(../images/cinci-blk.gif) no-repeat;
	z-index:20;
	cursor:hand;
}
a#columbus{
	display:block;
	width:71px;
	height:15px;
	position:absolute;
	left:315px; /* This is the x axis */
	top:162px; /* This is the y axis */
	background:url(../images/col-red.gif) no-repeat;
	z-index:20;
	text-decoration:none;
}
a#columbus:hover{
	display:block;
	width:71px;
	height:15px;
	position:absolute;
	left:315px; /* This is the x axis */
	top:162px; /* This is the y axis */
	background:url(../images/col-blk.gif) no-repeat;
	z-index:20;
	cursor:hand;
}
a#indianapolis{
	display:block;
	width:73px;
	height:20px;
	position:absolute;
	left:224px; /* This is the x axis */
	top:154px; /* This is the y axis */
	background:url(../images/indy-red.gif) no-repeat;
	z-index:20;
	text-decoration:none;
}
a#indianapolis:hover{
	display:block;
	width:73px;
	height:20px;
	position:absolute;
	left:224px; /* This is the x axis */
	top:154px; /* This is the y axis */
	background:url(../images/indy-blk.gif) no-repeat;
	z-index:20;
	cursor:hand;
}
a#kansascity{
	display:block;
	width:83px;
	height:15px;
	position:absolute;
	left:153px; /* This is the x axis */
	top:176px; /* This is the y axis */
	background:url(../images/kansascity-red.gif) no-repeat;
	z-index:20;
	text-decoration:none;
}
a#kansascity:hover{
	display:block;
	width:83px;
	height:15px;
	position:absolute;
	left:153px; /* This is the x axis */
	top:176px; /* This is the y axis */
	background:url(../images/kansascity-blk.gif) no-repeat;
	z-index:20;
	cursor:hand;
}
a#nashville{
	display:block;
	width:54px;
	height:17px;
	position:absolute;
	left:244px; /* This is the x axis */
	top:215px; /* This is the y axis */
	background:url(../images/nashville-red.gif) no-repeat;
	z-index:20;
	text-decoration:none;
}
a#nashville:hover{
	display:block;
	width:54px;
	height:17px;
	position:absolute;
	left:244px; /* This is the x axis */
	top:215px; /* This is the y axis */
	background:url(../images/nashville-blk.gif) no-repeat;
	z-index:20;
	cursor:hand;
}
a#oklahomacity{
	display:block;
	width:88px;
	height:24px;
	position:absolute;
	left:134px;  /* This is the x axis */
	top:226px;  /* This is the y axis */
	background:url(../images/okc-red.gif) no-repeat;
	z-index:20;
	text-decoration:none;
}
a#oklahomacity:hover{
	display:block;
	width:88px;
	height:24px;
	position:absolute;
	left:134px;  /* This is the x axis */
	top:226px;  /* This is the y axis */
	background:url(../images/okc-blk.gif) no-repeat;
	z-index:20;
	cursor:hand;
}
a#tulsa{
	display:block;
	width:33px;
	height:20px;
	position:absolute;
	left:202px; /* This is the x axis */
	top:202px; /* This is the y axis */
	background:url(../images/tulsa-red.gif) no-repeat;
	z-index:20;
	text-decoration:none;
}
a#tulsa:hover{
	display:block;
	width:33px;
	height:20px;
	position:absolute;
	left:202px; /* This is the x axis */
	top:202px; /* This is the y axis */
	background:url(../images/tulsa-blk.gif) no-repeat;
	z-index:20;
	cursor:hand;
}
