body {
	font-family: GillSans-Light, GillSans, "Gill Sans", "Gill Sans MT", sans-serif;
	font-weight: lighter;
	font-size: 12pt;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: url('../img/leaf_fade.jpg') top left repeat-y;
	background-color: #ffffff;
	color: #222222;
}

h1, h2, h3 {
	font-weight: lighter;
	color: #ac222d;
	margin: 0px 0px 5px 0px;
	padding: 0;
}
h1 { font-size: 200%; }
h2 { font-size: 170%; }
h3 { font-size: 120%; }

a {
	text-decoration: none;
	outline: none;
	border-bottom: dashed 1px #222222;
}
a:link, a:visited { 
	color: #222222;
}
a:hover, a:active {
	color: #b32731;
	border-bottom: dashed 1px #b32731;
}
a img, a h1, a h2, a h3 {
	border: none;
}

input {
	font-size: 11pt;
	padding: 2px;
	vertical-align: middle;
}

#body_top {
	margin: 0px 70px 0px 130px;
	padding-top: 10px;
	height: 135px;
	text-align: center;
}

#body_menu {
	position: absolute;
	top: 145px;
	left: 130px;
	width: 117px;
	padding-right: 5px;
	border-right: solid 3px #eabd3f;
}
#body_menu ul {
	display: block;
	margin: 0;
	padding: 0;
}
#body_menu li {
	list-style: none;
	margin-bottom: 8px;
}

#body_main {
	margin: 0px 70px 0px 280px;
}

#body_footer {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 2px;
	font-size: 10pt;
}

.clear {
	clear: both;
}

.reverse1 {
	background-color: #9c121d;
	color: #faedcf;
}
.reverse1 h1, .reverse1 h2, .reverse1 h3 {
	color: #e5e5e7;
}
.reverse2 {
	background-color: #e5e5e7;
}

.textbox {
	padding: 20px;
	text-align: justify;
}

.inline {
	display: inline;
	margin-right: 15px;
}

.smaller {
	font-size: 11pt;
}

/* home page */

#imagerotator {
	width: 300px;
	height: 300px;
	overflow: hidden;
	position: absolute;
	background-color: #ffffff;
}
#imagerotator img {
	position: absolute;	
}
#homebanner {
	min-height: 300px;
	_height: 300px;
}
#homebannertext {
	padding-left: 320px;
}

#homepromotext {
	float: left;
	width: 70%;
}

#homeaddress {
	float: right;
	width: auto;
	font-size: 11pt;
}
#homeaddress img {
	position: relative;
	top: 2px;
	margin: 0px 2px 0px 1px;
}

/* events page */

/* menu page */

.menu {
	line-height: 18pt;
}

/* directions page */

#map_container {
	float: left;
	margin-right: 10px;
}

/* gallery page */

#main_image_container {
	overflow: hidden;
	width: 400px;
	height: 400px;
	float: left;
	background-color: #ffffff;
	margin-right: 2px;
}

#main_image {
	width: 400px;
	height: 400px;
	z-index: 1;
}
#wait_image {
	position: absolute;
	width: 32px;
	height: 32px;
	margin-left: 184px;
	margin-top: 184px;
	z-index: 2;
	display: none;
}

.thumbnail {
	display: block;
	float: left;
	width: 75px;
	height: 75px;
	border: 1px solid #333333;
	margin: 2px;
	cursor: pointer;
}

/* links page */

/* booking page */

#bookingform div {
	float: left;
	vertical-align: middle;
}
#bookingform .formline {
	width: 100%;
	margin-bottom: 5px;
}
#bookingform select {
	vertical-align: middle;
}

.formlabel {
	width: 180px;
}

