@charset "utf-8";
/* CSS Document */
body{
	background-image:url(../../../images/summer_site/gradientBG.jpg);
	background-repeat: repeat-x;
	background-color: #cecece;
	margin-top:0px;	
}

h1{
	font-size:15px;
	color:#99FF00;
	font-weight:bold;
	text-decoration:underline;
	margin-bottom:15px;
}

h2{
	font-size:13px;
	color:#33CCFF;
	font-weight:bold;
	text-decoration:underline;
	margin-bottom:4px;
	margin-top:3px;
}

h3{
	font-size:12px;
	color:#99FF00;
	font-weight:bold;
	text-decoration:underline;
	margin-bottom:6px;
}

a, a:visited{
	text-decoration:underline;
	color:#99ff00;
}

a:hover{
	color:#99ff00;
	text-decoration:none;
}

/* Main Template Styles */
#mainTable{
	width:957px;
	margin-top:0px;
	position:relative;
}

#summerLink{
	position:absolute;
	left:850px;
	top:10px;
}

#winterLink{
	position:absolute;
	left:745px;
	top:10px;
}

#navTable{
	width:185px;
	margin-top:10px;
}

#bodyTable{
	width:772px;
	margin-top:10px;
}

#bodyUpperCell{
	background-image:url(../../../images/summer_site/bodyUpperBG.jpg);
	background-repeat:no-repeat;
	empty-cells:show;
	width:772px;
	height:37px;
}

#bodyMiddleCell{
	background-image:url(../../../images/summer_site/bodyMiddleBG.gif);
	background-repeat:repeat-y;
	width:772px;
	padding-left:8px;
	padding-right:8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

#bodyLowerCell{
	background-image:url(../../../images/summer_site/bodyLowerBG.gif);
	background-repeat:no-repeat;
	empty-cells:show;
	width:772px;
	height:37px;
}

#footerLinks{
	color:#333333;
	line-height:18px;
}

#footerLinks a{
	color:#333333;
}

/* Home Page Styles */

#homeLinksTable{
	float:right;
	margin:5px 2px 5px 5px;
}

.home_feature_lists{
    line-height: 17px;
	margin-left:30px;
	list-style-type:square;
	margin-bottom:10px;
}

#homeList li.reset{
    margin-top: -51px;
}

#homeList li.column1{
	margin-left:0px;
}

#homeList li.column2{
	margin-left:180px;
}

.home_activities_list{
    line-height: 17px;
	margin-left:20px;
	#margin-left:50px;
	list-style-type:square;
	margin-bottom:10px;
}

#homeActivitiesList li.column1{
	margin-left:0px;
}

#homeActivitiesList li.column2{
	margin-left:180px;
}

/* The Lodge Styles */
.lodge_feature_lists{
	margin-left:-10px;
	#margin-left:20px;
	list-style-type:square;
	line-height:15px;
}

.lodgeRoomThumbs{
	border: solid #99FF00 1px;
	cursor:pointer;
}

/* Contact Us Styles */
.contactHeader{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;	
	border:1px solid #FFFFFF;
	background-color:#666666;
	text-decoration:underline;
}

/* Booking Form Styles*/

.bookingFormTextBox{
	border:1px solid #999999;
	font-size:12px;	
}

.errorheading{
	color:#FFFF00;
	font-weight:bold;
	font-size:13px;
	text-decoration:underline;
}

.error{
	color:#FFFF00;
	font-size:13px;
}

/* Pricing Table*/

#pricingTable{
	background-color:#333333;
	color:#FFFFFF;
	border: 5px solid #99FF00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-top:10px;
}

/* Payment Cancellation Policy*/

#paymentCancellationTable{
	background-color:#333333;
	color:#FFFFFF;
	border: 5px solid #99FF00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-top:10px;
	width:650px;
}

#paymentCancellationTable p{
	margin-left:7px;
}

/* FAQ Styles*/
.FAQ_Question{
	font-weight:bold;
}

.FAQ_Answer{

}

/* Date Selctor*/

.summerDateSelector a, .summerDateSelector a:visited{
 	color:#99FF00;
	text-decoration:underline;
}

.summerDateSelector a:hover{
 	color:#333333;
	text-decoration:none;
	background-color:#FFFFFF;
	
}

.lifaq {
	margin-bottom:10px;
	}


