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



* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	list-style: none;
}

html {
	font: small/1.4em Arial, Helvetica, Sans-serif;
	color: #fff;
	background: #000;
}

body {
	position: relative;
	font-size: .95em;
	width: 916px;
	margin: 0 auto;
	background-color: transparent;
}

.contact1 {
	font-size: 14px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.contact2 {
	font-size: 14px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}


#header {
	position: relative;
	z-index: 3000;
	height: 153px;
	background-color: transparent;
	background-image: url(../../images/header_bg3.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#mainbody {
	position: relative;
	height: 331px;
	background-image: url(../../images/ind_photo3.jpg);
	background-repeat: no-repeat;
	width: 916px;
	margin-top: -1px;
	margin-bottom: 12px;
}


#content {
	position: relative;
	clear: both;
	color: #ced0d0;
	z-index: 0;
	background-color: #000;
	background-image: url(../../images/full-grid-bg-lower3.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.sub #content { 
	background: #ffffff url(../../images/sub-bg.gif) no-repeat left bottom;
	color: #323232;
	padding: 25px 25px 10px 25px;
}


#footer { 
	color: #aaa;
	padding: 5px 20px;
	line-height: 1em;
}

.sub#news #footer { 
	position: relative;
	margin-top: -6px;
	padding-top: 10px;
	background: transparent url(../../images/sub-alt-bg.gif) no-repeat left top;
}



h1, h2, h3, h4, h5, h6 { 
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-serif;
	background: transparent;
}

h1, h2, h3 { 
	font-size: 1.6em;
}


img.indy { float: left; padding: 2px; margin-top: 1px; margin-right: 5px; margin-bottom: 0px; margin-left: 0px; }

p { 
	padding-bottom: 1.2em;
}

img,
a img { 
	border: 0;
} 

a { 
	color: #eee;
}

a:visited { 
	color: #ddd;
}

a:hover { 
	color: #ebf7fe;
	text-decoration: none;
}

a { 
	color: #eee;
}

a:visited { 
	color: #ddd;
}

a:hover { 
	color: #ebf7fe;
	text-decoration: none;
}

.sub #content a {
	color: #900;
}

.sub #content a:hover {
	color: #900;
}



.left { 
	float: left;
	position: relative;
	margin: 5px 10px 5px 0;
}


.border { 
	border: 1px solid #ccc;
	padding: 1px;
}

.clear {
	clear: both;
}


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

.autoclear { 
	display: inline-block;
}

.autoclear { 
	display: block;
}



	/* ----------| =Header |---------- */ 

#header strong { 
	float: left;
	width: 189px;
	height: 67px;
	text-indent: -9999px;
	margin: 40px 0 0 0;
	padding-left: 22px;
	background: transparent url(../../images/title.gif) no-repeat right bottom;
}

#header em {
	position: absolute;
	top: 4px;
	right: 2px;
	display: block;
	width: 351px;
	height: 90px;
	text-indent: -9999px;
}

#header strong a, 
#header em a { 
	display: block;
	width: 100%;
	height: 100%;
}


		/* ----------| =Navigation |---------- */ 

#header ul#nav { 
	width: 904px;
	position: absolute;
	left: 12px;
	bottom: 0;
	z-index: 3000;
}

#header ul#nav li { 
	position: relative;
	float: left;
	background: transparent;
	border-right: 1px solid #ac3939;
	border-left: 1px solid #7b0707;
	font-size: 11px;
}

#header ul#nav li.first { 
	border-left: 0;
}

#header ul#nav li a { 
	display: block;
	padding: 13px 12px 11px 14px;
	background: transparent;
	font: 1em "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fefefe;
	line-height: 1em;
} 

#header ul#nav li a span { 
	background: url(../../images/icons/down-arrow.gif) no-repeat 100% 50%;
	padding-right: 14px;
}

#header ul#nav li a:hover, 
#header ul#nav li.active a { 
	background: #560303;
}


