/*homepage navigation trio --these styles are essential to proper function of the rollover divs on the homepage*/

#homenav {
	position: relative;
	height: 138px;
	background: #FFFFFF;
	text-align: center;
	
}

#homenav a {
	padding: 0;
	margin: 0;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
}


#homenav img {
	padding: 0;
	margin: 0;
	border: 0;
	position: absolute;
}

#homenav img.newslink {
	bottom: 0px;
	left: 0px;
}

#homenav img.itinerarylink {
	bottom: 0px;
	right: 0px;
}

#homenav img.logo {
	bottom: 0px;
	left: 325px;
}


#homenav a#itinerarytext {
	position: absolute;
	width: 290px;
	height: 53px;
	overflow: hidden;
	right: 15px;
	top: 40px;
}

#homenav a#newstext {
	position: absolute;
	width: 290px;
	height: 53px;
	overflow: hidden;
	left: 15px;
	top: 40px;
}