

/******************* text and headers ********************/


.date {
	font-size: 11px;
	color: #663300;
}



table.priceTable {
	table-layout: auto;
	width: 734px;
}

table.priceTable td.tableHead {
	font-family: Georgia, Times, Verdana;
	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; */
	font-family: Georgia, Times, Verdana;

	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;

}

table.priceTable td.rowHead {
	font-family: Georgia, Times, Verdana;
	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-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;
	
}


div.dateTable {
	position: relative;
	overflow-y: auto;
	width: 320px;
	float: right;
	margin: 0px -10px 10px 10px;	

	border: 1px solid #ccc;
	border-bottom-width: 0px;
}
	div.dateTable div.head {
		font-family: Georgia, Times;
		font-size: 13px;
		line-height: 13px;
		font-weight: normal;

		color: #fff;
		background-color: #6899c0;
		padding: 5px;
	}
	div.dateTable div.name {
		font-family: Georgia, Times;
		font-size: 13px;
		line-height: 15px;
		font-weight: normal;
		color: #663300;

		padding: 10px 10px 0px 10px;
		background-color: #fff;
	}
	div.dateTable div.description {
		padding: 0px 10px 0px 10px;
		font-size: 11px;
	}
	div.dateTable div.dates {
		padding: 0px 10px 10px 20px;
		border: 0px solid #ccc;
		border-bottom-width: 1px;
	}
		div.dateTable div.dates hr {
			margin: 5px 0px 5px 0px;
			height: 1px;
		}
	div.dateTable div.season {
		padding: 10px 0px 0px 0px;
		font-family: Georgia, Times;
		font-size: 13px;
		line-height: 15px;
		font-weight: normal;
	}
	



#itinerary_body {
	position: relative;
	overflow-y: auto;
}
div.itinerary {
	padding: 10px 0px 5px 20px;
	margin: 0px;

	position: relative;
	overflow-y: auto;
}
	div.itinerary .itinerary_section span.h1 {
		margin: 0px 0px 0px 0px;
		padding: 2px 2px 2px 18px;

		background-image: url("../images/arrow_itinerary_colapsed.gif");
		background-repeat: no-repeat;
		background-position: 2px 3px;

		cursor: pointer;
	}

div.itinerary .itinerary_section span.h1.expanded{
	background-image: url("../images/arrow_itinerary_expanded.gif");
}

div.itinerary .itinerary_section.hover {
	background-color: #e0ebf5;
}


/********************* links ********************/
















/********************** layout components *********************/

#shell {
	position: relative;
	width: 980px;
	padding: 0px;
	margin: 0px auto 30px auto;
}