/* ----------| =Navigation (Drop Down) |---------- */ 

	#header ul#nav li ul { 
		display: block;
		position: absolute;
		left: -999em;
		width: 138px;
		background: #3189bc url(../../images/drop-down.gif) repeat-x left top;
		border-bottom: 3px solid #5b5858;
		padding: 3px 0;
	}
    
	#header ul#nav li:hover ul, 
	#header ul#nav li.over ul /* used to target IE via script */ { 
		display: block;
		width: 138px;
		left: 0;
		top: 100%;
		position: absolute;
		z-index: 4000;
		margin: 0;
	}
    
	#header ul#nav li ul li { 
		width: 126px;
		background: transparent;
		text-indent: 0;
		padding: 0 6px;
		height: auto;
		border: 0;
	}
    
	#header ul#nav li:hover ul li a, 
	#header ul#nav li.over ul li a { 
		display: block;
		background: transparent;
		padding: 5px 6px 6px 6px;
		height: auto;
		text-decoration: none;
		margin: 0;
		color: #fefefe;
		text-indent: 0;
		text-align: left;
		font-size: 10px;
		line-height: 1.5em;
	}
    
	#header ul#nav li ul li a:hover { 
		color: #fff;
		background: #515151;
	}
		
#header ul#nav li a:hover, 
#header ul#nav li:hover a, 
#header ul#nav li.over a { 
	background: #560303;
}



	/* ----------| =Content |---------- */ 
	
	.checklist1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #600;
	padding-left: 18px;
	}
	
	.checklist2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #333;
	padding-left: 0px;
	}
	
	.checklist3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
	padding-left: 0px;
	}

.home #content h2 { 
	text-transform: uppercase;
	font-size: 1.2em;
	padding: 0 0 7px 0;
	margin: 0 0 15px 0;
	color: #fff;
	font-weight: normal;
}

.sub #content h1 { 
	position: relative;
	margin: -25px -25px 25px -25px;
	padding: 12px 25px;
	font-size: 1.3em;
	color: #fff;
	background: #2d2d2d url(../../images/page-title-bg.gif) repeat-x left top;
}

.sub #content h1 span { 
	position: absolute;
	display: block;
	text-indent: -9999px;
	background: url(../../images/page-title-arrow.gif) no-repeat left top;
	width: 21px;
	height: 10px;
	bottom: -10px;
	left: 25px;
	z-index: 1000;
}

.sub #content h2, 
.sub #content h3 { 
	font-size: 1.3em;
	color: #a60909;
	padding: 0 0 5px 0;
}

.sub #content h3 { 
	font-size: 1.2em;
	color: #707070;
}

.sub #content blockquote { 
	padding-left: 20px;
}

.sub #content #main ul { 
	padding: 0 0 15px 20px;
}

.sub #content #main ul li {
	padding-left: 13px;
	padding-bottom: 3px;
	background-image: url(../../images/listitem.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

.sub #content #main ul li ul { 
	padding-top: 5px;
}

.sub #content #main ul li ul li { 
	background: url(../../images/icons/triangle-bullet.gif) no-repeat 0 6px;
}

.sub #content #main ol { 
	padding: 0 0 15px 40px;
	list-style-type: decimal;
}

.sub #content #main ol li { 
	padding: 0 0 5px 0;
	list-style-type: decimal;
	margin: 0;
}

.sub #content #sidebar {
	float: right;
	position: relative;
	width: 279px;
	height: 100%;
}

.sub #content #sidebar select { 
	width: 277px;
	margin-bottom: 15px;
	background: #a20909;
	color: #fff;
	border: 1px solid #fff;
}

.sub #content #main {
	position: relative;
	width: 560px;
	float: left;
	height: 100%;
}


.home #content .grid { 
	position: relative;
	float: left;
	width: 266px;
	padding: 10px 28px 0 15px;
}


#content #news ul { 
	margin-top: -3px;
}

.sub #content #news { 
	position: relative;
	background: url(../../images/news-bg.gif) no-repeat left top;
	margin-bottom: 15px;
	border-bottom: 1px solid #b3b3b3;
	padding: 10px;
}

.sub #content #news ul { 
	margin: 10px 0 0 0;
}

.sub #content #news h3 { 
	font-size: 1.2em;
	font-weight: normal;
	padding: 6px 10px 6px 15px;
	background: #727272 url(../../images/news-title-bg.gif) no-repeat left top;
	margin-left: -7px;
	margin-top: -7px;
	width: 248px;
	line-height: 1em;
	color: #fff;
}

#content #news ul li { 
	background: url(../../images/border-light-horizontal.gif) repeat-x left bottom;
	padding-bottom: 1px;
	display: block;
	float: none;
}

