/* Vegas Maps Style Sheet */

#contentTable .vegas {
	width:821px;
	background-color:#FFFFFF;
}

#contentTable .vegas h1{
	font-size:13px; font-weight:bold; color:#1C4388; padding:0; margin-bottom:0;margin-top:0px; 
}

#vegasHeader{
	padding: 2px;
	display: block;
}

#mapControls{
	width:817px;
	height:25px;
	margin:0 2px 0 2px;
	background:url(../images/mapControls-bg.gif) repeat;
	display: block;
}

#mapReset{
	height:25px;
	width:63px;
	float:left;
}

#mapReset a:link, #mapReset a:visited{
	height:25px;
	width:63px;
	background:url(../images/resetButton.gif);
	display:block;
}

#mapReset a:hover{
	height:25px;
	width:63px;
	background:url(../images/resetButton.gif) 0 -25px;
	display:block;
}

#mapPrint{
	height:25px;
	width:61px;
	float:left;
}

#mapPrint a:link, #mapPrint a:visited{
	height:25px;
	width:61px;
	background:url(../images/printButton.gif);
	display:block;
}

#mapPrint a:hover{
	height:25px;
	width:61px;
	background:url(../images/printButton.gif) 0 -25px;
	display:block;
}

#map{
	width:600px;
	height:600px;
	float:left;
	margin-left:2px;
	margin-top: 3px;
}

#destinationList{
	width:209px;
	float:right;
	padding:6px 2px 0 0;
}

#listHeader{
	padding-bottom:10px;
}

#destinationList p{
	margin:0;
	padding-right:8px;
	padding-bottom:8px;
}

#destinationList ul{
	margin:0;
	padding:0;
}

#destinationList li{
	list-style-type:none;
	margin:2px 0 0 0;
	padding:0 0 2px 0;
	border-bottom: 1px solid #000;
}

#destinationList li a:link, #destinationList li a:visited{
	color:#000000;
	text-decoration:none;
	display:block;
}

#destinationList li a:hover{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	font-weight:bold;
	background-image:url(../images/listRollover.gif);
}

