@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0;}

body {
	background:#425258 url(images/CFA-Background.jpg) repeat-x 0 0;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
}

#container {
	width: 1024px;
	margin:0 auto;
	text-align:left;
	position:relative;
}
#header{position:relative; z-index:1; height:371px;}

#menu {
	width:1015px;
	height:43px;
	background:url(images/menu.png) repeat-x 0 0;
	position:relative;
	z-index:4;
}

#menu ul{list-style:none; margin:0}
#menu li{float:left; position:relative;margin:0;}
#menu a{
	color:#fff;
	font-size:13px;
	text-decoration:none;
	display:inline-block;
	padding:0 12px;
	height:43px;
	line-height:43px;
	font-weight:bold;
}
#menu a:hover{background:#5F0F07;}

#follow { 
	width:209px;
	height:162px;
	position:absolute;
	z-index:5;
	background:url(images/follow.png) no-repeat 0 0;
	top:0;
	right: 10px;
}
#follow a{display:block; position:absolute;}
a#twitter {top:6px; right:54px; width:45px; height:147px;}
a#facebook {top:0; right:8px; width:45px; height:137px;}

#plan { 
	width:348px;
	height:164px;
	position:absolute;
	z-index:3;
	background:url(images/plan.png) no-repeat 0 0;
	top:260px;
	right: 18px;
}
#logo { 
	width:545px;
	height:238px;
	position:absolute;
	z-index:2;
	background:url(images/logo.png) no-repeat 0 0;
	top:47;
	left: -25px;
	display:block;
}
#logo span{display:none;}
#polaroids { 
	width:570px;
	height:308px;
	position:absolute;
	z-index:1;
	background:url(images/polaroids.png) no-repeat 0 0;
	top:20px;
	right: -35px;
}

#middle-menu{
	position:absolute;
	top:297px;
	left:46px;
}
#middle-menu a{margin-right:18px; width:109px; height:103px; display:inline-block;}
#middle-menu a span{display:none;}
#middle-menu a#trips {background:url(images/trips.png) no-repeat 0 0;}
#middle-menu a#trips:hover {background:url(images/trips_over.png) no-repeat 0 0;}
#middle-menu a#gallery {background:url(images/gallery.png) no-repeat 0 0;}
#middle-menu a#gallery:hover {background:url(images/gallery_over.png) no-repeat 0 0;}
#middle-menu a#lakes {background:url(images/lakes.png) no-repeat 0 0;}
#middle-menu a#lakes:hover {background:url(images/lakes_over.png) no-repeat 0 0;}
#middle-menu a#guides {background:url(images/guides.png) no-repeat 0 0;}
#middle-menu a#guides:hover {background:url(images/guides_over.png) no-repeat 0 0;}

#page {margin:0; position:relative; left:9px; z-index:0;}
#content-container{
	width:762px;
	position:relative;
	background:url(images/content_footer.png) no-repeat bottom left;
	padding:0 0 22px 0;
}
#content{
	/*min-height:245px;*/
	background:url(images/content.png) repeat-y 0 0;
	padding:46px 0 0 68px;
}
#content p{width:630px; line-height:18px;}

#fisherman{
	background:url(images/fisherman.jpg) no-repeat bottom left;
	width:231px;
	height:342px;
	position:absolute;
	bottom:11px;
	right:59px;
}

#sidebar{width:260px; position:absolute; top:0; right:-4px;} 
#sidebar td{font-size:13px; color:#3E525E;}

#leads{
	background-color:#fff;
	padding:53px 12px 0 12px;
	min-height:200px;
	margin-bottom:20px;
}

#footer{position:relative; margin:10px 0 0 0; font-size:13px; color:#fff; padding:0 18px;}
#footer a{color:#fff; text-decoration:underline; font-weight:bold;}
#footer a:hover{text-decoration:none;}
#footer p{ font-size:13px; color:#fff; margin:12px 0;}
h1{ font-size:30px; color:#6e1710; margin:12px 0;}
h2{ font-size:24px; color:#6e1710; margin:12px 0;}
h3{ font-size:18px; color:#383636; margin:12px 0;}
p{font-size:14px; color:#3E525E; margin:12px 0;}
li{margin:0 0 0 15px;}

a:visited {color:#4a0e09;}
a:hover {color:#8a190f;}
a:active {color:#6e1710;}
a img {border:none;}


