/* CSS RESET RULE (to remove browser specific styles) starts */

body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,th,td {
	margin:0;
	padding:0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

img{
	border: 0 none;
}

:link, :visited {
	text-decoration:none
}

/* CSS reset rule ends */	


/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	TAGS
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body {
	background: url(../images/background.jpg) top center no-repeat #BACA8B;
	}
	
body, td, pre, input, textarea, select {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #14172c;
	}
	
a:link,
a:visited,
a:active  {
	color: #f3ffe0;
	font-weight: bold;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	}
	
a img {
	border: 0 none;
	}
code {
	color: #f09;
	}	
	
p, li, pre {
	line-height: 1.4;
	}

h3, h4, h5, h6, p, ol, ul, pre {
	margin-bottom: 1.3em;
	}
h1 {
	font-size: 200%;
	color: #2d683a;
	margin: 0 0 30px 0;
	}
h2 {
	font-size: 130%;
	color: #1f4128;
	margin: 0 0 1em 0;
	text-transform: uppercase;
	}
h3 {
	margin: 0 0 .4em 0;
	font-size: 135%;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #14172c;
	}
h4 {
	margin: 0 0 .4em 0;
	font-size: 115%;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: italic;
	color: #402b09;
	}
ul {
	list-style-type: circle;
	}
ul li {
	margin-left: 20px;
	}
li {
	margin-bottom: .6em;
	}
	
li ol,
li ul {
	margin-top: .4em;
	}
	
th {
	text-align: left;
	}
	
object, embed {
	margin: 0px;
	padding: 0px;
	}
	
.style5 {font-size: 12px}

#Layer1 {
	position:absolute;
	left:8px;
	top:593px;
	width:182px;
	height:224px;
	z-index:1;
}
.style6 {color: #FFFFFF}

/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	MAIN DIVISIONS
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#banner {
	background-image: url(../images/banner_int.jpg);
	background-repeat: no-repeat;
	width: 820px;
	height: 190px;
	position: relative;
	margin: 0px auto;
	}
	
#mother {
	width: 820px;
	position: relative;
	z-index: 2;
	margin: 0px auto;
	background: url(../images/mother_bg.jpg) top center repeat-y;
	}
	
#footer {
	margin: 200px 0 0 225px;
	width: 560px;
	height: 220px;
	padding: 15px 0 0 0;
	border-top: 1px dotted #88956c;
	clear: both;
	}
	
#footer, #footer p, #footer h2{
	color: #88956c;	
}

#footer p{
	font-size: 105%;
}

#footer h2{
	font-size: 118%;
}
	
#tb_footer td{
	vertical-align: top;
}

span.links_pipe{
	padding: 0 12px;
}

#footer a{
	color: #88956c;
	text-decoration: none;
}

#footer a:hover{
	color:#284b0c;
}

#footer a.footer_links,
#footer a.footer_links:link,
#footer a.footer_links:visited,
#footer a.footer_links:active{
	color: #576e24;
	text-decoration: underline;
	}

#footer a.footer_links:hover{
	color:#284b0c;
}

#fitkid_logo{
	width: 100px;
	position: relative;
	left: 450px;
	top: -100px;
}	


#fitkid_logo a
{
	display: block;
	background: url(../images/fitkid_sprite.gif) no-repeat;
	background-position: 0px 0px;
	height: 100px;
	overflow: hidden;
	}
	
#fitkid_logo a:hover
{
	background-position: -100px 0px;
	}

#bottom{
	position: relative;
	float: left;
	left: 0;
	bottom: 0;
	height: 80px;
	background: url(../images/footer.jpg) no-repeat scroll top center ;
	width: 820px;
}

/*

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	HOME PAGE STYLES
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


#homePage #banner {
	background-color: #000000;
    background-image: url(../images/banner_home.jpg);
	background-repeat: no-repeat;
	height: 340px;	
	}
	
#homePage #content {
	position: relative;
	top: -7px;
	padding-bottom: 80px;
	}
	
#homePage h1 {
	margin: 20px 0 35px 0;
	}
	
/* Image captions styles start */

div.img-w-cpt-r{
	margin: 0 10px 20px 0;
	padding-right: 20px;	
	float:left;
	width: 270px;
}