#content #news ul li a { 
	display: block;
	padding: 9px 10px 9px 19px;
	background: url(../../images/icons/bullet-arrow.gif) no-repeat 8px 15px;
	text-decoration: none;
	color: #afafaf;
}

.sub #content #news ul li a { 
	color: #555;
	background: transparent;
	padding: 8px 10px;
}

.sub #content #news ul li.last { 
	background: transparent;
	text-align: right;
}

.sub #content #news ul li.last a { 
	padding: 8px 10px 0 10px;
	background: transparent;
}

.sub #content #news ul li.last a:hover { 
	background: transparent;
	text-decoration: underline;
}

#content #news ul li a:hover { 
	background: #312d2d url(../../images/icons/bullet-arrow.gif) no-repeat 8px 15px;
}

.sub #content #news ul li a:hover { 
	color: #555;
	background: #e2e2e2;
}

#content #news p { 
	padding: 15px 0 0 0;
	float: right;
}

.sub #content #selections {
	width: 259px;
	height: 295px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(../../images/red-bg2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


.sub #content #selections h3 { 
	color: #fff;
	font-size: 1.3em;
	font-weight: normal;
	padding: 7px 10px 9px 17px;
}

#content #selections ul { 
	
	width: 259px;
	margin-top: -5px;
	margin-left: -6px;
	padding: 5px 10px;
}

.sub #content #selections ul { 
	padding: 5px 10px;
	width: 240px;
	
	margin: 0 0 5px 0;
}

#content #selections ul li a {
	display: block;
	background: url(../../images/border-light-horizontal.gif) repeat-x left bottom;
	padding: 20px 18px 20px 8px;
	text-decoration: none;
	color: #fff;
	font-size: 1.3em;
	line-height: 1em;
}

#content #selections ul li a:hover { 
	text-decoration: underline;
}

#content #selections ul li a img {
	float: right;
	margin-top: -8px;
}

#content #selections ul li.end a { 
	
}

#content #selections ul li a:hover { 
	background: url(../../images/border-light-horizontal.gif) repeat-x left bottom;
}

#content #selections ul li.end a:hover { 
	
}


.sub #content #selectionsfish {
	width: 259px;
	height: 339px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(../../images/red-bg3.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


.sub #content #selectionsfish h3 { 
	color: #fff;
	font-size: 1.3em;
	font-weight: normal;
	padding: 7px 10px 9px 17px;
}

#content #selectionsfish ul { 
	
	width: 259px;
	margin-top: -5px;
	margin-left: -6px;
	padding: 5px 10px;
}

.sub #content #selectionsfish ul { 
	padding: 5px 10px;
	width: 240px;
	
	margin: 0 0 5px 0;
}

#content #selectionsfish ul li a {
	display: block;
	background: url(../../images/border-light-horizontal.gif) repeat-x left bottom;
	padding: 20px 18px 20px 8px;
	text-decoration: none;
	color: #fff;
	font-size: 1.3em;
	line-height: 1em;
}

#content #selectionsfish ul li a:hover { 
	text-decoration: underline;
}



#content #selectionsfish ul li a:hover { 
	background: url(../../images/border-light-horizontal.gif) repeat-x left bottom;
}

#content #selectionsfish ul li.end a:hover { 
	
}


.home #content .grid#about-tab h2 { 
	padding-bottom: 15px;
}

.home #content .grid#teaser { 
	padding: 10px 15px 15px 17px;
}


.home #content .grid#teaser3 {
	height: 266px;
	width: 266px;
	padding-top: 11px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 17px;
	font-size: 13px;
}



.home #content .grid#teaser h2 {
	font-size: 1.5em;
	line-height: 1.3em;
	font-weight: bold;
	text-transform: none;
	padding: 0 0 5px 0;
	margin: 0;
}

.home #content .grid#teaser p { 
	width: 165px;
	color: #eee;
	font-size: .9em;
	border-top: 1px solid #c46262;
	padding-top: 5px;
}

.home #content .grid#teaser p.learn-more { 
	border-top: 0;
}

.home #content .grid#teaser a.button { 
	display: block;
	padding: 0 0 0 0;
}

.home #content .grid#news {
	width: 298px;
	height: 300px;
	padding-top: 0;
	padding-right: 11px;
	padding-bottom: 5px;
	padding-left: 0;
}

