/* CSS Document */

/*************** RESET ************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
body {
	line-height:1;
}
ul {
	list-style: url(/images/assets/li.png);
	margin-left:15px;
}

ol {
	list-style:decimal;	
	margin-left:15px;
}

blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
.clear {
	clear:both;
}
/*********** END OF RESET ***********/
/**/
/**/
/**/
/**/
/**/
/*************** MAIN CSS ************/
@font-face {
    font-family: 'copperplate_gothic_lightRg';
    src: url('copperplate-gothic-light-webfont.eot');
    src: url('copperplate-gothic-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('copperplate-gothic-light-webfont.woff') format('woff'),
         url('copperplate-gothic-light-webfont.ttf') format('truetype'),
         url('copperplate-gothic-light-webfont.svg#copperplate_gothic_lightRg') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: Verdana;
	font-size: 100%;
	color: #000;
	background-color: #F9F4D8;
	/* margin-top: 10px; */
}
h1 {
	font-size: 200%;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
}
h2 {
	font-size: 160%;
}
h3 {
	font-size: 105%; /* 120% */
	font-weight: bold;
	font-family: 'copperplate_gothic_lightRg';
}
h1, h2, h3, h4 {
	color: #145A22;
}
h4 {
	margin-bottom: 5px;
	font-weight: bold;
}
a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}
a:hover {
	color: #A58C6B;
	border-bottom: 1px dotted #145A22;
}
div {
	/* border: 1px solid #000; */
}
/*********** END OF MAIN CSS ***********/
/**/
/**/
/**/
/**/
/**/
/*************** MAIN BODY ************/
#main {
	width: 880px; /* 1000px */
	margin-left: auto;
	margin-right: auto;
	background:#fff;
}
#breadcrumb {
	margin-bottom: 10px;
	font-size:80%;
}
#content {
	width: 610px;
	float: left;
	background-color: #fff;
	padding: 20px 15px;
	/* min-height: 430px; */ /* 500px */
}
#content h1, #content h2, #content h3, #content p {
	margin-bottom : 10px;
}
#content strong {
	font-weight: 700;
}
#content p {
	font-size: 14px; /* 14px */
	line-height: 20px;
}
#content ul {
	margin-bottom: 10px;
	font-size: 13px;
}

/*********** END OF MAIN BODY ***********/
/**/
/**/
/**/
/**/
/**/
/*************** HEADER ************/
#header {
	/* height: 100px; */
}
#header-home {
	height: 150px;
	background:url(/images/assets/homeheader.jpg) no-repeat right top;
}
#header-home h1 {
	text-align:center;
	position: absolute;
	margin-top: 45px;
	font-size:56px;
    font-family: 'copperplate_gothic_lightRg';
	width:880px;
}

#header-home h3 {
    font-family: 'copperplate_gothic_lightRg';
    font-size: 20px;
    font-weight: normal;
    margin-top: 101px;
    position: absolute;
    text-align: center;
    width: 880px;
}

#header-home .telephone {
    color: #145A22;
    float: right;
    font-family: 'copperplate_gothic_lightRg';
    font-size: 14px;
    margin-right: 78px;
    margin-top: 130px;
}
#header-page {
	height: 65px;
	background:url(/images/assets/header-bg.jpg) no-repeat right center;
}
#header-home a, #header-page a {
	display: block;
	float: left;
	border-bottom: 0px dotted #145A22;
}
#header-page .telephone {
    font-family: 'copperplate_gothic_lightRg';
	float: right;
	margin-top:50px;
	color:#145A22;
	font-size:14px;
	margin-right:10px;
}

#header-page h1 {
    float: left;
    font-family: 'copperplate_gothic_lightRg';
    position: absolute;
    top: 35px;
}
#header a:hover {
	border: none;
}
/*********** END OF HEADER ***********/
/**/
/**/
/**/
/**/
/**/
/*************** FOOTER ************/
#footer {
	margin-top: 10px;
	font-size: 10px;
	color: #A58C6B;
	text-align: center;
	line-height: 20px;
	background:#F9F4D8;
}
#footer ul {
	display: inline;
	margin:0;
}
#footer ul li {
	display: inline;
}
#footer a {
	color: #A58C6B;
	border-bottom: 0px dotted #145A22;
}
/*********** END OF FOOTER ***********/
/**/
/**/
/**/
/**/
/**/
/*************** TOP NAV ************/

