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

body {
	background: #ffffff;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
}

#container {
	width: 100%;
	margin: auto;
	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;
}

.bold {
	font-weight: bold;
}

body#home #poster {
	background: #ebebf5 url(/images/poster.png) no-repeat center;
}

body#home #heading {
	color: #009900;
	font-size: 45px;
}

body#home #description {
	font-size: 165%;
}

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

body#itinerary .itineraryheading {
	font-size: 25px
}

body#itinerary .itinerary th {
	font-family: "Baskerville Old Face", Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	text-align: center;
	background-color: #FFCC66;
}

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: 100%;
	text-align: center;
}

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

body#details #twin {
	font-size: 220%;
	padding-top: 3%;
	padding-left: 20%;
	margin: auto;
}

body#details #single {
	font-size: 190%;
	padding-top: 3%;
	padding-left: 30%;
	margin: auto;
}

body#details #fuel {
	font-size: 110%;
	padding-top: 3%;
	text-align: center;
}

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: #ffffff;
}

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#tour-map #container {
	width: 98%;
	padding: 0;
}

body#home #container {
	width: 85%;
	padding: 0;
}

body#map {
	background: #ffffff;
}

#footer {
	display: none;
}