@charset "utf-8";
h1, h2, h3, h4, h5, h6, p, ul, li, ol, dl, hr, blockquote, form {
	margin: 0;
	padding: 0;
}
body {
	margin:0;
	padding:0;
	background-color: #968165;
	font-size:100.1%;
}
#spacerTopBrowser {
	height: 0px; /*this sets the page top down from browser*/
}
#spacerBottomBrowser {
	height: 0px; /*this sets the page bottom up from browser*/
}
#pageWrapper {
	width:800px;
	margin:0 auto;
}
#pageTitleHead {
	font-size:32px;
	font-weight:bold;
	line-height: 1em;
	color:black;
}
.pageTitleSubHead {
	font-size:23px;
	font-weight:bold;
	line-height: 1.1em;
	color:black;
}
#pageTitleHeadTextHome{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration:none;
	text-align:right;
	padding:4px 15px 20px 0;
}
#pageTitleHeadText{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration:none;
	padding:4px 15px 20px 130px;
}
#pageTitleHeadTextHome a,#pageTitleHeadText a{
	/*text-decoration:none;*/
	color: #184D6B;
}
.smallestSpacer {
	height:2px;
}
.smallSpacer {
	height:10px;
}
.fltleft {
	float: left;
	margin-right: 8px;
}
.fltright {
	float: right;
	margin-left: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#header {
}
#navBarHolder{
	background: #485122;
	position:relative;
	width:800px;
	height:28px;
}
#navBar {
	background: #485122;
	position:absolute;
	width:798px;
	height:28px;
	bottom:0px;
	left:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	border: 1px solid #b9ab68;
}
#navBar a {
	background: #485122;
	text-decoration:none;
	border-right: 1px solid #b9ab68;
	display:inline;
	color:#FFF;
	padding:5px 5px 5px 5px;
	line-height:28px;
}
#navBar a.trailsForever {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	background: #485122;
	text-decoration:none;
	border-right: 1px solid #b9ab68;
	color:#FFF;
	padding:6px 6px 6px 6px;
}
#navBar a:hover {
	background: #FFF;
	color:#485122;
	border-right: 1px solid #b9ab68;
	padding:5px 5px 5px 5px;
	line-height:28px;
}
#navBar a:hover.trailsForever {
	background: #FFF;
	color:#485122;
	border-right: 1px solid #b9ab68;
	padding:6px 6px 5px 6px;
}
#navBar .current {
	color:#ed712c;
	border-right: 1px solid #b9ab68;
	padding:5px 5px 5px 5px;
	line-height:28px;
	cursor:default;
}
.imageTrailsForever {
	position:absolute;
	width:28px;
	height:28px;
	top:-1px;
	right:84px;
}
.imageYouTube {
	position:absolute;
	width:28px;
	height:28px;
	top:-1px;
	right:56px;
}
.imageFacebook {
	position:absolute;
	width:28px;
	height:28px;
	top:-1px;
	right:28px;
}
.imageTwitter {
	position:absolute;
	width:28px;
	height:28px;
	top:-1px;
	right:0px;
}
/*.imageSun {
	position:absolute;
	width:28px;
	height:28px;
	top:-1px;
	right:0px;
}*/
#footer {
	position:relative;
	height:87px;
	width:800px;
}
#footer div {
	position:absolute;
	top: -85px;
	left: 718px;
}
#footer #privicyPolicy {
	position:absolute;
	top: 50px;
	left: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
}
#footer #privicyPolicy a {
	color:#F90;
}
#footer #privicyPolicy a:hover {
	color:#C60;
}
/***** this is for link to admin *****/
#siteDesignText {
	text-align: center;
	margin-top:6px;
	margin-bottom:-14px;
}
#siteDesignText a {
	cursor:default;
}
/***** this is for PDS logo in footer *****/
#footerPDS {
	margin-top:15px; 
	margin-bottom:15px;
}
#footerPDS a:hover {
	padding:58px 5px 0px 5px;
	border: solid 1px #030391;
	-moz-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 2px 2px 4px #000;
	-webkit-box-shadow: 2px 2px 4px #000;
	box-shadow: 2px 2px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
#uTubeVideo,#uTubeVideo2 {
	width:335px;
	height:290px;
	border: solid 1px black;
	margin:10px 0px 15px 10px;
	-moz-box-shadow: 2px 2px 4px #000;
	-webkit-box-shadow: 2px 2px 4px #000;
	box-shadow: 2px 2px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
#bearImage,#hikeImage {
	padding:10px 0px 15px 10px;
}
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.style2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #184D6B;
}
.style4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #184D6B;
	line-height: 20px;
	float: none;
}
.style5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #000;
	line-height: 23px;
}
.style6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #184D6B;
	font-size: 24px;
}
.style7 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #184D6B;
	font-size: 12px;
}
.style8 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #184D6B;
	font-size: 12px;
}
.style9 {
	color: #990000;
	font-weight: bold;
}
.style10 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #184D6B;
	font-size: 18px;
}
.bodyTextSmall {
	font-family : arial,helvetica,sans-serif;
	font-size : 7.5pt;
}
.bodyTextSmallBold {
	font-family : arial,helvetica,sans-serif;
	font-size : 7.5pt;
	font-weight:bold;
}
.style4 img {
	float: none;
}
#trailsRt {
	float: right;
}
#getOnTrai {
	float: left;
	margin-top: 1px;
	margin-right: 5px;
	padding-top: 13px;
}
#dollyCD {
	float: left;
	margin-right: 5px;
}
.inDent {padding: 0 60px 0 15px;
}
/*styles for marquee banner*/
#textBanner {
	width:800px;
	height:90px;
	margin:0 auto;
	background: url(images/fotsbkg.gif);
}
 #scr1 div {
  visibility:hidden;
}
 #scr1 div.default {
	width:690px;
	height:85px;
	overflow:hidden;
	visibility:visible;
}
 #scr1 table tr td div {
  visibility:visible;
}
#scr1 {
	margin:0px auto;
	background: url(images/fotsbkg.gif);
}
ul {
	list-style: disc inside;
}

