/* PAGE */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-repeat: repeat;
	background-position: 0 0;
	background-color: #E7DDC4;
	background-image: url(background.jpg);
}
p {
	padding: 0;
	margin: 0 0 10px 0;
}
textarea {
	overflow:auto;
}

a:link, a:visited {
	color: #534624;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
hr {
	padding: 5px;
	background-color: #DCCFAD;
	margin: 0;
	border: 0 none #FFF;
}
#page {
	text-align: center;
}
#frame {
	width: 1000px;
	height: auto;
	margin: 0 auto 0 auto;
	float: none;
}
/* --PAGE */
/* META */
.meta {
	width: 100%;
	text-align: center;
	margin: 0 auto 0 auto;
	font-size: 10px;
	color: #534624;
}
.meta a:link, .meta a:visited {
	color: #534624;
	text-decoration: none;
}
.meta a:hover, .meta a:active {
	text-decoration: underline;
}
/* --META */
/* HEADER */
#header {
	height: 415px;
	background-image: url(header.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-right: 10px;
	padding-left: 10px;
}
#header_slideshow {
	height: 275px;
	width: 980px;
	position: absolute;
	z-index: 10;
	overflow: hidden;
	top: 140px;
}
#overlay_logo {
	display: none;
	height: 275px;
	width: 980px;
	z-index: 20;
	background-image: url(header_overlay.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	top: 25px;
}
/* --HEADER */
/* MAIN CONTENT */
#include {
	text-align: center;
	vertical-align: top;
	background-image: url(include.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	background-color: #F3EFE3;
}
#left_border {
	width: 10px;
	background-image: url(left_border.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
#right_border {
	width: 10px;
	background-image: url(right_border.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
#left_column {
	width: 180px;
	background-color: #EDE7D3;
	text-align: left;
	vertical-align: top;
	background-image: url(left_column.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
#right_column {
	width: 180px;
	background-color: #EDE7D3;
	text-align: left;
	vertical-align: top;
	background-image: url(right_column.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
/* --MAIN CONTENT */
/* FOOTER */
#footer {
	height: 40px;
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	line-height: 30px;
	color: #ffffff;
	font-size: 10px;
	background-image: url(footer.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#footer a:link, #footer a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}
/* --FOOTER */
/* INCLUDE PAGE */
#page_frame {

}
#page_header {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #534624;
	padding: 5px;
	background-image: url(page_header.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}
#page_content {
	text-align: left;
	padding: 10px;
	color: #000000;
	background-image: url(include.png);
	background-repeat: repeat-y;
	background-position: 0 0;
}
#page_content h1 {
	margin: 0 0 10px 0;
	font-size: 20px;
}
#page_footer {
	height: 10px;
	background-image: url(page_footer.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	display: none;
}
/* --INCLUDE PAGE */
/* MENU */
#top_menu {
	float:left;
	width: 100%;
	display: none;
}
#left_menu {
	width: 180px;
	float: left;
}
.sf-menu {
	float: left;
	margin-bottom: 0;
}
.sf-menu a {
	text-decoration: none;
	border-bottom: 1px solid #4b3900;
	padding: 0.5em 1em 0.6em 1em;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #4b3900;
}
.sf-menu li {
	background-color: #cbb677;
}
.sf-menu li ul {
	margin: -1px 0 0 0;
	border-top: 1px solid #4b3900;
	border-left: 1px solid #4b3900;
	border-right: 1px solid #4b3900;
}
.sf-menu li li {
	background-color: #cbb677;
}
.sf-menu li li li {
	background-color: #cbb677;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline: 0;
	background-color: #b2bb1e;
	color: #4b3900;
}
/* --MENU */
/* CALENDAR */
#calendar_table {
	font-family: Arial, Helvetica, sans-serif;
}
#calendar_prev {
}
#calendar_next {
}
#calendar_month {
	font-size: 11px;
	background-color: #DCCFAD;
	text-align: center;
	color: #534624;
}
#calendar_month a:link, #calendar_month a:visited {
	color: #534624;
	text-decoration: none;
}
#calendar_month a:hover, #calendar_month a:active {
	text-decoration: underline;
}
.calendar_day_header {
	font-size: 11px;
	border: 1px solid #DCCFAD;
	background-color: #E7DEC2;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #534624;
}
#calendar_today {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #534624;
	padding: 3px;
}
.calendar_day {
	text-align: center;
	font-size: 11px;
	border: 1px solid #DCCFAD;
	background-color: #E7DEC2;
	padding: 3px;
	color: #534624;
}
#calendar_day_link {
	text-align: center;
	font-size: 11px;
	background-color: #534624;
	padding: 3px;
}
#calendar_day_link a:link, #calendar_day_link a:visited {
	color: #E7DEC2;
	text-decoration: none;
}
#calendar_day_link a:hover, #calendar_day_link a:active {
	text-decoration: underline;
}
/* --CALENDAR */
/* LISTING */
.listing {
	background-color: #EDE7D3;
	border: 2px solid #E7DEC2;
}
.listing_top {
	background-color: #EDE7D3;
}
.listing_bottom {
	background-color: #E7DEC2;
}
.listing_image {
	padding:5px;
}
.listing_heading {
	font-size:12px;
	font-weight:bold;
}
#listing_heading a:link, #listing_heading a:visited {
	text-decoration: none;
}
#listing_heading a:hover, #listing_heading a:active {
	text-decoration: underline;
}
.listing_description {
	padding: 5px;
}
/* --LISTING */
/* SLIDESHOW */
#slideshow_container {
	width:980px;
	height:120px;
	float:right;
	margin-top: 25px;
	margin-right: 10px;
}
.slideshow {
	width:160px;
	height:120px;
	overflow: hidden;
	float: right;
	margin-right: 15px;
}
/* --SLIDESHOW */
/* COLUMN MODULE */
.column_module {
	vertical-align: top;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	margin-top:5px;
}
.column_module_body {
	width: 170px;
}
.column_module_body .image {
	margin-bottom: 5px;
	text-align: center;
	width: 100%;
}
.column_module_heading {
	background-color: #cbb677;
	color: #4b3900;
	width: 170px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	margin-bottom: 5px;
}
.column_module_heading a:link, .column_module_heading a:visited {
	color: #4b3900;
	text-decoration: none;
	font-weight: bold;
}
.column_module_heading a:hover, .column_module_heading a:active {
	text-decoration: underline;
}
/* --COLUMN MODULE */
/* COLUMN NAV */
#nav {
    width: 160px;
}

