@charset "utf-8";
/*
bg light  # f7fcda
lit green # bbcc7e
drk green # 51621b
orange    # d89c53
txt grey  # 666666
*/

/* DEBUG DIVs */
/*	
DIV {
	border: 1px solid #CC9933;
}
*/
body  {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #666666;
	font-family: Georgia, serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 16px;
	background: #f7fcda url(/images/mountain2.png) repeat-x scroll 60% 0px;
}
a {
	text-decoration: none;
	color: #d89c53;
}
a:hover { 	text-decoration: underline; }
a:visited {	color: #CC6600; }
img { border: 0px; }
#maincontainer{
	position: relative;
	width: 1111px;	 /*Width of main container*/
	margin: 0 auto;	 /*Center container on page*/
	min-height: 100%;
	height: auto !important;
	height: 100%;
	text-align: left; /* overrides text-align: center on the body element. */
	padding: 0 0 0 20px;
}
#footer{
	clear: both;
	position: relative;
	width: 970px;	 /*Width of main container*/
	margin: 0 auto;	 /*Center container on page*/
	height: 2em;
	/* text-align: center; /* overrides text-align: center on the body element. */
	/* border: thin dotted #51621b; */
}
#topsection{
	position: relative;
	height: 150px;	 /*Height of top section*/
	width: 970px;
	z-index: 100;
	padding: 0px;
	margin: 0px;
}
#topsection #logo{
	position: relative;
	float: left;
	width: 175px;
	height: 100px;
	padding: 0px;
	clear: none;
	margin: 60px 0px 0px 20px;
}

#contentcolumn p.shout { color: #d89c53; font-size:36px; margin: 10px auto; }

/*  ##############################################	*/
/*	BEGIN NAV	*/
#nav {
/* this width value is also effected by the padding we will later set on the links. */
	padding: 0px;
	margin: 100px 0px 0px 0px;
	height: 36px;
	float: right;
	clear: none;
}
#nav ul	{
	text-align: left;
	margin-top: 0;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;	/* cancels gap caused by top padding in Opera 7.54 */
	/* fixes Firefox 0.9.3 */
}
#nav ul li	{
	display: inline;
	margin: 0px 0px 0px 14px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}
#nav ul li a	{
	border: 0;
	text-decoration: none;
	margin: 0px;
	outline: none;
}
#nav ul li a:hover	{
}
/*	END NAV	*/

/*  ##############################################	*/
/*  print/pdf classes & divs	*/
#print_suite	{
	position: relative;
	margin-top: -80px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding-top: auto;
	float: left; 
	clear: none; 
}
#print_suite a{
	color: #000;
	font-size: 10px;
	padding-left: 10px;
}
#print	{
	display: block;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 30px;
	float: left; 
	clear: none; 
}
#print img{}
#print a{
	color: #000;
	font-size: 12px;
	padding-left: 10px;
}

.pdfFile {
	background: url(/css/img/pdficon_small.gif) no-repeat 0 0; 
	padding-left: 10px; /*padding required by Adobe©	*/
}
.pdfFileRT {
	background: url(/css/img/pdficon_small.gif) no-repeat 0 0; 
	padding-left: 10px; /*padding required by Adobe©	*/
	margin-top: 10px;
	/*float: right;*/
}
/*  ##############################################	*/
/*  picture frames	*/
.pan_wrap	{
	background: url(/css/img/pan_checks.gif) repeat;
	margin: 10px;
	margin-left: 30px;
	position: relative;
	width: 300px;
	height: 200px;
	z-index: 16;
}
.pan_wrap_left	{
	float: left;
	background: url(/css/img/pan_checks.gif) repeat;
	margin: 0;
	position: relative;
	width: 300px;
	height: 200px;
	z-index: 16;
}
.pan_wrap_right	{
	float: right;
	background: url(/css/img/pan_checks.gif) repeat;
	margin: 0;
	position: relative;
	width: 300px;
	height: 200px;
	z-index: 16;
}

.pan_frame	{
	background: url(/css/img/pan_frame.png) no-repeat;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 200px;
	z-index: 15;
}
.medpan_wrap	{
	background: url(/css/img/medpan_checks.gif) repeat;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	width: 420px;
	height: 280px;
	z-index: 16;
}
.medpan_frame	{
	background: url(/css/img/medpan_frame.png) no-repeat;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 420px;
	height: 280px;
	z-index: 16;
}
.bigpan_wrap	{
	background: url(/css/img/pan_checks.gif) repeat;
	margin: 10px 0px 0px 0px;
	padding: 0;
	overflow: hidden;
	position: relative;
	width: 600px;
	height: 400px;
	z-index: 16;
}
.bigpan_frame	{
	background: url(/css/img/bigpan_frame.png) no-repeat;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 600px;
	height: 400px;
	z-index: 16;
}

