/* CSS Document */
body{
	padding:0;
	margin:0;
	background:#FCFAE6 url(../images/main-bg.gif) repeat-x;
	font:14px/20px Arial, Helvetica, sans-serif;
	color:#3D3C2C;
	font-weight:normal;
}
a:link{
	color: #3D3C2C;
}
a:hover{
	color: #663333;
}
a:active{
	color: #663333;
}
a:visited{
	color: #3D3C2C;
}
div, p, h1, h2, h3, ul, img{
	padding:0px;
	margin:0px;
}
ul{list-style-type:none;}

/* TOP PANEL */
#topPan{
	width:778px;
	height:96px;
	position:relative;
	margin:0 auto;
	padding:0;
}
#topPan img{
	width:246px;
	height:95px;
	display:block;
}
/* Menu Panel */
#topPan ul{
	width:520px;
	height:96px;
	display:block;
	position:absolute;
	top:0px;
	right:0px;
	margin:0;
	padding:0;
}
#topPan ul li{
	float:left;
	width:86px;
	display:block;
	text-align:center;
}
#topPan ul li a{
	width:86px;
	height:35px;
	display:block;
	font:14px/14px "Trebuchet MS",Arial, Helvetica, sans-serif;
	color:#000000;
	background:#F4F1DD url(../images/menu-bg.gif) repeat-x 0 0;
	text-decoration:none;
	margin:0;
	padding:61px 0 0 0;
}
#topPan ul li a:hover{
	width:86px;
	height:96px;
	display:block;
	background:#FCFAE6;
	color:#000000;
	text-decoration:none;
}
#topPan ul li span{
	width:86px;
	height:34px;
	display:block;
	background:#FCFAE6 url(../images/menu-devider1.gif) no-repeat 100% 0;
	color:#000000;
	text-decoration:none;
	padding:61px 0 0 0;
	line-height:14px;
}

/* HEADER PANEL */
#headerPan{
	width:778px;
	height:266px;
	position:relative;
	margin:0 auto;
	padding:0;
	text-align: right;
}
#headerPan h1{
	width:526px;
	height:236px;
	position:absolute;
	top:25px;
	right:0px;
	background:url(../images/header-img.jpg) 0 0 no-repeat #FCFAE6;
	color:#fff;
	font-size:36px;
	line-height:18px;
	text-transform:uppercase;
	text-indent:-2000px;
}
#headerPanleft{
	width:237px;
	height:214px;
	position:absolute;
	top:37px;
	left:9px;
	text-align: left;
}
#headerPan #rivertrips{
	float:left;
	width:237px;
	height:62px;
	position:relative;
	margin:0 auto;
	background:url(../images/icon1-nor.gif) no-repeat 0 0;
}
#headerPan #rivertrips h2{
	width:145px;
	height:10px;
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	margin:14px 0 5px 70px;
	font:16px/14px Georgia, "Times New Roman", Times, serif;
	color:#663333;
	z-index:1;
	text-transform:uppercase;
}
#headerPan #rivertrips p{
	width:145px;
	height:10px;
	display:block;
	position:absolute;
	font:12px/14px "Trebuchet MS",Arial, Helvetica, sans-serif;
	color:#000000;
	margin:34px 0 0 70px;
	z-index:1;
}
#headerPan #rivertrips a{
	text-decoration:none;
	display:block;
	width:237px;
	height:62px;
}
#headerPan #rivertrips a:hover{
	text-decoration:none;
	background:url(../images/icon1-hover.gif) no-repeat 0 0;
}

