/* CSS Document */
* {
	margin: 0;
	padding:0;
}
/* remove firefox dotted borders */
a {
	outline: none;
}
.cln, .clear {
	display:block;
	overflow:hidden;
	clear:both;
	zoom:1;
	height: 0px;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url(../images/body/bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
.main #container {
	color: #3d3d3d;

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/body/bg_big.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.main #mainheader {
	width: 960px;
	height:132px;
	margin: 0 auto;
	background-image: url(../images/body/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.main #logo {
	height:106px;
	cursor:pointer;
	width:118px;
	float: left;
	background-image: url(../images/body/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.main #mainphoto {
	width: 960px;
	height:390px;
	margin: 0 auto;
	text-align: center;
	/*vertical-align: top;*/
	background-image: url(../images/body/bg_photo.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.main #loader {
	width: 960px;
	height:390px;
	margin: 0 auto;
	text-align: center;
	/*vertical-align: top;*/
	background-image: url(../images/body/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	
}
.main #bg_p {
	width: 908px;
	margin: 0 auto;
	text-align: center;
	vertical-align: top;
	background-image: url(../images/body/bg_p.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	display: inline-block;
}
.main #bg_p_top {
	width: 908px;
	text-align: center;
	vertical-align: top;
	background-image: url(../images/body/bg_p_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: inline-block;
}
/*
Normal Styles*/
.main #bg_p_bottom {
	width: 908px;
	background-image: url(../images/body/bg_p_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: inline-block;
	clear:left;
}

/*Fall Styles
.main #bg_p_bottom {
	width: 908px;
	background-image: url(../images/body/bg_p_bottom_fall.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: inline-block;
	clear:left;
}*/
.main #left_col {
	width: 234px;
	float: left;
	text-align: left;
	vertical-align: top;
}
.main #right_col {
	width: 674px;
	float: right;
	text-align: left;
	vertical-align: top;
}
.right_col_mod {
	width: 830px!important;
	float: left!important;
	margin-left: 28px!important;
}

.main .wide {
	width: 900px!important;
}

/*MAIN CONTENT*/
.main #right_col_h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 170%;
	color: #593013;
	font-weight: normal;
	margin:15px 30px 0px 21px;
	background-image: url(../images/body/bg_h1.gif);
	background-repeat: repeat-x;
	background-position: left 35px;
	display: block;
	height:40px;
}
.main #right_col_h1b {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 170%;
	color: #593013;
	font-weight: normal;
	margin:20px 0px 0px 21px;
	background-image: url(../images/body/bg_h1.gif);
	background-repeat: repeat-x;
	background-position: left 35px;
	display: block;
	height:40px;
}


/*duplicate of above style to display the <hr> in other spans*/
.main #BookNow{
	font-size: 170%;
	color: #593013;
	font-weight: normal;
	margin:5px 30px 0px 0px;
	background-image: url(../images/body/bg_h1.gif);
	background-repeat: repeat-x;
	background-position: left 35px;
	display: block;
	height:40px;
}

/*this style is for the book now button without the hr image below it, */
.main #BookNow2{
	width:40px;
	margin-top:5px;
	margin-left:28%;
	margin-right:50%;
	display: block;
}

.main #BookNow3{
	margin:5px 00px 0px 0px;
	background-image: url(../images/body/bg_h1.gif);
	background-repeat: repeat-x;
	background-position: left 35px;
	display: block;
	height:40px;
}

