/*********************************************************/
/***************** GENERAL STYLES ************************/
/*********************************************************/
body {
	font-size:16px;
	line-height:18px;
	color:#777;
	background:#fff;
	margin:0;
	padding:0;
	background-position:top;
}
h1{
	font-size:28px;
	line-height:32px;
	margin: 0 0 10px 0;
	color:#494949;
	text-transform:uppercase;
	font-weight:normal;
}

h2{
	font-size:20px;
	line-height:24px;
	margin: 0 0 10px 0;
	color:#aaa;
	text-transform:uppercase;
	font-weight:normal;
}

h3 {
	font-size:18px;
	line-height:26px;
	color:#949494;
	font-weight:normal;
	margin: 0 0 20px 0;
	font-style:italic;
}
.general #content .row img {
	border-bottom:7px solid #A2C29B;
	margin: 10px 20px 20px 0;
	clear:both;
}

p {
	margin: 0 0 15px 0;
	font-size:16px;
	line-height:24px;	
}
a {
	color:#3b8f2a;
	text-decoration:none;
	font-weight:normal;	
}

p.title {
	font-size:18px;
	line-height:24px;
	color:#555;	
}

.required { 
	color:#cc0000;
	font-size:32px !important;
	line-height:45px;
	font-family:Trebuchet MS;
	font-weight:normal;
	padding:0;
}

.error {
	margin-top:15px;
	color:#cc0000;	
}

.formerror {
	color:#cc0000;
}





img { border:0; }

/* Buttons */
.subscribebutton { display:block; width:127px; _width:127px; min-width:127px; height:32px; text-indent:-999999px; overflow:hidden; background:url(../images/buttons/signup.jpg); border:0; margin: 10px 0 50px 53px; font-size:0; line-height:0;  }
.subscribebutton:hover { cursor:pointer;  }

.submitbutton { 
	width:30% !important;
	background: #7EA378;
	color:#fff;
	text-align:center;
	line-height:40px;
	-moz-border-radius:5px;
	border-radius:5px;
	text-transform: uppercase;
	font-size:20px;
}

.savebutton { 
	width:30% !important;
	background: #7EA378;
	color:#fff;
	text-align:center;
	line-height:40px;
	-moz-border-radius:5px;
	border-radius:5px;
	text-transform: uppercase;
	font-size:20px;
}
.savebutton:hover { cursor:pointer;  }

.nextbutton {
	width:30% !important;
	background: #7EA378;
	color:#fff;
	text-align:center;
	line-height:40px;
	-moz-border-radius:5px;
	border-radius:5px;
	text-transform: uppercase;
	font-size:20px;
}
.savebutton:hover { cursor:pointer;  }

.backbutton { 
	width:30% !important;
	background: #7EA378;
	color:#fff;
	text-align:center;
	line-height:40px;
	-moz-border-radius:5px;
	border-radius:5px;
	text-transform: uppercase;
	font-size:20px;
}
.savebutton:hover { cursor:pointer;  }

.buytickets { display:block; width:153px; _width:153px; min-width:153px; height:31px; text-indent:-999999px; overflow:hidden; background:url(../images/buttons/buytickets.jpg); border:0; margin:0; float:right; font-size:0; line-height:0; margin:0 20px 0 0; }
.buytickets:hover { cursor:pointer;  }


#wrapper {
	position:relative;
	width:100%;
	margin: 0 auto;
	padding:0;
	overflow:hidden;
}

#content {
	display:block;
}

#singlecolumn {
	
}

/* Page Subnav */
#pagesubnav ul, #pagesubnav li {
	list-style:none;
	width:235px;
	margin:0;
	padding:0;
	display:block;
}

#pagesubnav ul li.top{
	display:block;
	list-style:none;
	line-height:35px;
	font-size:18px;
	background:#d0d0d0;
	border-bottom: dashed 2px #ddd;
	margin:0;
	padding:0 20px 0 20px;
	width:195px;
	color:#6c6c6c;
	text-transform:uppercase;
}

#pagesubnav ul li a{
	display:block;
	list-style:none;
	line-height:18px;
	font-size:16px;	
	background:#eee url(../images/list-arrow.jpg) 18px 11px no-repeat;
	border-bottom: dashed 2px #ddd;
	margin:0;
	padding:7px 20px 10px 43px;
}
#pagesubnav ul li a:hover{
	color:#caa306;
	background:#eee url(../images/list-arrow-active.jpg) 18px 11px no-repeat;
}
#pagesubnav ul li a.active{
	color:#caa306;
	background:#eee url(../images/list-arrow-active.jpg) 18px 11px no-repeat;
}

