/* @override 
	http://escatawba/css/screen.css
*/

/* @group Generic */

body {
	background-color: #7A652A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0 0 40px;
}

/* @group Headers */

h2 {
	font-family: Trajan Pro;
	color: #2c2312;
	font-size: 2.2em;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0.5em 0;
}

h3 {
	color: #767062;
	font-size: 1.8em;
	margin: 0.5em 0;
}

/* @end */

.clear {
	height: 0px;
	line-height: 0px;
	clear: both;
}

.clear span {
	position: absolute;
	left: -9999em;
}

.group:after {
	clear: both;
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
}

p,
li,
dt,
dd {
	color: #2C1C08;
	font-size: 1.2em;
	line-height: 1.3em;
}

h2,
h3,
h4,
h5 {
	margin: 0.5em 0;
}

h4 {
	font-size: 1.0em;
}

p {
	margin: 1.0em 0;
}

ul {
	margin: 1em 0;
	padding: 0 0 0 24px;
}

a:link {
	color: #2C1C08;
}

a:visited {
	color: #7A652A;
}

a:hover {
	color: #9E8E6E;
}

object {
	display: block;
	margin: 0;
	padding: 0;
}

p#phone-number {
	color: #f5f4e5;
	font-family: "Copperplate Gothic Light", "Copperplate Gothic", "Copperplate", Georgia, serif;
	font-size: 20px;
	height: 20px;
	margin: 20px auto -5px;
	position: relative;
	top: 5px;
	width: 809px;
}

p#phone-number span {
	background: url(/images/phone-number.png) no-repeat 100% 0px;
	display: block;
	float: right;
	height: 15px;
	text-indent: -9999px;
	width: 243px;
}

/* @group Classes */

.minor {
	color: #7A652A;
}

div.left,
div.right {
	display: inline;
	position: relative;
	z-index: 200;
}

div.left {
	float: left;	
}

div.right {
	float: right;
}

.tackle-box {
	background: url(/images/tackle-box.png);
	height: 273px;
	position: absolute;
	bottom: -73px;
	width: 474px;
	right: 399px;
	z-index: 300;
}

.boots {
	background: url(/images/boots.png);
	height: 313px;
	width: 357px;
	position: absolute;
	z-index: 300;
	bottom: -63px;
	right: -27px;
}

.logo-left {
	background: url(/images/logo-overlay-left.png);
	width: 356px;
	height: 159px;
	position: absolute;
	bottom: 12px;
	left: 9px;
	z-index: 100;
}

.fish {
	background: url(/images/fish.png);
	bottom: 12px;
	height: 173px;
	position: absolute;
	right: 9px;
	width: 305px;
}

.satchel {
	background: url(/images/satchel.png);
	bottom: -31px;
	height: 193px;
	position: absolute;
	right: -31px;
	width: 355px;
}

.fisher {
	background: url(/images/fisher.png);	
	bottom: 23px;
	height: 158px;
	position: absolute;
	right: 50px;
	width: 252px;
}

.rule-top,
.rule-bottom {
	padding: 4px 12px;
}

.rule-top {
	border-top: 1px solid #dbd8c5;
}

.rule-bottom {
	border-bottom: 1px solid #c8c2b2;
}

/* @end */

/* @end */

/* @group Header */

#header {
	background: url(/images/header-frame.png) no-repeat 0 0;
	width: 807px;
	margin: 0 auto;
	padding: 12px 9px 0;
}

/* @end */

/* @group Nav Main */

#nav-main {
	width: 803px;
	margin: 0 auto;
	background: url(/images/navigation-background.png) repeat-y 0 0;
	padding: 0 10px;
}


#nav-main ul {
	list-style: none;
	zoom: 1;
	margin: 0 0 0 38px;
	padding: 0;
}

#nav-main ul:after {
	clear: both;
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
}

#nav-main li {
	display: inline;
	float: left;
}

#nav-main li a:link,
#nav-main li a:visited {
	background: url(/images/navigation.png) no-repeat 0 0;
	color: #bdac8e;
	display: block;
	height: 30px;
	overflow: hidden;
	text-indent: -9999px;
}

#nav-main .home a:link,
#nav-main .home a:visited {
	border-left: 0;
	width: 48px;
}

#nav-main .home a:hover {
	background-position: -157px 0;
}

#nav-main .about a:link,
#nav-main .about a:visited {
	background-position: 0 -30px;
	width: 74px;
}

