/* navigation */
ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}
ul#topnav li a {
	float: left;
	text-indent: -9999px;
	height: 28px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }

ul#topnav a.theandbb {
	background-image: url(../images/thebb.jpg);
	width: 102px;
}

ul#topnav a.theandbb:hover {
	background-image: url(../images/thebb1.jpg);
	width: 102px;
}

ul#topnav a.rooms {
	background-image: url(../images/rooms.jpg);
	width: 76px;
}
ul#topnav a.rates:hover  {
	background-image: url(../images/availability1.jpg);
	width: 188px;
}

ul#topnav a.rates {
	background-image: url(../images/availability.jpg);
	width: 188px;
}

ul#topnav a.reservations {
	background-image: url(../images/reservations.jpg);
	width: 131px; 
}

ul#topnav a.reservations:hover {
	background-image: url(../images/reservations1.jpg);
	width: 131px; 
}

ul#topnav a.business {
	background-image: url(../images/business.jpg);
	width: 92px; 
}
ul#topnav a.business:hover {
	background-image: url(../images/business1.jpg);
	width: 92px; 
}

ul#topnav a.weddings {
	background-image: url(../images/weddings.jpg);
	width: 220px; 
}

ul#topnav a.contact {
	background-image: url(../images/contact.jpg);
	width: 121px; 
}

ul#topnav a.contact:hover {
	background-image: url(../images/contact1.jpg);
	width: 121px; 
}


ul#topnav li .sub {
	position: absolute;
	top: 29px;
	left: 0;
	color: #e1dd93;
	background-color: #615644;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	/*--Top left rounded corner--*/
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	/*--Top right rounded corner--*/
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	display: none;
	border: medium solid #ae875e;
}
ul#topnav li .row {clear: both; float: left; width: 200%; margin-bottom: 10px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: auto;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #e1dd93;
}
ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: #e8e000;
}
ul#topnav .sub ul li a {
	float: none;
	height: auto;
	background: url(navlist_arrow.png) no-repeat 5px 12px;
	display: block;
	text-decoration: none;
	color: #faf8cc;
	font-size:15px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent:15px;
	width:auto;
}
ul#topnav .sub ul li a:hover {
	color: #e1dd93; 
	background-color: #51483b;
	background-position: 5px 12px;
	width:auto;
}

ul#topnav .sub1 ul li a {
	float: none;
	height: auto;
	background: url(navlist_arrow.png) no-repeat 5px 12px;
	display: block;
	text-decoration: none;
	color: #faf8cc;
	font-size:15px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent:15px;
	width:200px;
}
ul#topnav .sub1 ul li a:hover {
	color: #e1dd93; 
	background-color: #51483b;
	background-position: 5px 12px;
	width:200px;
}



/*--------------------------------------------------------------------------------------------------------------------navigation*/

.divider {
	height:11px;
	width:924px;
	background-color:#635645;
	border: medium solid #ae875e;
	float:left;
}


/* text */
h1 {
	color:#625644;
	font-size:28pt;
	margin-bottom:-10px;
	font-family: "Times New Roman", Times, serif;
}

.tagline {
	text-indent:37px;
	font-size:14.5px;
	color:#985738;
	margin-top:-17px;
}

h2 {
	color:#625644;
	font-size:25pt;
	margin-bottom:-15px;
	font-family: "Times New Roman", Times, serif;
}

h3 {
	color:#625644;
	font-size:20pt;
	margin-bottom:0px;
	font-family: "Times New Roman", Times, serif;
}


p {
	color:#625644;
	font-family: "Times New Roman", Times, serif;
	font-size:12pt;
	text-align: justify;
	line-height: 19px;
}

.indent {
	margin-left: 35px;
	text-indent: 0px;
}

#poweredByLight{
	padding-top:10px;
}
/*----------------------------------------------------------------------------------------------------------------------text*/



/* body */
body {
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	height: 0px;
}

p a:link, p a:visited, p a:active {
	color:#463F37;
	text-decoration: underline;
	font-style: normal;
}

p a:hover {
	text-decoration: none;
	font-style: normal;
	color: #8A7C6C;
}


h2 a:link, h2 a:visited, h2 a:active {
	font-weight:normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15pt;
	color: #642507;
	text-decoration: none;
}

h2 a:hover {
	font-weight:normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15pt;
	color: #4B1B05;
	text-decoration: none;
}


/*----------------------------------------------------------------------------------------------------------------------body*/



/* images */
img {
	border:none;
}

.logo {
	padding-right: 15px;
	padding-left: 20px;
	padding-top:5px;
	float:left;
}


#quote p {
	text-align:right;
	color:#625745;
	font-size:12px;
	line-height: normal;
	font-family: "Times New Roman", Times, serif;
	margin:0px;
}

.author {
	padding-top:6px;
}

#header {
	width:930px;
	height:105px;
	margin-top:0px;
	background-image: url(../images/headerBG.png);
	background-repeat: repeat;
}

.masthead {
	border-left: 1px solid #625048;
	width:auto;
	height:auto;
	float:right;
}


/*----------------------------------------------------------------------------------------------------------------------images*/


/* wrapper main */
#wrapper {
	width:930px;
	height: auto;
	text-align: left;
	position: absolute;
	left: 50%;
	margin-left: -458.5px;
	margin-bottom:0px;
	padding:0px;
}

#main {   
	width:930px;
	height: auto;
	margin: 0px;
	padding-bottom: 30px;
	background-color:#FFF;
}

/*-----------------------------------------------------------------------------------------------------------wrapper main*/


.box {
	border:none;	
}

.small {
	font-size:13px;
}


/* footer */
#footer {
	width:925px;
	height: 50px;
	float:left;
	background-color:#635645;
	border: medium solid #ae875e;
	margin:0px;
	padding:0px;
}
#footer a:link, #footer a:visited {
	text-decoration:none;
}

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


#house{
	width:200px;
	height:44px;
	float:left;
	padding-left:12px;
	float:left;
}

#footer p {
	color:#bdaa8f;
	font-size:12px;
	margin-top: 5px;
	float:left;
}

#footer a:link, a:visited {
	color:#bdaa8f;
}

#footer a:hover {
	color:#F6DEBC;
}


.house{
	color:#bdaa8f;
	margin-top: 5px;
	line-height:normal;
}

.icon{
	float:left;
	margin:0px;
	padding-left:28px;
	padding-right:5px;
}

.fhouse{
	float:left;
	margin:0px;
	padding-left:5px;
	padding-right:5px;
}

.phone{
	float:left;
	margin:0px;
	padding-left:35px;
	padding-right:5px;
	padding-top: 8px;
}

.fphone{
	float:left;
	margin:0px;
	padding-left:5px;
	padding-right:5px;
	padding-top: 25px;
}

.email{
	float:left;
	margin:0px;
	padding-left:45px;
	padding-right:3px;
	padding-top: 4px;
}


.femail{
	float:left;
	margin:0px;
	padding-left:5px;
	padding-right:5px;
	padding-top: 25px;
}

.fsocial{
	float:left;
	margin:0px;
	padding-left:45px;
	padding-right:5px;
	padding-top: 25px;
	font-size: 12px;
}

#ffb{
	float:left;
	margin:0px;
	padding-left:5px;
	padding-right:3px;
	padding-top: 4px;
}

#ftw{
	float:left;
	margin:0px;
	padding-left:5px;
	padding-right:3px;
	padding-top: 4px;
}


/*----------------------------------------------------------------------------------------------------------------------footer*/

