@charset "utf-8";

/* CSS Document */

body {
	margin: 0;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

img {
	border: 0;
	display: block;
}

form {
	margin: 0;
}
input, select, textarea {
	border: 1px solid #b8b8b8;
	padding: 3px;
	font-size: 11px;
}
/*input.button {
	width: auto;
	border: 0;
	padding: 0;
}*/

h1 {
}
h2 {
}
h3 {
}
h4 {
	font-size: 14px;
	margin-bottom: 0;
}

em {
	color: #1b5072;
	font-style: normal;
}

a:link, a:active, a:visited {
	color: #E58308;
	text-decoration: underline;
}
a:hover {
	color: #E58308;
	text-decoration: none;
}

a.link:link, a.link:active, a.link:visited {
	color: #a7a7a7;
	text-decoration: underline;
}
a.link:hover {
	color: #a7a7a7;
	text-decoration: none;
}

.clearleft {
	clear: left;
}

#container {
/*	width: 980px;*/
	margin: 0 auto;
}

/********** HEADER */
#header {margin:0 auto 10px auto;background: top repeat-x url(/skin/images/header-bg.gif);}
#header.home-header{background: top repeat-x url(/skin/images/header-bg-home.gif);}/* override for homepage */

.menuarea {
	margin-bottom: 11px;
}
/********** HEADER EXTRAS */
.header-extras{
    position:relative;
    z-index:20;
    width:905px;
    margin: 0 auto;
		height: 109px;
}
.logo {
    height:90px;    
    width:900px;
    margin:0 auto;
}
.logo a{display:inline-block;padding-top: 10px;}

.search {
	position:absolute;
	top:50px;
	right:0;
	height: 30px;
	width: 260px;
	text-align: right;
}
.search input {
	width: 180px;
	background-color: #787f8c;
	border: 1px solid #828896;
	color: #FFFFFF;
	font-size: 11px;
	float: left;
	padding: 4px;
	margin-left: 5px;
}
.search .button-go{
	border: 0;
	padding: 0;
	width: auto;
}


.headerimage { background-color: #FFFFFF; width:880px;height:220px;margin: 0 auto; border: 1px solid #42526e;}
.headerimage.home{ background-color: #FFFFFF;height:320px; border: 1px solid #42526e;}



/* MENU */
#menu {
	width:905px;
	margin: 0 auto;
	height: 40px;
}
#menu ul {
	float:left;
	position:relative;
	z-index:999;/* requires higher Index to enable popup */
	height: 40px;
	margin: 0;
	padding: 0;
	background: left no-repeat url(/skin/images/menu-div.gif);
}

#menu li {
	float:left;
	list-style: none;
	height: 40px;
	background: right no-repeat url(/skin/images/menu-div.gif);
}
#menu a:visited, #menu a:active, #menu a:link {
	padding: 14px 22px;
	font-size:14px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
#menu a:hover {
	color: #000000;
 text-decoration: underline;
}
#menu .end {
	background: top repeat-x url(/skin/images/menu-bg-alt.gif);
}
#menu .end a:link, #menu .end a:active, #menu .end a:visited {
	color: #FFFFFF;
}
#menu .end a:hover {
	text-decoration: underline;
}




/* Sub menu */
#menu li ul {
	display: none;
	width: 160px;
	height: auto;
	background: none;
	background-color: #90a843;
	position: absolute;
	top:40px;
	padding: 0;
	margin: 0;
	font-size: 12px;
	border-left: 1px solid #908a43;
}
#menu li:hover ul, #menu li.sfhover ul {
	display: block;
}
#menu li:hover a:link, 
#menu li:hover a:active, 
#menu li:hover a:visited, 
#menu li.sfhover a:link, 
#menu li.sfhover a:active, 
#menu li.sfhover a:visited,
#menu li.active a:link, 
#menu li.active a:active, 
#menu li.active a:visited {
	color: #000000;
}
#menu li li {
	padding: 0px 0;
	margin: 0 10px;
	float: none;
	background: none;
	height: auto;
	text-transform: none;
	font-weight: normal;
	_display: inline-block;
}
#menu li li.endsub {
	background: none;
}
#menu li ul a:link, #menu li ul a:active, #menu li ul a:visited, #menu li.sfhover ul a:link, #menu li.sfhover ul a:active, #menu li.sfhover ul a:visited, #menu li:hover ul a:link, #menu li:hover ul a:active, #menu li:hover ul a:visited  {
	padding: 6px;
  display:block;
	color: #FFFFFF;
	font-size: 12px;
}
#menu li ul a:hover, #menu li.sfhover ul a:hover, #menu li:hover ul a:hover {
 color: #FFFFFF;
}



