@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding:0;
}
/* remove firefox dotted borders */
a {
	outline: none;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #7a7165;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #fcf9eb;
	background-image: url(../images/body/bg.gif);
	background-repeat: repeat-x;
}
.template #container {
	width: 960px;
	margin: 0 auto;
	border: none;
	text-align: left;
}
.clear {
	clear:both;
}
/*HEADER*/
.template #header {
	background-image: url(../images/body/logo.gif);
	background-repeat: no-repeat;
	height:119px;
	background-position: left top;
	cursor:pointer;
	width:220px;
	float: left;
}
.template #header h1 {
	margin: 0;
	padding: 0;
}
/*TOP MENU*/
.template #topmenu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #9b8662;
	text-transform: lowercase;
	text-decoration: none;
	width:740px; 
	float: left;
}
.template #topmenu ul {
	margin: 0;
	padding: 0;
	float:right;
}
.template #topmenu ul li {
	margin:0;
	padding:0;
	list-style-type: none;
	float:left;
	padding:77px 10px 0 20px;
}
.template #topmenu ul li a, .template #topmenu ul li a:link, .template #topmenu ul li a:visited {
	color: #9b8662;
	text-decoration: none;
}
.template #topmenu ul li a:hover, .template #topmenu ul li a:active, .template #topmenu ul li a.active {
	color: #100f0f!important;
	text-decoration: none;
}
/*MAIN MENU*/
.template #mainmenu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #7a7165;
	text-align: center;
	height: 34px;
	background-image: url(../images/body/bg_main_menu.gif);
	background-repeat: repeat-x;
	text-transform: lowercase;
	text-decoration: none;
}
.template #mainmenu ul {
	margin: 0;
	padding: 0;
	color: #80561b;
	height: 34px;
}
.template #mainmenu ul li {
	margin:0;
	padding:0;
	list-style-type: none;
	background-image:url(../images/body/menu_main_bg_active.gif);
	background-repeat: no-repeat;
	background-position: left;
	float:left;
}
.template #mainmenu ul li a, .template #mainmenu ul li a:link, .template #mainmenu ul li a:visited {
	color: #80561b;
	text-decoration: none;
	height: 34px;
	cursor:pointer;
}
.template #mainmenu ul li a:hover, .template #mainmenu ul li a:active, .template #mainmenu ul li a.active {
	color: #100f0f!important;
	text-decoration: none;
	background-image: url(../images/body/menu_main_bg_active.gif);
	background-repeat: repeat-x;
	display: block;
	cursor:pointer;
}
.template #mainmenu ul li a span {/*Home*/
	display: block;
	padding-top:10px;
	font-style: normal;
}
.template #mainmenu ul li a#m0 {/*Home*/
	display: block;
	width: 58px;
}
.template #mainmenu ul li a#m1 {/*Our Property*/
	display: block;
	width: 102px;
}
.template #mainmenu ul li a#m2 {/*Accommodations*/
	display: block;
	width: 128px;
}
.template #mainmenu ul li a#m3 {/*Nemi Restaurant*/
	display: block;
	width: 94px;
}
.template #mainmenu ul li a#m4 {/*Spa Services*/
	display: block;
	width: 98px;
}
.template #mainmenu ul li a#m5 {/*Business Travel*/
	display: block;
	width: 114px;
}
.template #mainmenu ul li a#m6 {/*Leisure Travel*/
	display: block;
	width: 105px;
}
.template #mainmenu ul li a#m7 {/*Special Events*/
	display: block;
	width: 111px;
}
.template #mainmenu ul li a#m8 {/*Maps and Directions*/
	display: block;
	width: 150px;
}
.template #mainmenu ul li a#m8 span {/*Maps and Directions*/
	display: block;
	width: 150px;
	background-image: url(../images/body/menu_main_bg_active.gif);
	background-repeat: no-repeat;
	background-position: right;
}
/*PHOTO*/
.template #bgphoto {
	width: 960px;
	border: none;
	background-color: #FFFFFF;
	background-image: url(../images/body/bg_photo.jpg);
	background-repeat: repeat;
	height: 462px;
}
.template #photoloader {
	width: 960px;
	background-image: url(../images/body/loader.gif);
	background-repeat: no-repeat;
	height: 452px;
	background-position: center center;
	text-align: center;
	padding-top:5px;
}
/*RESERVATION*/
.template #reservations {
	width: 452px;
	height: 103px;
	background-image: url(../images/body/bg_reservations.jpg);
	background-repeat: repeat;
	background-position: left top;
	float: left;
}
.template #reservations p {
	color:#91704d;
	font-size: 80%;
}
#reservationbox {
	display: block;
	padding:25px 0 0 20px;
	font-style: normal;
	background-image: url(../images/body/reservations.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.reservationselect {
	color:#727272;
	font-size: 60%;
	width:63px;
	margin:0 2px 0 0;
}
a.submit:link, a.submit:visited {
	padding: 10px 35px 0 0;
	margin: 0px;
	line-height:30px;
	background-image: url(../images/buttons/submit_a.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 28px;
	width: 124px;
}
a.submit:active, a.submit:hover {
	padding: 10px 35px 0 0;
	margin: 0px;
	line-height:30px;
	background-image: url(../images/buttons/submit_b.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 28px;
	width: 124px;
}
.Arrival {
	width:195px;
	padding:0 14px 0 0;
	float:left;
}
.Nights {
	width:71px;
	float:left;
}
.Adults {
	width:55px;
	padding:0 14px 0 0;
	float:left;
}
.Children {
	width:57px;
	padding:0 14px 0 0;
	float:left;
}
/*FEATURED SPECIALS*/
.template #fspecials {
	width: 508px;
	height: 103px;
	background-image: url(../images/fspecials/bg_specials.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
.fsbox {
	padding:65px 20px 5px 25px;
}
.fs {
	font-size: 80%;
}
.fs a:link, .fs a:visited {
	color: #dec14c;
	text-decoration:none;
	text-transform:lowercase;
}
.fs a:active, .fs a:hover, .fst a.active {
	color: #7d765c!important;
	text-decoration:none;
	text-transform:lowercase;
}
.price {
	color:#dec14c;
	font-size: 140%;
}
/*MAIN CONTENT*/
.template #mainContent {
	padding:0;
	margin:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #7a7165;
}
.template #mainContent h1 {
	padding: 20px 20px 10px 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #b69054;
	font-weight: normal;
	text-transform: lowercase;
}
.template #mainContent h2 {
	padding-left: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #876331;
	font-weight: normal;
	text-transform: lowercase;
}
.template #mainContent h3 {
	padding: 10px 0 0 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #7a7165;
	font-weight: normal;
	text-transform: lowercase;
}
.template #mainContent p {
	padding:5px 20px 5px 20px;
	font-size: 80%;
}
.template #mainContent ul li {
	padding: 0 0 0 50px;
	background-image: url(../images/body/bullet_1.gif);
	background-repeat: no-repeat;
	background-position: 3em 0.4em;
	list-style-type: none;
	font-size: 80%;
	line-height:140%;
}
.template #mainContent ul li ul li {
	padding: 0 0 0 50px;
	background-image: url(../images/body/bullet_1.gif);
	background-repeat: no-repeat;
	background-position: 3em 0.4em;
	list-style-type: none;
	font-size: 95%;
	line-height:140%;
}
.template #mainContent a:link, .template #mainContent a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #52504e;
}
.template #mainContent a:active, .template #mainContent a:hover, .template #mainContent a.active {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #80561b!important;
}
/*SUB MENU*/
.template #submenu {
	width: 190px;
	float: right;
	margin:5px 0 20px 50px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	text-decoration: none;
}
.template #submenu ul {
	margin: 0;
	padding: 0;
	float:left;
	font-size: 100%;
}
.template #submenu ul li {
	margin:0;
	padding:0;
	overflow:hidden;
	padding:0 0 4px 10px;
	background-image:none;
	font-size: 80%;
}
.template #submenu ul li.subsub {
	margin:0;
	padding:0;
	overflow:hidden;
	padding:0 0 4px 20px;
	background-image:none;
	font-size: 80%;
}
.template #submenu ul li a, .template #submenu ul li a:link, .template #submenu ul li a:visited {
	color: #252525;
	text-decoration: none;
	padding-left: 10px;
	background-image: url(../images/body/bullet_2.gif);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	display: block;
}
.template #submenu ul li a:hover, .template #submenu ul li a:active, .template #submenu ul li a.active {
	color: #80561b!important;
	text-decoration: none;
	padding-left: 10px;
	background-image: url(../images/body/bullet_1.gif);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	display: block;
}
/*SUB MENU HEADER*/
.template #submenu ul li#submenuheader, .template #submenu ul li#submenuheader2, .template #submenu ul li#submenuheader3 {
	margin:0;
	padding:0;
	font-size: 90%;
	color: #80561b;
	text-decoration: none;
	padding:0 0 5px 0px;
	background-image: none;
}
.template #submenu ul li#submenuheader a, .template #submenu ul li#submenuheader a:link, .template #submenu ul li#submenuheader a:visited, .template #submenu ul li#submenuheader2 a, .template #submenu ul li#submenuheader2 a:link, .template #submenu ul li#submenuheader2 a:visited, .template #submenu ul li#submenuheader3 a, .template #submenu ul li#submenuheader3 a:link, .template #submenu ul li#submenuheader3 a:visited {
	color: #80561b;
	text-decoration: none;
	background-image: none;
}
.template #submenu ul li#submenuheader a:hover, .template #submenu ul li#submenuheader a:active, .template #submenu ul li#submenuheader a.active, .template #submenu ul li#submenuheader2 a:hover, .template #submenu ul li#submenuheader2 a:active, .template #submenu ul li#submenuheader2 a.active, .template #submenu ul li#submenuheader3 a:hover, .template #submenu ul li#submenuheader3 a:active, .template #submenu ul li#submenuheader3 a.active {
	color: #252525!important;
	text-decoration: none;
	background-image: none;
}
/*FOOTER*/
.template #footer {
	padding: 0 0 20px 0;
}
.template #footer p {
	margin: 0;
	padding: 10px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #7a7165;
	text-align: center;
	vertical-align: middle;
}
.template #footer a:link, .template #footer a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #7a7165;
}
.template #footer a:active, .template #footer a:hover, .template #footer a.active {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #80561b;
}
.template #footer_pattern {
	padding: 0;
	background-image: url(../images/body/footer_pattern.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	clear: both;
	height: 37px;
	width: 960px;
}
/*FOOTER MENU*/
.template #footermenu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #80561b;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	clear:both;
}
.template #footermenu ul {
	list-style: none;
	margin: 0;
	padding:30px 0 30px 0;
	text-align: center;
}
.template #footermenu ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding:0px 5px 0 5px;
}
.template #footermenu ul li a, .template #footermenu ul li a:link, .template #footermenu ul li a:visited {
	color: #80561b;
	text-decoration: none;
}
.template #footermenu ul li a:hover, .template #footermenu ul li a:active, .template #footermenu ul li a.active {
	color: #100f0f!important;
	text-decoration: none;
}
/*BUTTONS*/
a.availability:link, a.availability:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #80561b;
	background-color: #efe7c3;
	padding: 6px;
	margin: 1px 0 0 20px;
	line-height:30px;
	text-decoration: none;
}
a.availability:active, a.availability:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #80561b;
	text-decoration: none;
	background-color: #ffffff;
	padding: 6px;
	margin: 1px 0 0 20px;
	line-height:30px;
}
/*FORM BUTTONS*/
a.formbutton:link, a.formbutton:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #80561b;
	background-color: #efe7c3;
	padding: 6px;
	margin: 1px 0 0 0;
	line-height:30px;
	text-decoration: none;
}
a.formbutton:active, a.formbutton:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #80561b;
	text-decoration: none;
	background-color: #ffffff;
	padding: 6px;
	margin: 1px 0 0 0;
	line-height:30px;
}
/*FORMS*/
DIV.separator {
	height: 1px;
	background-color:#efe7c3;
	width: 100%;
	clear: both;
	margin:5px 0px 5px 0px;
	overflow: hidden;
}
DIV.separator_inbody {
	height: 1px;
	background-color:#efe7c3;
	width: 940px;
	clear: both;
	margin:5px 0px 5px 20px;
	overflow: hidden;
}
DIV.separator_inbody_footer {
	height: 1px;
	background-color:#efe7c3;
	width: 940px;
	clear: both;
	margin:10px 0px 0px 20px;
	overflow: hidden;
}
.form_main {
	color: #494949;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;
	width:200px;
}
.bg_table1 {
	background-color:#efe7c3;
}
.bg_table2 {
	background-color:#fcfaf3;
}
.bg_table_h {
	background-color:#c2b581;
	color:#FFF;
}
.red {
	font-size: 80%;
	color: #FF0000;
}
/*Gallery
*****************************************************************************************************/
.gallery_sm_pic {
	border: 2px solid #EAEAEA;
	margin:0 3px 3px 0;
}



.dining_logo {
	float:left;
	width:148px;
	height:122px;
	margin:10px;
}
.dining_address {
	float:left;
	margin:10px;
	margin-left:0px;
	width:725px;
}