body {
font-family:Arial;
font-size:small;
color:#000000;
margin:0;
padding:0;
text-align:center;
background:url(images/background/border.jpg) 50% 0 repeat-y #E1E1E1;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */




/*************************/
/*  CONTAINING ELEMENTS *****/
/*************************/

#container {
    width:700px;
    margin:0 auto;
    }

#header {
    height:225px;
    }

#nav {
	width:700px;
    border-bottom:1px solid #D1D1D1;
    height:29px;
    }


/* the content build */
#content {
    border-top:1px solid #dddddd;
    }

/*left col wrapper */
#leftcol {
    float:left;
    width:100%;
    margin-right:-200px;
    }


#maincontent {
    padding-left:20px;
    width:430px;
    margin:0;
    }

* html #maincontent {float:left;}


#maincontent ul li {
    list-style:disc;
    margin:5px 0;
    } 
    

#rightcol {
    float:right;
    width:200px;
    }
    
#side {
    }
    

#footer {
    height:20px;
    clear:both;
    }
    
    
/*************************/
/* text styles *****/
/*************************/

p,h1,h2,h3,ul,li {
    text-align:left;
    }

h1 {
    font-size:100%;
    color:#D1772E;
    border-bottom:1px solid #FFB638;
    font-family:Georgia;
    }
    
h2 {
	color:#D1772E;
	font-size:105%;
	}
p {
    font-size:90%;
    line-height:16pt;
    }



a {
    color:#6AA245;
    }

li {
    list-style:none;
    }


#globalnav {
	font-family:georgia;
	}

/*************************/
/* header background styles *****/
/*************************/


.header-home {
    background:url(images/background/banner-home.jpg) top left no-repeat black;
	}

.header-floorplan {
    background:url(images/background/banner-floorplan.jpg) top left no-repeat black;
	}


.header-images {
    background:url(images/background/banner-images.jpg) top left no-repeat black;
	}

.header-activities {
    background:url(images/background/banner-activities.jpg) top left no-repeat black;
	}
	
.header-rentals {
    background:url(images/background/banner-rentals.jpg) top left no-repeat black;
	}
	
.header-contact {
    background:url(images/background/banner-contact.jpg) top left no-repeat black;
	}


/*************************/
/* nav background styles *****/
/*************************/	
.nav-home {
    background:url(images/background/nav-home.jpg) top left no-repeat #EBFFDD;
	}

.nav-floorplan {
    background:url(images/background/nav-floorplan.jpg) top left no-repeat #EBFFDD;
	}

.nav-images {
    background:url(images/background/nav-images.jpg) top left no-repeat #EBFFDD;
	}

.nav-activities {
    background:url(images/background/nav-activities.jpg) top left no-repeat #EBFFDD;
	}

.nav-rentals {
    background:url(images/background/nav-rentals.jpg) top left no-repeat #EBFFDD;
	}
   

.nav-contact {
    background:url(images/background/nav-contact.jpg) top left no-repeat #EBFFDD;
	}
    





/*************************/
/* nav styles *****/
/*************************/


/*
#nav ul, #nav li {
    list-style:none;
    }

#nav {
    text-align:left;
    margin:50px auto;
    width:700px;
    height:29px;
    }
    
    
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size:12px;
}
    
#nav a {
	display: block;
	width: 111px;
    text-align:left;
    padding:0 0 0 5px;
    color:#6AA245;
    text-decoration:none;
}

#nav li {
	float: left;
	width: 116px;
	text-align:center;
}


#nav li ul {
	position: absolute;
	width: 116px;
	top:29px;
	left: -999em;
	background:gray;
}



#nav li:hover ul {
	left: auto;

	}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}





#nav li.level1 {
    position:relative;
    height:29px;
    }

#nav li.level1 a {
    height:29px;
    line-height:29px;
    color:#000000;
    }


#nav li a:hover {
	background:#FFB638;
	color:white;
	}
	

#nav ul ul#submenu li a {
    padding:0px 0 0 5px;
    width:111px;
    text-align:left;
    color:#ffffff;
    }

*/


/*************************/
/* content styles *****/
/*************************/


#content h1 {
	font-size:140%;
	}
	
#content p {
	font-size:90%;
	color:#333333;
    }









    
/*************************/
/* sidebar styles *****/
/*************************/

#side li {
    margin:15px 5px;
    padding:0 5px 10px 25px;
    color:#D1772E;
    text-indent:0px;
    line-height:12pt;
    font-size:85%;
    list-style:none;
    background:url(images/background/star.jpg) top left no-repeat;
    }

#side ul {
    padding:0;
    margin:0;
    }

#side img {
    display:block;
    margin:0 auto;
    }


#side ul#links li {
    background:url(images/background/link.jpg) top left no-repeat;
	}



#side ul#links li a {
	color:#FFB638;
	}
	
	


#side p {
	margin:10px 5px 0;
	color:#333333;
	text-align:center;
	}
    