#about #nav-main .about a:link,
#about #nav-main .about a:visited,
#nav-main .about a:hover {
	background-position: -157px -30px;
}

#nav-main .gallery a:link,
#nav-main .gallery a:visited {
	background-position: 0 -60px;
	width: 68px;
}

#gallery #nav-main .gallery a:link,
#gallery #nav-main .gallery a:visited,
#nav-main .gallery a:hover {
	background-position: -157px -60px;
}

#nav-main .policies a:link,
#nav-main .policies a:visited {
	background-position: 0 -90px;
	width: 66px;
}

#policies #nav-main .policies a:link,
#policies #nav-main .policies a:visited,
#nav-main .policies a:hover {
	background-position: -157px -90px;
}

#nav-main .directions a:link,
#nav-main .directions a:visited {
	background-position: 0 -120px;
	width: 85px;
}

#directions #nav-main .directions a:link,
#directions #nav-main .directions a:visited,
#nav-main .directions a:hover {
	background-position: -157px -120px;
}

#nav-main .lodging a:link,
#nav-main .lodging a:visited {
	background-position: 0 -150px;
	width: 67px;
}

#lodging #nav-main .lodging a:link,
#lodging #nav-main .lodging a:visited,
#nav-main .lodging a:hover {
	background-position: -157px -150px;
}

#nav-main .weather a:link,
#nav-main .weather a:visited {
	background-position: 0 -180px;
	width: 136px;
}

#weather #nav-main .weather a:link,
#weather #nav-main .weather a:visited,
#nav-main .weather a:hover {
	background-position: -157px -180px;
}

#nav-main .guide a:link,
#nav-main .guide a:visited {
	background-position: 0 -210px;
	width: 130px;
}

#guide #nav-main .guide a:link,
#guide #nav-main .guide a:link,
#nav-main .guide a:hover {
	background-position: -157px -210px;
}

#nav-main .links a:link,
#nav-main .links a:visited {
	background-position: 0 -240px;
	width: 48px;
}

#links #nav-main .links a:link,
#links #nav-main .links a:visited,
#nav-main .links a:hover {
	background-position: -157px -240px;
}

#nav-main .contact a:link,
#nav-main .contact a:visited {
	background-position: 0 -270px;
	width: 68px;
}

#contact #nav-main .contact a:link,
#contact #nav-main .contact a:visited,
#nav-main .contact a:hover {
	background-position: -157px -270px;
}


/* @end */

/* @group Content Main */

#content-main {
	background: url(/images/background.jpg) no-repeat 50% 100%;
	width: 807px;
	margin: 0 auto;
	padding: 30px 9px 42px;
	position: relative;
	z-index: 100;
}

/* @end */

/* @group Footer */

#footer {
	width: 807px;
	margin: 0 auto;
	position: relative;
	z-index: 200;
}

#footer p {
	color: #3a2e17;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}

#footer p.contact {
	float: left;
}

#footer p.copyright {
	float: right;
}

/* @end */

/* @group Gallery */

#gallery-menu ul {
	margin: 3em 0 0 6px;
	padding: 0;
}

#gallery-menu li {
	list-style: none;
	display: inline;
	float: left;
	margin: 0 5px 5px 0;
}

#gallery-menu li a:link,
#gallery-menu li a:visited {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 39px;
	overflow: hidden;
	text-indent: -9999px;
	width: 39px;
}

#gallery-menu li a:hover {
	background-position: 0 -39px;
}

#gallery-menu li span {
	display: none;
}

#gallery-image {
	float: right;
	width: 480px;
	margin-right: 15px;
	margin-top: 9px;
}

#gallery-image img {
	display: block;
	background: url(/images/gallery/frame.jpg) no-repeat 0 0;
	padding: 13px 18px 25px;
}

#gallery-image p {
	color: #947236;
	font-size: 12px;
	line-height: 1.4em;
	margin: 0 18px 0 20px;
	text-align: left;
}

#gallery div.left {
	width: 258px;
	margin-left: 42px;
}

/* @end */

/* @group About */

#about h2 {
	background: url(/images/about-header.png) no-repeat 0 0;
	height: 188px;
	width: 417px;
	text-indent: -9999px;
}

#about h2 .cufon-canvas {
	display: none;
}

#about div.left {
	width: 417px;
	margin-left: 50px;
}