/*  ##############################################	*/
/*  INDEX/EXPLORE */
#contentwrapper	{
	position: relative;
	float: left;
	width: 100%;
	clear: none;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contentcolumn	{
	margin-left: 350px;		 /* Set left margin to LeftColumnWidth */
	/*	margin: 0 20px 0 26%; 	*/	
	/* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. 	*/
	clear: none;
}
#myGallery	{
	position: relative;
	float: left;
	background-color:#c4d585;
	text-align: left;
	margin: 0 auto;
	width: 600px !important;
	height: 400px !important;
	overflow: hidden;
}
#contentcolumn p { 
	font-size: 12px;
	line-height: 24px;
	text-align: justify;
	text-indent: 20px;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
#contentcolumn .heading { 
	color: #d89c53;
}
#leftcolumn	{
	float: left;
	width: 350px;	 /* Width of left column */
	margin-left: -1111px;	 /* Set left margin to -(MainContainerWidth) */
	margin-top: 20px;
	clear: none;
	text-align: left;
}

#leftcolumn .heading { 
	margin-left: -10px;
}
#leftcolumn p {
	margin-top: 5px;
	width: 330px;
	font-size: 12px;
	line-height: 24px;
	text-align: justify;
	text-indent: 20px;
	color: #666666;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#leftcolumn p.second {
	margin-top: 0px;
	padding-top: 0px;
}
#leftcolumn p.third {
	margin-top: 0px;
	padding-top: 0px;
}
/*  ##############################################	*/
/*  ACCOMM */
#accomwrapper	{
	float: left;
	width: 100%;
	clear: none;
	margin: 0px auto;
}
#accomcolumn	{
	position: relative;
	margin: -20px 0px -20px -60px;		 /*Set left margin to LeftColumnWidth*/
	width: 1033px; /* */
	height:800px;
	font-size: 11px;
}
.accom		{
	width: 100%;
	margin: 0px;
	height: 200px;
}
#accom_top {
	position: relative;
	top: -720px;
	left: 100px;
	margin: 0px 0px 0px 0px;
	width: 385px;
	z-index: 2;
	text-align: center;
}
#accom_top img{
	margin: .5em;
}
#accom_left	{
	position: relative;
	top: -370px;
	left: 100px;
	margin: 0px 0px 0px 0px;
	width: 385px;
	z-index: 2;
	text-align: center;
}
#accom_left p {	margin: 0px 0px 5px 0px; }
#accom_right	{
	position: relative;
	bottom: 500px;
	left: 540px;
	margin: 0px;
	width: 375px;
	z-index: 2;
	text-align: center;
}
#accom_right p{	margin: 0px 0px 5px 0px; }
.linky	{
 display: block;
 height: 200px;
 width: 300px;
}
.accom_img	{
	position: relative;
	margin-top: -50px;
	margin-left: 0px;
	padding-bottom: 0px;	
	border: none;
	clear: none;
	z-index: 0;
}
.head	{ border: none; }
.rv_head	{
	display: block;
	float: left;
	width: 330px;
	margin-left: 0px;
	margin-bottom: 0px;
	height: 25px;
	border:0;
	overflow: visible !important;
}
#rv_info	{
	position: relative;
	clear: left;
	margin-top: 20px;
	margin-left: 10px;
	width: 400px;
	padding-bottom: 5px;
	font-size: 11px;
	text-align: left;
	line-height: 20px;
	color: #666666;
}
#rv_info p { line-height: 12px; }
#rv_info .heading { color: #d89c53; }
#print_rv	{
	position: relative;
	margin: 0px 0px 0px 25px;
	padding: 0px;
	float: left; 
	clear: both; 
}
#print_rv a{
	color: #000;
	font-size: 10px;
	padding-left: 10px;
}
#rvwrapper	{
	width: 100%;
	height: auto;
}
/*
#maincontainer	DIV {
	border:solid 1px #006600 ;
}
*/
#rv_right	{
	float: left;
	clear: none;
	margin: 0px 0px 0px 0px;
	margin-left: 370px;		 /*Set left margin to suite_left Width*/
	width: 600px;
	z-index: 3;
}
#rv_right img { margin: 0 auto; float: right; width: 570px; height: auto; }
#rv_left	{
	float: left;
	clear: none;
	width: 420px;  /* Width of left column */
	margin: 35px 0px 0px 0px;
	margin-left: -970px;
	text-align: left;
	overflow: visible;
	z-index: 4;
}

