		body {
  font-family:"Lucida Grande", arial, verdana, sans-serif; /* ADDED */
			text-align: center;
			margin: 0;
			padding:0px 0px 0px 0px;
			background-image:url(/img/splash.jpg)		}
		div#buttonA {
    margin-left: 50px;
	font-weight:800;
}
div#buttonA ul {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 30px;
}
div#buttonA li {
    list-style-type: none;
    height: 30px;
    width: 200px;
    margin: 5px;
    text-align:center;
}
div#buttonA li a {
font-weight: 800;
    height: 100%;
    width: 100%;
    display: block;
    text-decoration: none;
    border-width: 2px;
}
div#buttonA li a:link {
    color: #e8f2fb;
	background-image: url(/img/rafting.jpg);
    background-color: #4a9ccb;
  border-style: outset;
}
div#buttonA li a:visited {
    color: #e8f2fb;
	background-image: url(/img/rafting.jpg);
    background-color: #CCCCCC;
    border-style: outset;
}
div#buttonA li a:hover {
    font-weight: bold;
	background-image: url(/img/rafting_over.jpg);
    color: #FFFFFF;
    background-color: #3e83ab;
   border-style: outset;
}
div#buttonA li a:active {
	background-image: url(/img/rafting.jpg);
    color: #FFFFFF;
    background-color: #666666;
    border-style: inset;
}

    	#lodging {
		background: #61acbd;
		color:#033c3c;
		margin: 0 20px 0 0;
		font-weight:400;
		font-size: 13px;
		border-right: 2px dotted #d2e0f5;
		border-bottom: 2px dotted #d2e0f5;
		padding:0px 0px 0px 0px;
		/* widths are important when using floats */
		width: 275px;
		float: left;
    	}
		#opinions {
		background: #61acbd;
		color:#033c3c;
		margin: 0 0px 0 0;
		font-weight:400;
		font-size: 13px;
		padding:0px 22px 0px 22px;
		/* widths are important when using floats */
		width: 225px;
		float: left;
    	}
		#opinions .quote
		{
		color:#033c3c;
		font-weight:800;
		font-size: 13px;
		font-style:italic;
    	}
		
		#container {
			width: 750px;
			text-align: left;
			margin: 0 auto;
			border-right: 4px solid #ffffff;
		border-bottom: 4px solid #ffffff;
		border-top:4px solid #ffffff;
		border-left:4px solid #ffffff;
		}
		
    	#content {
    		width: 735px;
    		float: right;
    		padding: 0px 15px 0px 0px;
			background: #e8f2fb;
			color:#033c3c;
			font-size: 14px;
			/*margin: 0 2em 0 0;*/
    	}
		#content .raft{
		border-right-color:#e8f2fb;
		border-right-width:thick;
		border-right: solid;
    	}
		
		
	#content ul 
		{
    		margin: 0 0 0.25em 0;
    		padding:padding:0.25em;
    	}
	#content li 
		{
		margin: 0 0 0.25em 0;
    		padding:padding:10em;
		  display:block;
  border:0px solid #808;
  font-family:"Lucida Grande", arial, verdana, sans-serif; /* ADDED */
  font-size:12px; /* ADDED */
  text-decoration:none; /* ADDED */
  list-style-position:inside;

		}	
	#content a.raft:link{
	color:#9a1d00;
	font-weight:800;
	text-decoration:underline;
	font-size: 12px;
	}
	#content a.raft:visited{
	color:#9a1d00;
	font-weight:800;
	text-decoration:underline;
	font-size: 12px;
	}
	#content a.raft:hover{
	color:#033c3c;
	font-weight:800;
	text-decoration:underline;
	font-size: 12px;
	}
		#content h1{
		color:#9a1d00;
		text-align:center;
		font-weight:800;
		font-size: 18px;
		}
		#content h2{
		color:#9a1d00;
		text-align:left;
		font-weight:800;
		font-size: 14px;
		}
		#content h4{
		color:#9a1d00;
		text-align:left;
		font-weight:400;
		font-size: 13px;
		}
		#content a:link{
			color: #629789;
		}
		#content a:visited{
			color: #629789;
		}
		#lodging a:link, a:visited{
			color: #ffffff;
		}
			#content h2{
			margin:0;
			}
    	#header {
			width: 750px;
    		float: right;
    		color: #fff;
			text-align: left;
			background: #e8f2fb;
			border-bottom: solid 0px #fff;
			padding: 0px 0px 0px 0px;
    	}
		 #header h4 {
    		margin: 0;
    	}
		#sidebar {
    		position:absolute;
			top: 0;
			width: 115px;
			float: left;
			padding: 0 0 0px 0;
    	}
    	#sidebar ul {
    		margin: 0;
    		padding: 0;
    	}
		li {
			display: inline;
		}
		#sidebar li a:link, #sidebar li a:visited {
			display: block;
			padding: 10px;
			text-decoration: none;
			color: #ffffff;
			/*background: #333333;*/
    		border-bottom: solid 1px #fff;
		}
		#sidebar li a:hover {
			color: #ffffff;
			background-image:url(/img/nav.jpg);
		}
    	#navigation{
			width: 750px;
    		float: right;
    		clear: both;
			background: #b24c0f ;
    		border-top: solid 1px #fff;
			color: #ffffff;
			font-size:10px;
    	}
    	
		#navigation a:link{
		text-decoration: underline;
			color: #ffffff;
			font-size:10px;
			font-weight:400;
		}
    	#footer {
		width: 750px;
			color: #ffffff;
			background:#b24c0f;
			font-size:10px;
			font-weight:400;
    	}
		#footer a:link{
			color: #ffffff;
			font-size:10px;
			font-weight:400;
    	}
		#footer a:hover{
			color: #61acbd;
    	}
    	/* DROP MENU STYLES REVISED */