#nav ul {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    font-family: Arial, Helvetica, sans-serif;
}

#nav a {
    display: block;
    padding: 5px;
    width: 160px;
}

#nav a:link, #nav a:visited {
    text-decoration: none;
    color: #FFFFFF;
    background-image: url(menu_normal.png);
    background-repeat: repeat-x;
    background-position: 0px 0px;
}

#nav a:hover {
    color: #FFFFFF;
    background-image: url(menu_hover.png);
    background-repeat: repeat-x;
    background-position: 0px 0px;
}

.column_module_body ul {
    width: 160px;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    font-family: Arial, Helvetica, sans-serif;
}

.column_module_body li a {
    text-decoration: none;
    display: block;
    padding: 5px;
    width: 160px;
    border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A7AF73;
}

.column_module_body li a:link, .column_module_body li a:visited {
    color: #534624;
    background-color: #AEB780;
    /* background-image: url(menu_normal.png);
    background-repeat: repeat-x;
    background-position: 0px 0px; */
}

.column_module_body li a:hover {
    color: #534624;
    background-color: #DCCFAD;
    /* background-image: url(menu_hover.png);
    background-repeat: repeat-x;
    background-position: 0px 0px; */
    
}
/* --COLUMN NAV */
/* COLUMN SNIPPET */
.column_snippet {
	vertical-align: top;
	padding-right: 5px;
	padding-left: 5px;
	margin-top:5px;
}
.left_column_snippet {
	width: 170px;
}
.right_column_snippet {
	width: 240px;
}
.column_snippet_body {
	color: #333333;
}
.column_snippet_body .image {
    margin-bottom: 5px;
    text-align: center;
    width: 100%;
}
.column_snippet_heading {
    background-color: #876C4A;
	background-position: 0px 0px;
	color: #E7DECF;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	margin-bottom: 5px;
    font-size: 14px;
}
.column_snippet_heading a:link, .column_snippet_heading a:visited {
    color: #F9C586;
	text-decoration: none;
	font-weight: bold;
}
.column_snippet_heading a:hover, .column_snippet_heading a:active {
    color: #F9C586;
    text-decoration: underline;
}

.column_snippet_body ul {
	width: 230px;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

.column_snippet_body li a {
	display: block;
	padding: 5px;
	width: 230px;
	text-align: center;
}

.column_snippet_body li a:link, .column_snippet_body li a:visited {
	text-decoration: none;
	color: #FFFFFF;
    background-image: url(menu_hover.png);
}

.column_snippet_body li a:hover, .column_snippet_body li a:active {
	color: #333333;
    background-image: url(heading_tile.png);
}
/* --COLUMN SNIPPET */
/* FORMS */
/*comment form*/
#comment * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#comment fieldset {
	margin-bottom: 10px;
	border: 1px solid #534624;
	background-color: #EDE7D3;
	padding: 6px;
}
#comment legend {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}
#comment div {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#comment label { 
	width: 12em; 
	float: left; 
	vertical-align: middle;
}
#comment .star {
	font-weight: bold;
	vertical-align: top;
	width: 20px;
	float: left;
	font-size: 10px;
	color: #000;
}
#comment input {
	float: none;
}
#comment label.error {
	float: none;
	color: #F00;
	padding-left: 0.5em;
	vertical-align: top;
	font-size: 10px;
}
#comment .submit {
	margin-left: 0em;
	margin-top: 2em;
}
/*--comment form*/
/*comment form*/
#signup * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#signup label {
	font-weight: bold;	
}
#signup input {
	float: none;
}
#signup label.error {
	float: none;
	color: #F00;
	padding-left: 0.5em;
	vertical-align: top;
	font-size: 10px;
}
/*--signup form*/
#txtCaptcha {
	font-family:Verdana; 
	font-size:14px; 
	width:50px;
}
/* --FORMS */
/* OTHER */
.border {
	border: 0px solid #000000;
}
.thick_border {
	border: 1px solid #666;
}
#login_form #username, #login_form #password {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3px;
	border: 1px solid #312519;
	width: 150px;
	text-align: center;
}
.content_header {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #534624;
	padding: 5px;
	background-image: url(page_header.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.social {
	text-align: center;
	padding: 10px;
}
/* --- Buttons --- */
/* Twitter Button */
.buttonTwitter {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('buttonTwitter.png');
    background-position: 0 0;
    background-repeat: no-repeat;
}
/* Facebook Button */
.buttonFacebook {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('buttonFacebook.png');
    background-position: 0 0;
    background-repeat: no-repeat;
}
/* Book Online Button */
.buttonBookOnline:link,
.buttonBookOnline:visited {
    display: inline-block;
    padding: 3px 20px 3px 20px;
    border-radius: 5px;
    background-color: #6e7513;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 1px 1px #333333;
    text-align: center;
}
.buttonBookOnline:hover,
.buttonBookOnline:active {
    background-color: #9ea517;
    color: #ffffff;
}