/* === set all margins and paddings to 0 for consistency === */
* {
	margin: 0;
	padding: 0;
} 
/* ============ elements & gloabal settings ======= */
body {
	padding: 0;
	margin: 4em 0;
	font: 76% 'trebuchet ms', sans-serif;
	color: #1b1a17;
	background: #cfc1a4 url(../images/bg_coin.gif) no-repeat top left;
}
/* ------------ relative font sizes --------------- */
h1 {
	font-size: 2.0em; 
} 
/*h2 {
	font-size: 1.2em;
	background: #c39b5d url(../images/bg_heading_gold.gif) repeat-x bottom;
	color: #fff6e6;
	padding: 5px 10px 6px 10px;
	text-transform: uppercase;
	margin-bottom: 5px;
}*/
h2 {
	font-size: 1.2em;
	/*background: #c39b5d url(../images/bg_heading_gold.gif) repeat-x bottom;*/
	background: #f2eadc url(../images/bg_h2.gif) repeat-y left;
	color: #464923;
	padding: 5px 10px 6px 10px;
	text-transform: uppercase;
	margin-bottom: 5px; 
}
h3 {
	font-size: 1.1em;
	color: #2a5d08;
	padding: 1px 8px 5px 6px;
	margin: 0; 
	text-transform: uppercase;
} 
h3 a {
	text-decoration: none;
	font-weight: bold;
}
h3 a:link, h3 a:visited {
	color: #2a5d08;
} 
h3 a:active, h3 a:hover {
	color: #CC3300;
}
h4 {
	font-size: 1.4em;
	margin: 0.5em 0;
	color: #2a5d08;
}
h4.weddings{
	font-size: 1.2em;
	margin: 0.7em 0 0 0;
	color: #2a5d08;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1.0em;
}
p, ol, ul, li {
	font-size: 1.0em;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'trebuchet ms', sans-serif;
}
/* ------------ line heights ---------------------- */
/*p, .newsbody, li {
	line-height: 1.6em;
} 
ul.box li {
	line-height: 1.4em;
}*/
/* ------------ margins --------------------------- */
h4.box {
	margin-bottom: 0.6em;
}
h5, h6 {
	margin-bottom: 0;
}
/* adjacent sibling selectors not supported by: 
ie except ie5 (mac)
nn4
opera 3.5 */
h5 + p, h6 + p {
	margin-top: 0;
}
p {
	margin: 0.7em 0 0 0;
	line-height: 1.1em;
}
/* ------------ misc elements --------------------- */
address {
	display: inline;
	font-style: normal;
	font-weight: normal;
}
img {
	border: none;
}
a {
	font-weight: normal;
}
a:link, a:visited {
	color: #CC3300;
}
a:active, a:hover {
	color: #78880F;
}
label {	
	/*display: block;*/
	/*font: bold 0.9em ;*/
	font-weight: bold;
	margin-top: 12px;
	display: block;
	float: left;
	width: 130px;
	text-align: right;
	margin-right: 1em;
}
label.error {
	color: #f00;
}
span.qualifier {
	font-weight: normal;
	font-size: 0.9em;
}
input.form-box, textarea.form-box {
	/*background: #ebe0ca url(../images/bg_formbox.gif) repeat-y top left;*/
	width: 275px;
	margin-top: 10px;
	/*padding: 3px 6px;*/
	font-family: 'trebuchet ms', sans-serif;
	font-size: 1em;
	color: #2A5D08;
	/*border: 1px solid #ebe0ca;*/
}
select.form-box {
	/*background: #ebe0ca url(../images/bg_formbox.gif) repeat-y top left;*/
	/*width: 220px;*/
	margin-top: 10px;
	/*padding: 3px 6px;*/
	width: 60px;
	font-family: 'trebuchet ms', sans-serif;
	font-size: 1em;
	color: #2A5D08;
	/*border: 1px solid #ebe0ca;*/
}
input.form-button {
	margin-top: 15px;
	margin-right: 10px;
	/*float: right;*/
	background: #bf7c08 url(../images/bg_formbutton.gif) repeat-x top;
	border: 1px solid #a0783b; 
	color: #fff;
	font-weight: bold;
	padding: 2px 4px;
}
span.required {
	color: Red;
	font-size: 1.1em; 
	font-weight: normal;
	letter-spacing: 1px;
}
form {
	margin-right: 10px;
	padding-bottom: 10px;
	border-left: 1px solid #EADEC8;
}
.contactForm .buttonBar {
	margin-left: 140px;
	margin-top: 2em;
}
form.mListForm {
	margin: 1em 10px;
	border-left: none;
}
.mListForm .buttonBar {
	margin-left: 0;
	margin-top: 1em;
	padding: 7px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #d0caaa;
	clear: both;
}