.main #right_col h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	color: #392416;
	font-weight: normal;
	margin:0px 30px 10px 21px;
}
.main #right_col h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #876331;
	font-weight: normal;
	margin:0px 20px 15px 21px;
}
.main #right_col h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	color: #603e22;
	font-weight: normal;
	margin:0px 20px 5px 21px;
}
.main #right_col p {
	font-size: 80%;
	vertical-align: top;
	margin:0px 30px 10px 21px;
	color:#3d3d3d;
}
.main #right_col ul li {
	padding: 0 0 4px 50px;
	background-image: url(../images/body/bullet_1.gif);
	background-repeat: no-repeat;
	background-position: 3em 0.5em;
	list-style-type: none;
	font-size: 80%;
}
.main #right_col ul {
	padding: 0 0 10px 0;
}
.main #right_col a:link, .main #right_col a:visited {
	color: #3d3d3d;
}
.main #right_col a:active, .main #right_col a:hover, .main #right_col a.active {
	color: #976e25!important;
}
/*TOP MENU*/
.main #topmenu {
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	color: #d1c390;
	text-decoration: none;
	height:26px;
	width:502px;
	margin: 0 auto;
	text-align: center;
	display: table;
}
.main #topmenu ul {
	padding: 2px 0 0 0;
	list-style: none;
	margin: 0;
	text-align: left;
	line-height:16px;
}
.main #topmenu ul li {
	display: inline;
	list-style: none;
	margin: 0;
}
.main #topmenu ul li a, .main #topmenu ul li a:link, .main #topmenu ul li a:visited {
	color: #d1c390;
	text-decoration: none;
}
.main #topmenu ul li a:hover, .main #topmenu ul li a:active, .main #topmenu ul li a.active {
	color: #c09751!important;
	text-decoration: none;
}
.main #topmenu ul li a#t1 {/*Specials & Packages*/
	background-image: url(../images/body/bullet_top.gif);
	background-repeat: no-repeat;
	background-position: 0.5em 0.5em;
	list-style-type: none;
	padding-left:20px;
}
.main #topmenu ul li a#t2 {/*Email Offers Sign-up*/
	background-image: url(../images/body/bullet_top.gif);
	background-repeat: no-repeat;
	background-position: 0.5em 0.5em;
	list-style-type: none;
	padding-left:20px;
}
.main #topmenu ul li a#t3 {/*Contact Us*/
	background-image: url(../images/body/bullet_top.gif);
	background-repeat: no-repeat;
	background-position: 0.5em 0.5em;
	list-style-type: none;
	padding-left:20px;
}
/*MAIN MENU TOP*/
.main #mainmenu_top {
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	color: #d1c390;
	text-decoration: none;
	width:408px;
	float: left;
	height:26px;
	text-align: left;
}
.main #mainmenu_top ul {
	margin: 0;
	padding: 4px 10px 0 ;
	float:left;
	line-height:16px;
}
.main #mainmenu_top ul li {
	margin:0;
	padding:0;
	list-style-type: none;
	float:left;
}
.main #mainmenu_top ul li a, .main #mainmenu_top ul li a:link, .main #mainmenu_top ul li a:visited {
	color: #d1c390;
	text-decoration: none;
}
.main #mainmenu_top ul li a:hover, .main #mainmenu_top ul li a:active, .main #mainmenu_top ul li a.active {
	color: #c09751!important;
	text-decoration: none;
}
.main #mainmenu_top ul li a#m0 {/*Home*/
	padding-left:40px;
}
.main #mainmenu_top ul li a#m1 {/*Our Inn*/
	background-image: url(../images/body/bullet_main_top.gif);
	background-repeat: no-repeat;
	background-position: 0.6em 0.5em;
	list-style-type: none;
	padding-left:20px;
}
.main #mainmenu_top ul li a#ma {/*Area Guide*/
	background-image: url(../images/body/bullet_main_top.gif);
	background-repeat: no-repeat;
	background-position: 0.6em 0.5em;
	list-style-type: none;
	padding-left:20px;
}
.main #mainmenu_top ul li a#mm {/*Maps*/
	background-image: url(../images/body/bullet_main_top.gif);
	background-repeat: no-repeat;
	background-position: 0.6em 0.5em;
	list-style-type: none;
	padding-left:20px;
}
/*MAIN MENU*/
.main #mainmenu {
	width: 960px;
	height:28px;
	background-image: url(../images/body/bg_main_menu);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto;
	text-align: center;
	display: table;
	font-family: "Times New Roman", Times, serif;
	font-size: 85%;
	color: #d1c390;
}
.main #mainmenu ul {
	list-style: none;
	margin: 0;
	padding: 5px 0 0 0;
	color: #80561b;
	text-align: center;
	line-height:16px;
}
.main #mainmenu ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding:0;
}
.main #mainmenu ul li a#m2 {
	list-style: none;
	background-image:none;
	list-style-type: none;
	margin: 0;
	padding:0;
}
.main #mainmenu ul li a, .main #mainmenu ul li a:link, .main #mainmenu ul li a:visited {
	color: #d1c390;
	text-decoration: none;
	cursor:pointer;
	background-image: url(../images/body/bullet_main_top.gif);
	background-repeat: no-repeat;
	background-position: 0.1em 0.5em;
	list-style-type: none;
	padding:0 0 0 10px;
}
.main #mainmenu ul li a:hover, .main #mainmenu ul li a:active, .main #mainmenu ul li a.active {
	color: #c09851!important;
	text-decoration: none;
	cursor:pointer;
	background-image: url(../images/body/bullet_main_top.gif);
	background-repeat: no-repeat;
	background-position: 0.1em 0.5em;
	list-style-type: none;
	padding:0 0 0 10px;
}
.main #mainmenu ul li a#m2 {
	list-style: none;
	background-image:none;
	list-style-type: none;
	margin: 0;
	padding:0;
}
/*FOOTER*/
/* Normal Styles */
.main #bg_footer {
	width: 960px;
	height:65px;
	background-image: url(../images/body/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 auto;
	text-align: center;
	display: table;
	font-family: "Times New Roman", Times, serif;
	font-size: 85%;
	color: #d1c390;
}
/*Fall Styles
.main #bg_footer {
	width: 960px;
	height:65px;
	background-image: url(../images/body/bg_footer_fall.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 auto;
	text-align: center;
	display: table;
	font-family: "Times New Roman", Times, serif;
	font-size: 85%;
	color: #d1c390;
}*/
/*FOOTER MENU*/
.main #bg_footer ul {
	list-style: none;
	margin: 0;
	padding:20px 0 0 275px;
	text-align: left;
}
.main #bg_footer ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding:0px 5px 0 5px;
}
.main #bg_footer ul li a, .main #bg_footer ul li a:link, .main #bg_footer ul li a:visited {
	color: #603e22;
	text-decoration: none;
}
.main #bg_footer ul li a:hover, .main #bg_footer ul li a:active, .main #bg_footer ul li a.active {
	color: #976e25!important;
	text-decoration: none;
}

