/* colors
 --- never use color names
-bg
3d342a	body

-text
4d443a	sidebar toplevel items
878065	sidebar sub items
322c26	main content
369		links
0f0		success
f00		error
9f8c77	main border
fff		sidebar border right
5d544a	sidebar border left
*/

/* fonts */
@font-face {
	font-family: 'FontinSansRegular';
	src: url('/fonts/fontin_sans_regular.eot');
	src: local('Fontin Sans Regular'), local('Fontin Sans'), url('/fonts/fontin_sans_regular.ttf') format('truetype');
}
@font-face {
	font-family: 'FontinSansBold';
	src: url('/fonts/fontin_sans_bold.eot');
	src: local('Fontin Sans Bold'), local('Fontin Sans'), url('/fonts/fontin_sans_bold.ttf') format('truetype');
}

/* standard elements */
body, html{
	margin: 0;
	padding: 0;
	height: 100%;
	background: #3d342a url('/images/bg_page.jpg') repeat center center;
}
body, th, td{
	font-size: 12px;
	line-height: 1.4;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #322c26;
}
h1,h2,h3,h4,h5,h6{
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: normal;
	font-family: "FontinSansBold", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
h1{
	font-size: 16px;
	text-align: right;
}
p{
	margin: 0 0 15px 0;
	padding: 0;
}
a{
	margin: 0;
	text-decoration: none;
	color: #369;
}
a:hover{
	text-decoration: underline;
}
img{
	border: none;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
table, tr, td{
	margin: 0;
	padding: 0;
}

/* reusable classes */
.screen_reader_only, #jump_to_main a{
	position: absolute;
	left: -9000px;
}
.float_left{
	float: left;
}
.float_right{
	float: right;
}
.clear_both{
	clear: both;
}
.message{
	font-weight: bold;
	padding-bottom: 15px;
}
.error{
	color: #f00;
}
.success{
	color: #0f0;
}

/* pagewrap */
#bodywrapouter{
	display: table;
	width: 100%;
	height: 100%;
}
#bodywrapinner{
	display: table-cell;
	width: 100%;
	height: 722px;
	vertical-align: middle;
}
#pagewrap{
	z-index: 10;
	position: relative;
	margin: 0 auto;
	border: 3px solid #9f8c77;
	width: 954px;
	height: 554px;
	vertical-align: middle;
	background: url('/images/bg_main.png') repeat center center;	
}
.bgmainpiece{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#bg_main_overlay{
	z-index: -1;
	background: url('/images/bg_main_overlay.png') repeat center center;	
}
#page_home #bg_main_overlay{
	background: none;
}
#bg_main_image{
	z-index: -2;
	opacity: 0.45;
	background: no-repeat center center;
}
#page_home #bg_main_image{
	opacity: 1;
}
.bg_page_highlight{
	position: absolute;
	left: -3px;
	width: 960px;
	background: url('/images/bg_page_highlight.png') no-repeat;
}
#bg_page_highlight_top{
	top: -102px;
	height: 99px;
/* 	background-position: center 0px; */
	background: url('/images/bg_page_highlight_top.png') no-repeat center 0;
}
#bg_page_highlight_bottom{
	bottom: -68px;
	height: 65px;
/* 	background-position: center -99px; */
	background: url('/images/bg_page_highlight_bottom.png') no-repeat center 0;
}
/* header */
#header{
	z-index: 120;
	position: absolute;
	top: -52px;
	left: 0;
}
#jump_to_main{
	position: absolute;
}
#jump_to_main a:hover, #jump_to_main a:active, #jump_to_main a:focus{
	position: relative;
	left: 0;
}
#logo{
}
/* mainwrap */
#mainwrap{
}

