body {
	margin: 0;
	padding: 0;
	background: #DED6BC;
	font: 13px arial, sans-serif;
	color: #3A2D23;
}

div#page {
	width: 784px;
	margin: 20px auto 0 auto;
	border-right: 4px solid #fff;
	border-bottom: 3px solid #fff;
	border-left: 3px solid #fff;
	padding: 0;
	background: #F5F3E6;
}

div#topContact{
	height: 115px;
	width: 784px;
	margin: 0 -3px 0 -3px;
	padding: 0 10px 0 5px;
	background: #DED6BC;
}

img#logo{
	display: block;
	float: left;
}

div#topContact div{
	float: right;
	width: 220px;
	margin: 17px 22px 0 0;
	line-height: 22px;
	text-align: center;
	color: #73675B;
}

/*Menu*/
ul#menu {
	clear: both;
	width: 784px;
	height: 23px;
	margin: 0;
	border-top: 3px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 5px 0 5px 0;
	background: #220602;
}

ul#menu li {
	position: relative;
	display: block;
	float: left;
	height: 23px;
	margin: 0;
	padding: 0 17px 0 17px;
	list-style-type: none; 
	list-style-image: none;
}
ul#menu li ul { 
	display: none; 
}

/*Drop-Downs*/
ul#menu li:hover > ul { 
	display: block;
	position: absolute;
	width: 170px;
	top: 25px;
	margin: 0; 
	padding: 0;
	z-index: 5;
	border: 1px solid #fff;
	background: #220602;
}

ul#menu li:hover > ul li {
	float: none;
	width: auto;
	height: 20px;
	margin: 0;
	border-bottom: 1px solid #fff;
	padding: 3px;
}

ul#menu li.over {
	position: relative;
	z-index: 7;
}

ul#menu li.over ul { 
	display: block;
	position: absolute;
	top: 31px;
	left: 0; 
	width: 170px;
	margin: 0; 
	padding: 0;
	z-index: 7;
	border: 1px solid #fff;
	background: #220602;
}

ul#menu li.over ul li {
	float: none;
	height: 20px;
	width: auto;
	margin: 0;
	border-bottom: 1px solid #fff;
	padding: 0;
}

/*Hyperlink Formatting*/
.menulink:link, .menulink:visited, .menulink:hover, .menulink:active {
	display: block;
	float: left;
	height: 23px;
	font: bold 15px "trebuchet ms", sans-serif;
	color: #F5F3E6;
}

.active:link, .active:visited, .active:hover, .active:active {
	color: #A4C24B;
}

.menulink:hover, .submenu:hover{
	color: #DCE39D;
}

.submenu:link, .submenu:visited, .submenu:active {
	display: block;
	float: left;
	padding: 0 10px 0 10px;
	font: bold 13px "trebuchet ms", sans-serif;
	color: #F5F3E6;
}

div#top {
	clear: both;
	height: 12px;
	width: 784px;
	margin: 0;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background: #220602;
}

div#header{
	height: 155px;
}

img#headerLeft{
	float: left;
	border-right: 3px solid #fff;
}

/*CONTENT*/
div#content {
	clear: both;
	margin: 0;
	padding: 0 15px 0 15px;
}

h1 {
	margin: 0;
	padding: 15px 0 0 0;
	font: bold 28px "trebuchet ms", sans-serif;
}

h2 {
	margin: 15px 0 0 -4px;
	border: 1px solid #fff;
	padding: 4px 0 4px 4px;
	background: #DCE39D;
	font: 20px "trebuchet ms", sans-serif;
}

h3 {
	margin: 15px 0 -11px 0;
	font: bold 16px "trebuchet ms", sans-serif;
}

p, table {
	margin: 15px 0 0 0;
	line-height: 18px;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 15px 0 0 0;
	border: 0;
	padding: 0;
}

ul {
	margin: 15px 0 0 25px;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
	line-height: 19px;
	list-style-image: url("images/checkmark.png");
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #10499e;
}

a:hover {
	color: #637E9E;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

.center{
	text-align: center;
}

div.highlight{
	float: right;
	width: 277px;
	margin: 15px 0 15px 20px;
	border: 3px solid #fff;
	background: #fff;
}

div.highlight h3{
	margin: 0;
	border-bottom: 3px solid #fff;
	padding: 3px 3px 3px 5px;
	background: #DED6BC;
}

div.highlight p{
	margin: 5px 8px 5px 8px;
}

/*Home*/
div#show {
	position: relative;
	float: right;
	width: 435px;
	height: 265px;
	overflow: hidden;
	margin: 15px 0 15px 15px;
	border: 3px solid #fff;
}

h1.home{
	font-size: 19px;
}

/*Excursions*/
div.video{
	float: right;
	width: 410px;
	margin: 15px 0 15px 30px;
}

img.excursion{
	float: right;
	margin: 10px 0 15px 25px;
	border: 2px solid #fff;
}

/*Gallery*/
img.gallery{
	float: left;
	margin: 4px 7px 4px 1px;
	border: 2px solid #fff;
}

/*Testimonials*/
fieldset#testimonial{
	float: right;
	width: 400px;
	margin-left: 30px;
}

img.testimonial{
	display: block;
	float: left;
	width: 90px;
	margin: 4px 7px 4px 1px;
	border: 2px solid #fff;
}

/*Contact Us*/
div#contact{
	float: right;
	width: 342px;
	margin: 25px 0 15px 20px;
	border: 3px solid #fff;
	padding: 0 0 5px 0;
	background: #fff;
}

div#contact h3{
	margin: 0;
	border-bottom: 3px solid #fff;
	padding: 3px 3px 3px 5px;
	background: #DED6BC;
}

div#contact p, div#contact fieldset{
	margin: 5px 8px 5px 8px;
}

p.indent{
	padding-left: 20px;
	text-indent: -25px;
}

/*FOOTERS*/
div#footerMenu{
	clear: both;
	height: 19px;
	width: 754px;
	margin: 0 auto 0 auto;
	padding: 15px 0 5px 0;
}

.footer:link, .footer:visited, .footer:hover, .footer:active {
	display: block;
	float: left;
	padding: 0 10px 0 10px;
}

.siteby:link, .siteby:visited, .siteby:hover, .siteby:active {
	color: #73675B;
}

p.copyright {
	clear: both;
	margin: 10px 0 0 0;
	padding: 0 0 5px 0;
	text-align: center;
	font-size: 11px;
	color: #73675B;
}