/*Normal Styles */
.main #bg_footer_grape {
	width: 960px;
	height:150px;
	background-image: url(../images/body/bg_footer_grape.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 auto;
	text-align: center;
	vertical-align: top;
	display: table;
}

/*Fall Styles
.main #bg_footer_grape {
	width: 960px;
	height:150px;
	background-image: url(../images/body/bg_footer_grape_fall.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 auto;
	text-align: center;
	vertical-align: top;
	display: table;
}
*/

.main #footer_text {
	width: 300px;
	float: left;
	text-align: left;
	vertical-align: top;
	display: block;
	overflow:hidden;
	padding-left:10px;
}
.main #footer_logo {
	width: 270px;
	float: right;
	text-align: right;
	vertical-align: top;
	padding-right:30px;
}
.main #footer_text p {
	margin: 0;
	padding: 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	color: #9a8d70;
	text-align: left;
	vertical-align: top;
}
.main #footer_text span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	color: #6b5f46;
}
.main #footer_text a:link, .main #footer_text a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6b5f46;
	font-size: 90%;
}
.main #footer_text a:active, .main #footer_text a:hover, .main #footer_text a.active {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9a8d70;
	font-size: 90%;
}
/*SUB MENU*/
.main #submenu {
	width: 180px;
	float: right;
	margin:5px 0 10px 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
