/* CSS Document */

html, body, div, p, td, th, a, li, input, select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#003580;
	font-size:11px;
	line-height:14px;
}

h1, h2, h3, h4, strong, em {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

html, body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url(/_img/bgd.gif) repeat-x #fff;
}

:focus {
	outline: 0;
}

p.subti {
	font-weight:bold;
	font-size:11px;
	margin:0 0 4px 0;
	color:#356bae;
}

#container {
	width:980px;
	margin:0 auto;
	padding:0 20px;
	background:url(/_img/bgd.shadow.jpg) no-repeat #fff;
	min-height:762px;
	height:auto !important;
	height:762px;
}

#masthead {
	position:relative;
}

#masthead img {
	border:none;
}

#navTop {
	position:absolute;
	top:74px;
	right: 17px;
	width:370px;
	text-align:right;
	color:#fff;
}

#navTop span {
	margin: 0 11px;
}

#navTop a {
	color:#fff;
	text-decoration:none;
}

#navTop a:hover {
	text-decoration:underline;
}

#navHoriz {
	border-top:1px dotted #4171b5;
	border-bottom:1px dotted #4171b5;
	background:#fff;
	margin:7px 3px 14px 3px;
	padding:0;
	height:21px;
	position:relative;
	z-index:5;
}

#menu {
	position:relative;
}

#content {
	min-height:350px;
	height:auto !important;
	height:350px;

}

#contentTable {
	width:100%;
	margin:0 auto;
}

#contentTable th.contentTable {
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	width:285px;
	padding:0 15px 0 15px;
	
}

#contentTable td.contentTable {
	vertical-align:top;
	padding:0 30px 0 0;
}





#pbeTitle {
	cursor:pointer;
	margin:0 0 1px 0;
	padding:0;
	position:relative;
	z-index:1;
}

#pbe {
	margin:0;
	padding:0;
}

#pbeSource {
	width:277px;
	height:326px;
	overflow:hidden;
}

#moreLess {
	position:absolute;
	top:4px;
	left:258px;
}










#footer {
	margin:20px 1px;
	border-top:1px dotted #4171b5;
	padding:15px 0 0 14px;
	font-size:10px;
}

#footerLegal {
	display:block;
	line-height:16px;
	font-size:10px;
	width:957px;
}

#footerLegal span {
	padding-right:8px;
}

	#footerLegal span img {
		margin:8px 0 0 20px;
	}

#footerLegal a {
	font-size:10px;
	color:#003580;
	text-decoration:underline;
	padding:2px 0;
}

#footerReserve {
	float:right;
	display:block;
	text-align:right;
	line-height:14px;
	font-size:10px;
}









p {
	margin:0 0 14px 0;
}

h1 {
	font-weight:bold;
	font-size:17px;
	margin:0 0 8px 0;
	color:#003580;
}

h2 {
	font-weight:bold;
	font-size:11px;
	margin:0 0 8px 0;
	color:#356bae;
	text-transform:uppercase;
}

h3 {
	font-weight:bold;
	font-size:11px;
	margin:0 0 4px 0;
	color:#356bae;
}

h4 {
	font-weight:bold;
	font-size:11px;
	margin:0 0 4px 0;
	color:#003580;
}



a {
	color:#003580;
	text-decoration:underline;
}

a:hover {
	color:#40bde8;
	text-decoration:underline;
}




/*  Text formating LEFT MENU  */

#leftNav  {
	margin:10px 0 20px 0;
	padding:0;
}

#leftNav table td,
#leftNav table th {
	margin:0;
	padding:2px 0 0 0;
	vertical-align:middle;
}

#leftNav table th {
	width:18px;
	
}

#leftNav td.navDivider {
	height:1px;
	background:#c2c6cd;
	padding:0;
	margin:0;
}

.subnav {
	background-color:#f1f3f8;
}

.subsubnav {
	background-color:#e0e6f0;
}

#leftNav a {
	padding:2px 0; /* make sure that the link doens't break between 2-line items */
}

a.menuon { 
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #4c5665;
	text-decoration: none;
}
a.menuon:hover { 
	text-decoration: underline;
}

a.menuoff	{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #4c5665; 
	text-decoration: none; 
}
a.menuoff:hover { 
	text-decoration: underline;
}

a.menunull { 
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #4c5665;
	text-decoration: none;
}
a.menunull:hover { 
	text-decoration: underline;
}

