@charset "utf-8";
/* CSS Document */

/*Start Reset*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption   {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*End Reset*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#3f361b;
	background: url(../images/background.gif) #0d79a1 repeat-y;
	}

h1 {
	font-size:48px;
	letter-spacing:-3px;
	line-height:48px;
	font-weight:normal;
	}

h2 {
	font-size:18px;
	font-weight:bold;
	color:#942824;
	margin:0px;
	padding:6px 0px;
	line-height:24px;
	}

h3 {
	font-size:16px;
	font-weight:bold;
	margin:15px 0px 5px 0px;
	padding:0px;
	color:#473600;
	}
	
h4 {
	font-size:14px;
	font-weight:bold;
	margin:15px 0px;
	padding:0px;
	}

.clear {
	clear:both;
	}
	
#container {
	margin: 0 auto;
	width:960px;
	}
	
#header {
	background: url(../images/header-excitment.gif) no-repeat right #e2dbc5;
	padding:7px;
	width:919px;
	margin:0 auto;
	margin-top:20px;
	margin-top:-175px;
	height:360px;
	}
	
#logo {
	z-index:100;
	margin-left:-10px;
	position: relative;
	
	}
	
#flasharea {
	z-index:20;
	position:relative;
	}
	
#nav {
	margin-top:5px;
	height:40px;
	width:960px;
	background-color:#C8C0A8;
}

	#nav li {
		list-style-type:none;
		float:left;
		}
	
#mainimage {

	}

#content {
	background-color:#e2dbc5;
	padding:12px 20px;
	width:895px;
	margin: 0 auto;
	line-height:18px;
	}
	
	#content p {
		margin:9px 0px;
		}
		
	#content a {
		color:#990000;
		}
		
	#content ul {
		margin-left:15px;
		padding:0px;
		list-style:disc;
		line-height:20px;
		margin-top:10px;
		}
		
	#content td {
		padding:5px;
		border-bottom:1px solid #615a46;
		}
		
	#content th {
		background-color:#C2BAA2;
		text-align:left;
		padding:5px;
		}
		
	#content table {
		border-left:#615a46 1px solid;
		border-right:#615a46 1px solid;
		border-top:#615a46 1px solid;
		}
	
#leftcolumn {
	float:left;
	width:509px;
	padding-right:10px;
	border-right:1px solid #a9a188;
	line-height:20px;
	}
	
		#leftcolumn a {
		color:#000000;
		font-weight:bold;
		}
	
#leftcolumnrow {
	font-size:12px;
	height:80px;
	margin:10px 0px;
	}
		
		#leftcolumnrow p {
		line-height:18px;
		margin:10px 0px 0px 0px;
		padding:0px;
		}
		
#leftcolumnrow img {
	margin-right:25px;
	float:left;
	}
	
#rightcolumn {
	float:left;
	width:360px;
	margin-left:15px;
	}
	
	#rightcolumn a {
	color:#000000;
	}
	
	#rightcolumn table {
		background-color:
		}
	
	#rightcolumn td {
		padding:5px;
		text-align:center;
		}
		
	#rightcolumn ul {
		margin-left:5px;
		padding:0px;
		list-style:disc;
		line-height:20px;
		}
	
#rightcolumnimage {
	width:110px;
	float:left;
	text-align:center;
	}
	
#rightcolumntext {
	width:210px;
	float:left;
	margin-left:10px;
	font-size:12px;
	line-height:18px;
	}
	
	#rightcolumntext p {
		margin:5px 0px 0px 0px;
		padding:0px;
		}
	
#rightcolumnrow {
	margin-top:20px;
	width:360px;
	}

#footer {
	color:#e2dbc5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	margin-top:15px;
	line-height:20px;
	}
	
	#footer a {
		color:#e2dbc5;
		text-decoration:underline;
		}
		
#directionsleft {
	float:left;
	width:500px;
	}
	
#directionsright{
	float:left;
	width:350px;
	margin-left:15px;
	}

.border {
	border:#a9a188 3px solid;
	}
	
.bigcontenttext {
	font-size:24px;
	color:#0E62CE;
	line-height:30px;
	}
	
	
.homepageheader {
	font-size:18px;
	font-weight:bold;
	color:#942824;
	line-height:20px;
	} 
	
.mannix a {
	color:#4494b2;
	}
	
#nav a {
	height:40px;
	display:block;
	float:left;
	}
	
.homeON, .home:hover {
	background-image:url(../images/nav-home-over.gif);
	width:49px;
	}
	
.home {
	background-image:url(../images/nav-home.gif);
	width:49px;
	}
	
.whitewaterON,  .whitewater:hover {
	background-image:url(../images/nav-rafting-over.gif);
	width:138px;
	}
	
.whitewater {
	background-image:url(../images/nav-rafting.gif);
	width:138px;
	}
	
.canoeingON,  .canoeing:hover {
	background-image:url(../images/nav-canoeing-over.gif);
	width:183px;
	}
	
.canoeing {
	background-image:url(../images/nav-canoeing.gif);
	width:183px;
	}
	
.fishingON,  .fishing:hover {
	background-image:url(../images/nav-fishing-over.gif);
	width:134px;
	}
	
.fishing {
	background-image:url(../images/nav-fishing.gif);
	width:134px;
	}
	
.climbingON,  .climbing:hover {
	background-image:url(../images/nav-climbing-over.gif);
	width:123px;
	}
	
.climbing {
	background-image:url(../images/nav-climbing.gif);
	width:123px;
	}
	
.skiingON,  .skiing:hover {
	background-image:url(../images/nav-skiing-over.gif);
	width:170px;
	}
	
.skiing {
	background-image:url(../images/nav-skiing.gif);
	width:170px;
	}
	
.storeON,  .store:hover {
	background-image:url(../images/nav-store-over.gif);
	width:73px;
	}
	
.store {
	background-image:url(../images/nav-store.gif);
	width:73px;
	}
	
.requestON,  .request:hover {
	background-image:url(../images/nav-request-over.gif);
	width:90px;
	}
	
.request {
	background-image:url(../images/nav-request.gif);
	width:90px;
	}