div.img-w-cpt-r img,
div.img-w-cpt-l img{
	padding: 6px;
	border: 1px solid #333333;
}

div.img-w-cpt-l{
	margin: 0 10px 20px 25px;	
	float:left;
	width: 270px;
}

div.img-cpt-txt{
	text-align:center;
  	font-weight:normal;
 	width:270px;
 	margin-top: 4px;
	font-size: 11px;
	font-style: italic;
}

/* Image captions styles end */

/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	CONTENT/COLUMNS
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#content {
	width: 590px;
	float: right;
	clear: right;	
	height:auto !important;
	min-height:600px;
	height: 600px;
	position: relative;
	top: -105px;
	}
	
a,
a:link,
a:visited,
a:active
	{color: #003366;
	text-decoration:underline;
	font-weight: normal;}
	
a:hover	{
	color:#1F4222;
	}
	
.innerColumn {
	padding-right: 25px;	
	}

/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	MAIN NAVIGATION MENU
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


#menu {
	clear: both;
	position: relative;
	top: 0;
	float: left;
	overflow: hidden;
	width: 187px;
	}
	
#menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
	
#menu li {
	padding: 0;
	margin: 0;
	background-color: transparent;
	}
	
#menu a {
	display: block;
	background: url(../images/menu_sprite.jpg) no-repeat;
	padding: 0px;
	margin:0px;	
	overflow: hidden;
	}
	
html #menu a {
	height: 1%;
	}
	
#menu a,
#menu a:link,
#menu a:visited,
#menu a:active,
#menu a:hover {
	text-indent: -9000px;
	}
	
#menu a:hover {
	text-indent: -9000px;
	}

/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	MAIN NAVIGATION MENU SPRITE
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#menu #home a
{
	background-position: 0px 0px;
	height: 50px;
	}
	
#menu #reservations a
{
	background-position: 0px -50px;
	height: 53px;
	}
	
#menu #elk_medow_cabins a
{
	background-position: 0px -103px;
	height: 53px;
	}

#menu #gallery a
{
	background-position: 0px -156px;
	height: 53px;
	}
	
#menu #tours a
{
	background-position: 0px -209px;
	height: 69px;
	}
	
#menu #about_the_area a
{
	background-position: 0px -278px;
	height: 53px;
	}

#menu #env_comm a
{
	background-position: 0px -331px;
	height: 73px;
	}
	
#menu #visit_our_blog a
{
	background-position: 0px -404px;
	height: 153px;
	}

#rpl_social_media
{
	height: 64px;
	width: 187px;
	position: relative;
}


#rpl_social_media li{
	display:block;	
	float: left;
	margin:0;
	padding:0;
}

#rpl_social_media li a{
	display:block;	
	float: left;
}

#rpl_social_media a#rpl_facebook{
	background-position: 0px -557px;
	width: 84px;
	height: 64px;
	}
	
#rpl_social_media a#rpl_twitter {
	background-position: -84px -557px;
	width: 103px;
	height: 64px;
	}
	
/* MAIN MENU SPRITE: SELECTED */
	
#homePage #menu #home a,
#homePage #menu #home a:hover
{
	background-position: -187px 0px;
	}
	
#reservationsPage #menu #reservations a,
#reservationsPage #menu #reservations a:hover{
	background-position: -187px -50px;
	}
	
#cabinsPageOverview #menu #elk_medow_cabins a,
#cabinsPageOverview #menu #elk_medow_cabins a:hover,
#cabinsPageAmenities #menu #elk_medow_cabins a,
#cabinsPageAmenities #menu #elk_medow_cabins a:hover,
#cabinsPageRates #menu #elk_medow_cabins a,
#cabinsPageRates #menu #elk_medow_cabins a:hover,
#cabinsPageTestimonials #menu #elk_medow_cabins a,
#cabinsPageTestimonials #menu #elk_medow_cabins a:hover{
	background-position: -187px -103px;
}

