@charset "UTF-8";
#mapHolder {
	position: relative;
	height: 360px;
	overflow: hidden;
	width: 320px;
	float: right;
}
#mapHolder h2 {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 290px;
	margin: 0px 0px 0px 30px;
	border-style: none;
	font-size: 14px;
	font-style: oblique;
	color: #840F1E;
	text-align: center;
}



ul#CoLocationsMap{
	margin: 0px auto;
	padding: 0px;
	background-image: url(../img/OE_Colorado_Locations_lg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	height: 360px;
	width: 320px;
	list-style-image: none;
	list-style-type: none;
	left: 0px;
	top: 0px;

}

ul#CoLocationsMap li {
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: auto;
}

ul#CoLocationsMap li:hover a span {
	visibility: visible;
	
}

ul#CoLocationsMap li a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666;
	background-image: url(../img/OE_icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px 0px 0px 18px;
	display: block;
	height: 16px;
}

ul#CoLocationsMap li.oeAffiliate a {
	background-image: url(../img/OE_icon_affiliate.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


ul#CoLocationsMap li a:hover {
	color: #911429;
	text-decoration: none;
	background-image: url(../img/OE_icon_hover.gif);
	background-repeat: no-repeat;
	background-position: left top;

}

ul#CoLocationsMap li.oeAffiliate a:hover {
	color: #2E3192;
	background-image: url(../img/OE_icon_affiliate_hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


ul#CoLocationsMap li a span {
	visibility: hidden;
	display: block;
}

ul#CoLocationsMap li a:hover span {
	display: block;
	visibility: visible;
	background-image: url(../img/gray50.png);
	background-repeat: repeat;
}
.textInstructions {
	color: #871024;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: normal;
}


li#location01 {
	top: 71px;
	left: 33px;
}

li#location02 {
	top: 89px;
	left: 60px;
}

li#location03 {
	top: 108px;
	left: 51px;
}

li#location04 {
	top: 226px;
	left: 212px;
}

li#location05 {
	top: 388px;
	left: 155px;
}

li#location06 {
	top: 427px;
	left: 164px;
}

li#location07 {
	top: 405px;
	left: 204px;
}

li#location08 {
	top: 210px;
	left: 175px;
}

li#location09 {
	top: 23px;
	left:133px;
}

li#location10 {
	top: 196px;
	left:98px;
}

li#location11 {
	top: 239px;
	left: 146px;
}

li#location12 {
	top: 54px;
	left: 119px;
}

li#location13 {
	top: 118px;
	left: 115px;
}

li#location14 {
	top: 305px;
	left: 163px;
}
li#location15 {
	top: 128px;
	left: 70px;
}

#CoLocationsLegend {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: auto;
	clear: both;
	font-size: 12px;
	font-weight: bold;
	background-color: #F9F9F9;
	padding: 4px;
}
#CoLocationsLegend dt {
	margin: 0px;
	padding: 2px;
	float: left;
	clear: left;
	width: 20px;
}
#CoLocationsLegend dd {
	margin: 0px;
	padding: 4px 5px 5px 1px;
	white-space: nowrap;
}