/*************************/
/* Homepage styles *****/
/*************************/


h1 span {
    display:none;
    }



/*************************/
/* FLOOR PLAN styles *****/
/*************************/

/*** FLOOR PLAN style  ***/
.point {
    font-size:100%;
    color:#6AA245;
    font-weight:normal;
    text-decoration:none;
    text-align:left;
    }
    
/**** styles the p tag for the floor plan details page ***/
.details p {
    border-bottom:1px dotted #6AA245;
    padding:10px 0;
    }
    

 /*************************/
/* ACTIVITIES styles *****/
/*************************/


/*** the main container on the activities page that contains the events boxes ***/
#event ul {
    margin:0;
    padding:0;
    }
    
#content #event li {
    margin:0;
    padding:5px;
    font-size:130%;
    border-bottom:1px dotted gray;
    list-style:none;
	}

/*** the individual event box ***/
#event {
	margin:5px 5px 20px 5px;
	}
	
#event h2 {
	font-size:110%;
	}

.winter {background:#999999; color:white;  margin:0; padding:5px;}
.adventure {background:#FF6F0F; color:white; margin:0; padding:5px;}
.sports {background:#F6CD0B; color:white;  margin:0; padding:5px;}
.outdoors {background:#20B910; color:white; margin:0; padding:5px;}
.culture {background:#CEA35F; color:white;  margin:0; padding:5px;}




 /*************************/
/* RENTALS styles *****/
/*************************/

ul#fees li {
    list-style:disc;
    margin:2px 0;
    }


    
/*** conatiner for the prices table under rentals/fees ***/
#prices {
	margin:30px 0 30px 0;
	padding:5px 0 15px;
	}

/*** the table  ***/
/*
#prices table {
	border-collapse: collapse;
	width:400px;
	border:1px solid #666666;
	}
	
#prices table h2 {
	font-size:100%;
	margin:2px 5px;
	padding-top:10px;
	color:#333333;
	}


#prices tr.headings td {
	border-bottom:2px solid #666666;
	}

#prices tr.headings h2 {
	text-align:center;
	margin:0;
	padding:5px 0;
	background:#eaeaea;
	margin:0 1px;
	}
	
	

#prices tr.season td {
	border-top:1px solid #666666;
	}

#prices td {
	font-size:100%;
	width:33%;
	}
   


	
#prices .coho {
	color:#6AA245;
	font-size:160%;
	}

#prices .retail {
	background:;
	color:red;
	}

#prices .month {
	}

*/


#content ul#pricelist li {
	list-style:none;
	}
	
ul#pricelist {
    border:1px solid #999999;
    margin:0;
    padding:0;
    }

ul#pricelist li.titles, ul#pricelist li.amounts {
    width:33%;
    float:left;
    text-align:center;
    }

ul#pricelist li.month {
    clear:both;
    padding:10px 0 0 0;
    border-top:1px solid #999999;
    font-size:120%;
    background:#eaeaea;
}

ul#pricelist li.titles {
    font-size:130%;
    color:#333333;
    padding:5px 0;
    }

ul#pricelist li.retail {
    color:red;
    }
	
ul#pricelist li.coho {
    font-size:120%;
    color:#6AA245;
    }

ul#pricelist li.time {
    color:#666666;
    }
    

    
 ul#amenities li {
    list-style:disc;
    margin:5px 0;
    }  

 ul#location li {
    list-style:disc;
    margin:5px 0;
    } 
    
ul#floorlist li {
    list-style:disc;
    padding:5px 0;
    }    

ul#retail li {
    list-style:disc;
    padding:5px 0;
    } 	

/*************************/
/* image styles *****/
/*************************/

img {
    display:block;
    padding:2px;
    border:1px solid #eaeaea;
    }

.img-right {
	float:left;
	margin:0 5px;
	}
.right {
    float:right;
    margin-right:-40px;
    }
    
.logo {
    position:absolute;
    top:25px;
    right:0;
    }
    

#content ul.maps p {
	width:200px;
	margin:0px 0;
	padding:5px 0;
	text-align:center;
	background:#D1772E;
	color:white;
	}

#content ul.maps li {
	list-style:none;
	float:left;
	margin:0 2px;
	padding:0;
	border:2px solid #eaeaea;
	}






#gallery {
}

#content #gallery ul {
    margin:0;
    padding:0;
    }

#content #gallery li {
	list-style:none;
	float:left;
	margin:0px;
}

#gallery li.large {
	float:none;
	width:430px;
}

#gallery li p {
    width:40px;
    }


#content #photo-nav .photo-right {
	float:right;
	margin-right:25px;
	display:inline;
	text-align:right;
}


.blogpost {
	margin:10px 10px 20px;
	padding:0 0 20px 0;
	}
	
#maincontent p.posted {
	border-top:1px solid #eaeaea;
	font-size:10px;
	text-align:right;
	}