#galleryPagePrairieCreek #menu #gallery a,
#galleryPagePrairieCreek #menu #gallery a:hover,
#galleryPageRooseveltElk #menu #gallery a,
#galleryPageRooseveltElk #menu #gallery a:hover,
#galleryPageGoldenBearsDen #menu #gallery a,
#galleryPageGoldenBearsDen #menu #gallery a:hover,
#galleryPageLadyBirdLoft #menu #gallery a,
#galleryPageLadyBirdLoft #menu #gallery a:hover,
#galleryPageGoldRush #menu #gallery a,
#galleryPageGoldRush #menu #gallery a:hover,
#galleryPageJohnnyRedwood #menu #gallery a,
#galleryPageJohnnyRedwood #menu #gallery a:hover{
	background-position: -187px -156px;
}

#toursPageEcoTours #menu #tours a,
#toursPageEcoTours #menu #tours a:hover,
#toursPageSegway #menu #tours a,
#toursPageSegway #menu #tours a:hover,
#toursPageKayaking #menu #tours a,
#toursPageKayaking #menu #tours a:hover,
#toursPageBiking #menu #tours a,
#toursPageBiking #menu #tours a:hover,
#toursPageHorsebacking #menu #tours a,
#toursPageHorsebacking #menu #tours a:hover,
#toursPageFishing #menu #tours a,
#toursPageFishing #menu #tours a:hover,
#toursPageOther #menu #tours a,
#toursPageOther #menu #tours a:hover{
	background-position: -187px -209px;
}

#aboutPageOverview #menu #about_the_area a,
#aboutPageOverview #menu #about_the_area a:hover,
#aboutPageDining #menu #about_the_area a,
#aboutPageDining #menu #about_the_area a:hover,
#aboutPageEntertainment #menu #about_the_area a,
#aboutPageEntertainment #menu #about_the_area a:hover,
#aboutPageParks #menu #about_the_area a,
#aboutPageParks #menu #about_the_area a:hover,
#aboutPageAttractions #menu #about_the_area a,
#aboutPageAttractions #menu #about_the_area a:hover,
#aboutPageMedia #menu #about_the_area a,
#aboutPageMedia #menu #about_the_area a:hover{
	background-position: -187px -278px;
}

#LinksPageEnvironmentalCommitment #menu #env_comm a,
#LinksPageEnvironmentalCommitment #menu #env_comm a:hover
{
	background-position: -187px -331px;
	}

/* MAIN MENU SPRITE: HOVER */

#menu #home a:hover
{
	background-position: -374px 0px;
	}
	
#menu #reservations a:hover
{
	background-position: -374px -50px;
	}
	
#menu #elk_medow_cabins a:hover
{
	background-position: -374px -103px;
	}

#menu #gallery a:hover
{
	background-position: -374px -156px;
	}
	
#menu #tours a:hover
{
	background-position: -374px -209px;
	}
	
#menu #about_the_area a:hover
{
	background-position: -374px -278px;
	}

#menu #env_comm a:hover
{
	background-position: -374px -331px;
	}
	
#menu #visit_our_blog a:hover
{
	background-position: -374px -404px;
	}


#rpl_social_media a#rpl_facebook:hover{
	background-position: -374px -557px;
	}
	
#rpl_social_media a#rpl_twitter:hover {
	background-position: -458px -557px;
	}


:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	SUB-NAVIGATION MENU
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#menuholder{
	width: 560px;
}

#subMenu {
	padding: 0px;
	margin: 0 0 30px 0;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	width: 100%;
	float: left;
	}
	
#subMenu li {
	padding: 0 0 7px 0;
	margin: 0 5px 5px 0;
	float: left;
	background-image: none;
	list-style-type: none;	
	line-height: normal;
	white-space: nowrap;
	}
#subMenu li a {
	background-color: #3a7547;
	display: block;
	padding: 3px 7px 4px 7px;
	width: 1%;
	height: 32px;
	}
html>body #subMenu li a {
	width: auto;
	}
#subMenu li a,
#subMenu li a:link,
#subMenu li a:visited,
#subMenu li a:active{
	font-weight: normal;
	text-decoration: none;
	color: #ebf5dc;
	padding: 3px 7px 4px 7px;
	overflow: visible;
	background-color: #3a7547;
	}
	
#subMenu li a:hover {
	color: #ebf5dc;
	background-color: #1e4128;
}
 #subMenu li a:active {
	color: #1e4128;
	background-color: #e4ecdf;
	}