form input {
	border: solid 1px #ddd;
	padding:5px;
	float:left;
	margin: 0 0 15px 0;
	width:100%;
}

form select {
	border: solid 1px #ddd;
	padding:3px;
}

#contactform form input, #contactform form textarea {
	width:100%;
}

#contactform td {
	border:0;	
}

#contactform td.title {
	width:10%;
	border:0;	
}

#contactform td.required {
	width:20px;
}	

form textarea {
	border: solid 1px #ddd;
	padding:5px;
	float:left;
	margin: 0 0 15px 0;
	width:600px;
}

form label {
	font-size:16px;
	float:left;
	margin: 0 10px 0 0;	
}




/*********************************************************/
/***************** MENU STYLES ************************/
/*********************************************************/

#subnav {
	position:absolute;
	top:75px;
	right:2px;	
}
#subnav li {
	display:inline;
	text-transform:uppercase;
	color:#aaa;
}
#subnav li a{
	color:#aaa;
	font-size:11px;
	font-weight:normal;	
	text-decoration:none;
	padding: 0 0px 0 7px;	
	border-left: solid 1px #aaa;
	margin: 0 0 0 7px;	
}
#subnav li a.active{
	color:#caa306;
}
#subnav li a:hover{
	color:#caa306;
}

.end {
	margin:0 !important;
	border:0 !important;	
}

/*********************************************************/
/***************** FOOTER STYLES ************************/
/*********************************************************/


#footer {
	margin:30px 0 0 0;
	padding:0;
}

#footer p, #footer a {
	color:#fff;
	font-size:14px;
}

#footer ul, #footer ul li {
	list-style:none;
	margin: 0 0 10px 0;
	padding:0;	
}

#footer .map {
	position:relative;	
}

#footer .map .panel {
	background:#90bdff;
	width:350px;
	padding:20px;
	position:absolute;
	left:45px;
	top:45px;
	z-index:7000;	
	
}
#footer .map .panel p {
	font-size:16px;
	line-height:24px;
}
#footer .map .panel a {
	font-size:16px;
	line-height:24px;
	color:#333;
}

#footer .map .panel h3 {
	font-size:50px;
	color: #fff;	
	border:0;
}

.footer-content {
	background:#90a990 url(/images/footer-bg.jpg) 0 80px no-repeat fixed;	
	padding: 20px 0 0 0;
	min-height:415px;
}

.footer-content .logos img { 
	width:100%;
}

#footer .map iframe {
	margin:0 0 20px 0;
	position:relative;	
}

#footer h3 {
	color:#4b6547;
	font-size:18px;
	text-transform:uppercase;
	font-style:normal;
	font-weight:normal;	
	border-bottom: solid 1px #a2c29b;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
}





/*********************************************************/
/***************** HOME PAGE STYLES **********************/
/*********************************************************/

/* Thumbnails */
.thumb .title {
	display:block;
	height:24px;
	background:#caa306;
	line-height:24px;
	font-size:13px;
	color:#000;
	text-align:center;
	text-transform:uppercase;
	width:100%;
}
.services .thumb .title {
	background:#ccc;
	font-size:14px;
	color:#666;
}

/* Facebook */
#facebook-follow {
	background:#eee;
	padding:10px;
	width:280px;
	height:96px;
	margin: 5px 0 0px 0;
}



}

.team {
	color:#4d8b2b;
	margin: 20px 0 0 0;
	font-style:italic;
	font-size:16px;
	line-height:22px;
}

.extrainfo {
	padding:15px;
	background:#eee;
	margin: 30px 0 0 0;
	font-style:italic;
	min-height:325px;
}

.extrainfo ul li {
	font-size:14px;
	line-height:20px;
	margin: 5px 0 5px 0;	
}

.extrainfo2 {
	padding:15px;
	background:#7EA378;
	margin: 30px 0 0 0;
	font-size:14px;	
	font-style:italic;
	color:#fff;
	min-height:325px;
}
.extrainfo2 .title {
	padding:0 !important;	
}

.extrainfo3 {
	padding:15px;
	background:#7EA378;
	margin: 30px 0 0 0;
	font-size:14px;	
	font-style:italic;
	color:#fff;
}
.extrainfo3 .title {
	padding:0 !important;	
}

.extrainfo p {
	font-size:14px;	
	font-style:italic;
	color:#999;
	margin: 0 0 5px 0;
}