.home #content .grid#news h2 { 
	padding: 10px 15px;
	background: url(../../images/mid-grid-heading.gif) no-repeat left top;
}

.home #content .grid#news ul { 
	margin-top: -15px;
	padding: 0 10px;
}

.home #content .grid#news p { 
	padding: 10px 10px 0 0;
}

.home #content .grid#news #features h2 { 
	background: transparent;
	margin-bottom: 0;
	padding-bottom: 10px;
}

.home #content .grid#news #features { 
	padding: 0 0 8px 0;
	width: 298px;
	background: url(../../images/mid-grid-features.gif) no-repeat left top;
	border-bottom: 10px solid #000;
}


		/* ----------| Info Section |---------- */ 

.sub#news #content { 
	background: #e5e5e5 url(../../images/content-bg.gif) repeat-y left top;
	color: #323232;
	padding: 25px 10px 10px 25px;
}

.sub#news #content h1 { 
	margin-right: -10px;
}

.sub#news #content #sidebar { 
	width: 233px;
}

.sub#news #content #sidebar h3 { 
	position: relative;
	background: url(../../images/sidebar-heading.gif) no-repeat left top;
	width: 233px;
	padding: 0;
}

.sub#news #content #sidebar h3 span { 
	background: url(../../images/sidebar-heading-bottom.gif) no-repeat left bottom;
	display: block;
	padding: 13px 10px;
	color: #e1e1e1;
}

.sub#news #content #sidebar h3 span img { 
	margin-top: -4px;
	float: right;
}

.sub#news #content #sidebar ul { 
	padding: 10px;
}

.sub#news #content #sidebar ul li { 
	padding-bottom: 15px;
	line-height: 1.4em;
}

.sub#news #content #sidebar ul li a { 
	color: #fff;
	text-decoration: none;
}

.sub#news #content #sidebar ul li a strong { 
	display: block;
}

.sub#news #content #sidebar ul li a:hover { 
	text-decoration: underline;
}

.sub#news #content #sidebar ul li a:hover strong { 
	text-decoration: underline;
}

.sub#news #content #sidebar p { 
	padding: 10px;
	margin-bottom: 0;
	color: #fff;
	background: url(../../images/border-light-horizontal.gif) repeat-x left bottom;
}



.sub#news #main { 
	padding: 20px 0 0 2px;
}



		
		
		/* ----------| =Outposts |---------- */ 

.sub#services h1 { 
	height: 128px;
	padding: 0 0 15px 0;
	margin-bottom: 15px;
}

.sub#services h1 span { 
	display: none;
}

.sub#services h1.dominion {
	background-color: transparent;
	background-image: url(../../images/dominion_header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.sub#services h1.zarn {
	background-color: transparent;
	background-image: url(../../images/zarn_header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.sub#services h1.discovery {
	background-color: transparent;
	background-image: url(../../images/discovery_header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.sub#services h1.what2bring {
	background-color: transparent;
	background-image: url(../../images/what2bring_header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.sub#services h1.border {
	background-color: transparent;
	background-image: url(../../images/border_header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.sub#services h1.about {
	background-color: transparent;
	background-image: url(../../images/about_header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.sub#services h1.travel {
	background-color: transparent;
	background-image: url(../../images/travel_header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.sub#services h1.contact {
	background-color: transparent;
	background-image: url(../../images/contact_header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.sub#services h1.rockcliff {
	background-color: transparent;
	background-image: url(../../images/rockcliff_header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.sub#services h1.baldhead {
	background-color: transparent;
	background-image: url(../../images/baldhead_header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.sub#services h1.bear {
	background-color: transparent;
	background-image: url(../../images/bear_header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.sub#services h1.fishing {
	background-color: transparent;
	background-image: url(../../images/fishing_header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.sub#services h1 strong { 
	display: block;
	position: absolute; 
	left: 25px; 
	bottom: 30px;
	font-size: 1.8em;
}


/* ---------| =Footer |---------- */ 
	
#footer * { 
	vertical-align: middle;
}	
	
#footer p {
	padding: 20px 0;
	line-height: 1em;
} 

#footer p span {
	display: block;
	float: right;
	text-align: right;
	padding: 0 0 3px 0;
}

#footer a { 
	color: #ccc;
	text-decoration: none;
	padding: 0 5px;
}

#footer a:hover { 
	color: #fff;
}