/* ============  MAIN PAGE BLOCKS ================= */
div#page-container {
	width: 870px;
	background: #f9efdd;
	border: 5px solid #b6a88a;
	margin: 0 auto;
	padding: 10px 0; 
}
div#header {
	background: #cdcead url(../images/bg_header.gif) no-repeat top right;
	width: 850px;
	margin: 0 10px 8px 10px;
}
div#header img {
	display: block;
}
div#address {
	width: 560px;
	float: right;
	text-align: right;
	padding-right: 10px;
}
div#address p {
	font-size: 1.3em;
	color: #262a01;
	line-height: 1.6em;
	margin: 5px 0 0 0;
	letter-spacing: 1px;
}
div#address a {
	text-decoration: none; 
}
div#address a:link, div#address a:visited {
	color: #262a01;
}
div#address a:active, div#address a:hover {
	color: #CC3300;
}
div#address span {
	font-size: 1.3em;
}

#banner {
	width: 850px;
	margin: 0 10px;
}
#banner img {
	display: block;
}
#pagebodycontent {
	background: url(../images/bg_sidenav.gif) repeat-y top left;
	margin: 0 10px;
	width: 850px;
}
#footerbar {
	width: 870px;
	margin:0 auto;
	
}
#footerbarunder {
	font-size: 0.9em;
	color: #999;
	padding: 1em;
}


/* ============ nav bar content =================== */
#navbarh {
	background: #6f0a15 url(../images/bg_navbar.gif) repeat-x top;
	border-width: 1px 0;
	border-style: solid;
	border-color: #2f0202;
	width: 850px;
	margin: 5px 10px 0 10px;
}
#navbarh ul {
	padding: 8px 10px;
	margin: 0;
}
#navbarh ul li {
	display: inline;
	padding: 0 19px 0 12px;
	background: url(../images/bullet_circle_yellow.gif) no-repeat 0 0.5em;
	font-size: 1.2em;
}
#navbarh ul li a {
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
#navbarh a:link, #navbarh a:visited {
	color: #ffe5c3;
}
#navbarh a:active, #navbarh a:hover {
	color: #fff;
}

/* ============ SUB nav content =================== */
div#subnav {
	width: 850px;
	margin: -1px 10px 0 10px;
	/*background: #6f0a15;*/
	background: #797d4d;
	border-top: 1px solid #f9efdd;
	/*border-bottom: 1px solid #2f0202;*/
	text-align: center;
}
div#subnav ul {
	padding: 4px 10px;
	margin: 0;
}
div#subnav ul li {
	display: inline;
	padding: 0 20px 0 12px;
	font-size: 1.1em;
	letter-spacing: 1px;
}
div#subnav ul li a {
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
div#subnav a:link, div#subnav a:visited {
	color: #fff;
}
div#subnav a:active, div#subnav a:hover {
	color: #FFE5C3;
}
div#subnav ul li#active a {
	color: #ffea5d; 
}


/* ============ side navigation =============== */
div#nav-side {
	width: 135px;
	float: left;
	border-top: 5px solid #F9EFDD;
}
div#nav-side ul {
	list-style: none;
	border-top: 1px solid #F9EFDD;
	margin-top: 10px;
	background: #c6c99a;
}
div#nav-side ul li {
	border-bottom: 1px solid #F9EFDD;
	padding: 4px 4px 4px 12px;
	font-size: 1.1em;
}
div#nav-side ul li:hover {
	background: #797d4d;
}
div#nav-side a {
	text-decoration: none;
	/*font-weight: bold;*/
}
div#nav-side a:link, div#nav-side a:visited {
	color: #262a01;
}
div#nav-side a:active, div#nav-side a:hover {
	color: #fff;
}
div#nav-side ul li#active {
	background: #f9efdd url(../images/bg_navside_active.gif) repeat-y left;
}
div#nav-side ul li#active a {
	color: #2a5d08;
}