.main #submenu ul {
	margin: 0;
	padding: 0;
	float:left;
}
.main #submenu ul li {
	margin:0;
	padding:0;
	overflow:hidden;
	padding:0 0 4px 10px;
	background-image:none;
	font-size: 80%;
}
.main #submenu ul li a, .main #submenu ul li a:link, .main #submenu ul li a:visited {
	color: #391d0c;
	text-decoration: none;
	padding-left: 10px;
	background-image: url(../images/body/bullet_s1.gif);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	display: block;
}
.main #submenu ul li a:hover, .main #submenu ul li a:active, .main #submenu ul li a.active {
	color: #976e25!important;
	text-decoration: none;
	padding-left: 10px;
	background-image: url(../images/body/bullet_s2.gif);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	display: block;
}
/*SUB MENU HEADER*/
.main #submenu ul li#submenuheader {
	margin:0;
	padding:0;
	font-size: 80%;
	color: #391d0c;
	text-decoration: none;
	padding:0 0 10px 0px;
	background-image: none;
}
.main #submenu ul li#submenuheader a, .main #submenu ul li#submenuheader a:link, .main #submenu ul li#submenuheader a:visited {
	color: #391d0c;
	text-decoration: none;
	background-image: none;
}
.main #submenu ul li#submenuheader a:hover, .main #submenu ul li#submenuheader a:active, .main #submenu ul li#submenuheader a.active {
	color: #976e25!important;
	text-decoration: none;
	background-image: none;
}
/*TABELES*/
.table {
	padding:0px 30px 20px 21px;
}
.table p {
	padding:6px 0px 0px 0px;
}
.tablepdf {
	padding:5px;
}
.bg_table1 {
	background-color:#f5efe4;
	height:30px;
	
}
.bg_table2 {
	background-color:#f9f6f1;
	height:30px;
    
}
.bg_table_h {
	background-color:#dccfbd;
}
.red {
	font-size: 80%;
	color: #FF0000;
}
/*RESERVATION*/
#reservations2 {
	height:66px;
	color:#5d3008;
	background-image: url(../images/r_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-left:2px;
	margin-right:2px;
	background-color:#f5f1e8;
}
#resform {
	text-align:left;
	border:none;
}
.res2_header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	color: #613008;
	float:left;
	padding-top:26px;
	padding-left:22px;
	padding-right:20px;
}
#reservations {
	width: 213px;
	background-image: url(../images/body/bg_res.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	margin-left:21px;
	display:table;
}
#reservations_top {
	width: 213px;
	height:44px;
	background-image: url(../images/body/bg_resbox_top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left:21px;
	clear:both;
}
#reservations_bottom {
	width: 213px;
	height:65px;
	background-image: url(../images/body/bg_resbox_bottom.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left:21px;
	padding-top:13px;
	line-height:20px;
}
.reservationselect {
	color:#727272;
	font-size: 60%;
	width:55px;
	margin:0 2px 0 0;
}
.reservationselect2 {
	background-color: #FFFDED;
    border: 1px solid #D2BDB1;
    color: #727272;
    font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 22px;
    margin: 1px 2px 0 0;
    padding-top: 1px;
    width: 55px;
}
.reservationselect3 {
	color:#727272;
	float:left;
	font-size:9px;
	margin:2px 2px 0 0;
	padding-top:1px;
	width:50px;
}
.promo_box {
	height:20px;
	margin-top: 1px;
	width:65px;
	background-color: #FFFDED;
    border: 1px solid #D2BDB1;
}
.Arrival {
	float:left;
	padding:7px 0 0 19px;
	font-size: 70%;
}
.ArrivalDate {
	float:left;
	padding-left:19px;
}
.Nights {
	float:left;
	font-size: 70%;
	display:block;
	width:61px;
	padding:10px 0 0 0;
}
.Adults, .title {
	float:left;
	font-size: 70%;
	display:block;
	width:61px;
	padding:12px 0 0 0;
}
.Children {
	float:left;
	font-size: 70%;
	display:block;
	width:55px;
	padding:12px 0 0 0;
}
.nac {
	float:left;
}
.s_submit {
	background-image: url(../images/buttons/reservations2.gif);
	background-repeat: no-repeat;
	display:inline-block;
	cursor:pointer;
	width:137px;
	height:27px;
	margin:-4px 0 0 20px;
 	font-size: 0px;
	line-height:0;
	text-indent:-1000em;
	overflow:hidden;
	border: 0 none;
	cursor: pointer;
}
.booking .button {
	background: transparent url(../images/buttons/submit.gif) no-repeat 0 0;
	border:0;
	cursor:pointer;
	display:block;
	width:123px;
	height:27px;
 	font-size: 0px;
	line-height:0;
	text-indent:-1000em;
	overflow:hidden;
}
.booking .button:hover {
	background-image: url(../images/buttons/submit_over.gif);
}
.promo input {
	width:48px;
	margin-right:5px;
}
#reservations_bottom a:link.bestrate, #reservations_bottom a:visited.bestrate {
	background-image: url(../images/buttons/best_rate_a.gif);
	background-repeat: no-repeat;
	display:block;
	width:123px;
	height:20px;
	margin:0 0 0 45px;
}
#reservations_bottom a:hover.bestrate, #reservations_bottom a:active.bestrate {
	background-image: url(../images/buttons/best_rate_b.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#reservationstext {
	width: 160px;
	padding:10px 0 0 26px;
	font-size: 90%;
	text-align: center;
	vertical-align: top;
	font-style: italic;
}
#reservationstext a, #reservationstext a:visited {
	color:#8b461e;
	text-decoration:none;
}
#reservationstext a:hover, #reservationstext a:active {
	color:#3d3d3d;
}

