/*
	COLOURS:
	Orange:		#b55e00
	
	Dark Gray:	#69696b
	Light Gray:	#e6e6e6
	
	Dark Brown: #3c3230
	Light Brown:#956135
	
	Dark Green:	#5c822f
	Light Green:#97c948
*/

body {
	font-size: 76%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	background-image: url('images/bg.gif');
	background-repeat: repeat-x;
	background-position: top center;
	color: #69696b;
	margin: 0px;
}

#container {
	width: 852px;
	margin: 0px auto;
	font-size: 1.0em;
	line-height: 1.5em;
}

#header {
	width: 852px;
	height: 88px;
	padding-top: 63px;
}

#logo {
	display: block;
	float: left;
	width: 194px;
	height: 67px;
	background-image: url('images/logo.jpg');
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	padding: 0px 5px;
}

#navigation {
	float: left;
	width: 648px;
	margin: 0px;
	line-height: 1.1em;
	padding-top: 5px;
	font-size: 0.9em;
}

#navigation a {
	float: left;
	padding: 15px 19px 15px 29px;
	margin: 0px;
}
#navigation a.last {
	padding: 15px 0px 15px 29px;
}
#navigation a:link {color: #69696b; text-decoration: none;}
#navigation a:visited {color: #69696b; text-decoration: none;}
#navigation a:hover {color: #b55e00; text-decoration: none; background-image: url('images/arrow-orange.gif'); background-repeat: no-repeat; background-position: 15px center;}
#navigation a:active {color: #b55e00; text-decoration: none; background-image: url('images/arrow-orange.gif'); background-repeat: no-repeat; background-position: 15px center;}
#navigation a.active:link {color: #b55e00; text-decoration: none; background-image: url('images/arrow-orange.gif'); background-repeat: no-repeat; background-position: 15px center;}
#navigation a.active:visited {color: #b55e00; text-decoration: none; background-image: url('images/arrow-orange.gif'); background-repeat: no-repeat; background-position: 15px center;}

#content {
	width: 852px;
}

#sidebar-left {
	float: left;
	width: 229px;
	border-right: 1px solid #e6e6e6;
	text-align: center;
}

#sidebar-left h3 {
	font-family: Arial, Helvetica, sans-serif;
}

.eventsListItem {
	font-size: 1.2em;
	color: #b55e00;
}
#eventsList {
	font-size: 0.9em;
}
#eventsList th {
	text-align: left;
	font-size: 1.4em;
	font-weight: bold;
}
#eventsList th a {float: left;margin-right: 5px;}

#maincontent {
	float: left;
	width: 600px;
	padding-left: 22px;
}

