@charset "utf-8";
body {
	font: 14px Trebuchet MS, Arial, Helvetica, sans-serif;
	background: #000 url('images/discovery_bg.jpg') top center scroll no-repeat;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #3b2908;
}

a {
	color:#51640a;
}

#container {
	width: 1010px; 
	margin: 0 auto; 
	text-align: left; 
}



#logoHolder {
position:absolute;
z-index:10;
top:0px;
}

#homeFeatures {
	background:transparent url('images/testimonials_bg.jpg') top left no-repeat;
	width:956px;
	height:184px;
}

/*------------------------------------------------------
					NAV STYLES
------------------------------------------------------	*/				

#nav {
			padding:0;
			margin:0;
			text-align:center;
		}
	
#nav ul{
			margin:70px 0 0 140px;
			padding:0px;
			}
		
#nav li{
			list-style-type: none;
			display: inline;
			padding:0px;
			margin:0px;
			}
			
.headerImage{
margin:5px 0 15px 5px;	
}

.tourHeader{
margin:5px 0 15px 50px;	
}

#homeTestimonials {
width:570px;
float:left;
}

#homeTestimonials p {
	width:370px;
	font-size:13px;
	float:right;
	margin-top:40px;
}

#homeTestimonials img {
	border:1px solid #000;
	float:left;
	margin:20px;
}

#homeNewsletter {
float:right;
width:280px;
margin:35px 50px 10px 0;
text-align:center;
font-weight:600;
font-size:16px;
}

#homeNewsletter h2{
font-size:20px;
margin-top:10px;
}

#homeNewsletter h2 a{
color:#322a0c;
}

#mainContent {
	padding: 0 20px; 
}

#secondaryContent {
	background:transparent url('images/secondary_bg.jpg') top left no-repeat;
	min-height:700px;
	margin-left:22px;
	}

#secondaryContent p{
	width:630px;
	margin:0 0 25px 35px;
	}

#secondaryContent ul{
	margin:15px 0 15px 45px;
}

#secondaryContent h2{
	margin:5px 0 10px 30px;
	color:#3b480a;
}

#sidebar{
	float:right;
	width:200px;
	margin-right:50px;
}

#tourContent {
float:left;
width:400px;;
}



#gallery{
	float:right;
	width:260px;
	margin-right:50px;
}

	#gallery ul { list-style: none; margin:0; padding:0;}
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 2px solid #543f2a;
		opacity: .7;
		filter: alpha(opacity=70);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";

	}
	#gallery ul img:hover {
		border: 2px solid #543f2a;
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
	#gallery ul a:hover { color: #fff; }

#sidebar p{
	margin:0 0 25px 0;
	width:190px;
	padding:0;
}


#sidebar h3{
		color:#3b480a;
		font-size:16px;
		margin:6px 0;
}

#sidebar h3 a{
		color:#3b480a;
}

.testimonials {
font-size:12px;	
}

.subhead {
	font-size:15px;	
	font-weight:bold;
}

#footer {
	padding: 8px 10px; 
	text-align:center;
	color:#8c731a;
	font-size:12px;
}

#footer a{
	color:#ede9d8;
}

#footer p {
	margin: 0; 
	padding: 10px 0; 
}