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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*--------------------------------------------------------
		Over-all Style
--------------------------------------------------------*/
* { margin: 0; padding: 0; }
body{
	background-color: #3D3732; 
	color: #fff;
	font: 68.5% "Lucida Grande", Verdana, Geneva, Tahoma, sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
	}
/* -------------------------------------------------------
		Wrapper 
------------------------------------------------------- */
#full{
	margin: 0 auto;
	width: 960px;
}
*html #full{
	padding-left: 50px;
}
#wrapper{
	margin: 25px auto;
	background: #47392B url(../images/wrapper_bg_services.png) 0 0 repeat-y;
	overflow: hidden;
	padding-bottom: 30px;
	width: 960px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
#wrapperArchery{
	margin: 25px auto;
	background: #47392B url(../images/wrapper_bg_home.png) 0 0 repeat-y;
	overflow: hidden;
	padding-bottom: 30px;
	width: 960px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
#wrapperHunting{
	margin: 25px auto;
	background: #47392B url(../images/wrapper_bg_hunting.png) 0 0 repeat-y;
	overflow: hidden;
	padding-bottom: 30px;
	width: 960px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
#wrapperFishing{
	margin: 25px auto;
	background: #34364e url(../images/wrapper_bg_fishing.png) 0 0 repeat-y;
	overflow: hidden;
	padding-bottom: 30px;
	width: 960px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
#wrapperContact{
	margin: 25px auto;
	background: #47392B url(../images/wrapper_bg_services.png) 0 0 repeat-y;
	overflow: hidden;
	padding-bottom: 30px;
	width: 960px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
#wrapperServices{
	margin: 25px auto;
	background: #47392B url(../images/wrapper_bg_services.png) 0 0 repeat-y;
	overflow: hidden;
	padding-bottom: 30px;
	width: 960px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
