@charset "utf-8";
/* CSS Document */

body {
	background: #ffffff;
	padding-top: 2ox;
}

#container {
	width: 100%;
	background-color: transparent;
	border: none;
}

#header {
	width: 90%;
}
	
#navigation {
	display: none;
	background-color: transparent;
}

#content {
	width: 100%;
	background-color: transparent;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 2px;
	padding-bottom: 0;
}

#content,
#content p,
#content table,
body#map {
	font-size: 12px;
	color: #000000;
}

#content a,
body#map a {
	color: #000000;
	text-decoration: none;
}

#content a:hover,
body#map a:hover {
	color: #000000;
	text-decoration: none;
}

body#home #message {
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}


body#home #message {
	padding-left: 3%;
	padding-right: 2%;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #FFCC00;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

body#home #image1 {
	float: left;
	width: 55%;
	background-color: #FF9933;
}

body#home #image2 {
	float: right;
	width: 35%;
}

body#home #image1  p,
body#home #image2  p {
	text-align: center;
	padding-top: 1px;
	margin: 0;
}

body#details #departures table {
	width: 60%;
	float: left;
	padding-top: 5%;
}

body#details #departures th {
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	text-decoration: underline;
	padding-bottom: 4px;
}

body#details .date {
	font-weight: bold;
	width: 50%;
	text-align: right;
}

body#details .availability {
	width: 50%;
	text-align: left;
}

body#details #note {
	font-style: italic;
	font-size: 95%;
	text-align: center;
	padding-top: 8px;
}

body#details p.small {
	font-style: italic;
	font-size: 85%;
	text-align: center;
}

body#details #image {
	float: right;
	width: 40%;
	padding-top: 2%;
	margin: 0;
}

body#details #image  p {
	text-align: center;
	margin: 0;
	background-color: #FF9933;
}

body#details #terms {
	font-size: 80%;
	font-style: italic;
}

body#contact .contact1 {
	width: 43%;
	font-weight: bold;
	text-align: right;
}

body#contact .contact2 {
	width: 57%;
	text-align: left;
}

body#contact .name {
	font-size: 24px
}

body#contact .sub {
	font-size: 14px
}

body#weather-map #content {
	text-align:center;
}

body#travel-awards #image {
	float: right;
	width: 40%;
	padding-top: 2%;
}

body#travel-awards #image  p {
	text-align: center;
	margin: 0;
	background-color: #FF9933;
	font-size:90%;
	padding: 5px;
}

body#tour-map #container {
	width: 95%;
	padding: 0;
}

body#map {
	background: #d67a23;
}


body#testimonials p {
	font-family:inherit;
}


body#itinerary .itineraryheading {
	display: none;
}

body#itinerary .itineraryentry div,
body#itinerary .itineraryopen div {
	display: none;
}
body#itinerary #print {
	display: inline;
}