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

body {
	background: #FFFFB3 url(/images/background.jpg) repeat left top;
/*	background: #d9ffb3; */
	padding-top: 2%;
	padding-bottom: 2%;
}

img {
	border: 0px;
}

#container {
	width: 85%;
	margin: auto;
	background-color: #FFFFB3;
	border: #009900 2px ridge;
}

#header {
	width: 100%;
	background-color: transparent;
	margin: auto;
	font-size: 350%;
	font-family: "Monotype Corsiva", "Lucida Handwriting", Georgia;
	text-align: center;
	background-image: url(/images/heading.png);
	background-position: bottom left;
	background-repeat: repeat-x;
}

#header a {
	text-decoration: none;
	color: #000000;
}

#header img {	
   display: block; 
}

#navigation {
	width: 100%;
	background-color: #f8b049;
	margin: auto;
	text-align: center;
}

#nav {
	font: bold 90% Verdana, sans-serif;
}

#navigation ul {
	text-align: center;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	margin: auto;
	background-color: #009900;
	color: #ff9933;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
	/* fixes Firefox 0.9.3 */
}

#navigation ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 3px;
	/* matches link padding except for left and right */
	padding-top: 3px;
}

#navigation ul li a {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	color: #ff9933;
	text-decoration: none;
/*	border-right: 1px solid #990000; */
}

#navigation ul li a:hover {
	background-color: #ff9933;
	color: #009900;
}

body#home li#home,
body#itinerary li#itinerary,
body#highlights li#highlights,
body#details li#details,
body#photos li#photos,
body#videos li#videos,
body#tour-map li#tour-map,
body#newsletter li#newsletter,
body#contact li#contact {
	background-color: #ff9933;
/*	border-left: 1px solid #ffffff; */
}

body#home li#home a,
body#itinerary li#itinerary a,
body#highlights li#highlights a,
body#details li#details a,
body#photos li#photos a,
body#videos li#videos a,
body#tour-map li#tour-map a,
body#newsletter li#newsletter a,
body#contact li#contact a {
	color: #009900;
}

#content {
	width: 88%;
	background-color: transparent;
	margin: auto;
	margin-top: 9px;
	margin-bottom: 7px;
	padding-top: 7px;
	padding-bottom: 25px;
}

#content,
#content table,
body#map {
	font-family: Georgia, "Times New Roman", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#content a,
body#map a {
	color: #009900;
}

#content a:hover,
body#map a:hover {
	color: #ff9933;
}

.bold {
	font-weight: bold;
}

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

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

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

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

body#itineraryraw .itinerary th .itineraryheading{
	font-size: 90%;
	font-family: "Monotype Corsiva", Arial, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #ffffff;
}

.itinerary th {
	font-family: "Century Gothic", Arial, "Times New Roman", Times, serif;
	font-size: 20px;
	text-align: center;
	background-color: #009933;
	color: #ffffff;
}

.itinerary table,
.itinerary td
 {
	background-color: #ffffff;
}

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: 150%;
	padding-top: 5px;
	margin: auto;
	text-align: center;
}

body#details #single {
	font-size: 130%;
	margin: auto;
	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: #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#tour-map #container {
	width: 98%;
	padding: 0;
}

body#photos #container {
	width: 90%;
	padding: 0;
	background: #000000;
}

body#map {
	background: #FFFFB3;
}

#footer {
	margin: 17px 5% 10px 30%;
	font-size: 10px;
	color: #9BD2A3;
	font-family: Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
}


#footer a {
	color: #9BD2A3;
	text-decoration: underline;
}

#footer a:hover {
	color: #000000;
	text-decoration: none;
}