body {
	background-color: #999999;
	font-family: "Apple Chancery", Andale Mono;
	text-align: center;
}


* {
	margin: 0px;
	padding: 0px;
}
html {height:100%; margin-bottom:1px;} /* Forces vertical scroll bar to be visible */

h1 {
	color: #336633;
	font-family: Georgia, "Times New Roman", serif;
	text-align: left;
	font-size: 30px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	font-style: italic;
}

h1.homePage {
	text-align: center;
}

h2 {
	color: #336633;
	font-family: Georgia, "Times New Roman", serif;
	text-align: left;
	font-size: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	font-style: italic;
}



#wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
	background-position: center;
}
#logo {
	background-image: url(images/title1.jpg);
	background-repeat: no-repeat;
	height: 352px;
	width: 100%;
	background-position: center;
	background-color: #336633;
}
#mainphoto {
	background-image: url(images/main_photo.jpg);
	height: 260px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #669966;
	
}
#nav {
	background-color: #3a4a14;
	background-position: center;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	
}
#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 25px;
	text-transform: capitalize;
}
#navlist a {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bolder;
	font-style: italic;
	
}
#navlist a:hover {
	color: #B1C999;
}

#cottagelist a {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", serif;
	color: #336633;
	font-size: 15px;
	font-weight: bolder;
	font-style: italic;
	
}

#cottagelist a:hover {
	color: #000099;
}


#shadow {
	height: 17px;
	width: 100%;
	background-image: url(images/shadow_small.jpg);
	 background-repeat: repeat-x;

}
#col1 {
	width:auto;
	position:relative;
	margin-right:180px;
	border-right: 1px solid #336633;
	min-width:120px;
	min-height:400px;
}

#col2 {
	position:absolute;
	top:450px;
	right:20px;
	width:160px; 
	height:100;
	display: block;

	
	
}
#col3 {
	position:absolute;
	top:400px;
	left:20px;
	width:330px; 
	height:100;
	min-height:400px;


}
#col4 {
	margin-left: 330px;
	margin-right:180px;
	border-right: 1px solid #336633;
	padding-right: 25px;
	min-height:400px;
		}



#col1content p {
	margin-bottom: 10px;
	color: #666666;
	font-size: 14px;
	line-height: 140%;
	text-align: justify;
	
}
#col1content {
	padding: 0px 15px 15px;
	text-align: center;
	
}
#col1content p.preCatchline {
	text-align: center;
	font-size: 16px;
	margin-bottom: 0px;
	font-style: italic;
}
#col1content img {
	padding: 10px;
	float: center;
	margin: 10px 10px 10px 0;
}
#col1content img.right {
	float: right;
}
#col1content img.left {
	float: left;
}
#col1content img.center {
	float: center;
}
#footer {
	clear: both;
	height: 20px;
	width: 100%;
	background-image: url(images/footer.jpg);
	background-position: center;
}
#footer p {
	color: #FFFFFF;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", serif;
}
#col2content {
	padding: 15px;
	text-align: center;
	
	height: 100%;
}
.imageborder {
	padding: 5px;
	border: 1px solid #3A4A14;
	background-color: #FFFFFF;
}
.subhead {
	font-size: 15px;
	color: #3A4A14;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bolder;
}

.sidebar {
	margin-bottom: 10px;
	color: #666666;
	font-size: 10px;
	line-height: 140%;
}


#tableDefault {

	text-align: center;
	font-size:13px;
	
	border-collapse: collapse;
	border-spacing: 3px;
	
}


#tableDefault td {
	border: 1px solid black;
	padding: 5px;
	

}

/*
<!--
#tableDefault thead {
 background-color:#003300;
 color: #FFFFFF;

}

-->

#tableDefault tbody {
 border: 1px solid black;
 background-color:#ffffcc;
 
}

*/

#tableDefault th {
 background-color:#003300;
 color: #FFFFFF;
 padding: 5px;

}

#tableDefault tr {
 border: 1px solid black;
 background-color:#ffffcc;
 padding: 5px;
 
}