#container {
	position: relative;
	width: 940px;
	
	padding: 20px;
	margin: 0px;
	background-color: #ffffff;
}

	#content {
		position: relative;
		margin: 0px;
		padding-top: 220px;
	
		width: 940px;

		background-color: #ffffff;
		z-index: 2;
	}


	#bannerContainer {
		position: absolute;
		top: 0px;
		left: 0px;
	
		width: 940px;
		height: 180px;
	}

	#banner {
		position: absolute;
		top: 0px;
		left: 0px;
	
		width: 940px;
		height: 180px;
	
		z-index: 1;
	}
		
	#bannerTitle {
		position: absolute;
		bottom: 0px;
		right: 0px;
	
		width: 670px;
		height: 40px;
	
		text-align: right;
	
		background-color: #6899c0;
		z-index: 10;
	}


	#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;
	}



	#copyTitle {
		position: absolute;
		top: 190px;
		left: 165px;
	}

	#copyArea {
		position: relative;
		left: 165px;
	
		width: 773px;
	
		padding: 0px;
		overflow-y: auto;
		overflow-x: hidden;
	
		border: 1px;
		border-color: #cccccc;
		border-style: solid;
	}
		#copyArea div.section {
			position: relative;
			overflow-y: auto;
		}
		#copyArea div.sectionHead {
			position: relative;
			margin: 50px 0px 10px 0px;
			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;
		}

		#copyArea div.sectionBody {
			position: relative;
			padding: 0px 20px 0px 20px;
		}


		#copyArea div.sectionHeadColapsed {
			background-image: url("../images/arrow_sectionHead_colapsed.gif");
		}




	#leftLinks {
		position: absolute;
		left: 0px;
		top: 190px;

		width: 155px;
	}
	
		#leftLinks ul {
			margin: 0px;
			padding: 0px;
		}
	
	
		#leftLinks li {
			list-style-type: none;
	
			margin: 0px 0px 0px 0px;
			padding: 1px;
	
			font-family: Georgia;
			font-size: 12px;
			font-weight: normal;
			line-height: 22px;
		
			color: #000000;
			text-decoration: none;
		
			cursor: pointer;
		}
	
	
		#leftLinks li.hover {
			margin: 0px 0px 0px 0px;
			padding: 1px;
		
			color: #4385C7;
			text-decoration: none;
		}
	
		#leftLinks li a {
			display: block;
			font-family: Georgia;
			font-size: 12px;
			font-weight: normal;
			line-height: 22px;
		
			color: #000000;
			text-decoration: none;
	
		}
	
		#leftLinks li a:hover {
			color: #4385C7;
			text-decoration: none;
		}
	
		#leftLinks div.subNav {
			padding: 3px 0px 3px 15px;
	
			font-size: 12px;
			line-height: 15px;
			color: #336699;
		}
	
		#leftLinks div.subNav:hover {
			padding: 3px 0px 3px 15px;
	
			background-image: url("../images/secondaryNavArrow.gif");
			background-repeat: no-repeat;
			background-position: right;
	
			color: #4385C7;
		}
	
		#leftLinks div.currentPage {
			padding: 3px 0px 3px 15px;
		
			color: #336699;
			background-image: url("../images/secondaryNavArrow.gif");
			background-repeat: no-repeat;
			background-position: right;
	
		}

	#pageOptions {
		padding: 5px 0px 2px 0px;
		border: 0px;
		border-color: #dddddd;
		border-style: solid;
		border-top-width: 1px;
		border-bottom-width: 1px;
	}


	#pageOptions ul {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 5px 0px;
	}

	#pageOptions li {
		list-style-type: none;

		padding: 3px 2px 3px 30px;
	
		font-family: Georgia, Times, Verdana;
		font-size: 12px;
		line-height: 13px;
		color: #666666;
		text-decoration: none;
	
		cursor: pointer;
	}

	#pageOptions li.hover {
		padding: 3px 2px 3px 30px;
		cursor: pointer;
	
		background-image: url("../images/secondaryNavArrow.gif");
		background-repeat: no-repeat;
		background-position: right;
	}



/*
	#leftLinks div.link {
		width: 143px;
	
		border: 1px;
		border-color: #cccccc;
		border-style: solid;
	
		margin: 0px 0px 10px 0px;
		padding: 5px;
	
		font-family: Arial, Helvetica, Verdana;
		font-size: 11px;
		font-weight: bold;
		line-height: 14px;
		color: #333333;
	
		text-align: center;
	
		cursor: pointer;
	}

	#leftLinks div.link:hover {
		background-color: #ebebeb;
	}
*/



	#breadCrumb {
		position: absolute;
		top: 195px;
		left: 165px;
	
	}

	#textSizeAdjust {
		position: absolute;
		top: 190px;
		right: 0px;
	
		margin-top: 3px;
	}



	#logos {
		width: 155px;
	}


#footer {
	width: 960px;
	position: relative;
	padding: 10px 10px 20px 10px;
	overflow: auto;
}

	#footerContent{
		font-family: Arial, Helvetica, Verdana;
		font-size: 10px;
		color: #666666;
	}

	#footerContent a:link, #footerContent a:active, #footerContent a:visited{
		padding: 5px;

	}

