/* CSS adjustments for Programs/Locations page  */


/* Locations Links in location list  */

ul#locations {
 	list-style-type: none;
	padding: 0;
	margin: 0 0 10px -3px;
	font-size: 10px;
	line-height: 26px;
}

ul#locations li {
	margin: 8px 0 4px 0;
	list-style-image: none;
	background-image: none;
	background-repeat: no-repeat;
	background-position: .4em .2em;
	padding: 0 0 1px 18px;
}

ul#locations li.location_1 { background-image: url(../images/odysseySW/listNumber_1.gif); }
ul#locations li.location_2 { background-image: url(../images/odysseySW/listNumber_2.gif); }
ul#locations li.location_3 { background-image: url(../images/odysseySW/listNumber_3.gif); }
ul#locations li.location_4 { background-image: url(../images/odysseySW/listNumber_4.gif); }
ul#locations li.location_5 { background-image: url(../images/odysseySW/listNumber_5.gif); }
ul#locations li.location_6 { background-image: url(../images/odysseySW/listNumber_6.gif); }

ul#locations a:hover { text-decoration: none; background-color: #DBE3DA; }
ul#locations a:active { text-decoration: none; background-color: #DBE3DA; }


/* Locations links in map overlay  */

#mapLocation_1 {
	position: absolute;
	top: 622px;
	left: 604px;
	width: 14px;
	height: 14px;
	padding: 6px;
	background: url(../images/odysseySW/mapLocation_highlight.png) no-repeat 26px;
}

#mapLocation_2 {
	position: absolute;
	top: 554px;
	left: 656px;
	width: 14px;
	height: 14px;
	padding: 6px;
	background: url(../images/odysseySW/mapLocation_highlight.png) no-repeat 26px;
}

#mapLocation_3 {
	position: absolute;
	top: 582px;
	left: 642px;
	width: 14px;
	height: 14px;
	padding: 6px;
	background: url(../images/odysseySW/mapLocation_highlight.png) no-repeat 26px;
}

#mapLocation_4 {
	position: absolute;
	top: 596px;
	left: 682px;
	width: 14px;
	height: 14px;
	padding: 6px;
	background: url(../images/odysseySW/mapLocation_highlight.png) no-repeat 26px;
}

#mapLocation_5 {
	position: absolute;
	top: 579px;
	left: 681px;
	width: 14px;
	height: 14px;
	padding: 6px;
	background: url(../images/odysseySW/mapLocation_highlight.png) no-repeat 26px;
}

#mapLocation_6 {
	position: absolute;
	top: 580px;
	left: 666px;
	width: 14px;
	height: 14px;
	padding: 6px;
	background: url(../images/odysseySW/mapLocation_highlight.png) no-repeat 26px;
}