#nav {
    background-color: #FFFFFF;
    float: left;
    font-family: 'copperplate_gothic_lightRg';
    font-size: 16px;
    font-weight: bold;
    margin-right: 5px;
    padding-top: 10px;
    width: 228px;
	border:2px solid #fff;
}
#nav ul {
	list-style:none;
	margin:0;
}
#nav ul li {
	/* float:left; */
	margin: 0px 0 0 20px;
	font-size: 0.9em;
	color: #A58C6B;
	padding:5px 5px 5px 5px;
	/*background:url(/images/assets/li.png) no-repeat 7px 6px;*/
	list-style:disc;
}
#nav ul li:hover .dropdown_nav, #nav ul li:hover .dropdown_nav_list_terms {
	background:#F9F4D8;
}
#nav ul li:hover {
	/*background:url(/images/assets/li.png) no-repeat 7px 6px #F9F4D8;*/
	background:#F9F4D8;
}
#nav a {
	color: #663200;
	text-decoration: none;
	display:block;
	border-bottom: 0px dotted #145A22;
}
#nav a.current {
	color: #145A22;
	text-decoration: none;
}
#nav a:hover {
	border-bottom: none;
	color: #145A22;
}
.dropdown_nav {
	/* display:none; */
	margin: 0;
	margin-top:	5px;
	background-color: #fff;
	padding: 2px 0;
	padding-left: 4px;
}
.dropdown_nav_terms {
	background-color: #FFF;
	padding: 3px 0;
	font-size: 14px;
}
.dropdown_nav_list {
	/* margin: 10px 0 !important; */
	line-height: 22px;
}
.dropdown_nav_list_terms {
	background-color: #FFF;
}
#sidebar-images {
	text-align: center;
	margin-top: 20px;
}
#sidebar-images img {
	margin-bottom: 5px;
}
/*********** END OF TOP NAV ***********/
/**/
/**/
/**/
/**/
/**/
/*************** SUB NAV ************/
#subnav {
	width: 150px;
	float: left;
}
#subnav a.current {
	color: #ff0000;
}
/*********** END OF SUB NAV ***********/
/**/
/**/
/**/
/**/
/**/
/*************** NEWS ************/
#news_sub_nav {
	float: left;
	width: 200px;
}
#news {
	margin-left: 220px;
}
/*********** END OF NEWS ***********/
/**/
/**/
/**/
/**/
/**/
/*************** FAQS ************/
#faq {
}
.faq_question h3 {
	text-decoration: underline;
	cursor:pointer;
}
.faq_question_answer {
	display: none;
}
/*********** END OF FAQS ***********/
/**/
/**/
/**/
/**/
/**/
/*************** EVENTS ************/
#events {
}
#events table {
	border: 1px solid #000;
	margin-bottom: 10px;
}
#events table td, #events table th {
	padding: 5px;
}
#event_details {
}
/*********** END OF EVENTS ***********/
/**/
/**/
/**/
/**/
/**/
/*************** GALLERY ************/
#gallery {
}
.gallery_item {
	text-align: center;
	width: 145px;
	float: left;
	margin-bottom: 5px;
}
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	border: none;
}
#lightbox div {
	border: none;
}
#lightbox img {
	width: auto;
	height: auto;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
	border-bottom: 0px dotted #145A22;
}
#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(/images/lightbox/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(/images/lightbox/nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}
#imageData {
	padding:0 10px;
	color: #666;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}
#imageData #caption {
	font-weight: bold;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
/*********** END OF GALLERY ***********/
/**/
/**/
/**/
/**/
/**/
/*************** START OF SLIDER ************/
#slider {
	text-align:center;	
}
.slideshow {
	/* width:900px; */
	/* height:455px; */
	/* margin:auto; */
}
.slider_image {
	width:880px;
	height:260px;	
	margin:auto;
}
.slider_content {
	float:right;
	background:url(/images/assets/sliderbg.png);	
	padding:10px;
	margin-top:130px;
	line-height:20px;
	color:#fff;
	font-size:13px;
	text-align:left;
}
#image-bar {
	
}
.image-bar-item {
	width: 215px;
	height: 175px;
	overflow: hidden;
	float: left;
	margin-right: 5px;
}
.image-bar-item img {
	max-width: 215px;
	max-height: 175px;
	min-height: 175px;
}
#click-lightbox {
	text-align: left;
	font-size: 13px;
	color: #145A22;
	margin: 10px 0;
	padding-left: 10px;
}
/*********** END OF SLIDER ***********/
/**/
/**/
/**/
/**/
/**/
/*************** TABLE ************/
th {
	background: none repeat scroll 0 0 #FBF8E6;
	border-right: 1px solid #FFFFFF;
	padding: 0.5em;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
}

td {
	border: 1px solid #FBF8E6;
	padding: 1.3em 0.5em;
	font-size: 13px;
}
/*********** END OF TABLE ***********/
/**/
/**/
/**/
/**/
/**/
/*************** QUOTE DIV ************/
.quote {
	margin-bottom: 10px;
	padding: 5px;
	width: 550px;
	background: url("/images/assets/quotemark_top.gif") no-repeat scroll left top transparent;
}
.quote .quoteBody {
	background: url("/images/assets/quotemark_bottom.gif") no-repeat right bottom;
	margin-top: 10px;
	padding-bottom: 5px;
	padding-right: 35px;
}
.quote a {
	border-bottom:0px solid #000 !important;
}
.quote .quoteCite {
	text-align: right;
	font-weight: bold;
	color: #4F4E39;
}


.flower-list {
}
.flower-list li {
	/* float:left; */
	margin: 8px 0 8px 5px;
}

#link {
    color: #145A22;
    font-size: 0.9em;
    text-align: center;
	margin-bottom: 15px;
	border-bottom: 0px dotted #145A22;
}
#link a {
    color: #145A22;
}

.list-ish {
	margin-bottom: 5px !important;
	padding-bottom: 0 !important;
}

/* ***** BOOKING FORM ***** */
#booking-form {
	font-size: 15px;
	margin: 15px 0;
}
#booking-form h3 {
	margin-bottom: 15px;
}

.booking-row {
	margin: 10px 0;
}

.booking-row label {
	display: block;
	margin-bottom: 2px;
}

.booking-row input[type="text"] {
	width: 50%;
	border: 1px solid #E1DA93;
	padding: 3px;
}
.booking-row textarea {
	width: 50%;
	resize: none;
	height: 75px;
	border: 1px solid #E1DA93;
}
.booking-row input[type="submit"], .booking-row input[type="button"] {
	background-color: #E6E0A5;
    border: 1px outset #E1DA93;
    color: #145A22;
    font-size: 1em;
    font-weight: bold;
    padding: 4px 6px;
}

#TA_rated269 {
	float:left;	
}

.facebook {
	float:left;	
	margin:10px;
}
.facebook a, .twitter a {
	border-bottom:none;
}
.facebook a:hover {
	text-decoration:none;
	border-bottom:none;
}
.twitter {
	float:left;	
	margin:10px;
}
.twitter a:hover {
	text-decoration:none;
	border-bottom:none;
}

.red {
	color:#f30;	
}


