
div.hotel_map {
	margin-bottom: 12px;
}

div.hotel_map a {
	font-size: 12pt;
	font-weight: bold;
	color: #7F6A00;
	font-family: Arial;
	text-decoration: none;
}
div.hotel_map a:hover {
	color: gold;
}

div.hotel_map img { 
	vertical-align: middle;
	padding-right: 10px;
}


#AirportDirs, #HotelLocs {
	text-align: center;
}


#HotelListing {
	margin: auto;
}
#HotelListing td {
	vertical-align: top;
	text-align: left;
}

#HotelListing a {
	display: block;
	padding: 8px 8px 7px 35px;
	margin-bottom: 4px;
	text-decoration: none;
}

#HotelListing a.blue { background: url(blue.png) no-repeat; }
#HotelListing a.red { background: url(red.png) no-repeat; }
#HotelListing a.purple { background: url(purple.png) no-repeat; }
#HotelListing a.orange { background: url(orange.png) no-repeat; }
#HotelListing a.yellow { background: url(yellow.png) no-repeat; }
#HotelListing a.gray { background: url(gray.png) no-repeat; }
#HotelListing a.green { background: url(green.png) no-repeat; }
#HotelListing a.pink { background: url(pink.png) no-repeat; }

#HotelListing a:hover {
	color: #FFF;
	background-color: #7F6A00;
}

#HotelListing a.disabled {
	color: #FFF;
	background-color: #AAA;
	font-style: italic;
}


div.outerDiv {
	left: -26px;
}

div.LineSep {
	font-size: 12pt;
	color: #333;
	border-bottom: 1px solid #999;
	padding-bottom: 3px;
	margin-bottom: 6px;
}

#Discounts h2 {
	margin-top: 18px;
	margin-bottom: 0px;
}

table.localPhotos {
	width: 663px;
	margin-bottom: 12px;
}

table.taxiInfo {
	width: 500px;
	margin-left: 25px;
	margin-bottom: 20px;
}

table.localPhotos td {
	text-align: center;
}
table.taxiInfo td h4 {
	margin-top: 0px;
}

img.travelImage { margin-bottom: 170px; }

div.dir {
	text-align: left;
}
div.dir li {
	margin-bottom: 12px;
}
