body {
	background-color: #0e6a13; /*#1d7a12;*/
	color: #fff;
	margin: 0 auto;
	width: 980px;
	text-align: center;
	padding: 30px 0;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

body.shadow {
	background-image: url(../images/background-shadow.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

a { color: #fff; }

a:link { color: #fff; text-decoration: underline; }
a:visted { color: #fff; text-decoration: underline; }
a:hover { color: #fff; text-decoration: none; }
a:active { color: #fff; text-decoration: underline; }


/* header */

img#site_logo {
	margin-bottom: 4px;
}

p.logo-text {
	font-size: 10px;
	padding-bottom: 15px;

}

img#site_heading {

}

/* index content */

div.picture_content {
	margin-top: 20px;
	position: relative;
	margin-bottom: 30px;
}

div.picture_content p {
	padding-bottom: 5px;
}

img#index-postcard {
	position: absolute;
	top: 226px;
	left: 260px;
	z-index: 1;
}

div#thankyou-postcard {
	width: 485px;
	position: absolute;
	top: 226px;
	left: 255px;
	z-index: 1;
}

a#itinerary-link {
	position: absolute;
	top: 186px;
	left: 310px;
	z-index: 2;
}


div.picture_content p.agent-info {
	font-size: 14px;
	width: 570px;
	padding: 90px 205px 15px;
}

input.textbox {
	width: 166px;
	color: #333;
	font-size: 14px;
	margin: 0 10px 20px;
}

input.checkbox {
	margin-left: 10px;
}

label {
	padding-right: 10px;
}

div.errormsg {
	width: 500px;
	border: outset 4px #ff3300;
	background-color: #e6dacc;
	color: #333;
	padding: 10px;
	margin: 0 226px 20px;
}

div.errormsg h3 {
	font-size: 16px;
	padding-bottom: 5px;
}


/* itinerary content */

div.itinerary_content {
	margin: 16px 86px 56px;
	background-image: url(../images/itinerary-background.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 806px;
	height: 730px;
	position: relative;
}

div.itinerary_content h1 {
	color: #000;
	font-size: 18px;
	padding: 15px 0 5px;
}

div.itinerary_text {
	width: 756px;
	height: 636px;
	overflow: auto;
	background-image: url(../images/itinerary-postcards.jpg);
	background-position: 484px 0;
	background-repeat: no-repeat;
	margin: 0 35px;
	text-align: left;
}

div.itinerary_text p {
	width: 464px;
	font-size: 14px;
	color: #333;
}

div.itinerary_content ul {
	text-align: left;
	padding-left: 50px;
	list-style-image: url(../images/list-bullet-point.gif);
	width: 750px;
	height: 636px;
	
}

div.itinerary_content li {
	font-size: 13px;
	padding-bottom: 2px;
	color: #333;
	line-height: 15px;
	position: relative;
	z-index: 2;
}

div.itinerary_text h4 {
	color: #000;
	font-size: 14px;
	width: 464px;
	margin-top: 20px;
}

a#itinerary_close {
	display: block;
	width: 186px;
	height: 38px;
	background-image: url(../images/buttons/close-hover.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 13px 310px 0;
}

a#itinerary_close:hover img {
	visibility: hidden;
}


img#terms_image {
	position: absolute;
	top: 15px;
	right: 12px;
	z-index: 1;
}

/* thankyou */

#thankyou-postcard img {
	display: block;
}

/* footer */

div.footer > img, div.footer p {
	margin-bottom: 15px;
}

img.footer_books {
	margin-bottom: 20px;
}

div.footer a:link { color: #fff; text-decoration: none; }
div.footer a:visted { color: #fff; text-decoration: none; }
div.footer a:hover { color: #fff; text-decoration: underline; }
div.footer a:active { color: #fff; text-decoration: none; }
