body {
	margin: 10px;
	background-color: #7D887E;
}

a {
	position: relative;
	z-index: 20;
	color: #036;
outline: 0;}

a:hover {color: #285321; }



td img {display: block;} /* to overcome gap in table designs caused by strict mode - PDG 4/2007 */

img { border: 0; }

h1 {
	color: #000;
	text-align: left;
	font: bold 19px/120% lucida, serif;
}

h2 {
	color: #333;
	text-align: left;
	font: bold 17px/120% lucida, serif;
}

p, td, code {
	font: 14px/130% Georgia, serif;
}

#shell {
	border: 0;
	background-color: #fff;
	  -moz-box-shadow: 3px 3px 4px #222;
  -webkit-box-shadow: 3px 3px 4px #222;
  box-shadow: 3px 3px 4px #222;

}

#middleColumn {
	margin: 0 20px 10px 20px;
}

#middleColumn h2 { background-color: #d8e2d9;}


.captions {
	font-family: Arial, sans-serif;
	font-size: 10px;
}

#photoGallery img {
	margin: 0 0 30px 0;
	}

.highlight {
	background-color: #e1d7d7;
}

.smalltext {
	font: normal normal 10px Arial, sans-serif;
}

.strictImageFix {display: inline;} /* to overcome strict block mode above */



/* Calendar
**********************************/

#calendarSection {
	width: 800px;
	background-color: #edf8ee;
	margin: 0 auto;
	padding: 10px;
}



#calendarSection h1 {
	text-align: center;	
}

#calendarSection h2 {
	color: #333;
	text-align: center;
	padding: 1.5em 0 .2em 0;
	margin: 0;
}
#calendarSection p {
	color: #333;
	text-align: center;
	font: normal 11px sans-serif;
	margin: 0 auto;
}

.calendarMonth {
	padding: 3px;
	margin: 10px auto;
	border: 1px solid #333;
	background-color: #fff;
	width: 500px;
	position: relative;
  -moz-box-shadow: 3px 3px 4px #999;
  -webkit-box-shadow: 3px 3px 4px #999;
  box-shadow: 3px 3px 4px #999;
}


.calendarMonth th {
	width: 60px;
	padding: 3px;
	margin: 10px;
	background-color: #fcda83;
	font: .6em sans-serif;
	color: #000;
	vertical-align: top;
}

.calendarMonth td {
	padding: 3px;
	margin: 10px;
	border: 1px solid #eee;
	width: 60px; height: 80px; min-height: 80px; overflow: visible;
	font: .8em sans-serif;
	vertical-align: top;
}


.calendarOff {
	background-color: #eee;
}

.calendarBooked {
	background-color: #fff3d4;
}
.holiday_color {
	background-color: #fcf0f0;
}


.navigation {
	font: 12px verdana, arial, sans-serif;
	padding: 2px 10px 5px 10px;
	border-bottom: 2px solid #7d887e;
	background-color: #edf8ee;
}

.navigation a {
	color: #365d8b; /* water blue */
	z-index:99; position: relative;
	}

.navigation a:hover {
	color: #870405;  /* boat red */
}

/* seasonal graphic */

#leaf_icon {
	position: absolute; padding-left: 480px; margin-top: 70px; z-index: 10;
}
#leaf_icon a {
	position: relative; z-index: 10;
}



.floatRight {
	float: right;
	padding: 0 0 10px 20px;
}

#footerInclude {
	width: 640px;
	margin: 10px auto;
	text-align: center;
}