.checkindate {
    display: block;
    float: left;
    font-size: 70%;
    padding: 12px 10px 0px 0px;
    width: 100px;
}

/*BOOKING*/
.booking {
	overflow:hidden;
}
.booking legend {
	display: none;
}
.booking fieldset{
	border:none 0;
	position:relative;
}
.booking p {
	float:left;
	padding:12px 15px 0 0;
	position: relative;
	top: 0;
	overflow:hidden;
}
.booking p.submit {
	padding-top: 23px;
}
.booking label {
	display: block;
	color: #6a6053;
	font-size: 11px;
	padding: 0 0 1px 0px;
	text-align:left;
}

.booking .w100 {
	width:100px;
	font-size: 70%;
}

.booking .w55 {
	width:55px;
	font-size: 70%;
}

.booking .w65 {
	width:65px;
	font-size: 70%;
}

/*FEATURED*/
#featured {
	width: 213px;
	height:15px;
	background-image: url(../images/body/featured.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left:4px;
	margin-top:15px;
	clear:both;
	visibility:hidden;
}
#featuredtext {
	width: 160px;
	/*padding:10px 0 100px 46px;*/
	font-size: 80%;
	text-align: center;
	vertical-align: top;
	font-style: italic;
	visibility:hidden;
}
#featuredtext a, #featuredtext a:visited {
	color:#8b461e;
	text-decoration:none;
}
#featuredtext a:hover, #featuredtext a:active {
	color:#3d3d3d;
}
#featuredtext span {
	font-size: 160%;
}
/*FORMS*/
DIV.formseparator {
	height: 1px;
	background-color:#c3b39b;
	width: 100%;
	clear: both;
	overflow: hidden;
	margin:10px 0 10px 0;
}
DIV.formseparator2 {
	height: 1px;
	background-color:#c3b39b;
	width: 620px;
	clear: both;
	overflow: hidden;
	width: 100%;
}
.formbody {
	margin-left:21px;
	width: 625px;
	font-size: 80%;
	line-height:16px;
}
.form_main {
	color: #494949;
	font-family: Georgia, "Times New Roman", Times, serif;
	width:270px;
	font-size: 90%;
}
.form_main_small {
	color: #494949;
	font-family: Georgia, "Times New Roman", Times, serif;
	width:80px;
}
.form_main_half {
	color: #494949;
	font-family: Georgia, "Times New Roman", Times, serif;
	width:120px;
}
.red {
	font-size: 80%;
	color: #FF0000;
}
/*FORM BUTTONS*/
.formbutton {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #80561b;
	background-color: #dccfbd;
	padding: 7px;
	margin: 0;
	line-height:30px;
	text-decoration: none;
	border:none;
}
a.formbutton:link, a.formbutton:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #80561b;
	background-color: #dccfbd;
	padding: 7px;
	margin: 0;
	line-height:30px;
	text-decoration: none;
}
a.formbutton:active, a.formbutton:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #80561b;
	text-decoration: none;
	background-color: #ffffff;
	padding: 7px;
	margin: 0;
	line-height:30px;
}
#googlemap {
	width: 100%;
	margin-left:22px;
	margin-bottom:24px;
	width:620px;
	height: 484px;
	font-size:80%;
}

/* Calendar of Events module */

.calendar-module {
	text-align:center;
	width: 200px;
	margin-left: 22px;
	margin-bottom: 96px;
}

.calendar-module h3 {
	font-size: 96%;
	font-weight:normal;
	color: #603e22;
	text-transform: uppercase;
	margin-bottom: 8px;
	float:none;
	padding-left: 8px;
}
.logos{
	
	float:left;
	padding-top:10px;
	position:relative;
	}
	
	
#fx {
			width:956px;
			height:390px;
			position:relative;
			margin:0 auto;
}
		
#fx img {
			position:absolute;
			left:0;top:0;
}

/*****SOCIAL****/

.social {
    float: left;
    height: 50px;
    margin-left: 200px;
    margin-right: 7px;
    margin-top: 10px;
}