/* -------------------------------------------------------
		Header 
------------------------------------------------------- */	
header, nav, article, footer{
	padding: 0;
	margin: 0;
	display: block;
}
header{
	position: relative;
	height: 205px;
	background: url(../images/header_main.png) no-repeat 0 0;
	padding: 10px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-bottom: 0;
	width: 960px; /* */ 
	box-shadow: 3px 0px 4px #222;
	-webkit-box-shadow: 3px 0px 4px #222; 	
}
header.archery{
	background: url(../images/header_archery2.png) no-repeat 0 0;
}
header.hunting{
	background: url(../images/header_hunting2.png) no-repeat 0 0;
}
header.fishing{
	background: url(../images/header_fishing2.png) no-repeat 0 0;
}
header.contact{
	background: url(../images/header_contact2.png) no-repeat 0 0;
}
header.services{
	background: url(../images/header_services2.png) no-repeat 0 0;
}
header .contactInfo,
.home .contactInfo,
.fishing .contactInfo,
.hunting .contactInfo{
	position: absolute;
	left: 735px;
	top: 21px;
	font-size: 1.2em;
	line-height: 1.3em;
	width: 170px;
}
/* -------------------------------------------------------
		Nav 
------------------------------------------------------- */
nav{
	float: left;
	width: 960px;
	background-color: #8E8872;
	border: 1px solid black;
	font-weight: bold;
	height: 33px;
}
nav li{
	float: left;
	margin: 0px;
	list-style-type: none;
	padding: 0px;
	font-size: 1.5em;
	display: block;
	height: 32px;
	vertical-align: center;
	border-right: 1px solid #000;
}
*html nav li{
	width: 20px;
}
nav li li{
	font-size: 1em;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
nav li a{
	text-decoration: none; 
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #fff; 
	height: 9px;
	display: block;
	line-height: .5em;
}
*html nav li a{
	line-height: 1em;
}
nav li.home a{
	text-decoration: none;
	color: #fff;
	background-color: #8E8872;
}
nav li.home a:hover{
	background-color: #bbb8aa;
}
nav li.fishing a, nav li.fishing, nav li.fishing li{
	text-decoration: none;
	color: #fff;
	background-color: #3B455B;
}
nav li.fishing a:hover, nav li.fishing:hover, nav li.fishing li:hover{
	background-color: #898f9d;
}
nav li.hunting a, nav li.hunting, nav li.hunting li{
	text-decoration: none;
	color: #fff;
	background-color: #3B5B3D;
}
nav li.hunting a:hover, nav li.hunting:hover, nav li.hunting li:hover{
	background-color: #899d8b;
}
nav li.archery a, nav li.archery, nav li.archery li{
	text-decoration: none;
	color: #fff;
	background-color: #635447;
}
nav li.archery a:hover, nav li.archery:hover, nav li.archery li:hover{
	background-color: #a19891;
}
nav li.services a{
	text-decoration: none;
	color: #fff;
	background-color: #8E8872;
}
nav li.services a:hover{
	background-color: #bbb8aa;
}
nav li.contact a{
	text-decoration: none;
	color: #fff;
	background-color: #8E8872;
}
nav li.contact a:hover{
	background-color: #bbb8aa;
}
nav ul{
	margin: 0 0 0 0px;
	padding: 0;
}
.social li{
	border-right: 0;
	margin: 1px 0 0 5px;
}
.social .fb{
	background: transparent url('../images/fb.png') no-repeat 0 0;
	height: 31px;
	overflow: hidden;
	text-indent: -9999px;
	width: 33px;
}
/* ------------------------------------------------
	Main Content
------------------------------------------------ */
section{
	border: 0;
	float: left;
	width: 700px;
}
article{
	padding: 10px;
}
article p{
	font-size: 1.3em;
}
article ul.brandsFishing, article ul.brandsHunting, article ul.brandsArchery{
	list-style-type: none;
	margin: 0 auto;
}
article ul.brandsFishing li, article ul.brandsHunting li, article ul.brandsArchery li{
	display: inline;
}
article ul.brandsFishing li a, article ul.brandsHunting li a, article ul.brandsArchery li a{
	display: block;
	float: left;
	margin: 15px 15px 0 0;
	width: 120px;
	height: 70px;	
	text-align: center;
	font-size: 1.4em;
	height: 1%;
	zoom: 1;
}
article ul.brandsFishing a:hover, article ul.brandsHunting a:hover, article ul.brandsArchery a:hover{
	border: 4px solid #fff;
}
article ul.brandsFishing img, article ul.brandsHunting img, article ul.brandsArchery img{
	border: 0;
}
article ul.brandsFishing .noImage, article ul.brandsHunting .noImage, article ul.brandsArchery .noImage{
	display: block;
	padding-top: 15px;
}
	/* -- page colors --*/
	article ul.brandsFishing li a{
		border: 4px solid #34364e;
		background-color: #34364e;
	}
	article ul.brandsHunting li a{
		border: 4px solid #333B35;
		background-color: #333B35;
	}
	article ul.brandsArchery li a{
		border: 4px solid #31271d;
		background-color: #31271d;
	}
/*-- news --*/
article.news{
	border-bottom: 1px solid rgb(255, 255, 255);
	padding-bottom: 10px;
	width: 644px;
	margin: 0 auto;
}
section article:last-child{
	border-bottom: 0;
}
/*-- services lists -- */
	.services-lists{
		
	}
	.services-lists li{
		
	}
	.services-links li{
		display: block;
		float: left;
		height: 255px;
		margin-right: 15px;
		padding: 5px;
		position: relative;
		width: 206px;
		width: 206px;
	}
	.services-links li.archery{
		background: rgb(49, 39, 29) none;
		background: rgba(49, 39, 29, .5) none;
	}
	.services-links li.fishing{
		background: rgb(52, 54, 78) none;
		background: rgba(52, 54, 78, .5) none;
	}
	.services-links li.hunting{
		background: rgb(51, 59, 53) none;
		background: rgba(51, 59, 53, .5) none;
		margin-right: 0px;
	}
		.services-links li.hunting .more:hover, .services-links li.hunting .more:focus{
			background: rgb(51, 59, 53) none;
		}
		.services-links li.fishing .more:hover, .services-links li.fishing  .more:focus{
			background: rgb(52, 54, 78) none;
		}
		.services-links li.archery .more:hover, .services-links li.archery .more:focus{
			background: rgb(49, 39, 29) none;
		}
	.services-links li img{
		height: 100px;
		width: 100px;
		float: left;
		margin: 10px 10px 0px 0;
	}
	.services-links li h3{
		color: rgb(255, 255, 255);
		font-size: 1.6em;
	}
	.services-links li p{
		color: rgb(255, 255, 255);
		font-size: 1.2em;
		font-weight: normal;
	}
	.services-links li  .more{
		border: 1px solid rgb(255, 255, 255);
		bottom: 10px;
		color: rgb(255, 255, 255);
		display: block;
		float: right;
		margin-top: 5px;
		padding: 10px;
		position: absolute;
		text-align: right;
		right: 10px;
	}
/*-- Lists --*/
	.services img{
		display: block;
		float: right;
		clear: none;
		margin-left: 15px;
		margin-top: 15px;
	}
	.services h3{
		display: block;
		float: none;
		clear: none;
		font-size: 1.7em;
		padding-top: -20px;
		border-bottom: 1px solid #fff;
		margin: 40px 0 10px 0;
	}
	.clear{
		clear: both;
	}
	.services h4{
		float: none;
		clear: none;
		font-size: 1.5em;
		font-weight: bold;
		pading: 0;
		display: block;
		width: inherit;
		border: none;
	}
	.services p{
		float: none;
		clear: none;
		display: inline;
		clear: none;
	}
/*-- tables --*/
article table{
	text-align: left;
	line-height: 1em;
	font-size: 1.4em;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 100%;
}	
	article table td, article table th{
		padding: 5px 5px 10px 5px;
		vertical-align: top;
		border-collapse: collapse;
		border-top: 1px solid #fff;
	}
	article table .left{
		width: 85px;
	}
	article table .middle{
		width: 420px
	}	
	article table .right{
		width: 145px;
	}
	.lakeImages{
		width: 340px;
	}
.everyother{
	background-color: #404F42;
}
.photoGallery{
	float: left;
	margin-right: 7px;
	width: 160px;
}
.clear{
	clear: both;
}
/* -----------------------------------------------
		Main Content Links 
------------------------------------------------ */
article a, article a:link, article a:visited{
	color: #9F644F;
	font-weight: bold;
	text-decoration: none;
}
article a:focus, footer a:focus{
	outline: 1px dotted invert;
}
article a:hover, article a:focus{
	background-color: #A07453;
	color: #fff;
	text-decoration: none;
}
article .services a, article .services a:link, article .services a:visited{
	color: #A7DFAC;
}
/* ----------------------------------------------------
		Aside 
---------------------------------------------------- */
aside h4{
	border: 0;
}
aside{
	float: right;
	width: 225px;
	
	margin: 10px 10px 0 0;
	_margin: 10px 0px 0 0;
	padding-right: 5px;
	_padding-right: 125px;
	border: 0;
	background-color: #675C58;
}
aside article{
	border-bottom: 1px solid rgb(255, 255, 255);
	margin-bottom: 17px;
	padding: 0 0 0 0;
	width: auto;
}
aside h3{
	margin: 0;
}
aside article p{
	font-size: 1.2em;
}
aside article h4{
	color: rgb(181, 161, 53);
	float: none;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px 0;
	width: auto;
}
aside article .more{
	border: none;
	bottom: 10px;
	color: rgb(255, 255, 255);
	display: block;
	float: right;
	margin-top: 5px;
	padding: 10px;
}
*html aside.contact{
	position: absolute;
	padding: 5px;
}
*html aside{
	margin: 10px -110px 0 0;
}	
aside.archery{
	background-color: #31271d;
}
aside.hunting{
	background-color: #333b35;
}
aside.fishing{
	background-color: #34364E;
}
aside.contact{
	background-color: #675C58;
}
aside.services{
	background-color: #675C58;
}
/* -----------------------------------------------------
		Headings
----------------------------------------------------- */
h1, h2, h3, h4, h5, h6{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 1.5em;
	clear: both;
}
h1{
	font-size: 2.7em;
}
h2{
	font-size: 2.2em;
	margin-top: 5px;
	padding-top: 5px;
	line-height: 2.5em;
}
aside h3{
	margin: 30px 0 0 0px;
	padding 0;
	font-size: 1.8em;
	text-align: left;
}
.news h3{
	color: rgb(181, 161, 53);
	font-size: 1.6em;
	font-weight: bold;
}
*html aside h3{
	margin: 0;
}
h3.homeServices, h3.fishingServices, h3.huntingServices, h3.archeryServices, h3.servicesServices, h3.contactServices{
	font-size: 1.8em;
	margin-top: 4px;
	padding-top: 5px;
	height: 60px;
	text-indent: -9999px;
}	
h3.homeServices{
	background: url(../images/services_home.png) 10px top no-repeat;
}
h3.fishingServices{
	background: url(../images/services_fishing.png) 10px top no-repeat;
}
h3.huntingServices{
	background: url(../images/services_hunting.png) 10px top no-repeat;
}	
h3.archeryServices{
	background: url(../images/services_archery.png) 10px top no-repeat;
}
h3.servicesServices{
	background: url(../images/services_services.png) 10px top no-repeat;
	}	
h3.contactServices{
	background: url(../images/services_contact.png) 10px top no-repeat;
	}	
h4{
	padding-top: 10px;
	font-size: 1.8em;
	width: 350px;
	float: left;
	border-bottom: 1px solid #fff;
}

h4 a{
	color: #fff;
	text-decoration: none;
}
aside a{
	color: #fff;
}
aside #contactCF{
	width: 100px;
	margin-left: -10px;
}
*html aside #contactCF{
	width: 200px;
	margin: 0;	
}
fieldset{
	border: 0;
	width: 100px;
}
legend{
	width: 100px;
}
/* --------------------------------------------------- 
		Miscellaneous 
--------------------------------------------------- */
p{
	line-height: 1.5em;
	margin:0;
	padding: 0.50em 0;
}
.news li{
	font-size: 1.2em;
	list-style-type: disc;
	margin: 0 0 5px 25px;
}
.news div{
	font-size: 1.2em;
}
.pagination{
	text-align: center;
	font-size: 1.2em;
	margin-top: 20px;
}
.pagination a, .pagination a:visited{
	color: #9F644F;
	font-weight: bold;
	text-decoration: none;
}
.pagination a:hover, .pagination a:focus{
	background-color: #A07453;
	color: white;
	text-decoration: none;
}
/* ----------------------------------------------------
		Footer 
---------------------------------------------------- */
footer{
	clear: both;
	position: relative;
	background: url(../images/footer_services.png) 0 0 no-repeat;
	border: 1px solid #000;
	height: 150px;
	padding: 0 -20px 0px 0px;
	margin: -25px 0 25px 0;
	width: 960px;
	text-align: right;
}
*html footer{
	width: 960px;
	display: block;
	clear: both;
	text-align: left;
}
footer.archery{
	background: url(../images/footer_archery.png) 0 0 no-repeat;
}

footer.hunting{
	background: url(../images/footer_hunting.png) 0 0 no-repeat;
}

footer.fishing{
	background: url(../images/footer_fishing.png) 0 0 no-repeat;
}

footer.contact{
	background: url(../images/footer_services.png) 0 0 no-repeat;
}

footer.services{
	background: url(../images/footer_services.png) 0 0 no-repeat;
}
.bottomNav{
	position: absolute;
	width: 960px;
	font-size: 1.4em;
	font-weight: bold;
	top: 1px;
	text-align: center;
}
.copy{
	position: absolute;
	bottom: 2px;
	font-size: .9em;
	right: 5px;
}
footer a, footer a:visited{
	color: #fff;
	text-decoration: none;
}
footer a:hover, footer a:focus{
	background-color: #A07453;
}
.bottomPhoneNumber{
	font-size: 1.6em;
}

