/* Specific Divs - On Each Page */

#mainLogo {
	position:absolute;
	left:20px;
	top:5px;
	width:157px;
	height:168px;
	z-index:2;
	visibility: visible;
}

#mainBanner {
	position:absolute;
	left:194px;
	top:15px;
	width:556px;
	margin-right:auto;
	height:100px;
	z-index:3;
	visibility: visible;
}

#mainAddress {
	position:absolute;
	left:230px;
	top:107px;
	width:480px;
	height:60px;
	z-index:2;
	visibility: visible;
}

#singleNav {
	position:absolute;
	left:48px;
	top:175px;
	width:655px;
	height:39px;
	z-index:1;
}

#horz {
	position:absolute;
	left:1px;
	top:38px;
	width:653px;
	height:8px;
	z-index:1;
}

#mainContentShort {
	position:absolute;
	left:49px;
	top:241px;
	width:650px;
	height:448px;
	z-index:15;
	overflow: visible;
	background-image:url(../images/transparent.png);
	background-repeat:repeat;
	border-style:solid;
	border-width: 1px;
	border-color:#000000;
}

#mainContentLong {
	position:absolute;
	left:49px;
	top:241px;
	width:650px;
	height:680px;
	z-index:6;
	overflow: visible;
	background-image:url(../images/transparent.png);
	background-repeat:repeat;
	border-style:solid;
	border-width: 1px;
	border-color:#000000;
}

#mainContentCabins {
	position:absolute;
	left:15px;
	top:241px;
	width:720px;
	height:670px;
	z-index:6;
	overflow: visible;
	background-image:url(../images/transparent.png);
	background-repeat:repeat;
	border-style:solid;
	border-width: 1px;
	border-color:#000000;
	visibility: visible;
}


#containerShort {
	background-image: url(../images/contentbg2_low.jpg);
	width: 750px;
	height:700px;
	margin: 0px auto;
	border:#000000;
	border-style:double;
	position: relative;
	background-repeat: repeat;
}

#containerMedium {
	background-image: url(../images/contentbg2_low.jpg);
	width: 750px;
	height:770px;
	margin: 0px auto;
	border:#000000;
	border-style:double;
	position: relative;
	background-repeat: repeat;
}

#containerLong {
	background-image: url(../images/contentbg2_low.jpg);
	width: 750px;
	height:1000px;
	margin: 0px auto;
	border:#000000;
	border-style:double;
	position: relative;
	background-repeat: repeat;
}

#creditCardsShort {
	position:absolute;
	left:25px;
	top:725px;
	width:137px;
	height:33px;
	z-index:1;
}

#creditCardsLong {
	position:absolute;
	left:25px;
	top:955px;
	width:137px;
	height:33px;
	z-index:1;
}

#dealersShort {
	position:absolute;
	left:276px;
	top:687px;
	width:357px;
	height:55px;
	z-index:1;
}

#dealersLong {
	position:absolute;
	left:276px;
	top:917px;
	width:357px;
	height:55px;
	z-index:1;
}

#siteMapetcShort {
	position:absolute;
	left:158px;
	top:772px;
	width:427px;
	height:26px;
	z-index:1;
}
#siteMapetcLong {
	position:absolute;
	left:158px;
	top:1002px;
	width:427px;
	height:26px;
	z-index:1;
}


/* Basic Elements */

body {
	color: black;
	background-image: url();
	background-color: #2a3c19;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

p {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: center;
}

td {
	color: black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin: 2px;
	padding: 0px;
	text-align: center;
}

h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
}

a:link { 
color: #336633;
text-decoration:underline; 
}

a:visited { 
color: #336699; 
text-decoration:underline;
}

a:hover { 
color: #336699 ;
text-decoration: underline; 
}

a:active { 
color: #336633 ; 
text-decoration: underline;
}

/* Specific Classes */

.hiddenPic {
	display:none;
}

.thumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	background-color:none;
	color: #ffffff;
}

.caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	text-align: center;
}

.tableText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
}
.tableHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.tableFooter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
.tableField {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	text-decoration: underline;
}

.p2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
}

