@charset "utf-8";
/* CSS Document */
/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}

form {
	padding:0px;
	margin:0px;
}

/* end reset */

.alignleft { float:left; margin:10px 10px 10px 0px; padding:3px; border:1px #FFF solid; }

.aligncenter { text-align:center; margin:10px 0px 10px 10px; padding:3px; border:1px #FFF solid; }

.alignright { float:right; margin:10px 10px 10px 10px; padding:3px; border:1px #FFF solid; }

.radioads { width: 258px; padding-left:5px; padding-top:37px; float: left; background-image: url(../img/backgrounds/radioads.png); background-repeat: no-repeat; }

.videoF { width: 258px; padding-left:5px; padding-top:37px; float: left; background-image: url(../img/backgrounds/videoF.png); background-repeat: no-repeat; }

a img {border:0px}
body{
	background-color:#dedace;
	background-image:url(../img/backgrounds/maincontent_bg.gif);
	margin:0px;
	padding:0px;
}
.container{
	width:980px;
	margin:0px auto;
	position:relative;
}
.header_container{
	background-image:url(../img/backgrounds/header_bg.gif);
	background-repeat:repeat-x;
	height:107px
}
.header{
	overflow:hidden;
	background-image:url(../img/header/logo.png);
	background-repeat:no-repeat;
	height:107px;
}
.content_header{
	overflow:hidden;
	background-image:url(../img/header/logo2.png);
	background-repeat:no-repeat;
	height:107px;
}
a.logo_link{
	width:390px;
	height:63px;
	margin:0px 20px 0px 0px;
	float:left;
	display:block;
}

span{
	display:none
}

span.editArea {
display: inline 
}


.phone_number{
	width:274px;
	height:63px;
	background-image:url(../img/header/number.png);
	background-repeat:no-repeat;
	float:right;
}

.navigation{
	float:left;
	height:40px; 
	clear:both; 
	margin:2px 0px;
	padding:0px 0px 0px 80px;
}

.sub_navitem{
	width:228px;
	height:31px;
	margin:3px 0px 0px 17px;
	overflow:hidden;
	background-image:url(../img/backgrounds/sub_links_bg.gif); background-repeat:no-repeat; 
}

.sub_navitem a {
	font-family:Tahoma;
	font-size:12px;
	color:#dedace;
	text-decoration:none;
	font-weight:bold;
	line-height:28px;
	margin-left:15px;
}

.sub_navitem a:hover{
	text-decoration:none;
	color:#fcfce3;
}

.quick_links_navitem{
	width:90px;
	float:left;
	margin:20px 0px 0px 10px;
	overflow:hidden;
}

.quick_links_navitem a{
	font-family:Tahoma;
	font-size:11px;
	color:#dedace;
	text-decoration:none;
}

.quick_links_navitem a:hover{
	text-decoration:underline;
	color:#fcfce3;
}

.navitem{
	/*width:108px;*/
	float:left;
	margin-top:12px;
	margin-left:10px;
	margin-right:15px;
}
.navitem a{
	font-family:Tahoma;
	font-size:14px;
	color:#dedace;
	text-decoration:none;
}
.navitem a:hover{
	text-decoration:underline;
	color:#fcfce3;
}

.search{
	width:248px;
	height:26px;
	background-image:url(../img/backgrounds/search_bg.gif);
	margin:10px 10px 0px 0px;
	float:right;
}

.search_input{
	margin:4px 0px 1px 10px;
	color:#42372e;
	width:190px;
	height:18px;
	background-color:#6f5d4d;
	background:transparent;
	border-style:hidden;
	border-width:0px;
	float:left;
}
.search_button{
	float:right;
}

.main_image{
	width:715px;
	height:372px;
	background-image:url(../img/backgrounds/main_photo_bg.png);
	background-repeat:no-repeat;
	float:left;
}

.content_image{
	width:715px;
	height:280px;
	background-image:url(../img/backgrounds/content_photo_bg.png);
	background-repeat:no-repeat;
	float:left;
}


.main_gallery{
	width:660px;
	height:300px;
	margin:14px 0px 0px 26px;
	overflow:hidden;
}


.content_gallery{
	width:660px;
	height:220px;
	margin:26px 0px 0px 26px;
	overflow:hidden;
}


/*
.schedule_back{
	background-image:url(../img/backgrounds/schedule_bg.gif);
	background-repeat:no-repeat;
}
.schedule_content_back{
	background-image:url(../img/backgrounds/schedule_bg.gif);
	background-repeat:no-repeat;
}
*/

.schedule{
	width:265px;
	height:360px;
	float:right;
}
.schedule p{
	font-family:Tahoma;
	font-size:11px;
	color:#534741;
	line-height:17px;
	width:208px;
	padding:0px;
	margin:0px 0px 12px 14px;
}
.schedule_input{
	font-family:Tahoma;
	font-size:11px;
	color:#534741;
	margin:0px 0px 7px 80px;
	color:#42372e;
	width:150px;
	height:22px;
	background: transparent;
	border-style:hidden;
	border-width:0px;
	float:left;
}
.schedule_text{
	overflow:hidden;
	font-family:Tahoma;
	font-size:11px;
	color:#534741;
	margin:0px 0px 12px 80px;
	width:150px;
	height:80px;
	background:transparent;
	border-style:hidden;
	border-width:0px;
	float:left;
}
.schedule_button{
float:right;
margin-right:24px;
}
.tour_button{
float:right;
margin-right:14px;
}

.to_left{float:left}
.to_right{float:right}
.featured{ width:258px; float:left; background-image:url(../img/backgrounds/featured_bg.png); background-repeat:no-repeat;}
.featured p{
	font-family:Tahoma;
	font-size:11px;
	color:#534741;
	line-height:17px;
	width:208px;
	padding:0px;
	margin:0px 0px 0px 14px;
}
.featured b{
font-size:12px;
font-weight:bold;
color:#48534d;
}
.seperator{width:228px;margin:0px auto}
.recent_tours{ width:258px; float:left; background-image:url(../img/backgrounds/tour_bg.png); background-repeat:no-repeat;}
.tour_image{ margin:38px 0px 20px 9px}
.calendar{ width:200px; float:left; height:230px;}
.calendar1{ width:180px; float:left; height:230px;}
.testimonials{ width:250px; float:left; background-image:url(../img/backgrounds/testimonials_bg.png); background-repeat:no-repeat;}
.testimonials p{
	font-family:Georgia;
	font-weight:bold;
	font-style:italic;
	font-size:14px;
	color:#643d2b;
	line-height:23px;
	width:208px;
	padding:0px;
	margin:0px 0px 0px 30px;
}

.newsletter{
	background-image:url(../img/backgrounds/newsletter_bg.gif);
	background-repeat:no-repeat;
	width:234px;
	height:64px;
	margin:37px 10px 10px 10px;
}

.newsletter_input{
	font-family:Tahoma;
	font-size:11px;
	color:#534741;
	margin:19px 0px 7px 2px;
	color:#42372e;
	width:150px;
	height:22px;
	background: transparent;
	border-style:hidden;
	border-width:0px;
	float:left;
}

.newsletter_button{
float:right;
margin-top:16px;
}

.footer_container{
	width:100%;
	min-height:311px;
	background-image:url(../img/backgrounds/footer_bg1.gif);
	background-repeat:repeat-x;
	background-color:#544838;
	
}

.footer_container2 {
	width:100%;
	height:64px;
	background-image:url(../img/backgrounds/footer_bg2.gif);
	background-repeat:repeat-x;

}
.mission_statement_container{
	width:600px;
	min-height:311px;
	float:left;
}
.mission_statement{
	margin:50px 0px 0px 20px;
	width:550px;
	float:left;
}

.mission_statement h1{
	width:550px;
	font-family:Tahoma;
	font-size:18px;
	font-weight:normal;
	line-height:26px;
	color:#958a7b;
	margin:0px;
	padding:0px;
}

.footer_photo_container{
	position:absolute;
	right:0px;
	top:-1px;
	width:375px;
	height:375px;
	background-image:url(../img/backgrounds/footer_photo_bg.png);
	background-repeat:no-repeat;
	overflow:hidden;
}
.footer_photo{
	width:300px;
	height:285;
	margin:37px 34px 10px 33px;
	float:left;
	
}
.valid{
	margin:15px 0px 0px 24px;
	width:300px;
	float:left;
	color:#9d8f7f;
	font-family:Tahoma;
	font-size:12px;
}

.hidepress{ display:none; }

.hiddenlinks { display:none; height:0px; width:0px;}

.black {color:#000; display:inline; padding:2px; font-size:15px;}

.expandit { display:block; }

.expandit2 { display:none; height:0px; width:0px;}

.expandit3 { display:block; }

.expandit4 { display:none; height:0px; width:0px;}

.quick_links_container{
	margin-top:20px;
	background-image:url(../img/backgrounds/quick_links_bg.gif);
	background-repeat:no-repeat;
	width:600px;
	height:170px;
	float:left;
	overflow:hidden;

}

.left_footer{
	width:600px;
	height:60px;
	float:left;
}
.left_footer p{
	padding:0px;
	margin:12px 0px 0px 20px;
	color:#fcfce3;
	font-family:Tahoma;
	font-size:12px;
	line-height:19px;
}
.left_footer a{
	color:#9d8f7f;
}

.main_content {
	margin:0px 60px 0px 20px;
	font-family:Tahoma;
	font-size:11px;
	line-height:19px;
	color:#534741;
}

.main_image_right {
	float:right;
	padding:10px;
}

.main_image_left {
	float:left;
	padding:10px;
}

.main_image_mid {
	float:left;
	padding:10px;
}


.clear {clear:both;}

.form-item {width:650px; float:left; margin:2px 0px; overflow:hidden;}
.form-item-left{width:150px; float:left;}
.form-item-left p{ margin:0px; padding:0px; font-weight:bold}
.form-item-right{width:300px; float:left}



.tweet { width:245px; height:125px; float:left; padding:20px 10px 0px 10px !important; background-color:#918B64 !important; background-image: url(../twitter.jpg) !important; background-repeat: no-repeat !important; margin-bottom:15px; clear:right;}

.tweet span { display:inline !important; font-size:12px; font-family:Georgia, "Times New Roman", Times, serif; color:#333; line-height:1.6em !important; clear:right; }


#moonray_forms_676 {font-family:Tahoma; font-size:11px;}
#moonray_forms_676 label {color:#e8e3d7; background-color:#8e8a7e; display:block; width:80px; padding:4px; font-family:Tahoma; font-size:11px; float:left; }
#moonray_forms_676 input {float:left; background-color:#e8e3d7; color:#575046; font-family:Tahoma; font-size:12px; padding:1px; margin:0px;}
#moonray_forms_676 select {background-color:#e8e3d7; color:#575046; font-family:Tahoma; font-size:12px; padding:1px; margin:0px; }
#moonray_forms_676 .moonray_btn {border:none;}