.html, body {
	margin: 0;
	padding: 0;
	color: #666666;
	background-image: url(images/bg_fade.gif);
	background-repeat: repeat;
}



h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #994805;
	font-size: 20px;
	text-align: left;	
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #994805;
	font-size: 20px;
	text-align: center;
}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #d2232a;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	font-style: italic;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #d2232a;
	font-size: 18px;

	
}
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;
	
	
}
#main_container{
	width: 760px;
	background-color: #FFFFFF;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
}
#banner{
	height: 135px;
	width: 760px;
	border: 1px solid #CCCCCC;
	background-image: url(images/header_BG.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #994805;
	font-weight: bold;
	text-align: right;
	background-repeat: no-repeat;
}

#banner a:link{
	color: #994805;
	text-decoration: none;
	
}
#banner a:visited{
	color: #994805;
	text-decoration: none;
	
}
#banner a:active{

	color: #994805;
	text-decoration: none;
	
}
#banner a:hover{
	text-decoration: underline;	
	
}

.banner_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #994805;
	text-align: right;
	vertical-align: text-bottom;
	
}


#topnav{
	height: 42px;
	width: 761px;
	margin: 5px 0px;
	padding: 0px;
	background-image: url(images/nav_BG.jpg);
	
}
#topnav_left{
	height: 42px;
	width: 660px;
	padding: 0px;
	background-image: url(images/nav_left_BG.jpg);
	background-repeat: no-repeat;
	float: left;	
}
#topnav_right{
	height: 42px;
	width: 101px;
	padding: 0px;
	float: right;
	
}
#wrapper{
	width: 761px;
}

#left_sidebar_wrapper{
	height: 340px;
	width: 214px;
	padding: 0px;
	float: left;
	border: 1px solid #CCCCCC;
	background-image: url(images/sidenav_BG.gif);
	background-repeat: repeat-x;
	
}

#left_sidebar_head{
	height: 55px;
	width: 199px;
	background-color: #f4e9be;
	text-align: left;
	margin-left: 15px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #994805;
	font-size: 18px;
}

#left_sidebar_nav{
	height: 268px;
	width: 214px;
	
}

#left_sidebar_nav_row_spacer{
	
	
	
}

#left_sidebar_nav_row {
	height: 23px;
	width: 214px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b8824d;
	text-align: left;
	vertical-align: middle;
	font-weight: bolder;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 10px;	
}

#left_sidebar_nav_row a:link{
	color: #b8824d;
	text-decoration: none;
}
#left_sidebar_nav_row a:visited{
	color: #b8824d;
	text-decoration: none;
}
#left_sidebar_nav_row a:active{
	color: #b8824d;
	text-decoration: none;
}

#left_sidebar_nav_row a:hover{
	color: #9f2323;
	
}

#left_sidebar_nav_row2 {
	height: 23px;
	width: 214px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b8824d;
	text-align: left;
	vertical-align: middle;
	font-weight: bolder;
	text-transform: uppercase;
	margin-top: 10px;
}

#left_sidebar_nav_row2 a:link{
	color: #b8824d;
	text-decoration: none;
}
#left_sidebar_nav_row2 a:visited{
	color: #b8824d;
	text-decoration: none;
}

#left_sidebar_nav_row2 a:active{
	color: #b8824d;
	text-decoration: none;
}


#left_sidebar_nav_row2 a:hover{
	color: #9f2323;
	
}

#flash{
	height: 340px;
	width: 539px;
	padding: 0px;
	float: right;
	
}

#clear{
	clear: both;

}

#spacer{
	padding-top: 5px;	

}

#contentwrapper{
border: 1px solid #CCCCCC;
background-image: url(images/content_BG.gif);
	background-repeat: repeat-x;
	
}

#bottomleft_sidebar {
	height: auto;
	width: 215px;
	float: left;
}


#content_body {
	width: 500px;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: right;
	text-align: left;	
	margin-top: 10px;
	margin-left: 25px;
	margin-right: 10px;
	
}

#content_body a:link{
	color: #994805;
	font-size: 11px;
	text-decoration: none;
}
#content_body a:visited{
	color: #994805;
	font-size: 11px;	
	text-decoration: none;
}
#content_body a:hover{
	color: #ff0000;
	text-decoration: underline;
	font-size: 11px;
}
#content_body a:active{
	color: #994805;
	font-size: 11px;
	text-decoration: none;

}