/*  ##############################################	*/
/*  LODGE */
#lodgewrapper	{
	float: left;
	width: 100%;
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#lodgecolumn	{
	margin-left: 0px;		 /*Set left margin to LeftColumnWidth*/
	/*	margin: 0 20px 0 26%;   */	
	/*   the right margin can be given in percentages or pixels. It creates the space down the right side of the page.  */
	width: 740px;
	height: 845px;
	clear: none;
}

/*  ##############################################	*/
/*  SUITES */
#suitewrapper	{
	position: relative;
	float: left;
	width: 1200px;
	height: auto;
	clear: none;
	margin: 0px 0px 0px 0px;
}
#suite_left	{
	position: relative;
	float: left; 
	width: 200px;  /* Width of left column */
	height: 580px;
	margin-left: 20px; 	/* Set left margin to -(MainContainerWidth) */
	margin-top: 35px;
	clear: none;
	text-align: left;
	overflow: visible;
	z-index: 4;
}
#suite_right	{
	position: relative;
	margin-top: -40px;
	margin-left: 340px;		 /*Set left margin to suite_left Width*/
	margin-right: 0px;
	width: 800px;
	height: auto;
	clear: none;
	z-index: 3;
}
.suite_note	{
	position: relative;
	width: 300px;
	font-size: 12px;
	text-align: justify;
	line-height: 20px;
	color: #666666;
	padding: 0px 100px 0px 0px;
	margin: 0px 0px 0px 0px;
	z-index: 10;
}
#floorplan	{
	position: relative;
	/*top: 40px;*/
	/*left: -20px;*/
	clear: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	z-index: 6;
	width: 714px;
}
#bigplan	{
	width: 714px;
	height: 714px;
	z-index: 7;
}
#high	{
	position: absolute;
	bottom: 178px;
	left: 155px;
	width: 413px;
	height: 397px;
	z-index: 7;
}
.suite_head	{
	display: block;
	float: left;
	width: 250px;
	margin-left: -35px;
	margin-bottom: 0px;
	height: 25px;
	border:0;
	overflow: visible !important;
}

#thumbs	{	
	margin-left: 10px;
	height: 166px;
	margin-bottom: 0px;
	padding: 0px;
	width: 350px;
}
.suite_thumb	{
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	width:106px;
	height:73px;
	border:0; 
}
#suite_info	ul { display: inline; }
#suite_info	ul li{
	font-size: 10px;
}
#suite_info	{
	position: relative;
	float: left;
	clear: none;
	margin: 10px 0px;
	width: 350px;
	padding-bottom: 10px;
	font-size: 12px;
	text-align: justify;
	line-height: 20px;
	color: #666666;
	z-index: 80;
}
#suite_rates	{
	position: relative;
	clear: left;
	margin: 0px;
	width: auto;
	padding-bottom: 10px;
	font-size: 12px;
	text-align: justify;
	line-height: 18px;
	color: #666666;
}
#suite_rates .heading{
	color: #d89c53;
}

#suite_info .heading{
	color: #d89c53;
}

/*  old version
.suite_note	{	
	width: 565px;
	font-size: 12px;
	text-align: justify;
	line-height: 20px;
	color: #666666;
	padding-bottom: 40px;
	margin-left: 10px;
	margin-top: -40px;
}
*/
.suite_discl	{	
	width: 565px;
	font-size: 10px;
	text-align: justify;
	line-height: 14px;
	color: #666666;
	padding-bottom: 40px;
	margin-left: 0px;
	margin-top: 33px;
}

.suite_info	{	
	width: 400px;
	padding-bottom: 10px;
	font-size: 12px;
	text-align: justify;
	margin-left: 10px;
	line-height: 20px;
	color: #666666;
}
.suite_info .heading{
	color: #d89c53;
}

#bigview	{
	border: 0;
	width: 600px;
	height: 400px;
}
#smallview	{
	/*  sHEESh	*/
}

.suite_back	{
	border: 0;
}
#suite_back	{
	position: relative;
	width: 50px;
	height: 30px;
	margin-top: 0px;
	margin-right: -30px;
	float: right;
}