.extrainfo2 p, .extrainfo3 p {
	font-size:14px;
	line-height:21px;
	font-style:italic;
	color:#fff;
	margin: 0 0 10px 0;
}

.extrainfo .title{
	font-style:italic;
	font-size:20px;
	color:#555;	
}

.extrainfo2 .title, .extrainfo3 .title{
	font-style:italic;
	font-size:22px;
	color:#fff;	
}

.extrainfo ul, .extrainfo2 ul, .extrainfo3 ul {
	margin:15px 0 0 17px;
	padding:0;	
}

.extrainfo2 ul li, .extrainfo3 ul li {
	margin: 5px 0 10px 0;
	font-size:16px;
	line-height:20px;
	font-weight:normal;
	color:#fff;
	font-style:italic;	
}

.extrainfo strong, .extrainfo2 strong, .extrainfo3 strong {
	font-weight:600;	
}


/******** BOOKING FORM *********/
#bookingformnew { _height:500px; min-height:500px; }
#bookingformnew table tr td { padding:2px 20px 0 0;  }
#bookingformnew h3 { font-size:24px; color:#333; margin:0 0 10px 0; padding:0; }

#bookingformnew .nextbutton { float:right; }

#contactform form .checkbox-div { float:left; height:30px; border:solid 0px red; margin: 0 15px 0 0; }
#contactform form .checkbox-div input { float:left; height:30px; width:14px; margin: 0 3px 0 0; }
#contactform form .checkbox-div label { float:left; height:30px; line-height:30px;}

#contactform form .text-div { float:left; height:30px; margin: 0 30px 0 0; }
#contactform form .text-div input { float:left; width:100px; margin: 0 3px 0 0; }
#contactform form .text-div label { float:left; height:30px; line-height:30px;}

.small { font-size:12px; line-height:14px; color:#999; width:290px; font-weight:normal; font-style:italic; }

.div-header { float:left; width:150px; font-weight:bold; }

#contactform form .div-header { float:left; width:150px; height:20px; margin: 0 30px 0 0; }
#contactform form .div-header-text { float:left; width:150px; height:20px; margin: 0 30px 0 0; }
#contactform form .div-header-text input { float:left; width:130px; margin: 0 3px 0 0; }
#contactform form .div-header-text label { float:left; height:20px; line-height:20px;}

#stage { margin: 40px 0 40px 0; position:relative; height:20px; }
#stage a  { float:left; border-right: dashed 1px #aaa; padding: 0 30px 0 30px; color:#ccc; line-height:20px; cursor:text; }
#stage a.active  {color:#3b8f2a; }

#bookingterms ul li { margin-left:40px; list-style-type:none; line-height:28px; font-weight:bold; margin-top:20px; }
#bookingterms ul li.indent { margin-left:60px; font-weight:normal; margin-top:0px; list-style-type:none; }


/****************************************/
/************* ROOMS *******************/
/****************************************/

.thumb a.title {
	background:#7fa378;	
	color:#fff !important;
	height:40px;
	line-height:40px;
	font-size:16px;
}

.thumb a.title {
	background:#7fa378;
	color:#fff !important;
}

.thumb .date {
	background:#ddd;	
	color:#333 !important;
	height:40px;
	line-height:40px;
	font-size:16px;
	text-align:center;
	text-transform:uppercase;
}

#panorama-button {
	display:block;
	height: 64px;
	overflow:hidden;
	margin: 6px 0 20px 0;
}

#panorama-button img {
	margin: 0px 0 30px 0px;
	
}
#panorama-button:hover {
	
}

.team {
	color:#4d8b2b;
	margin: 20px 0 0 0;
	font-style:italic;
	font-size:16px;
	line-height:22px;
}

.extrainfo {
	padding:15px;
	background:#eee;
	margin: 30px 0 0 0;
	font-style:italic;
	min-height:150px;
}

.extrainfo ul li {
	font-size:14px;
	line-height:20px;
	margin: 5px 0 5px 0;	
}

.extrainfo2 {
	padding:15px;
	background:#7EA378;
	margin: 30px 0 0 0;
	font-size:14px;	
	font-style:italic;
	color:#fff;
	min-height:150px;
}
.extrainfo2 .title {
	padding:0 !important;	
}

.extrainfo3 {
	padding:15px;
	background:#7EA378;
	margin: 30px 0 0 0;
	font-size:14px;	
	font-style:italic;
	color:#fff;
}
.extrainfo3 .title {
	padding:0 !important;	
}

.extrainfo p {
	font-size:14px;	
	font-style:italic;
	color:#999;
	margin: 0 0 5px 0;
}