#pageSectionname #subMenu #listid ,

#cabinsPageOverview #subMenu #s1 ,
#cabinsPageAmenities #subMenu #s2 ,
#cabinsPageRates #subMenu #s3 ,
#cabinsPageTestimonials #subMenu #s4 ,

#galleryPagePrairieCreek #subMenu #s1 ,
#galleryPageRooseveltElk #subMenu #s2 ,
#galleryPageGoldenBearsDen #subMenu #s3 ,
#galleryPageLadyBirdLoft #subMenu #s4 ,
#galleryPageGoldRush #subMenu #s5 ,
#galleryPageJohnnyRedwood #subMenu #s6 ,

#toursPageEcoTours #subMenu #s1 ,
#toursPageSegway #subMenu #s2 ,
#toursPageKayaking #subMenu #s3 ,
#toursPageBiking #subMenu #s4 ,
#toursPageHorsebacking #subMenu #s5 ,
#toursPageFishing #subMenu #s6 ,
#toursPageOther #subMenu #s7 ,

#aboutPageOverview #subMenu #s1 ,
#aboutPageDining #subMenu #s2 ,
#aboutPageEntertainment #subMenu #s3 ,
#aboutPageParks #subMenu #s4 ,
#aboutPageAttractions #subMenu #s5 ,
#aboutPageMedia #subMenu #s6 
	{
	padding: 0px 0px 6px 0px;
	border-color: #;
	background-image: url(../images/submen_select.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
    overflow: visible;
	}
#pageSectionname #subMenu #listid a ,

#cabinsPageOverview #subMenu #s1 a ,
#cabinsPageAmenities #subMenu #s2 a ,
#cabinsPageRates #subMenu #s3 a ,
#cabinsPageTestimonials #subMenu #s4 a ,

#galleryPagePrairieCreek #subMenu #s1 a ,
#galleryPageRooseveltElk #subMenu #s2 a ,
#galleryPageGoldenBearsDen #subMenu #s3 a ,
#galleryPageLadyBirdLoft #subMenu #s4 a ,
#galleryPageGoldRush #subMenu #s5 a ,
#galleryPageJohnnyRedwood #subMenu #s6 a ,

#toursPageEcoTours #subMenu #s1 a ,
#toursPageSegway #subMenu #s2 a ,
#toursPageKayaking #subMenu #s3 a ,
#toursPageBiking #subMenu #s4 a ,
#toursPageHorsebacking #subMenu #s5 a ,
#toursPageFishing #subMenu #s6 a ,
#toursPageOther #subMenu #s7 a ,

#aboutPageOverview #subMenu #s1 a ,
#aboutPageDining #subMenu #s2 a ,
#aboutPageEntertainment #subMenu #s3 a ,
#aboutPageParks #subMenu #s4 a ,
#aboutPageAttractions #subMenu #s5 a ,
#aboutPageMedia #subMenu #s6 a 
	{
	background-color: #e4ecdf;
	border-color: #1e4128;
	color: #1e4128;
	}
	
		
/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	FORMS
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

form {
	margin: 0;
	}
fieldset {
	padding: 0 10px 10px 10px;
	margin: 0 0 10px 0;
	}
legend {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 30px 0;
	padding: 3px 10px 3px 10px;
	color: #333;
	}
html>body fieldset {
	padding: 10px;
	}
html>body legend {
	margin-bottom: 0;
	}
.columnize label {
	display: block;
	width: 80px;
	float: left;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: right;
	padding: 2px 10px 0 0;
	}
.columnize input,
.columnize select,
.columnize textarea {
	display: block;
	width: 290px;
	float: left;
	margin-bottom: 20px;
	}
.columnize br {
	clear: left;
	}
p.submitButton {
	text-align: center;
	clear: left;
	padding-top: 1.0em;
	padding: 0;
	}
p.submitButton input {
	background-color: #7796b1;
	color: #fff;
	font-weight: bold;
	border: 0 none;
	padding: 3px 12px 4px 12px;
	margin: 0;
	cursor: pointer;
	}
ul.form {
	list-style-type: none;
	margin-bottom: 40px;
	}
form p {
	margin-top: 15px;
	}


/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	UTILTY CLASSES/MISC
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.photo,
.picMiddle img,
.picRight,
.picLeft{
	padding: 6px;
	background-color: #fff;
	border: 1px solid #82776b;	
	}
.picRight {
	margin: 0 0 15px 15px;
	float: right;
	margin-right: 15px;
	}
#homePage .picRight {
    margin-right: 15px;

	}
