#tabbed_box_1 {
	width:520px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
}
.tabbed_box h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	color:#582700;
	letter-spacing:-1px;
	margin-bottom:10px;
	font-weight: normal;
}
.tabbed_box h4 small {
	color:#A08067;
	font-weight:normal;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left: 10px;
}
.tabbed_area {
	padding-top: 10px;

}

ul.tabs {
	margin:0px; padding:0px;
	margin-top:5px;
	margin-bottom:6px;
}
ul.tabs li {
	list-style:none;
	display:inline;
}
ul.tabs li a {
	background-color:#2F1401;
	color:#FFE3C0;
	padding:8px 14px 8px 14px;
	text-decoration:none;
	font-size:1.1em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	border:1px solid #2F1401;
	background-image:url(../images/tab_off.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
.hours        {
	color: #A08067;
	font-size: 1.3em;
	font-weight: normal;
}
.booknow       
{
	background-image: url(../images/booknow.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.booknow  a        {
	text-align: right;
	padding-right: 50px;
	font-size: 1.3em;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.booknow a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 110%;
}



ul.tabs li a:hover {
	background-color:#2F1401;
	border-top-color: #2F1401;
	border-right-color: #2F1401;
	border-bottom-color: #2F1401;
	border-left-color: #2F1401;
}
ul.tabs li a.active {
	background-color:#FFFFFF;
	color:#2F1401;
	background-image:url(../images/tab_on.jpg);
	background-repeat:repeat-x;
	background-position:top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2F1401;
	border-right-color: #2F1401;
	border-bottom-color: #ffffff;
	border-left-color: #2F1401;
}
.content {
	background-color:#ffffff;
	padding:10px;
	border:1px solid #2F1401;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/content_bottom.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
#content_2, #content_3, #content_4, #content_5 { display:none; }

.content ul {
	margin:0px;
	padding:0px 20px 0px 20px;
}


.content ul li {
	list-style:none;
	border-bottom:1px solid #d6dde0;
	padding-top:15px;
	padding-bottom:15px;
	font-size:13px;
}
.content ul li:last-child {
	border-bottom:none;
}
.content ul li a {
	text-decoration:none;
	color:#2F1401;
}
.content ul li a small {
	color:#A08067;
	font-size:9px;
	text-transform:none;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	left:4px;
	top:0px;
}
.content ul li a:hover {
	color:#a59c83;
}
.content ul li a:hover small {
	color:#baae8e;
}