.dropMenus {
   position: absolute;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: bold;
   width: 140px;
   visibility: hidden;
   background: #859581;
}

.dropMenus a {
	color: #FFFFFF;
	padding: 5px 10px 5px 10px;
	display: block;
	text-decoration: none;
}

.dropMenus a:hover {
background: #b24c0f;
color: #f1c207;
cursor: pointer;
cursor: hand;
}
a.subnavlink {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	line-height: 160%;
	text-decoration: none;
}

a.subnavlink:hover {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #304B80;
	line-height: 160%;
	text-decoration: none;
}

a.subnavlinkactive {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #304B80;
	line-height: 160%;
	text-decoration: none;
}

a.subnavlinkactive:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #304B80;
	line-height: 160%;
	text-decoration: underline;
}

.couponbox {
	padding: 5px;
	background: #fafafa;
	border: 1px solid #777777;
}

a.couponbox {
	padding: 5px;
	background: #fafafa;
	border: 1px solid #777777;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 160%;
	text-decoration: none;
}

a.couponbox:hover {
	padding: 5px;
	background: #fafafa;
	border: 1px solid #777777;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #304B80;
	line-height: 160%;
	text-decoration: none;
}

/*  */
#masterdiv {
	display: block;
	width: 100%;
}

#nav_link {
	padding: 5px;
	display: block;
	text-decoration: none;
	text-align: center;
	color: #416392;
	font-weight: bold;
}

#nav_link:hover { background: #ffffff; }

#nav_line1 {
	display: none;
	width: 120px;
}

#nav_line2 {
	display: none;
	width: 120px;
}

/*
a#sub_link {
	color: #ffffff;
	display: block;
	text-decoration: none;
	padding: 2px 2px 2px 5px;
	background: #9F0030;
	border-top: 1px solid #ffffff;
	text-align: center;
	font-size: 10px;
}

a#sub_link:hover {
	background: #ffffff;
	color: #103263;
}

.submenu { display: none; }
	