.reserve-now {
	margin: 0px 0px 0px 10px;
	padding: 3px;
	overflow: hidden;
	background-repeat: repeat-x;
	background-position: center;	
	border: 1px solid #5c822f;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.reserve-now:link {color: #ffffff; text-decoration: none; background-image: url('images/reserve-button-bg-off.gif');}
.reserve-now:visited {color: #ffffff; text-decoration: none; background-image: url('images/reserve-button-bg-off.gif');}
.reserve-now:hover {color: #ffffff; text-decoration: none; background-image: url('images/reserve-button-bg-on.gif');}
.reserve-now:active {color: #ffffff; text-decoration: none; background-image: url('images/reserve-button-bg-on.gif');}

.reserve-lg {
	float: right;
	margin: 0px;
	padding: 12px 0px 10px 0px;
	height: 18px;
	width: 178px;
	overflow: hidden;
	background-repeat: repeat-x;
	background-position: center;	
	border: 1px solid #5c822f;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}

.reserve-lg:link {color: #ffffff; text-decoration: none; background-image: url('images/reserve-button-bg-off.gif');}
.reserve-lg:visited {color: #ffffff; text-decoration: none; background-image: url('images/reserve-button-bg-off.gif');}
.reserve-lg:hover {color: #ffffff; text-decoration: none; background-image: url('images/reserve-button-bg-on.gif');}
.reserve-lg:active {color: #ffffff; text-decoration: none; background-image: url('images/reserve-button-bg-on.gif');}

.eventcontent {
	float: left;
	width: 370px;
	margin: 0px;
	padding-right: 50px; 
	display: none;
}
.eventcontent h2 {
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
.innercontent {
	float: left;
	width: 370px;
	margin: 0px;
	padding-right: 50px; 
}
.innercontent h3 {
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

#right-sidebar {
	float: left;
	width: 180px;
	margin: 0px;
	padding: 0px;
}

#right-sidebar a {
	display: block;
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	padding: 10px 0px;
}
#right-sidebar a.last {
	border: none;
}
#right-sidebar a:link {color: #69696b; text-decoration: none;}
#right-sidebar a:visited {color: #69696b; text-decoration: none;}
#right-sidebar a:hover {color: #b55e00; text-decoration: none;}
#right-sidebar a:active {color: #b55e00; text-decoration: none;}
#right-sidebar a.active:link {color: #b55e00; text-decoration: none;}
#right-sidebar a.active:visited {color: #b55e00; text-decoration: none;}

#tellmemore {
	width: 168px;
	border: 1px solid #5c822f;
	text-align: center;
	color: #ffffff;
	background-color: #5c822f;
	background-image: url('images/form-bg.gif');
	background-position: top-center;
	background-repeat: repeat-x;
	padding: 5px 5px 15px 5px;
}
#tellmemore h1 {
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	font-size: 1.4em;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}
#tellmemore p {
	margin: 0px;
	padding: 1px 0px;
}
#tellmemore #submit {
	padding: 5px;
	font-weight: bold;
	color: #ffffff;
	background-color: #97c948;
	border: none;
	font-size: 0.9em;
	margin-top: 10px;
	cursor: pointer;
	cursor: hand;
}

#flash {
	width: 832px;
	height: 251px;
	padding: 9px;
	border: 1px solid #e6e6e6;
	margin-bottom: 9px;
	overflow: hidden;
}


#home-buttons-cont {
	width: 852px;
}

#homecol1 {
	float: left;
	width: 411px;
	padding-right: 15px;
}

#homecol2 {
	float: left;
	width: 411px;
	padding-left: 15px;
}

#footer {
	width: 100%;
	background-image: url('images/footer-bg.gif');
	background-repeat: repeat-x;
	background-position: top center;
	overflow: hidden;
	color: #956135;
	font-size: 0.8em;
	text-align: center;
	padding-top: 27px;
}

#footer p {
	margin: 4px 0px;
	padding: 0px;
}

#footer a {
	padding: 0px 15px;
	border-right: 1px solid #956135;
}
#footer a.last {
	border: none;
}
#footer a:link {color: #956135; text-decoration: none;}
#footer a:visited {color: #956135; text-decoration: none;}
#footer a:hover {color: #ffffff; text-decoration: none;}
#footer a:active {color: #ffffff; text-decoration: none;}

#credits {color: #956135; font-size: 0.8em; text-align: center;}
#credits a:link {color: #956135; text-decoration: none; font-weight: normal; border: none; margin: 0px; padding: 0px;}
#credits a:visited {color: #956135; text-decoration: none; font-weight: normal; border: none; margin: 0px; padding: 0px;}
#credits a:hover {color: #b55e00; text-decoration: none; font-weight: normal; border: none; margin: 0px; padding: 0px;}
#credits a:active {color: #b55e00; text-decoration: none; font-weight: normal; border: none; margin: 0px; padding: 0px;}

#lightboxDimmer {
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #000000;
	-moz-opacity: .40;
	filter: alpha(opacity=40);
	opacity: .40;
	width: 100%;
	min-height:100%;
	height:auto !important;
	height:100%;
	z-index: 150;
}

.lightbox {
	position: fixed;
	top: 15%;
	left: 50%;
	margin-left: -175px;
	width: 350px;
	padding: 20px;
	background-color: #ffffff;
	border: 1px solid #69696b;
	text-align: left;
	z-index: 200;
}