/* ============ two column layout =============== */
div#page-content {
	background: #fff;
	float: left;
	width: 710px;
	margin-left: 5px;
	margin-top: 5px;
	padding-bottom: 5px;
}
div.mainblock-left p, div.mainblock-right p {
	font-size: 1.1em;
}
div.mainblock-left {
	width: 236px;
	float: left;
	margin-right: 5px;
	padding: 6px 10px;
}
div.mainblock-left-intimate-weddings {
	width: 343px;
	float: left;
	margin-right: 5px;
	padding: 6px 10px;
}
#pagebodycontent-home .mainblock-left {
	width: 406px;
}
div.mainblock-right {
	width: 449px;
	float: left;
}
div.mainblock-right-intimate-weddings {
	width: 342px;
	float: left;
}
div.content-box {
	width: 100%;
	background: #fefdfb url(../images/bg_contentbox.gif) repeat-x bottom;
	border-bottom: 1px solid #c6bb98;
	padding: 8px 0;
}
div.content-box-offers {
	width: 100%;
	background: #fefdfb url(../images/bg_contentbox2.gif) repeat-x bottom;
	border-bottom: 1px solid #ff9e5f;
	padding: 8px 0;
}
div.content-box-offers a:link, div.content-box-offers a:visited {
	color: #CC3300;
}
div.content-box-offers a:active, div.content-box-offers a:hover {
	color: #000;
}
div.feature-box {
	width: 95%;
	background: #e8dcc7;
	border-top: 1px solid #c6bb98;
	border-bottom: 1px solid #c6bb98;
	padding: 8px 0;
	margin-top: 1em;
}
div.feature-box p {
	margin: 0 15px 0.5em 15px;
	font-size: 1.1em;
}
div.mainblock-right-sub {
	width: 222px;
	float: left;
	margin-bottom: 5px;
	margin-top: 10px;
}
div.mainblock-right-sub img {
	display: block;
	/*border-bottom: 1px solid #e8dcc7;*/
}
div.mainblock-right-sub p {
	margin: 0 5px 0 6px;
}

div#block-full {
	width: 690px;
	margin: 0 10px;
	padding-top: 5px;
}
div#block-full p {
	font-size: 1.1em;
}


table.rooms {
	clear: both;
	margin-top: 1em;
}
table.rooms td {
	vertical-align: top;
}
table.rooms tr td {
	border-right: 10px solid #F9EFDD;
	width: 162px;
}

div#specials-box {
	background: url(../images/bg_specials_bottom.gif) no-repeat bottom;
	margin: 10px 0 0 0;
	padding-bottom: 5px;
}
div#specials-box img {
	display: block;
}
div#specials-box h4 {
	text-transform: uppercase;
	margin: 0 10px;
	color: #a9192b;
	font-size: 1em;
}
div#specials-box p {
	margin: 0.3em 0 0.3em 10px;
}
div#specials-box a {
	font-weight: bold;
	text-decoration: none;
}
div#specials-box a:link, div#specials-box a:visited {
	color: #a9192b;
}
div#specials-box a:active, div#specials-box a:hover {
	color: #2A5D08;
}
div#signup-box {
	background: url(../images/bg_signup_bottom.gif) no-repeat bottom;
	margin: 10px 0 0 0;
	padding-bottom: 1px;
}
div#signup-box img {
	display: block;
}

/* ============ room rates table =================== */
table.room-rates {
	width: 100%;
	margin-top: 10px;
}
table.room-rates th {
	text-align: left;
	font-size: 1.3em;
	color: #CC3300;
	padding: 0 0 5px 0;
}
table.room-rates td {
	vertical-align: top;
}
table.room-rates tr td {
	padding: 5px 0;
	color: #2A5D08;
} 

/* ============ news / events / offers boxes =================== */

div.event-box {
	/*background: #fefdfb url(../images/bg_contentbox.gif) repeat-x bottom;*/
	border-bottom: 1px solid #c6bb98;
	margin: 0 0 1em 0;
	padding-bottom: 1em; 
}
div.event-box img {
	display: block;
	float: left;
	margin-right: 15px;
}
div.event-box h4 {
	text-transform: uppercase;
	margin-top: 0; 
}
p.date {
	color: #A9192B;
}
div.event-box em {
	color: #2A5D08;
}