.extrainfo2 p, .extrainfo3 p {
	font-size:14px;
	line-height:21px;
	font-style:italic;
	color:#fff;
	margin: 0 0 10px 0;
}

.extrainfo .title{
	font-style:italic;
	font-size:20px;
	color:#555;	
}

.extrainfo2 .title, .extrainfo3 .title{
	font-style:italic;
	font-size:22px;
	color:#fff;	
}

.extrainfo ul, .extrainfo2 ul, .extrainfo3 ul {
	margin:15px 0 0 17px;
	padding:0;	
}

.extrainfo2 ul li, .extrainfo3 ul li {
	margin: 5px 0 10px 0;
	font-size:16px;
	line-height:20px;
	font-weight:normal;
	color:#fff;
	font-style:italic;	
}

.extrainfo strong, .extrainfo2 strong, .extrainfo3 strong {
	font-weight:600;	
}


/************* REVIEW ************/
#review form textarea {
	height:100px;
	width:100%;
}


/* Your Experience */
#your-experience{
	margin-top:30px;
}

#your-experience-button {
	display:block;
	width:698px;
	height:35px;
	background:url('../images/your-experience.png');	
	margin: 0 0 20px 0;
}
#your-experience-button:hover, #your-experience-button .active {
	background:url('../images/your-experience.png') 0 -35px;
}

/* Extra info */
#extra-info{
	margin-top:20px;
	display:none;
}
#extra-info-button {
	display:block;
	width:698px;
	height:35px;
	background:url('../images/extra-info.png');	
	margin: 20px 0 10px 0;
}
#extra-info-button:hover {
	background:url('../images/extra-info.png') 0 -35px;
}

/* Extra info */
#your-details{
	margin-top:20px;
}
#your-details-button {
	display:block;
	width:698px;
	height:35px;
	background:url('../images/your-details.png');	
	margin: 20px 0 10px 0;
}
#your-details-button:hover {
	background:url('../images/your-details.png') 0 -35px;	
}

#termsandsubmit {
	margin-top:30px;	
}

.event_type{
	display:block;
	width:82px;
	height:82px;
	text-indent:-9999px;
	float:left;
	margin: 0 17px 0 0;
}

#event_wedding { background:url(../images/event_type.jpg) 0 0; }
#event_wedding:hover, #event_wedding_active { background:url(../images/event_type.jpg) 0 -82px; }

#event_event { background:url(../images/event_type.jpg) -98px 0; }
#event_event:hover, #event_event_active { background:url(../images/event_type.jpg) -98px -82px; }

#event_meeting { background:url(../images/event_type.jpg) -197px 0; }
#event_meeting:hover, #event_meeting_active { background:url(../images/event_type.jpg) -197px -82px; }

#event_party { background:url(../images/event_type.jpg) -295px 0; }
#event_party:hover, #event_party_active { background:url(../images/event_type.jpg) -295px -82px; }

#event_general { background:url(../images/event_type.jpg) -393px 0; }
#event_general:hover, #event_general_active { background:url(../images/event_type.jpg) -393px -82px; }

#rating_required { color:#cc0000; position:absolute; top:292px; left:430px; z-index:10000; }
#visit_required { color:#cc0000; position:absolute; top:580px; left:0; z-index:10000; }

.recent_review {
	margin: 0 0 30px 0;	
}

.recent_review .details div {
	margin: 0 0 15px 0;	
}

.recent_review .title{
	font-size:18px;
	line-height:20px;
	color:#359033;
	text-transform:uppercase;
	margin: 0 0 8px 0;
}

.recent_review .date{
	font-size:14px;
	line-height:16px;
	color:#abaaaa;
	margin: 18px 0 5px 0;
	padding:0;
}

.recent_review .copy {
	font-size:14px;
	line-height:18px;
	color:#474747;
	margin:0 0 2px 0;
}

.recent_review .comment {
	font-size:14px;
	line-height:18px;
	color:#999;
	margin:10px 0 10px 0;
	font-style:italic;
}

.recent_review .name {
	font-size:14px;
	line-height:16px;
	color:#abaaaa;	
	margin-top:5px;
}

.recent_review #stars img { float:left; margin: 6px 3px 0 0; }

.recent_review .details #stars img { float:left; margin: 0px 3px 0 0; }
/*
#file_upload { display:block; width:120px !important; height:30px !important; background:url(../images/photo-upload.png); text-indent:-9999px; }*/

#leftimages { float:left; width:30%; min-width:200px; !important; }
#leftimages img { padding: 10px 0 0 0; }