.highlight {
	font-size: 1.1em;
	color: #b55e00;
}

.grey {
	color: #e6e6e6;
}

.hr {
	display: block;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #e6e6e6;
	margin: 5px 0px 15px 0px;
}

.home-button {
	display: block;
	float: left;
	margin-right: 9px;
	margin-bottom: 20px;
/*
	width: 204px;
*/
	width: 276px;
	height: 98px;
	background-color: #ffffff;
	background-image: url('images/button-bg.gif');
	background-position: bottom center;
	background-repeat: repeat-x;
	border: 1px solid #e6e6e6;
	font-size: 0.9em;
}
.home-button:link {color: #b55e00; border: 1px solid #e6e6e6; text-decoration: none;}
.home-button:visited {color: #b55e00; border: 1px solid #e6e6e6; text-decoration: none;}
.home-button:hover {color: #b55e00; border: 1px solid #b55e00; text-decoration: none;}
.home-button:active {color: #b55e00; border: 1px solid #b55e00; text-decoration: none;}
.home-button img {
	float: left;
	width: 84px;
	height: 84px;
	margin: 6px 12px 6px 6px;
	overflow: hidden;
}
.home-button p {
	margin: 0px;
	padding: 13px 0px 0px 0px;
	line-height: 1.2em;
}

.side-button {
	display: block;
	margin: 5px 0px 10px 16px;
	width: 193px;
	height: 92px;
	background-color: #ffffff;
	background-image: url('images/button-bg.gif');
	background-position: bottom center;
	background-repeat: repeat-x;
	border: 1px solid #e6e6e6;
	font-size: 0.9em;
	text-align: left;
	overflow: hidden;
}
.side-button:link {color: #b55e00; border: 1px solid #e6e6e6; text-decoration: none;}
.side-button:visited {color: #b55e00; border: 1px solid #e6e6e6; text-decoration: none;}
.side-button:hover {color: #b55e00; border: 1px solid #b55e00; text-decoration: none;}
.side-button:active {color: #b55e00; border: 1px solid #b55e00; text-decoration: none;}
.side-button.active:link {color: #b55e00; border: 1px solid #b55e00; text-decoration: none;}
.side-button.active:visited {color: #b55e00; border: 1px solid #b55e00; text-decoration: none;}
.side-button img {
	float: left;
	width: 76px;
	height: 76px;
	margin: 6px 12px 6px 6px;
	overflow: hidden; 
}
.side-button p {
	float: left;
	width: 95px;
	margin: 0px;
	padding: 12px 0px 0px 0px;
	line-height: 1.2em;
	overflow: hidden;
}

.messageBox {
	width: 810px;
	padding: 20px;
	text-align: center;
	font-size: 1.1em;
	background-color: #FFFFDD;
	border: 1px solid #FFD700;
	color: #339900;
	margin-bottom: 20px;
	
}

.req {
	font-weight: bold;
	color: #cc0000;
}

a:link {color: #b55e00; text-decoration: none;}
a:visited {color: #b55e00; text-decoration: none;}
a:hover {color: #b55e00; text-decoration: underline;}
a:active {color: #b55e00; text-decoration: underline;}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

h1 {
	margin: 10px 0px;
	padding: 0px;
	line-height: 1.5em;
	font-size: 1.8em;
	color: #b55e00;
	font-style: italic;
	font-family: georgia, times, serif;
	font-weight: normal;
}

h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	line-height: 1.5em;
	font-size: 1.3em;
	color: #b55e00;
	font-style: italic;
	font-family: georgia, times, serif;
	font-weight: normal;
}
h3 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	line-height: 1.5em;
	font-size: 1.2em;
	color: #b55e00;
	font-style: italic;
	font-family: georgia, times, serif;
	font-weight: normal;
}
h4 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	line-height: 1.5em;
	font-size: 0.8em;
	color: #69696b;
	font-style: italic;
	font-family: georgia, times, serif;
	font-weight: normal;
}