/* ============ misc content styles =============== */
.uiFeedback {
	border-width: 2px 0;
	border-style: solid;
	border-color: #a9192b;
	background-color: #fff;
	padding: 0.5em 0;
	margin: 10px 1px 10px 10px;
	font-size: 1em;
	color: #f30;
}
.info { /* general info box for cms output */
	border-width: 2px 0;
	border-style: solid;
	border-color: #a9192b;
	background-color: #fff;
	padding: 0.5em 0;
	margin: 10px 1px 10px 10px;
	font-size: 1.3em;
}
ul.list {
	list-style: none;
	margin: 1em 0 0 10px;
}
ul.list li {
	background: url(../images/bullet_square_green.gif) no-repeat 0 0.75em;
	padding: 0.3em 0 0 14px;
}

ul.comment, ul.award {
	list-style: none;
	margin: 0 0 0.5em 5px;
}
ul.comment li {
	background: url(../images/icon_comment.gif) no-repeat 0 0.9em;
	padding: 8px 0 10px 22px;
	border-bottom: 1px solid #EBE0CA;
}
ul.award li {
	background: url(../images/icon_award.gif) no-repeat 0 0.9em;
	padding: 8px 0 10px 28px;
	border-bottom: 1px solid #EBE0CA;
}
ul.comment em {
	color: #2A5D08;
}

img.img-float-left {
	float: left;
	margin: 0 10px 0 0;
}
img.img-float-right { 
	float: right;
	margin: 10px 0 0 10px;
}
p.user-msg {
	background: yellow;
	color: red;
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px;
	letter-spacing: 1px;
}

div.clear-it {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}
h3.headerbar {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #fff #ccc #ccc #ccc;
	padding: 0;
}
div.hr {
	border-top: 1px solid #ccc;
	margin: 1em 0;
}
div.hr hr {
  display: none;
}
p.newsarticledate {
	font: normal 0.9em 'lucida console', courier, monospace;
	color: #acacac;
	margin: 0 0 1em 0;
}
div.usermessage {
	border: 1px solid #eee;
	padding: 0.3em;
	background: #f9f9f9;
	color: #c30;
	font: 0.9em 'ludica console', courier, monospace;
	margin-bottom: 1em;
}
table.late-availability {
	border-collapse: collapse;
	width: 100%;
	/*border-width: 1px 0 0 0;
	border-color: #b6a88a;
	border-style: solid;*/
}
table.late-availability tr td {
	/*border-width: 1px 0;
	border-color: #b6a88a;
	border-style: solid;*/
	padding: 5px;
	background: #fcf9f1;
}
table.late-availability tr td.spacer {
	border-width: 0;
	background: transparent;
	padding: 10px;
	border-top: 1px solid #b6a88a;
}
table.late-availability tr td.header {
	/*background: #fbe0e5;*/
	font-size: 1.2em;
	font-weight: bold;
	border-top: 1px solid #b6a88a;
}

ul.pdf-download {
	list-style: none;
	margin-top: 1em;
}
ul.pdf-download li {
	background: url(../images/icon_pdf.gif) no-repeat 0 0.7em;
	padding: 9px 0 20px 50px;
	font-size: 1.4em;
	font-weight: bold;
}
ul.pdf-download p {
	margin: 0;
}

/* ============ gallery ========================= */

ul.gallery {
	list-style: none;
	margin: 5px 0 0 0;
}
ul.gallery li {
	float: left;
	padding-right: 17px;
	padding-bottom: 10px;
}
ul.gallery img {
	display: block;
	background: #fff;
	padding: 4px;
	border: 1px solid #ACACAC;
}



/* ============ signature ========================= */
A.qdk:link, A.qdk:visited, A.qdk:active	{	
	text-decoration: underline;	
	color: #ccc;	
}
A.qdk:hover	{ 
	text-decoration: underline; 
	color: #f60;  
}
.sig {
	color: #ccc;
	font: 0.8em arial, helvetica, sans-serif;
	margin: 1em 0 0 0;
}

/* ============ LIGHTBOX GALLERY ========================= */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* 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/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
div#blackboard-container {
	background: #2A2A34;
	width: 690px;
	margin: 10px auto;
	padding: 11px 0 25px 0;
}
div#blackboard-container img {
	display: block;
	margin-left: 25px;
}
div#blackboard-container p {
	color: #f7f7f7; 
	font-size: 1.2em;
	margin: 0 0 12px 25px;
}
	