#picturerow{
	height: 280px;
	width: 758px;
	
}
	
#footer{
	height: auto;
	width: 760px;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	background-image: url(images/footer_BG.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4183a4;
	padding-top: 10px;
	padding-bottom: 10px;
	
}

#footer a:link, a:active, a:visited{
color: #4183a4;
text-decoration: none;
}

#footer a:hover{
	
	text-decoration: underline;	
}




/*!!!!!!!!!!! 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	
	{
	padding:15px 5px 0px 10px;
	color:#FFFFFF;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	font-weight: bold;
	}


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


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


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


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


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


	/*"""""""" Individual Titles""""""""*/	
	#qm0 .qmtitle	
	{
	cursor:default;
	padding:3px 0px 3px 4px;
	color:#444444;
	font-family:arial;
	font-size:11px;
	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 2px 0px;
	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;
	}

/* additions */

#booknow{
	background-color: #FFFFFF;
	padding-top: 5px;
}
#lifes_great{
	height: 25px;
	width: 750px;
	background-image: url(images/lifes_great2.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	vertical-align: bottom;
}
#adventure_box_L {
	float: left;
	width: 280px;
	height: 150px;
}
#adventure_box_L a:link{
	color: #994805;	
}
#adventure_box_L a:visited{
	color: #994805;	
}
#adventure_box_L a:hover{
	color: #ff0000;
	text-decoration: underline;
}
#adventure_box_L a:active{
	color: #994805;
	
	}
	
#adventure_box_R {
	float: right;
	width: 200px;
	height: 150px;
}
#adventure_box_R a:link{
	color: #994805;
}
#adventure_box_R a:visited{
	color: #994805;	
}
#adventure_box_R a:hover{
	color: #ff0000;
	text-decoration: underline;
}
#adventure_box_R a:active{
	color: #994805;
	
	}
	
#index_box2 {
	height: auto;
	width: 250px;
	float: left;
	font-size: 11px;
	padding-left: 10px;
	margin-left: 15px;
}
#index_box1 {
	height: auto;
	width: 290px;
	float: left;
	font-size: 11px;
	padding-top: 2px;
	padding-left: 3px;
	position: static;
	padding-right: 6px;
	line-height: 118%;
}
.pagetitle_box {
	font-size: 18px;
	color: #963309;
	font-weight: bold;

	background-color: #FFFFFF;
}
.pagetitle2 {
	font-size: 18px;
	color: #963309;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
}
.emphasis {
	color: #003399;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
.emphasis_next {
	color: #660000;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
.emphasis_u {
	color: #000000;
	font-weight: bold;
	background-color: #FFFF99;
}

.emphasis a, .emphasis a:link, .emphasis a:visited {
	color: #003399;
	font-weight: bold;
	text-decoration: underline;
	font-size: 15px;
}

.emphasis a:hover {
	color: #990033;
	font-weight: bold;
	text-decoration: underline;
}
#photo {
	border: 1px solid #003399;
	margin: 3px;
}
#video {
	text-align: center;
}

.emphasis {
	color: #4a8da7;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	text-align: left;
}
.emphasis_next {
	color: #660000;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
.emphasis_u {
	color: #000000;
	font-weight: bold;
	background-color: #FFFF99;
}

.emphasis a, .emphasis a:link, .emphasis a:visited {
	color: #4a8da7;
	font-weight: bold;
	text-decoration: underline;
	font-size: 15px;
}

.emphasis a:hover {
	color: #990033;
	font-weight: bold;
	text-decoration: underline;
}
#next {
	text-align: right;
	font-size: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.emphasis01 {
	font-family: Arial, Helvetica, sans-serif;
	color: #994805;
	font-size: 20px;
	text-align: left;
	font-weight: bold;
}

.emphasis01 a:hover{
	text-decoration: underline;
	
}
.emphasis01 a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #994805;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}

.emphasis01 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #994805;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	
	}

.emphasis01 a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #994805;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}

.book {
	margin-right: 5px;	
}

.photo {
	margin-right: 5px;	
}



.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#rates {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #994805;
	text-align: center;
}
#rates a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #994805;
}
#rates a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #994805;
}

#rates a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #994805;
}
#rates a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #994805;
	text-decoration: underline;
}