/*fall style
.social {
    float: left;
    height: 50px;
    margin-left: 85px;
    margin-right: 7px;
    margin-top: 10px;
}*/

.social li {
    display: block;
    height: 20px;
    margin-bottom: 10px;
}


.social a {
	display:block;
	height:18px;
	width:84px;
	line-height:16px;
	font-size:0;
	text-indent:-1000px;
	color:#aaa;
	float:left;
	text-decoration:none;
	overflow:hidden;
	background-image: url(../images/logos/social.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.social .facebook a {
	background-position:0 -52px;
	margin-right:10px;
}
.social .facebook a:hover {
	background-position:0 -34px;
}
.social .twitter a {
	background-position:0 -17px;
	height:17px;
	margin-top:1px;
}
.social .twitter a:hover {
	background-position:0 0;
}

/*.facebook{
	display: inline;
	position: relative;
padding-top: 12px;
padding-bottom: 15px;
padding-left: 0px;
	}
	
	.twitter{
		
display: inline;
	padding-top: 13px; 
	margin-top: 15px;
	padding-bottom: 17px;
	padding-left: 15px;
	}*/
	
	
	
/***SHARE******/	
	
#share_this {
	color:#876331;
	font-family:"Times New Roman", Times, serif;
	font-size:100%;
	font-weight:normal;
	margin:0 20px 15px 75px;
	text-decoration:underline;
}

/*** Specials ****/
#featuredspecials {
	margin-left: 25px;
}
.featured_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #613008;
	background-image: url(../images/body/bg_h1.gif);
	background-repeat: repeat-x;
	background-position: left 50px;
	display: block;
	padding-top: 20px;
	height: 40px;
}

/**FOR featuredspecials3.php**/
.featured_title2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #613008;
	display: block;
	padding-top: 20px;
	height: 40px;
}
.featured_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #a67337;
	font-style: italic;
	display: block;
	padding-top: 20px;
	padding-right: 20px;
}
.featured_sign {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #3D3D3D;
	display: block;
	padding-top: 10px;
	padding-bottom: 20px;
}

.splink {
	color: #603e22;
	text-decoration: none;
	font-size:12px;
	text-align:center;
	width:208px;
	line-height:15px;
	display:block;
}
a.splink, a:visited.splink {
	color: #603e22;
	text-decoration: underline;
	font-size:12px;
	display:inline;
}
a:hover.splink, a:active.splink {
	color: #976e25!important;
	text-decoration: none;
}
.s_booking {
	/*color:#5D3008;*/
	float:left;
	font-size:80%;
	line-height:22px;
	padding-left:20px;
	padding-right:7px;
}
.s_booking_wgt {
	background-color:#F5F1E8;
	border:1px solid #C3B39B;
	display:block;
	height:66px;
	margin-bottom:15px;
	margin-left:21px;
	margin-right:31px;
}


/***CHAT BUTTON**/
.chatbutton {
	background: url("../images/buttons/ctc1.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 34px;
    margin-left:48px;
    width: 165px;
	border:none;
	cursor: pointer;
	text-decoration: underline;
}

/***FOOTER LOGOS****/

.boutique {
	background: url("../images/logos/boutique.gif") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    display: block;
    height: 56px;
    position: relative;
   	top: 25px;
    width: 138px;
	margin-right:140px;
	 left: -65px;
}

.iprefer {
	background: url("../images/logos/iprefer2.gif") no-repeat scroll 0 0 transparent;
   	border: medium none;
    cursor: pointer;
    display: block;
    height: 78px;
    margin-left:80px;
	margin-right:15px;
    position: relative;
    top: -40px;
    width: 104px;
}

.leed {
	background: url("../images/logos/cert_mark_gold_gray.jpg") no-repeat scroll 0 0 transparent;
   	border: medium none;
    cursor: pointer;
    display: block;
    height: 78px;
    margin-left:190px;
    position: relative;
    top: -115px;
    width: 84px;
}

#___plusone_0{
	float: left !important;
	margin-top: 15px !important;
}

.plus_1 #___plusone_0 {
    float: right !important;
    margin-top: -31px !important;
}


.wc_left{
	width: 294px;
	float: left;
	margin-right: 7px;
}

.wc_left img{
	display: block;
	margin-bottom: 5px;
	border: 2px solid #593013;
}


.wc_right{
	width: 584px;
	float: left;
}