#headerPan #rowingboats{
	float:left;
	width:237px;
	height:62px;
	position:relative;
	margin:13px 0 0 0;
	background:url(../images/icon2-nor.gif) no-repeat 0 0;
}
#headerPan #rowingboats h2{
	width:145px;
	height:10px;
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	margin:14px 0 5px 70px;
	font:16px/14px Georgia, "Times New Roman", Times, serif;
	color:#663333;
	z-index:1;
	text-transform:uppercase;
}
#headerPan #rowingboats p{
	width:145px;
	height:10px;
	display:block;
	position:absolute;
	font:12px/14px "Trebuchet MS",Arial, Helvetica, sans-serif;
	color:#000000;
	margin:34px 0 0 70px;
	z-index:1;
}
#headerPan #rowingboats a{
	text-decoration:none;
	display:block;
	width:237px;
	height:62px;
}
#headerPan #rowingboats a:hover{
	text-decoration:none;
	background:url(../images/icon2-hover.gif) no-repeat 0 0;
}

#headerPan #motorboats{
	float:left;
	width:237px;
	height:62px;
	position:relative;
	margin:13px 0 0 0;
	background:url(../images/icon3-nor.gif) no-repeat 0 0;
}
#headerPan #motorboats h2{
	width:145px;
	height:10px;
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	margin:14px 0 5px 70px;
	font:16px/14px Georgia, "Times New Roman", Times, serif;
	color:#663333;
	z-index:1;
	text-transform:uppercase;
}
#headerPan #motorboats p{
	width:145px;
	height:10px;
	display:block;
	position:absolute;
	font:12px/14px "Trebuchet MS",Arial, Helvetica, sans-serif;
	color:#000000;
	margin:34px 0 0 70px;
	z-index:1;
}
#headerPan #motorboats a{
	text-decoration:none;
	display:block;
	width:237px;
	height:62px;
}
#headerPan #motorboats a:hover{
	text-decoration:none;
	background:url(../images/icon3-hover.gif) no-repeat 0 0;
}

/* BODY PANEL */
#bodyPan{
	width:778px;
	height:auto;
	position:relative;
	margin:0 auto;
	padding:0;
}
/*Left Panel */
#leftPan{
	width:200px;
	height:auto;
	position:absolute;
	top:5px;
	left:8px;
	margin:0;
	padding:0px;
	text-align: right;
}
#leftmemberPan{
	width:237px;
	height:196px;
	position:relative;
	margin:0 auto;
	padding:0;
	border:1px solid #DCDAC2;
	background:#fff;
	color:#000;
}
#leftmemberPan h2{
	height:48px;
	background:#fff url(../images/symbol4.gif) no-repeat 0 0;
	display:block;
	position:relative;
	padding:0 0 0 57px;
	margin:12px 0 20px 13px;
	font:16px/48px  Georgia,"Times New Roman", Times, serif;
	color:#5EA000;
	text-transform:uppercase;
}
#leftmemberPan h2 span{
	background:#fff;
	color:#3D3C2C;
}
#leftPan form{
	width:220px;
	height:108px;
	background:#EBE9D7;
	padding:0;
	margin:0 0 0 8px;
	color:#333227;
}
#leftPan form label{
	width:72px;
	display:block;
	float:left;
	padding:14px 15px 0 16px;
}
#leftPan form label.emailpadding{
	padding:2px 15px 0 16px;
}
#leftPan form input{
	float:left;
	display:block;
	width:101px;
	height:16px;
	margin:14px 0 9px 0;
}
#leftPan form input.fieldpadding{
	margin:2px 0 9px;
}
#leftPan p{
	height:auto;
	margin: 5px 10px;
	width: 170px;
	float: right;
}
#leftPan h3{
	height:auto;
	display:block;
	float:left;
	padding:0 0 0 20px;
	margin:12px 0 8px 0px;
	font:24px/120% Georgia, "Times New Roman", Times, serif;
	color:#3D3C2C;
	width: 155px;
}
#leftPan ul{
	display:block;
	float:right;
	width:150px;
	height:auto;
	margin-right: 5px;
	margin-bottom: 10px;
}
#leftPan ul li{
	background:url(../images/arrow3.gif) no-repeat 140px 10px;
	padding:0px 20px 0 0;
	text-align:right;
} 
#leftPan ul li a{
	text-decoration:underline;
	color:#3D3C2C;
	background:#FCFAE6;
}
#leftPan ul li a:hover{
	text-decoration:none;
}

