@charset "UTF-8";
/* CSS Document */

body {
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	font-family:helvetica;
	font-size:13px;
	font-weight:light;
	border-top: solid 5px #D2CAB7;
	color:#59461D;
	line-height:110%;
}

h1 {
	font-size:24px;
	font-weight:normal;
	color:#600;
	text-shadow:0.02em 0.02em #ccc;
	text-indent:24px;
	background-image:url(images/mini_leaf.jpg);
	background-position:left;
	background-repeat:no-repeat;
	line-height:24px;
}

h2 {
	font-size:20px;
	font-weight:normal;
	color:#600;
	text-shadow:0.02em 0.02em #ccc;
/*	text-indent:24px;
	background-image:url(images/mini_leaf.jpg);
	background-position:left;
	background-repeat:no-repeat;*/
	line-height:24px;
}

h3 {
	font-family:Georgia;
	font-size:14px;
	text-decoration:underline;
	color:#660000;
}

.bannerarea {
	width:100%;
	height:376px;
	background-color:#726760;
	padding-top:0px;
}

.spacer {
	height:10px;
	width:100%;
}

.centered {
	margin:0 auto;
	width: 890px;
	min-height:396px;
}

.content {
	margin:0 auto;
	width: 880px;
	min-height:396px;
	padding:10px;
	float:inherit;
}

.content a {
	text-decoration:underline;
	color: #59461D;
}

.header {
	margin:0 auto;
	height:73px;
	width:400px;
	background-image:url(images/header_bkgd.jpg);
	background-repeat: no-repeat;
	background-position:top;
	padding-left:500px;
	padding-top:20px;
	text-align:right;
	color:#59461D;
	font-size:16px;
	line-height:110%;
}

.header a {
	color:#59461D;
	text-decoration:none;
}

.header a:hover {
	text-decoration: underline;
}

.linebreak {
	height: 5px;
	background-color: #D2CAB7;
	width:100%;
}

.linebreaktop {
	height: 3px;
	background-color: #fff;
	width:100%;
}

.menubar {
	height: 24px;
	background-color: #94867D;
}

.menu {
		margin: 0 auto;
		height: 24px;
		width: 900px;
}

.menu a {
	font-size:13px;
	font-weight:lighter;
	color: #FFF;
	padding-left:15px;
	padding-right:15px;
	text-decoration:none;
	line-height:24px;
}

.menu a:hover {
	color: #7B6F68;
	background-color: #D2CAB7;
	/*padding-top:5px;
	padding-bottom:5px;*/
}

.rhlinkstop {
	text-align:right;
	color:#FFF;
}

.rhlinks {
	float:right;
	width: 290px;
	text-align:right;
	color:#FFF;
}
#contact {
}
#booking {
	background-color:#660;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:0px;
}

#booking:hover {
	background-color:#600;
	padding-top:5px;
	padding-bottom:5px;
	color:#FFF;
}


.rhlinkstop #booking:hover {
	background-color:#000;
	color:#FFF;
	
}

.rhlinksbottom {
	float:right;
	width: 290px;
	text-align:right;
	color:#FFF;
	padding-top:4px;
}

.footer {
	margin:0 auto;
	height:73px;
	width:400px;
	background-image:url(images/footer_bkgd.jpg);
	background-repeat: no-repeat;
	background-position:top;
	padding-left:500px;
	padding-top:20px;
	text-align:right;
	font-size:16px;
	line-height:110%;
}

.footer a {
	color:#59461D;
	text-decoration:none;
}

.footer a:hover {
	text-decoration: underline;
}

.image {
	background-color:#D2CAB7;
	padding:3px;
}

.smallimage {
	background-color:#D2CAB7;
	padding:3px;
}

.knlink {
	width: 900px;
	margin:0 auto;
	padding-top:30px;
	font-size:11px;
	font-family:georgia;
	text-align:right;
}

.knlink a {
	color:#59461D;
	text-decoration:none;
}

.knlink a:hover {
	text-decoration: underline;
}

#cycler{position:relative;}
#cycler img{position:absolute;z-index:1;border:3px solid #D2CAB7; margin-top:10px;}
#cycler img.active{z-index:3}

ul {
    font-family: Arial, Verdana;
    font-size: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}
ul li {
    display: block;
    position: relative;
    float: left;
}
li ul {
    display: none;
}
ul li a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    white-space: nowrap;
}
ul li a:hover {
background: #3b3b3b;
z-index:4;
}
li:hover ul {
    display: block;
    position: absolute;
	z-index:4;
}
li:hover li {
    float: none;
    font-size: 11px;
	z-index:4;
}
li:hover a { background: #3b3b3b; }
li:hover li a:hover {
    background: #D2CAB7;
	z-index:4;
}