/*  ##############################################	*/
/*  SPECIALS */
#specialswrapper	{
	float: left;
	width: 100%;
	clear: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#specials_left	{
	position: relative;
	float: left;
	width: 600px;	 /*	Width of left column	*/
	margin-left: 0px;	 /*	Set left margin to -(MainContainerWidth)	*/
	margin-top: 10px;
	clear: none;
	text-align: left;
	height: 400px;
}
#specials_right	{
	position: relative;
	float: left;
	margin-left: 0px;		 /*	Set left margin to suite_left Width	*/
	margin-right: 0px;
	margin-top: 0px;
	/*	margin: 0 20px 0 26%; 	*/	
	/*   the right margin can be given in percentages or pixels. It creates the space down the right side of the page.   */
	clear: none;
}
#specials_info	{
	position: relative;
	margin-left: 10px;
	margin-top: 20px;
	width: 340px;
	padding: 10px;
	font-size: 12px;
	text-align: justify;
	line-height: 24px;
	color: #666666;
	clear:none;
}
#specials_info .heading{
	color: #d89c53;
}


.style1 {
	font-size: 10px;
	vertical-align: baseline;
	line-height: 12px;
	
}
.reserve{
position: relative;
float: left;
	margin-left: 20px;
	clear: left;
	margin-top: 20px;
}

/*  ##############################################	*/
/*  LOCATION */
#locwrapper	{
	float: left;
	width: 100%;
	clear: none;
	margin-top: 0px;
	margin-right: 0px;

}
#location_left	{
	float: left;
	width: 300px; 	/* Width of left column */
	margin-left: -1060px;	 /* Set left margin to -(MainContainerWidth) */
	margin-top: 20px;
	clear: none;
}
#loccolumn	{
	margin-left: 0px;		 /* Set left margin to LeftColumnWidth */
	/*	margin: 0 20px 0 26%;  */	
	/*  the right margin can be given in percentages or pixels. It creates the space down the right side of the page.  */
	clear: none;
	text-align: center;
}
#addy	{
	float: right;
	margin-top: 25px;
	margin-right: 30px;
	width: 250px;
	font-size: 12px;
	text-align: right;
	line-height: 24px;
	color: #666666;
}
#addy_left	{
	float: left;
	margin-top: 25px;
	margin-left: -30px;
	width: 250px;
	font-size: 12px;
	text-align: left;
	line-height: 24px;
	color: #51621b;
}
.smaller {font-size: smaller}
.orange {color: #d89c53}
.black {color: black}
/*  ##############################################	*/
#ad {
	position: relative;
	float: right;
	clear: right;
	margin: 20px 0px 0px 0px;
	padding: 0px 5px 0px 0px;
	height: 400px;
	width: 130px;
	text-align: justify;
	border-left: 1px ridge #666666;
}

.adlnk { 
	width: 120px;
	text-align: justify;
	color: #666666;
	line-height: 16px;
	margin: 0px auto;
	padding: 0px 10px 0px 10px;
}
.adlok { 
	width: 110px;
	text-align: center;
	color: #666666;
	line-height: 12px;
	margin: 0px auto;
	padding: 0px;
}
#ad img{
	float: right;
	position: relative;
	display: block;
	width: 125px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#ad a{
	position: relative;
	display: block;
	float: left;
	width: 125px;
	margin: 0px 0px 0px 10px;
	padding: 20px 0px 0px 0px;
}
/*
#ad {
	position: relative;
	float: right;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	width: 500px;
}
#ad img{
	float: right;
	position: relative;
	display: block;
	height: 65px;
	width: 125px;
	margin-left: 10px;
	margin-right: -130px;
	margin-top: -20px;
}
#ad a{
	position: relative;
	display: block;
	float: left;
	height: 65px;
	width: 330px;
	padding: 0px;
	margin-top: 0px;
	color: #666666;
	text-align: justify;
	text-decoration: none;
	line-height: 16px;
}
#ad a:hover { 	color: #d89c53; }
.adlnk { 	text-decoration: underline; color: #d89c53;}
*/
/* ############# */
/*  Miscellaneous classes for reuse */
.fltrt {
 /*  this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page.  */
	float: right;
	margin-left: 8px;
}
.fltlft {
	 /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat {
 /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#music	{
	margin-top: 0px;
	margin-left: 20px;
	z-index: -2;
}