a.menuorange { 
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #4c5665;
	text-decoration: none;
}
a.menuorange:hover	{ 
	text-decoration: underline;
}

















ul {
	list-style-type:none; /* remove automatic bullet */	
	padding: 0 0 0 0px; /* move bullet to the right (add padding-left) */
	margin: 0 0 14px 10px; /* set margins to zero for IE/Mozilla compatibility */
}

ul li {
	background-image: url(/_img/bullet.gif); /* add custom bullet */
	background-repeat: no-repeat; 
	background-position: 0 5px; /* position from 'Left' 'Top' */
	line-height:14px; /* define so bullet image is placed properly from a defined 'Left' 'Top' */
	padding: 0 0 0 15px; /* define distance of text from bullet */
	margin: 0 10px 2px 0; /* define distance between bullets (appreciated if bullets wrap)  and distance from right*/
}

ol {
	list-style-type:decimal;
	padding: 0 0 0 35px; /* move bullet to the right (add padding-left) */
	margin: 0 0 14px 0; /* set margins to zero for IE/Mozilla compatibility */
}

ol li {
	line-height:14px; /* define so bullet image is placed properly from a defined 'Left' 'Top' */
	padding: 0 0 0 0px; /* define distance of text from bullet */
	margin: 0 10px 4px 0; /* define distance between bullets (appreciated if bullets wrap)  and distance from right*/
}

ol ul li {
	padding-left:25px;
}

ol li ol { /* for nested ordered lists */
	margin:5px 0 0 4px;
}

/* for ordered list inside ul */

ul ol {
	padding: 0 0 0 30px; /* move bullet to the right (add padding-left) */
	margin: 0 0 0 0; /* set margins to zero for IE/Mozilla compatibility */
}

ul ol li {
	background-image: none;
	line-height:14px; /* define so bullet image is placed properly from a defined 'Left' 'Top' */
	padding: 0 0 0 0; /* define distance of text from bullet */
	margin: 0 15px 2px 0; /* define distance between bullets (appreciated if bullets wrap)  and distance from right*/
}

/* for a list of items but NO bullet (i.e. 4_3) */

ul.linkList {
	list-style-type:none; /* remove automatic bullet */	
	padding: 0 0 0 0px; /* move bullet to the right (add padding-left) */
	margin: 0 0 14px 0; /* set margins to zero for IE/Mozilla compatibility */
}

ul.linkList li {
	background-image: none;
	line-height:14px; /* define so bullet image is placed properly from a defined 'Left' 'Top' */
	padding: 0 0 0 0px; /* define distance of text from bullet */
	margin: 0 10px 4px 0; /* define distance between bullets (appreciated if bullets wrap)  and distance from right*/
}












































/*--- Top navigation - Suckerfish CSS modified ---*/

#nav, #nav ul {
	float: left;
	width: auto;
	list-style: none;
	line-height: 1;
	background:none;
	font-weight: normal;
	font-size:10px;
	padding: 0;
	margin: 0;
	position:relative;
}

#nav a {
	display: block;
	color: #421a60;
	text-decoration: none;
	padding: 0;
	line-height:normal;
	font-weight:normal;
}

#nav li {
	background-image: none; /* override from default li */
	float: left;
	padding:0;
	margin:0;
	width: auto;
	height:21px;
	
}

#nav li ul { /* box around dropdown */
	position: absolute;
	background-color:#fff;
	left: -999em;
	height: auto;
	width: 120px; 
	font-weight: normal;
	border:1px solid #b6d0ec;
	margin:0;
	padding:0 0 5px 0;
	top:21px;
}

#nav li li { /* dropdown nav item */
	padding:2px 10px 2px 10px;
	width: 100px;
	height:auto;
}

#nav li ul a {
	/*width: 13em;
	w\idth: 9em;*/
	width:120px;
	font-size:10px;
}

#nav li ul ul {
	margin: -18px 0 0 150px; /* position secondary nav to the right and up a bit */
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #e9f1f9;
	position: static;
}

#nav li img { 
	border:none;
}













#destinationFooter {
	border-top:1px solid #c2c6cd;
	margin:30px 0 0 0;
	padding:10px 0 0 0;
}

#destinationFooter a {
	text-decoration:none;
}



.nobr {
	white-space:nowrap;
}

sup {
	vertical-align:text-top;
	font-size:10px;
}

