html {
	padding: 10px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	width: auto;
}


p {
	margin: 5px 0px 15px 0px;
}

hr {
	background-color: #dddddd;
	border: 0px;
	height: 2px;
}


ul.list {
	list-style-type: disc;
	margin: 10px 0px 10px 20px;
	padding: 0px 0px 0px 10px;
}



/******************* text and headers ********************/


h4, .h4 {
	font-family: Arial, Helvetica, Verdana;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	
	color: #000000;
}

h4 {
	display: inline;
}
	
.h4_sub {
	font-family: Arial, Helvetica, Verdana;
	font-size: 10px;
	line-height: 10px;

	color: #666666;
}


.t1 {
	font-family: Arial, Helvetica, Verdana;
	font-size: 10px;
	line-height: 14px;

	color: #000000;
}

.t1caption {
	font-family: Arial, Helvetica, Verdana;
	font-size: 10px;
	line-height: 11px;

	color: #666666;
}

h3, .h3 {
	font-family: Georgia, Times, Verdana;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;

	color: #003366;
}

h3 {
	display: inline;
}
	
.h3_sub {
	font-family: Georgia, Times, Verdana;
	font-size: 10px;
	line-height: 12px;

	color: #333333;
}



.t2 {
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	line-height: 14px;

	color: #000000;
}

h2, .h2 {
	font-family: Georgia, Times, Verdana;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;

	color: #003366;
}

h2 {
	display: inline;
}

.h2_sub {
	font-family: Georgia, Times, Verdana;
	font-size: 11px;
	line-height: 12px;

	color: #333333;
}




.t3 {
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	line-height: 17px;

	color: #000000;
}

h1, .h1 {
	font-family: Georgia, Times, Verdana;
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;

	color: #003366;
}

h1.withSub {
	margin-bottom: 2px;
}
h1 {
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}


.h1_sub {
	font-family: Georgia, Times, Verdana;
	font-size: 12px;
	line-height: 12px;

	color: #333333;
}


.red {
	color: #cc0000;
}



/******************* text and headers ********************/
#highlightArea {
	display: block;
	width: 800px;
	padding: 10px 0px 20px 0px;
	overflow-y: auto;
}
	#highlightArea .head {
		font-family: Georgia, Times, Verdana;
		font-size: 14px;
		line-height: 20px;

		color: #003366;
	}

	#highlightArea .sub {
		font-family: Georgia, Times, Verdana;
		font-size: 12px;
		line-height: 16px;

		color: #333333;
	}


	#highlightImage {
		float: left;
		width: 173px;
		height: 98px;
	}


	#highlightCopy {
		float: left;
		width: 301px;
		height: 76px;
	
		padding: 10px;
		overflow: hidden;
	
		border: 1px;
		border-color: #cccccc;
		border-style: solid;

		font-family: Arial, Helvetica, Verdana;
		font-size: 11px;
		line-height: 15px;
	}






/********************** layout components *********************/
#shell,
#container, 
#content {
	display: block;
	position: static;
	float: none;
	top: 0px;
	left: 0px;
	
	width: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	background-color: #ffffff;
}

#content {
	padding-top: 40px;
}

#copyArea {
	display: block;
	position: static;
	float: none;
	top: 0px;
	left: 0px;
	
	width: auto;
	padding: 20px;
	
	border: 1px;
	border-color: #cccccc;
	border-style: solid;
}

#bannerContainer {
	display: block;
	position: absolute;
	float: none;
	top: 0px;
	left: 10px;
	width: 99%;
	height: auto;
}
	#bannerTitle {
		position: relative;
		width: 100%;
		height: 40px;
	
		text-align: left;
	
		background-color: #6899c0;
	}


	#bannerTitle span.title1 {
		float: right;
	
		padding: 13px 10px 0px 0px;
	
		font-family: Georgia, Times;
		font-size: 14px;
		line-height: 14px;
		color: #ffffff;
	}

	#bannerTitle span.title2 {
		float: right;
	
		padding: 10px 20px 0px 0px;
	
		font-family: Georgia, Times;
		font-size: 20px;
		line-height: 20px;
		color: #ffffff;
	}

#banner,
#mainNav,
#topRight,
#middleRight,
#textSizeAdjust,
#shipArea,
#bottomLeft,
#bottomRight,
#worldsTop,
#logos,
#footer,
#footerContent,
#secondaryNavContainer,
#secondarySubNav,
#breadCrumb {
	display: none;
}







/******************* text and headers ********************/

.sectionHead {
	margin: 50px -20px 10px -20px;
	padding: 5px 20px 5px 25px;
	
	font-family: Georgia, Times;
	font-size: 14px;
	line-height: 14px;
	
	color: #ffffff;
	background-color: #6899c0;
	
	background-image: url("../images/arrow_sectionHead_expanded.gif");
	background-repeat: no-repeat;
	background-position: 5px 5px;
	
	cursor: pointer;
}

.sectionHeadColapsed {
	background-image: url("../images/arrow_sectionHead_colapsed.gif");
}


.date {
	font-size: 11px;
	color: #663300;
}



table.priceTable {
	table-layout: fixed;
	width: 734px;
	font-family: Georgia, Times, Verdana;
}

table.priceTable td.tableHead {
	width: 150px;

	padding: 5px;
	font-size: 17px;
	color: #003366;
	
	border: 0px;
	border-color: #000000;
	border-style: solid;
	border-bottom-width: 3px;
	border-right-width: 3px;
}

table.priceTable td.colHead {
/*	width: 62px; */

	padding: 0px;
	overflow: visible;
	
	font-size: 11px;
	line-height: 14px;
	color: #003366;

	border: 0px;
	border-color: #000000;
	border-style: solid;
	border-bottom-width: 3px;
}

table.priceTable div.colorKey {
/*	width: 61px;	*/
	height: 9px;
	
	font-size: 1px;
	line-height: 1px;
	
	border: 0px;
	border-right-width: 1px;
	border-color: #ffffff;
	border-style: solid;

	cursor: pointer;
}

table.priceTable td.rowHead {
	width: 153px;
	padding: 5px;
	
	font-size: 12px;
	line-height: 13px;
	
	border: 0px;
	border-color: #000000;
	border-bottom-color: #cccccc;
	border-style: solid;
	border-bottom-width: 1px;
	border-right-width: 3px;
	
	cursor: pointer;
}

table.priceTable td.price {
	font-family: Georgia, Times, Verdana;
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
	
	border: 0px;
	border-color: #cccccc;
	border-style: solid;
	border-bottom-width: 1px;
}

table.priceTable tr.highlight {
	background-color: #f8f4ee;
}



table.priceTable td.footer {
	padding: 10px;
	
	font-family: Arial, Helvetica, Verdana;
	font-size: 10px;
	line-height: 12px;
	
	color: #333333;
	
	border: 0px;
	border-bottom-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	
}



ul.itinerary {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

ul.itinerary li {
	list-style-type: none;

	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 18px;
	
	background-image: url("../images/arrow_itinerary_expanded.gif");
	background-repeat: no-repeat;
	background-position: 2px 3px;

	cursor: pointer;
}

ul.itinerary li.expanded {
	background-image: url("../images/arrow_itinerary_expanded.gif");
}

ul.itinerary li.hover {
	background-color: #e0ebf5;
	cursor: pointer;
}

	ul.itinerary li span.description {
		display: block;
	}



#copyTitle {
	position: absolute;
	top: 50px;
	left: 20px;
}


#leftLinks {
	display: none;
}

