.html, body {
	margin: 0;
	padding: 0;
	background-image: url(images/bg-main.jpg);
	background-repeat: repeat;
	
}



h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 27px;
	font-style: italic;
	color: #2d0f0a;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
}

h2 {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 27px;
	color: #2d0f0a;
	margin: 0px;
	font-weight: normal;
	padding: 20px 20px 0px 0px;
	
}


h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2d0f0a;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	
	
}
h4 {
	margin: 0px;
	font-size: 13px;
	font-weight: normal;
	color: #FF0000;
	font-family: Georgia, "Times New Roman", Times, serif;

	
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #d2232a;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	font-style: italic;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #d2232a;
	font-size: 18px;
	padding-bottom: 20px;
	
	
}
h7 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2d0f0a;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	
	
}

#background-top{
	width: 100%;
	height: 1025px; /* height of bg! */
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url(images/bg-top.jpg) repeat-x;
	z-index: -1;
      } 

#maincontainer{
	width: 960px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	z-index: 1;
}

#header{
	width: 960px;
	height: 155px;
}


#nav {
	width: 900px;
	height: 44px;
	background-image: url(images/nav.gif);
	margin: 0px;
	padding-left: 60px;
	padding-top: 10px;
	
}

#flash {
	width: 940px;
	height: 333px;
	
}
#body_top {
	width: 572px;
	height: 65px;
	background-image: url(images/home_page_top_BG.jpg);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 27px;
	font-style: italic;
	color: #2d0f0a;
	padding-top: 40px;
	padding-left: 370px;

	
}

#body_top_inside {
	width: 875px;
	height: 65px;
	background-image: url(images/inside_page_top_BG.jpg);
	background-repeat: no-repeat;
	padding-top: 40px;
	text-align: right;
	padding-right: 65px;

	
}


#content-wrapper {
	width: 940px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	}
	
#content-wrapper-inside {
	width: 940px;
	height: auto;
	background-image: url(images/inside_body.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	}

#content {
	width: 940px;
	background-image: url(images/body.jpg);
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#content_inside {
	width: 820px;
	height: 100%;
	margin: 0px;
	padding: 0px 55px 0px 65px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #341A15;
	line-height: 20px;
}

#content_inside a:link{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #F00;
	text-decoration: none;
	font-weight: bold;
}
#content_inside a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #F00;
	text-decoration: none;
	font-weight: bold;
}
#content_inside a:hover{
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #F00;
	font-weight: bold;
}
#content_inside a:active{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #F00;
	text-decoration: none;
	font-weight: bold;
}
#content_left{
	color: #351E19;
	font-size: 11px;
	text-decoration: none;
	float: left;
	height: 100%;
	width: 250px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 40px;
	padding-right: 20px;
	line-height: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;

}

#content_left a:link{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F00;
	font-size: 11px;
	text-decoration: none;	
}
#content_left a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F00;
	font-size: 11px;
	text-decoration: none;
}
#content_left a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F00;
	font-size: 11px;
	text-decoration: underline;
}

#content_left a:active{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F00;
	font-size: 11px;
	text-decoration: none;
}

.content_left_heading{
	color: #311816;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;	

}

#content_right{
	color: #3B1F1D;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
	float: right;
	height: auto;
	width: 518px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 30px;
	padding-right: 50px;
	line-height: 18px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#content_right a:link{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F00;
	font-size: 13px;
	text-decoration: none;
}
#content_right a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F00;
	font-size: 13px;
	text-decoration: none;	
}
#content_right a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F00;
	font-size: 13px;
	text-decoration: underline;	
}

#content_right a:active{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F00;
	font-size: 13px;
	text-decoration: none;	
}




#body_bottom {
	width: 940px;
	height: 90px;
	

	
}


#body_real_sedona {
	width: 940px;
	height: 350px;
	background-image: url(images/home_page_real_sedona.jpg);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	color: #d7c691;
	line-height: 25px;
	margin: 0px;
	padding: 0px;

	
}
#body_real_sedona_left {
	width: 333px;
	height: 250px;
	float: left;
	padding-left: 85px;
	padding-top: 47px;
}
#body_real_sedona_right {
	width: 421px;
	height: 284px;
	float: right;
	padding-right: 60px;
	padding-top: 40px;
	

	
}


#footer-wrapper{
	height: auto;
	width: 960px;


}

