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

body {
	background: #f8b049 url(/images/background.png) repeat-x left top;
	padding-top: 2%;
	padding-bottom: 2%;
	font-size: 105%;
}

html {
	scrollbar-3dlight-color: #d67a23;
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #d67a23;
	scrollbar-track-color: #f8b049;
	scrollbar-darkshadow-color: #FFFFF0;
	scrollbar-face-color: #d67a23;
	scrollbar-highlight-color: #FFB51A;
	scrollbar-shadow-color: #FFB51A;
}

img {
	border: 0px;
}

#container {
	max-width: 1050px;
	margin: auto;
/*	background-color: #d67a23;*/
	background-color: #ffc776;
	border: #d67a23 5px ridge;
}

#header {
	width: 100%;
	background-color: transparent;
	margin: auto;
}

#header img {	
   display: block; 
}

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

#mainnav {
	font: bold 100% Georgia, Verdana, sans-serif;
}

#bottomnav {
	font: bold 90% Georgia, 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: #f8b049;
	color: #990000;
	width: 100%;
	font-family: Georgia, Georgia, Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	/* 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: #990000;
	text-decoration: none;
/*	border-right: 1px solid #990000; */
}

#navigation ul li a:hover {
	background-color: #990000;
	color: #f8b049;
}

body#home li#home,
body#details li#details,
body#highlights li#highlights,
body#singles-tour li#singles-tour,
body#testimonials li#testimonials,
body#contact li#contact,
body#itinerary li#itinerary,
body#tour-map li#tour-map,
body#weather-map li#weather-map,
body#photos li#photos,
body#travel-awards li#travel-awards,
body#newsletter li#newsletter {
	background-color: #990000;
/*	border-left: 1px solid #ffffff; */
}

body#home li#home a,
body#details li#details a,
body#highlights li#highlights a,
body#singles-tour li#singles-tour a,
body#testimonials li#testimonials a,
body#contact li#contact a,
body#itinerary li#itinerary a,
body#tour-map li#tour-map a,
body#weather-map li#weather-map a,
body#photos li#photos a,
body#travel-awards li#travel-awards a,
body#newsletter li#newsletter a{
	color: #f8b049;
}

#content {
	width: 88%;
/*	background-color: #d67a23;*/
	background-color: #ffc776;
	color: #590000;
	margin: auto;
	margin-top: 7px;
	margin-bottom: 7px;
	padding-top: 4px;
	padding-bottom: 25px;
}

p {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 17px;
/*	max-width: 480px;*/
}


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

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

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

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: 40%;
	background-color: #FF9933;
}

body#home #image2 {
	float: right;/*
	text-align: left;
	background-color: #ffffff;
	font-family: "Arial Bold", Tahoma;
	color: #000000;
	padding: 7px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 110%;*/
}

body#home #image2 ul {
	font-size: 90%;
	list-style: circle;
	margin-top: 0px;
	margin-left: 60px;
	padding: 0;
}

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

body#home #departures td,
body#home #departures th {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
}

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

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

body#home .availability {
	text-align: left;
	padding-left: 5px;
	width: 25%;
}

body#home a.available {
	color: #009900;
	font-weight: bold;
}

body#home a:hover.available {
	color: #000000;
	font-weight: bold;
}

body#home .note {
	font-style: italic;
}


body#details h3 {
	margin-bottom: 0px;
}

body#details p {
	padding-left: 28px;
	margin-top: 5px;
}

body#details .content ul {
	margin-top: 5px;
}

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

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

body#singles-tour #image {
	float: right;
	width: 30%;
	padding-top: 2%;
	padding-left: 3%;
	margin: 0;
}

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

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

.small {
	font-size: 70%;
	font-style: italic;
}

body#itinerary .itinerarytable table {
	margin: 0;
	padding: 0;
	background: transparent;
}

body#itinerary .itinerarytable table td {
	width: 50%;
	margin: 0;
	padding: 0;
	background: transparent;
}

body#itinerary .text {
	padding-top: 10px;
}

body#itinerary #print {
	display: none;
}

body#details #content table {
	padding-left: 28px;
}

body#photos #container,
body#photos #content {
	background-color: #000000;
}

body#photos #myinnercontainer {
	text-align:center;
	vertical-align: center;
	margin:auto;
	background-color: #000000;
	margin-top: 35px;
}