noscript p {
	color:red;
	margin:14px 0 0 0;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

.noFlash {
	background-color:#fff;
	position:absolute;
	z-index:99;
	width:auto;
}


.imgLoad { /* used for preloading images */
	position:absolute;
	left:-3000px;
}


fieldset {
 	border: 1px solid #40BDE8;
	margin:20px 0 10px 0;
	padding:10px 10px 0 10px;
}

a.formButton { /* replaces all image buttons */
	background-color:#003580;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	border:1px solid #003590;
	padding:3px 10px;
	margin:0;
	cursor:pointer;
	text-decoration:none;
}

a.formButton:hover  {
	background-color:#fff;
	color:#003580;
	text-decoration:none;
}


.typicalTable { /* used for all the inline tables */
	border-collapse:collapse;
	margin:0 0 14px 0;
}

.typicalTable th {
	vertical-align:top;
	border:1px solid #c2c6cd;
	padding:3px 10px 3px 3px;
	color:#003580;
	font-weight:bold;
	background-color:#e0e6f0;
}

.typicalTable td {
	vertical-align:top;
	border:1px solid #c2c6cd;
	padding:3px 10px 3px 3px;
	background-color:#fff;
}

.typicalTable td p {
	margin-bottom:6px;
}


.flightTable { /* used for Flight Status, Flight Schedules */
	margin:0 0 14px 0;
	border:1px solid #c2c6cd;
}

.flightTable th {
	vertical-align:top;
	padding:3px 6px;
	color:#003580;
	font-weight:bold;
	background-color:#e0e6f0;
	text-align:center;
	border-right:1px solid #fff;
}

	.flightTable th span {
		font-weight:normal;
	}
	
	.flightTable th.craftType {
		border-right:none;
	}

.flightTable td {
	vertical-align:top;
	padding:3px 6px;
	text-align:center;
	background-color:#fff;
	border-bottom:1px solid #c2c6cd;
}


.flightTable td p {
	margin-bottom:6px;
}


.scheduleTable {
	margin-bottom:14px;
}

.scheduleTable td {
	padding:0 20px 7px 0;
}



div.fromTo {
	background-color:#f1f3f8;
	padding:5px 10px;
	margin-bottom:10px;
	line-height:20px;
	font-weight:bold;
}



.fleetTable { 
	border-collapse:collapse;
	margin:0 0 14px 0;
}

.fleetTable th {
	vertical-align:top;
	padding:3px 10px 3px 3px;
	color:#003580;
	font-weight:bold;
	text-align:right;
	border:1px solid #fff;
	width:auto;
}

.fleetTable td {
	vertical-align:top;
	padding:3px 3px 3px 10px;
	text-align:left;
	border:1px solid #fff;
	width:auto;
}

.fleetTable td p {
	margin-bottom:6px;
}


.seatSelectionOnline {
	background-color:#e0eec8;
	border:1px solid #9dc852;
	padding:4px 5px;
	color:#003580;
	margin:10px 0;
}

.seatSelectionOnline a {
	color:#003580;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

.seatSelectionOnline:hover {
	text-decoration:underline;
}




.contestTable {
	width:500px;
	margin:0 0 0 10px;
}
.subtitle 
{
	color:#003580;
	font-weight:bold;
}











/* TV Spots */

#tvspotShell {
	position:relative;
	padding-top:10px;
}

.tvSpotThumbs {
	margin:0 0 0 0;
	width:50px;
}

.tvSpotThumbs img {
	border:none;
	margin: 0 8px 8px 0;
}

.tvSpotThumbs a img {
	background-color:#fff;
	border:1px solid #bfbfbf;
}

.tvSpotThumbs a:hover img {
	border:1px solid #7e7e7e;
}

#tvspot {
	position:relative;
	width:320px;
}

#tvSpotFrame {
	position:absolute;
	top:10px;
	left:170px;
}

#loading {
	position:absolute;
	top:45px;
	left:50px;
	z-index:-1
}

.slideHide {
	display:none;
	visibility:hidden;
}

.slideShow {
	display:block;
	visibility:visible;
}

#slide_1 {
	background:url(../_img/1/tvspot.preplay.gif) no-repeat;
	width:320px;
	height:284px;
}

#slide_1 p {
	color:#fff;
	text-align:center;
	padding:40px 10px 0 10px;
}






/* Destination page styles */

#destinationContent h3 {
	font-size:14px;
}

#destinationContent .navlevel1 {
	background-color:#003850;
	padding:4px;
}

#destinationContent .navlevel2_off {
	background-color:#356bae;
	padding:4px;
}