/* CSS Document */

body {
	background-attachment: scroll;
	background-image: url(images3/ponderosaBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	background-color: #000000;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #D38E38;
	padding-top: 8px;
	padding-left: 15px;
	margin: 0px;
}

.buttonLink{
	background-image: url(images3/buttonLinkBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 29px;
	width: 93px;
}

.buttonLink a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	height: 29px;
	width: 78px;
	float: left;
	line-height: 28px;
	padding-left: 15px;
	text-decoration: none;
	
}

.buttonLink a:hover{
	background-image:url(images3/buttonLinkBGHover.jpg);
}

#checkNow{
	position: absolute;
	right: 10px;
	bottom: 0px;
}

#threeColbutton{
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#container {
	margin:0 auto;
	width:900px;

}

/******** Header Styles Start Here **********/
#header {
	height:355px;
	width: 900px;
	z-index: 5;
	position: relative;
	margin: 0px;
}
#header2 {
	height:150px;
	width: 900px;
	z-index: 5;
	position: relative;
	margin: 0px;
}
.header_left {
	float:left;
	margin-left: 10px;
}

.header_right {
	float:right;
	height: 40px;
	width: 400px;
}

.header_right span{
	
}

.header_right ul{
	margin: 0px;
	list-style-position: outside;
	list-style-type: none;
}

.header_right li {
	display:inline;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 37px;
	width: 166px;
	float: left;
}

.header_right li a{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 1px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 37px;
	width: 166px;
	border: 1px none #990000;
	text-decoration: none;
	line-height: 28px;
}

#aClub {
	background-image: url(images3/adventurepackageBG.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
}

#checkAvail {
	background-image: url(images3/checkavailBG.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#flashContainer {
	width:616px;
	height: 317px;
	float: right;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: right;
	background-image: url(images3/flashfiller.jpg);
}

#introText {
	position: absolute;
	height: 129px;
	width: 350px;
	left: 0px;
	margin: 0px;
	bottom: -2px;
	overflow: hidden;
	padding: 0px;
}

#introText p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	float: left;
	padding-left: 35px;
	width: 270px;
	padding-top: 15px;
	line-height: 16px;
}

#introTextCopy{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
	width: 350px;
}
/********** Header Styles End Here ************/

/********** Navigation Styles ***********/
#siteNav{
	background-color: #612A1C;
	width: 900px;
	height: 40px;
}


/********* Content Styles *************/
#contentContainer{
	background-image: url(images3/contentBG.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 900px;
	min-height:400px;
	margin: 0px;
	float: left;
	padding-bottom: 25px;
}

.content{
	display: inline; /* display: inline often fixes the double margin float bug and */
	display: inline-block; /* Sometimes this just fixes problems - no idea why */
	margin: 0; /* margin can be a killer so take it off completely see if the problem goes away */
	padding: 0; /* same as margin */
	width: 900px;
	position: relative;
	padding-top: 25px;
}


.story{
	background-color: #C6B18F;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	float: left;
	padding: 20px;
	margin-right: 22px;
	margin-left: 25px;
	margin-bottom: 10px;
}

#footer{
	width: 900px;
	position: relative;
	margin-top: 20px;
	padding-top: 10px;
}

#footerNav{
	float: right;
	margin-right: 25px;
}

#footerNav2{
	float: right;
	margin-right: 0px;
}
#footerNav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
#footerNav2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}

#copy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	float: left;
	margin-left: 25px;
}

/*********** Left Column Styles ***********/
#leftColumn{
	float: left;
	width: 255px;
	margin-left: 25px;
}

.advertContainer{
	background-color: #C6B18F;
	border: 1px none #000000;
	height: 150px;
	width: 255px;
	margin-bottom: 25px;
	float: left;
	clear: left;
}
.advertContainer2{
	background-color: #C6B18F;
	border: 1px none #000000;
	height: 199px;
	width: 255px;
	margin-bottom: 25px;
	float: left;
	clear: left;
}
.advertCon{
	padding-top: 0px;
	padding-left: 8px;
	position: relative;
	width: 247px;
	top: 0px;
	height: 148px;
}

.imageContainer {
	float:left;
	overflow:hidden;
	width:115px;
	margin-right: 5px;
}

.imgHolder {
	border:1px solid #000000;
	width:115px;
	overflow: hidden;
}

.imgCaption {
	background:url(images3/captionBG.jpg) no-repeat scroll left bottom;
	color:#FFFFFF;
	overflow:hidden;
	padding:5px;
	width:107px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.leftCol_header {
	width: 255px;
	height: 40px;
	background-image: url(images3/advertHeader.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#lodgingBG{
	background-image: url(images3/lodgingInterior.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/************ Right Column Styles ************/
#rightColumn{
	width: 575px;
	float: left;
	margin-left: 20px;
	min-height:325px;
	border: 1px none #990000;
}

/* Three Sections Classes */
.threeColSubColumn{
	float:left;
	overflow:hidden;
	width: 185px;
	background-color: #C6B18F;
	min-height:324px;
	border: 1px solid #000000;
	}
.marginLeftTen {
	margin-left:6px;
	border: 1px solid #000000;
}
.subTop {
	height: auto;
	width:175px;
	padding: 6px 4px 4px 6px;
	}
	
.threeimgHolder {
	width:175px;
	overflow: hidden;
}

.threeimgCaption {
	background:url(images3/threecaptionBG.jpg) no-repeat scroll left bottom;
	color:#FFFFFF;
	overflow:hidden;
	padding:7px 5px 7px 6px;
	width:164px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.subMid {
	overflow:hidden;
	padding-left: 10px;
	width:175px;
	background-image: url(images3/sectionMid.png);
	background-repeat: repeat-y;
	background-position: right top;
	}
.itemHolder {
	clear: both;
	margin-bottom: 12px;
	overflow:hidden;
	width:100%;
	}
.photoHolder {
	float:left;
	padding: 0 5px 0 3px;
	}
.leader {
	float:left;
	width:155px;
	margin: 0px;
	padding: 0px;
	}
.itemText {
	margin:0;
	padding:0px 0 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	}
	
.itemText p{
	margin: 0px;
}

.itemHeader {
	overflow:hidden;
	padding:3px 0 6px;
	width: 100%;
	font-weight: bold;
	background-image: url(images3/blkdevide.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 0px;
	}
.subBottom {
	float:right;
	height:47px;
	width: 150px;
	position: relative;
	left: 0px;
	bottom: 0px;
	}