.picLeft {
	margin: 0 15px 15px 0;
	float: left;
	}
.picLeft_n_b{
	margin: 0 15px 15px 0;
	float: left;
	padding: 0;
	border: 0 none;	
}

.picRight_n_b{
	margin: 0 0 15px 15px;
	float: right;
	padding: 0;
	border: 0 none;	
}

.picMiddle {
	text-align: center;
	}
.photo {
	margin: 15px 0 15px 0;
	}	
.unbulleted {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	}
.unbulleted li {
	background-image: none;
	padding: 0;
	}	
.cl {
	clear: both;
	}
.note {
	font-size: 90%;
	color: #333;
	background-color: #FFFF33;
	}
ul.note {
	padding: 0;
	margin-left: 0;
	}
ul.note li {
	padding: 0;
	margin: 0;
	background-image: none;
	}
	
.pricingTable {
	border-collapse: collapse;
	width: 100%;
	color:#2d683a;
	border-top: 1px solid #1f4222;
	border-bottom: 2px solid #1f4222;
	margin: 0 0 1.5em 0;
	background-color: #fff;
	}
.pricingTable td,
.pricingTable th {
	padding: 6px 9px;
	vertical-align: top;
	}
.pricingTable td,
.pricingTable th,
.pricingTable pre {
	font-size: 11px;
	}

.pricingTable th {
	background-color: #e4ecdf;
	}
.pricingTable tr {
	border-bottom: 1px dotted #1f4222;
	}
.twoCol {
	border-collapse: collapse;
	border: 0;
	margin: 0 0 2em 0;
	}
.twoCol td {
	width: 50%;
	vertical-align: top;
	}
.twoCol div {
	padding: 0 20px 0 0;
	}


.railColumn {
	width: 260px;
	float: right;
	margin: 0 0 30px 20px;
	}
.railColumn img {
	height: 185px;
	width: 246px;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #82776b;
	}
.railColumn a {
	display: block;
	margin: 0 0 25px 0;
	}
	
#pictureViewerPage {
	background-image: none;
	text-align: center;
	}
#pictureViewerPage p {
	margin: 0;
	}
#thePicture {
	margin: 5px 0 5px 0;
	}
.error {
	color: #f00;
	font-weight: bold;
	font-size: 120%;
	}
.faqQuestions {
	color: #3a7547cv;
	font-weight: bold;
	font-size: 110%;
	}
	
hr{
	color: #cccccc;
	background-color: #cccccc;
	width: 100%;
	height: 1px;
	border: 0;
}

div#homepage-icons{
	float: left;
	clear: both;	
	position: absolute;
	width: 140px;
	height: 220px;
	top: 660px;
	left: -200px;
	margin: 0;
	padding: 0;
	text-align:center;
	font-size: small;
	font-style: italic;
	font-weight: bold;
}

div#homepage-icons p{
	padding-top: 3px;
}

div#tripadvisor-logo{
	width: 140px;
	height: 75px;
	text-align:center;
	left: 0;
	position: relative;
	background: url(../images/tripadvisor_logo.gif) no-repeat top center;
}

div#aaa-logo{
	width: 140px;
	height: 78px;
	text-align:center;
	top: 15px;
	left: 0;
	position: relative;
	background: url(../images/aaa-logo.jpg) no-repeat top center;
}

div#youtubevideo{
	display: block;
	width: 370px;
	height: 72px;
	position: relative;
	top: 20px;
	clear: left;
	float: left;
	margin: 0;
	padding: 0;
	
}

div#youtubevideo h4{
	width: 228px;
	position: relative;
	top: -30px;
	left: 139px;
}

img#youtubeicon{
	position: relative;
	float: left;
	top: -25px;
	margin-right: 2px;
}