/* maincontent */
#maincontent{
	float: right;
	position: relative;
	height: 554px;
	text-align: justify;
}
#maincontentinner{
	overflow: auto;
	margin-left: 310px;
	padding: 40px 50px 30px 0;
	width: 387px;
	height: 484px;
}
#main_image{
	position: absolute;
	top: 0;
	right: 484px;
	bottom: 0;
	border-right: thin solid #4d443a;
	border-left: thin solid #4d443a;
	width: 256px;
	height: 554px;
	background: no-repeat center center;
}
/* sidebar */
#sidebar{
	z-index: 30;
	float: left;
	position: relative;
	margin: 0 0 0 0;
	border-right: 1px solid #fff;
	border-left: 6px solid #5d544a;
	padding: 33px 0 20px;
	width: 150px;
	height: 501px;
	font-family: "FontinSansRegular", "Helvetica Neue", Arial, Helvetica, sans-serif;
	background: url('/images/bg_sidebar.png') repeat center center;
}
#sidefooter{
	position: absolute;
	bottom: 20px;
	left: 23px;
	line-height: 1.6;
}
#sidebar ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar .toplevel{
	text-transform: uppercase;
	color: #4d443a;
}
#sidebar .toplevelitem{
	padding-left: 23px;
	white-space: nowrap;
}
#navigation li ul a{
	padding-left: 39px;
	background: url('/images/navigation_arrow.gif') no-repeat 29px center;
	/* padding-left: 33px;
	background: url('/images/navigation_arrow.gif') no-repeat 23px center; */
	color: #878065;
	text-transform: lowercase;
}

#navigation li.last_item{
	margin-bottom: 10px;
}


#sidebar a{
	color: #4d443a;
}

/* footer */
#footer{
	position: absolute;
	left: 0;
	bottom: -30px;
	width: 100%;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	color: white;
}
#footer a{
	color: white;
}
#footer .copyright h3{
	display: inline;
}
#footer .designby{
	padding-left: 1em;
}
/*
internal page pieces
*/
/* gallerydetail */
#page_gallery_details #maincontent{
	overflow: auto;
	padding: 13px 0 0;
	width: 796px;
	height: 541px;
	text-align: center;
}
#page_gallery_details h1{
	text-align: center;
}
.gallerydetailtable{
	margin: auto;
}
.gallerydetailbox{
	display: inline-block;
	position: relative;
	max-width: 954px;
	max-height: 554px;
	text-align: center;
}
.gallerydetailbox .header{
	margin-bottom: 10px;
}
.gallerydetailbox h1{
	display: inline;
	padding-right: 0.5em;
	font-size: 14px;
}
.gallerydetailbox .relativenavigation{
	position: absolute;
	top: 50%;
	height: 42px;
	margin-top: -21px;
}
.gallerydetailbox .previous{
	left: -37px;
}
.gallerydetailbox .next{
	right: -37px;
}
.gallerydetailbox .imagebox{
	float: left;
}
.gallerydetailbox .galleryimage{
	overflow: hidden;
	margin-bottom: 10px;
	border: 4px solid #4d443a;
	max-width: 700px;
	max-height: 480px;
	line-height: 0;
}
.gallerythumbborder{
	overflow: hidden;
	border: 2px solid #ccc;
	line-height: 0;
}
.gallerydetailbox .details{
	float: left;
	margin-left: 4px;
}
.gallerydetailbox .actions{
	float: right;
	margin-right: 4px;
}

/* form error / success */

.formerror {
	width:100%; 
	padding:5px; 
	border:1px solid #CC8EBB; 
	background-color:#FFE4F4; 
	color:red; 
	margin-bottom:10px;
}

.formsuccess {
	width:100%; 
	padding:5px; 
	border:1px solid #69CC72; 
	background-color:#D6FFD8; 
	color:green; 
	margin-bottom:10px;
}

.contactformtable td {
padding: 2px 0;
}

#calendar_container {
    float:left;
    width:375px;
    position:relative;
}
#calendar_col1 {
    float:left;
    width:150px;
    position:relative;
    text-align: left;
}
#calendar_col2 {
    float:left;
    width:225px;
    position:relative;
}
/* accordian */
#accordion_wrapper {
	width: 300px;
	}
.accordionButton {	
	width: 300px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	cursor: pointer;font-weight: bold;
	margin-bottom: 5px;
	}
.accordionContent {	
	width: 300px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	margin: 0;
	padding:0;
	padding-left:10px;
	padding-bottom: 10px;
}
.accordionContent li {
	margin: 0;
	padding:2px;
	list-style-type: none;
}