#footer-top{
	height: 109px;
	width: 960px;
	

}

#footer-bottom{
	height: 136px;
	width: 840px;
	background-image: url(images/footer-bottom.gif);
	background-repeat: no-repeat;
	padding-left: 55px;
	padding-right: 65px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;

}

#footer-left{
	float: left;
	width: 600px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #522415;
	text-decoration: none;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	padding-top: 10px;
}

#footer-left a:link{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #522415;
	text-decoration: none;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: none;
	
}
#footer-left a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #522415;
	text-decoration: none;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
		text-decoration: none;
}
#footer-left a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #522415;
	text-decoration: none;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: underline;
}

#footer-left a:active{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #522415;
	text-decoration: none;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
		text-decoration: none;
}

#footer-right{
	color: #522415;
	float: right;
	width: 225px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	padding-top: 7px;
}

#footer-right a:link{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #522415;
	text-decoration: none;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: none;
	
}
#footer-right a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #522415;
	text-decoration: none;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
		text-decoration: none;
}
#footer-right a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #522415;
	text-decoration: none;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: underline;
}
#footer-right a:active{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #522415;
	text-decoration: none;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: none;
}


#clear{
	clear: both;
	margin: 0px;
	padding: 0px;
	

}

#spacer{
	padding-top: 5px;	

}


#dashes{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #512C25;
	width: 800px;
	

}
#dashes-index{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #512C25;

	

}

#dashes-tours{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #512C25;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	

}




.reserve{
	color: #FF0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	
}

.reserve a:link{
	color: #FF0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}
.reserve a:visited{
	color: #FF0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}
.reserve a:hover{
	color: #FF0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.reserve a:active{
	color: #FF0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}

#specialLink {
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

#specialLink a:link {
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
#specialLink a:visited { 
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;

}
#specialLink a:hover { 
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;

}
#specialLink a:active { 
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;

}



/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;z-index:10;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc .qmcbox{cursor:default;display:block;position:relative;z-index:1;}.qmmc .qmcbox a{display:inline;}.qmmc .qmcbox div{float:none;position:static;visibility:inherit;left:auto;}.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none}.qmmc li:hover>ul{left:auto;}#qm0 ul {top:100%;}#qm0 ul li:hover>ul{top:0px;left:100%;}


/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


	/* QuickMenu 0 */

	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #d7c691;
	text-decoration:none;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 37px;
	padding-bottom: 5px;
	}


	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{
	padding:10px;
	margin:2px 0px 0px 0px;
	background-color:#43160b;
	border-width:1px;
	border-style:solid;
	border-color:#DADADA;
	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a	
	{	
		padding:3px 5px 3px 5px;
		background-color:transparent;
		font-size:12px;
		border-width:0px;
		border-style:none;
	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover	
	{
	background-color:#5b2416;
	color:#CC0000;
	}


	/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 ul li:hover>a	
	{
	background-color:#5b2416;
	color:#CC0000;
	}


	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{
	background-color:#5b2416;
	color:#CC0000;
	}


	/*"""""""" Individual Titles""""""""*/	
	#qm0 .qmtitle	
	{	
		cursor:default;
		padding:3px 0px 3px 4px;
		color:#444444;
		font-family:arial;
		font-size:13px;
		font-weight:bold;
	}


	/*"""""""" Individual Horizontal Dividers""""""""*/	
	#qm0 .qmdividerx	
	{	
		border-top-width:1px;
		margin:4px 0px 4px 0px;
		border-color:#BFBFBF;
	}


	/*"""""""" Individual Vertical Dividers""""""""*/	
	#qm0 .qmdividery	
	{	
		border-left-width:1px;
		height:15px;
		margin:4px 10px 0px 10px;
		border-color:#AAAAAA;
	}


	/*"""""""" (main) Rounded Items""""""""*/	
	#qm0 .qmritem span	
	{	
		border-color:#DADADA;
		background-color:#F7F7F7;
	}


	/*"""""""" (main) Rounded Items Content""""""""*/	
	#qm0 .qmritemcontent	
	{	
		padding:0px 0px 0px 4px;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul	
	{
	padding:10px;
	margin:2px 0px 0px 0px;
	background-color:#F7F7F7;
	border-width:1px;
	border-style:solid;
	border-color:#DADADA;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 li:hover > a	
	{	
		background-color:#F7F7F7;
	}