#leftPango{
	width:220px;
	height:25px;
	position:absolute;
	top:160px;
	left:8px;
	border-top:1px solid #fff;
	background:#B0AD93;
	display:block;
	padding:0;
	margin:0;
	font-size:12px;
	color:#FFFFFA;
	line-height:23px;
	font-weight:bold;
}
#leftPango p.textposition a{
	float:left;
	padding:0 0 0 20px;
	margin:0;
	text-decoration:none;
	color:#FFFFFA;
	background:#B0AD93;
}
#leftPango p.textposition a:hover{
	text-decoration:underline;
	background:url(none);
}
#leftPan form input.gobutton{
	float:right;
	background:url(../images/arrow4.gif) no-repeat 30px 0 #63614F;
	border:none;
	width:45px;
	height:21px;
	display:block;
	margin:2px 0 0;
	padding:0 0 0 5px;
	text-decoration:none;
	color:#fff;
	font:14px/21px "Trebuchet MS",Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-align:left;
}
#leftPango a:hover{
	background:url(../images/arrow4.gif) no-repeat 30px 1px #333229;
	text-decoration:none;
	color:#fff;
}

/*Right Panel */
#rightPan{
	width:470px;
	height:auto;
	position:absolute;
	top:0px;
	right:10px;
	color:#3D3C2C;
	padding-bottom: 0px;
	background-image: url(../images/compas.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 30px;
}
#rightPan h1{
	display:block;
	position: relative;
	padding:0;
	font:36px/115% Georgia, "Times New Roman", Times, serif;
	color:#663333;
	margin: 15px 15px 0px;
}
#rightPan h2{
	display:block;
	position: relative;
	padding:0;
	font:22px/120% Georgia, "Times New Roman", Times, serif;
	color:#3D3C2C;
	margin: 15px 15px 0px;
}
#rightPan h3{
	display:block;
	position: relative;
	padding:0;
	font:28px/120% Georgia, "Times New Roman", Times, serif;
	color:#3D3C2C;
	margin: 15px 15px 0px;
}
#rightPan h4{
	display:block;
	position: relative;
	padding:0;
	font:28px/120% Georgia, "Times New Roman", Times, serif;
	color:#3D3C2C;
	margin: 15px 15px 0px;
}
#rightPan h5{
	display:block;
	position: relative;
	padding:0;
	font:28px/120% Georgia, "Times New Roman", Times, serif;
	color:#3D3C2C;
	margin: 15px 15px 0px;
}
#rightPan p{
	margin: 15px;
}
#rightPan ul{
	margin: 15px;
	list-style-type: square;
}
#rightPan li{
	margin: 15px;
}
#rightPan a:link{
	color: #3D3C2C;
}
#rightPan a:hover{
	color: #663333;
}
#rightPan a:active{
	color: #663333;
}
#rightPan a:visited{
	color: #3D3C2C;
}
#credits {
	width: 100%;
	height: auto;
	margin-top: 30px;
}
#credits p{
	text-align: left;
	font-size: 11px;
	display: block;
	padding-top: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	line-height: 13px;
}
#middlePan{
	width:778px;
	height:auto;
	position:absolute;
	top:5px;
	right:10px;
	color:#3D3C2C;
	padding-bottom: 0px;
	background-image: url(../images/compas.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 30px;
}
#middlePan h1{
	display:block;
	position: relative;
	padding:0;
	font:36px/115% Georgia, "Times New Roman", Times, serif;
	color:#663333;
	margin: 15px 15px 0px;
}
#middlePan h2{
	display:block;
	position: relative;
	padding:0;
	font:22px/120% Georgia, "Times New Roman", Times, serif;
	color:#3D3C2C;
	margin: 15px 15px 0px;
}
#middlePan p{
	margin: 15px;
}