.style1 {color: #FF0000}
.style2 {color: #336633}

/* Specific Divs - Home Page */

#welcome {
	position:absolute;
	visibility:visible;
	left:80px;
	top:26px;
	width:490px;
	height:20px;
	z-index:11;
}

#horRule {
	position:absolute;
	visibility:visible;
	left:80px;
	top:53px;
	width:490px;
	height:7px;
	z-index:15;
}

#image {
	position:absolute;
	visibility:visible;
	left:79px;
	top:91px;
	width:230px;
	height:170px;
	z-index:10;
}

#text1 {
	position:absolute;
	visibility:visible;
	left:317px;
	top:81px;
	width:251px;
	height:193px;
	z-index:11;
}

#text2 {
	position:absolute;
	visibility:visible;
	left:80px;
	top:276px;
	width:488px;
	height:47px;
	z-index:12;
}

#text3 {
	position:absolute;
	visibility:visible;
	left:80px;
	top:319px;
	width:488px;
	height:52px;
	z-index:13;
}

/* Specific Divs - Campground Page */

#campHeader {
	position:absolute;
	left:67px;
	top:15px;
	width:521px;
	height:22px;
	z-index:1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
#campText1 {
	position:absolute;
	left:85px;
	top:51px;
	width:484px;
	height:68px;
	z-index:1;
}
#campText2 {
	position:absolute;
	left:120px;
	top:130px;
	width:425px;
	height:73px;
	z-index:2;
}
#reserve {
	position:absolute;
	left:122px;
	top:308px;
	width:421px;
	height:42px;
	z-index:1;
	border:solid;
	border-width: 1px;
}
#regulations {
	position:absolute;
	left:120px;
	top:395px;
	width:424px;
	height:215px;
	z-index:10;
}
#campReg {
	position:absolute;
	left:120px;
	top:366px;
	width:425px;
	height:13px;
	z-index:1;
}
#thanks {
	position:absolute;
	left:122px;
	top:646px;
	width:420px;
	height:24px;
	z-index:1;
}

/* Specific Divs - Directions Page */

#drivingDirections {
	position:absolute;
	left:492px;
	top:255px;
	width:144px;
	height:32px;
	z-index:10;
	background-color: #FFFFFF;
	border:solid;
	border-width: 1px;
}
#mapquestLogo {
	position:absolute;
	left:72px;
	top:648px;
	width:144px;
	height:21px;
	z-index:12;
}

/* Specific Divs - Float Trips Page */

#canoeSpring {
	position:absolute;
	left:56px;
	top:65px;
	width:525px;
	height:206px;
	z-index:1;
	visibility: visible;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#canoeSouth {
	position: absolute;
	top: 285px;
	left: 56px;
	width: 525px;
	height: 100px;
	display: block;
	visibility: visible;
}
#tubeSouth {
	position: absolute;
	top: 415px;
	left: 56px;
	width: 525px;
	height: 128px;
	display: block;
	visibility: visible;
}
#raftSpring {
	position: absolute;
	top: 563px;
	left: 56px;
	width: 525px;
	height: 80px;
	display: block;
	visibility: visible;
}

#summerSavingsMain {
	position: absolute;
	top: 381px;
	left: 63px;
	width: 525px;
	height: 50px;
	display: block;
	visibility: visible;
	border-style:solid;
	border-width: 1px;
	border-color:#000000;
}

#summerSavingsFloat {
	position: absolute;
	top: 6px;
	left: 55px;
	width: 525px;
	height: 50px;
	display: block;
	visibility: visible;
	border-style:solid;
	border-width: 1px;
	border-color:#000000;
}

/* Specific Divs - Links Page */

#relatedOne {
	position:absolute;
	left:77px;
	top:25px;
	width:500px;
	height:23px;
	z-index:1;
	visibility: visible;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#relatedTwo {
	position: absolute;
	top: 95px;
	left: 77px;
	width: 500px;
	height: 25px;
	display: block;
	visibility: visible;
}

#relatedThree {
	position:absolute;
	left:77px;
	top:180px;
	width:500px;
	height:38px;
	z-index:1;
}

#relatedFour {
	position: absolute;
	top: 235px;
	left: 77px;
	width: 500px;
	height: 25px;
	display: block;
	visibility: visible;
}

#relatedFive {
	position:absolute;
	left:77px;
	top:290px;
	width:500px;
	height:36px;
	z-index:1;
}

