﻿/* this fixes main pages */

#ata_glance {
	width: 528px;
	height: 889px; /*MODIFIED */
	top: 0px;
	left: 12px;
	position:absolute;
	border-bottom: 1px solid #bdac48; /* this will change according to section color */
}

#trip_description {
	width: 497px;
	padding: 8px 15px 18px 0px; 
	margin: 0px;
	float: left;
}

ul#trip_glance {
	padding: 5px 8px 0px 13px; 
	margin: 0px;
	display: block;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

ul#trip_glance li.topbox { /* this allows us to make the highlights boxes flexible */
		background: url(../images/prog/buttons/orng/trip_glance_box_bot_yel.gif) no-repeat bottom left;
		padding: 0 0 0 0;
		margin: 0 0 0 0;

}

img#map {
	padding: 20px 20px 0 53px;
	}

/* this is specific to glance pages */
ul#itinerary {
	float: right;
	padding: 5px 0px 0px 15px; 
	margin: 0px;
	display: block;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

ul#itinerary li {
	list-style: none;
	display: block;
}

ul#itinerary li a {
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #bdac48;
	text-decoration: underline;
}

ul#itinerary li a:hover {
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #bdac48;
	text-decoration: none;
}

/* this changes the page heights on glance pages where they are not manually overwritten */

#trip { /* this is the dark blue box */
	height:	909px;
}