/********** CONTENT */
#middle-box{}
#middle-box .content-wrapper{}
#middle-box .content-wrapper .content{padding:20px 0 10px;}
#middle-box .content{width:905px;margin:0 auto;padding:0;padding-bottom:20px;}

/* Content left, panel right */
.content-left {float: left;width: 565px; padding-left: 15px;}
.content-right-panel {width: 300px;padding-bottom: 230px;margin: 0 0 0 600px; background: bottom no-repeat url(/skin/images/logo-bottom.gif);}

.content-right-panel ul {
	list-style: none;
	margin: 5px 20px;
	padding: 0;
}
.content-right-panel li {
	margin: 0;
	padding: 4px 0 4px 10px;
	background: 0 11px no-repeat url(/skin/images/list-icon.gif);
	line-height: 18px;
}


/* Content right, panel left */
.content-right {
	width: 630px;
	margin-left: 355px;
}
.content-left-panel {
	float: left;
	width: 320px;
	margin: 15px 0 0 0;
}
.content-left-panel ul {
	list-style: none;
	margin: 5px 20px;
	padding: 0;
}
.content-left-panel li {
	margin: 0;
	padding: 4px 0 4px 10px;
	background: 0 11px no-repeat url(/skin/images/list-icon.gif);
	line-height: 18px;
}

/* Home Page Box Panels */
.box-panels {
    width:904px;
    margin: 0 auto;
}

/* General Box Panel Outer Container */
.panel-outer {
	width: 294px;


}
/* Stack Panels */
.panel-stack {
	float: left;
}
/* Stack Panels - Add spacing between */
.panel-stack-mid {
	float: left;
	margin: 0 8px;
}

/********** General Box Panel */
.box-panel {
	padding: 10px;
	min-height: 150px;
	height: auto !important;
	height: 150px;
	background: top no-repeat url(/skin/images/panel-top.gif);
}
/* General Box Panel Heading */
.box-panel h3 {
	padding: 7px;
	font-size: 11px;
	letter-spacing: normal;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	background: #899e41;
	margin: 0;
}