#relatedSix {
	position: absolute;
	top: 345px;
	left: 77px;
	width: 500px;
	height: 25px;
	display: block;
	visibility: visible;
}

#relatedSeven {
	position:absolute;
	left:77px;
	top:410px;
	width:500px;
	height:43px;
	z-index:1;
}
#relatedEight {
	position:absolute;
	left:77px;
	top:470px;
	width:500px;
	height:25px;
	z-index:1;
}
#relatedNine {
	position:absolute;
	left:77px;
	top:510px;
	width:500px;
	height:23px;
	z-index:1;
}
#relatedFooter {
	position:absolute;
	left:77px;
	top:621px;
	width:500px;
	height:44px;
	z-index:1;
}


/* Specific Divs - Reservations Page */

#reserveForm {
	position: absolute;
	top: 15px;
	left: 54px;
	width: 528px;
	height: 638px;
	display: block;
	visibility: visible;
}

/* Specific Divs - Store Page */

#storeHeader {
	position:absolute;
	left:56px;
	top:17px;
	width:525px;
	height:23px;
	z-index:1;
	visibility: visible;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#fishing {
	position: absolute;
	top: 70px;
	left: 56px;
	width: 525px;
	height: 25px;
	display: block;
	visibility: visible;
}

#fishingText {
	position:absolute;
	left:87px;
	top:105px;
	width:470px;
	height:95px;
	z-index:1;
}

#floating {
	position: absolute;
	top: 293px;
	left: 56px;
	width: 525px;
	height: 25px;
	display: block;
	visibility: visible;
}

#floatingText {
	position:absolute;
	left:87px;
	top:328px;
	width:470px;
	height:61px;
	z-index:1;
}

#clothingCrafts {
	position: absolute;
	top: 411px;
	left: 56px;
	width: 525px;
	height: 25px;
	display: block;
	visibility: visible;
}

#clothingText {
	position:absolute;
	left:87px;
	top:444px;
	width:470px;
	height:43px;
	z-index:1;
}

#storeFooter {
	position:absolute;
	left:56px;
	top:573px;
	width:525px;
	height:25px;
	z-index:1;
}

/* Specific Divs - Cabins Pages */

#checkIn {	
	position:absolute;
	left:245px;
	top:475px;
	width:467px;
	height:82px;
	z-index:10;
}

#cabinText {	
	position:absolute;
	left:245px;
	top:2px;
	width:467px;
	height:82px;
	z-index:10;
}

#mainPic {	
	position:absolute;
	left:264px;
	top:130px;
	width:432px;
	height:327px;
	z-index:1;
}
#thumbContainer {
	position:absolute;
	left:0px;
	top:11px;
	width:246px;
	height:650px;
	z-index:1;
}
#couplesCabin {
	position:absolute;
	left:1px;
	top:0px;
	width:110px;
	height:100px;
	z-index:20;
	margin: 5px;
}

#eaglesNestCabin {
	position:absolute;
	left:125px;
	top:0px;
	width:110px;
	height:100px;
	z-index:20;
	margin: 5px;
}

#groupCabin {
	position:absolute;
	left:1px;
	top:115px;
	width:110px;
	height:100px;
	z-index:20;
	margin: 5px;
}

#cedarHomeCabin {
	position:absolute;
	left:125px;
	top:115px;
	width:110px;
	height:100px;
	z-index:20;
	margin: 5px;
}

#logCabin {
	position:absolute;
	left:1px;
	top:230px;
	width:110px;
	height:100px;
	z-index:20;
	margin: 5px;
}

#springRiverCabin {
	position:absolute;
	left:125px;
	top:230px;
	width:110px;
	height:100px;
	z-index:20;
	margin: 5px;
}

#mayflyCabin {
	position:absolute;
	left:1px;
	top:345px;
	width:110px;
	height:100px;
	z-index:20;
	margin: 5px;
}

#viewCabin {
	position:absolute;
	left:125px;
	top:345px;
	width:110px;
	height:100px;
	z-index:20;
	margin: 5px;
}

#riversEndCabin {
	position:absolute;
	left:1px;
	top:460px;
	width:110px;
	height:100px;
	z-index:20;
	margin: 5px;
}

#theHeronCabin {
	position:absolute;
	left:125px;
	top:460px;
	width:110px;
	height:100px;
	z-index:20;
	margin: 5px;
}