#about div.right {
	width: 270px;
	margin-right: 50px;
}

#about #footer .contact {
	margin-left: 260px;
}

/* @end */

/* @group Policies */

#policies #content-main {
	min-height: 425px;
	height: auto !important;
	height: 425px;
}

#policies div.left {
	border-right: 1px solid #dbd8c5;
	width: 236px;
	margin-left: 55px;
}

#policies div.right {
	border-left: 1px solid #c8c2b2;
	width: 455px;
	margin-right: 59px;
	position: relative;
}

#policies #footer .copyright {
	margin-right: 210px;
}

/* @end */

/* @group Common Questions */

#questions .left,
#questions .right {
	width: 340px;
}

#questions .left {
	margin-left: 40px;
}

#questions .right {
	margin-right: 40px;
	margin-top: 39px;
}

#questions dt {
	font-weight: bold;
}

#questions dd {
	margin: 2px 0 1em;
}

/* @end */

/* @group Directions */

#directions #content-main {
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

#directions .left {
	margin-left: 40px;
	width: 270px;
}

#directions .map {
	background: url(/images/map.png);
	position: absolute;
	height: 403px;
	width: 619px;
	bottom: 12px;
	right: 9px;
}

/* @end */

/* @group Lodging */


#lodging #content-main {
	padding-bottom: 50px;
}

#lodging .left {
	border-right: 1px solid #e0ddcc;
	margin-left: 40px;
	width: 240px;
}

#lodging .right {
	border-left: 1px solid #c6c3b2;
	margin-right: 40px;
	padding-left: 18px;
	width: 467px;
}

#lodging h4 {
	background: url(/images/lodging-header.png);
	height: 162px;
	margin: 3em 0 2em -8px;
	margin-left: -8px;
	text-indent: -9999px;
	width: 399px;	
}

/* @end */

/* @group Weather & Stream */

#weather .left {
	border-right: 1px solid #e0ddcc;
	margin-left: 40px;
	padding-right: 10px;
	width: 430px;
}

#weather .right {
	border-left: 1px solid #c6c3b2;
	margin-right: 40px;
	width: 285px;
}

#weather #content-main {
	padding-bottom: 100px;
}

#weather h4 {
	background: url(/images/weather-header.png);
	height: 187px;
	text-indent: -9999px;
	width: 388px;
	margin-left: -6px;
}

/* @end */

/* @group Links */

#links #content-main {
	padding-bottom: 90px;
}

#links .left {
	border-right: 1px solid #e0ddcc;
	margin-left: 40px;
	width: 255px;
}

#links .right {
	border-left: 1px solid #c6c3b2;
	margin-right: 40px;
	width: 470px;
}

#links h4 {
	background: url(/images/links-header.png);
	height: 256px;
	text-indent: -9999px;
	width: 385px;
}

#links #footer .copyright {
	margin-right: 280px;
}

/* @end */

/* @group Contact */

#contact .left {
	margin-left: 40px;
	padding-bottom: 10px;
}

#contact .boots {
	z-index: 100;
}

#contact form label {
	float: left;
	margin: 6px 4px 0 0;
	text-align: right;
	width: 160px;
}

#contact input.inputc,
#contact textarea {
	background-color: rgba(255, 255, 255, 0.5);
	border: 1px solid #c6c3b2;
	padding: 4px 2px;
}

#contact input.inputc:focus,
#contact textarea:focus {
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid #928471;
}

#contact form .input-submit {
	margin-left: 166px;
}

#contact #footer .copyright {
	margin-right: 212px;
}


/* @end */

/* @group Home Page */

#home #content-main {
	padding-top: 5px;
}

#home .left {
	border-bottom: 1px solid #aba998;
	margin-left: 40px;
	padding-right: 195px;
	width: 470px;
}

#home h4 {
	background: url(/images/home-header.png);
	height: 57px;
	text-indent: -9999px;
	width: 445px;
}

/* @end */

/* @group Guide and Lessons */

#guide #content-main {
	padding-bottom: 160px;
}

#guide .left {
	border-right: 1px solid #e0ddcc;
	margin-left: 40px;
	padding-right: 12px;
	width: 300px;
}

#guide .right {
	border-left: 1px solid #c6c3b2;
	margin-right: 40px;
	width: 413px;
}

#guide #footer .contact {
	margin-left: 240px;
}

/* @end */


