/****************************************************

General

****************************************************/
body {
	background: #32643b url(../images/page_bg.jpg) top center no-repeat;
	background-attachment: fixed;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-weight: normal;
	font-size: 200%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-top:0;
	padding-top:0;
}

h2 {
	font-size:140%;
}

h3 {
	font-size:125%;
}

#header h3 {
	background:#cae3ae;
	color:#333;
	margin:0;
	padding:10px;
	text-align: right;
	font-weight: normal;
	border-bottom: 10px solid #fff;
}

a:link,
a:active,
a:visited {
	color: #c9ddb2;
}

#wrap a:link,
#wrap a:active,
#wrap a:visited {
	color: #006600;
}

#wrap a:hover {
	color: #ff0000;
}

blockquote {
	font-style: italic;
	margin-bottom: 2em;
}

blockquote cite {
	font-style: normal;
}

blockquote cite:before {
	content: "- "
}

/****************************************************

Layout

****************************************************/

#wrap {
	background: #fff;
	width: 644px;
	text-align: left;
	margin: 10px auto;
	padding:10px;
	box-shadow: 0px 0px 15px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,.2);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,.2);
}

#header {
	 position:relative;
	 height: 209px;
	 display: block;
}

#header .logo {
	position:absolute; 
	margin-top:20px;
	margin-left:10px; 
	z-index:5;
}

#slideshow {
	background: #000;
	display: block;
	height: 209px;
	overflow: hidden;
}

#mainContent {
	position: relative;
	z-index: 0;
}

#content {
	float: right;
	width: 78%;
	margin-top:80px;
}

.photoRight {
	float: right;
	margin:0 0 10px 10px;
}

	/* jQuery lightBox plugin - Gallery style */
	#gallery ul { list-style: none; margin:0; padding: 0 }
	#gallery ul li { display: inline; margin: 0; padding: 0 }
	#gallery ul img {
		border: 2px solid #efefef;
		padding:5px
	}

	#gallery ul li {
		margin:5px 10px 5px 0;
		float: left;
	}

	#gallery ul a:hover img {
		border-color:#f00;
	}
	#gallery ul a:hover { color: #fff; }

table.cottages {
	clear: both;
}

.cottages td {
	border-top: 1px solid #cae3ae;
}

.cottages td ul {
	color:#333;
}

/****************************************************

Nav

****************************************************/

#nav {
	width: 20%;
	float: left;
	margin-top:80px;
}

	#nav ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	#nav li {
		margin-bottom: .5em;
	}



/****************************************************

Footer

****************************************************/

#footer {
	clear:both;
	text-align: center;
	font-size: 90%;
	padding-top:20px;
}

.phoneNumber {
	color:#000;
	font-weight: bold;
}