/* General Box Panel Text Area */
.box-panel div.text {
	padding: 10px 20px;
	min-height: 70px;
	height: auto !important;
	height: 70px;
  font-size:11px;
}
.box-panel div.text em{font-style:normal;}
.box-panel div.text td{padding:4px 0;}
.box-panel div.text table{width:100%;}
.box-panel div.text p{color:#000000;}

.box-panel .button {
    margin:12px auto 0 auto;
		text-align: center;
}

/* General Box Panel Button */
/*.box-panel .button {
    margin:12px auto 0 auto;
    width:100px;
}
.box-panel .button a{text-decoration:none;}*/

.box-panel-bottom {background: bottom no-repeat url(/skin/images/panel-bottom.gif);	min-height: 25px;	height: auto !important;	height: 25px;}

/*.button {position:relative;z-index:1; height:30px;background: url(/skin/images/btn-left.gif) no-repeat 0 0;}
.button a{display:block; height:30px; background: url(/skin/images/btn-mid.gif) repeat-x 0 0; margin-left:6px;}
.button a:link, .button a:active, .button a:visited{line-height:30px; font-weight:bold; text-decoration:none; text-align:center; color:#FFFFFF;}
.button span{position:absolute;top:0;right:-6px;display:block;height:30px;width:6px;background:url(/skin/images/btn-right.gif) no-repeat 0 0}
.button input{position:relative;top:4px;margin-left:auto;display:block;text-align:center;margin-left:6px;}*/

input.button, a.button {
	width: auto;
	background: #656c79 top repeat-x url(/skin/images/btn-mid.gif);
	padding: 7px 20px;
	border: 0;
	border-right: 1px solid #656c79;
	border-left: 1px solid #656c79;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}


.box-panel td img {
	display: inline;
}



/* Accommodation Room Panels */
.room-panels {
	margin: 10px 0;
}
.room-panels td {
	vertical-align: top;
	padding: 10px 0;
}

/* Room Panels - Text Area */
.room-panels div.text {
	margin-left: 250px;
	width: 280px;
}
/* Room Panels - List Style */
.room-panels ul {
	list-style: none;
	margin: 5px 0;
	padding: 0;
}
.room-panels li {
	margin: 0;
	padding: 4px 0 4px 10px;
	background: 0 11px no-repeat url(/skin/images/list-icon.gif);
	border-bottom: 1px dashed #d9d9d9;
	line-height: 18px;
}
/* Room Panels - Image */
.room-panels .image {
	float: left;
	margin-right: 15px;
	padding: 5px;
	border: 1px solid #d9d9d9;
}
.room-panels div.button {
	text-transform: capitalize;
	width: 74px;
}
.room-panels h3 {
	margin: 0;
}


.gallery {
	/*margin: 0 auto 20px;*/
	margin-bottom:20px;
}
.gallery td {
	padding: 14px 13px;
    background: url(/skin/images/thumb_wrapper.jpg) no-repeat 0 0;
}
.gallery td.empty{
    background:none !important;
    display:none;
}
.gallery td.zoom-label{background:none;padding:0 ;padding-left:22px;background:url(/skin/images/icon_zoom.jpg) no-repeat 4px 0;}
.gallery td.zoom-label p{margin:0;font-size:11px;}



.gallery a {
    width:120px;
    height:80px;
    overflow:hidden;
    display:block;
    text-align:center;
    background-color:#ccc;
}
.gallery a img{
    width:120px;
}

/* Contact Form */
.contactform {
	width: 500px;
	margin-top: 15px;
}
.contactform th {
	width: 130px;
	padding: 6px 8px 4px 8px;
	text-align: left;
	font-weight: normal;
	color: #444444;
	vertical-align: top;
}
.contactform td {
	padding: 4px 8px;
	vertical-align: top;
}
.contactform input, .contactform select, .contactform textarea {
	width: 300px;
}
.contactform input.button {
	width: auto;
}

.error{
	font-size: 1em;
	padding: 5px 6px 6px 25px;
	color:#CD0A0A;
	background: #FEF8F6 url(/skin/images/icon-error.gif) no-repeat 6px 6px;
	border: 1px solid #CD0A0A;
	margin: 10px 0;
}
.warning{
	font-size: 1em;
	padding: 5px 6px 6px 25px;
	color:#000000;
	background: #ffffcc url(/skin/images/icon-warning.gif) no-repeat 6px 6px;
	border:2px solid #ffcc33;
	margin: 10px 0;
}
.notification{
	font-size: 1em;
	padding: 5px 6px 6px 25px;
	color:#69a13c;
	background: #fbf9ef url(/skin/images/icon-confirm.gif) no-repeat 6px 7px;
	border:1px solid #69a13c;
	margin: 10px 0;
}

.testimonial {
	margin: 10px 0;
	padding: 10px 0;
	line-height: 18px;
	border-bottom: 1px dotted #dbc09c;
}

/********** FOOTER */
#footer {clear:both;width:904px;margin:0 auto;padding:10px 0 70px;font-size:10px;color:#999; border-top: 1px dotted #999999;}
#footer .footer-nav{float:left;}
#footer .footer-nav li{float:left;list-style:none;margin-right:6px;}
#footer .footer-nav li span{margin-right:6px;}
#footer a{color:#999;}
#footer a:hover{color: #696969;text-decoration: underline;}
#footer .footer-info{float: right; text-align: right;}
#footer .footer-info .copyright-notice,
#footer .footer-info .online-reservations-by{}
#footer .footer-info .site-designed-by img{display:none;}

#footer a.link:link, #footer a.link:active, #footer a.link:visited {
	color:#999;
	text-decoration: none;
	cursor: text;
}
#footer a.link:hover {
	color:#999;
	text-decoration: none;
	cursor: text;
}