/*test*/
body, #Background{
	background-repeat: repeat-x;
	background-image: url(./images/bg.gif);
	background-color: #514a3a;
}
#SiteHeader{
	height:6px;
}
#PageBanner {
	height: 167px;
	background-color: transparent;
	line-height: 0px;
	font-size: 0px;
}
#SiteHeader, #SiteBody, #SiteFooter{
	width:1000px;
}
#SiteFooter{
	background-color: transparent;
}
#PageHeader{
	background-repeat: repeat-x;
	background-image: url(./images/page_header_bg1.gif);
	height: 36px;
	background-color: transparent;
	clear:both;
}
.rightside{
	background-repeat: repeat-x;
	background-image: url(./images/page_header_bg2.gif);
	width: 291px;
	height: 36px;
	float:right;
}
#PageLeftColumn{
	/*display:none;*/
}
#ContentLeftNav{
	background-repeat: repeat-y;
	background-image: url(./images/column_left_nav_bg.jpg);
	width:166px;
	/*line-height: 0px;*/
	padding:2px;
}
#ContentRightColumn{
	background-repeat: repeat-y;
	background-image: url(./images/content_right_column_bg.jpg);
	width:291px;
	background-color: transparent;
}
#PageFooter{
	display:none;
}
#PageBody{
	background-repeat: repeat-y;
	background-image: url(./images/page_body_bg.jpg);
}
#PageRightColumn{
	background-position: left bottom;
	background-repeat: no-repeat;
	background-image: url(./images/watermark.gif);
}
.nav.horizontal ul ul .nav_item{
	background-color: transparent;
}
.nav.horizontal ul ul .over .nav_item{
	background-color: transparent;
}
.nav.horizontal ul ul .nav_item{
	height: 30px;
	background-color: #69300d;
	border: 1px solid #69300d;
	margin-top: 1px;
}
.nav.horizontal ul ul .over .nav_item{
	background-image: url(./images/nav_over_bg.gif);
	background-repeat: repeat-x;
	height: 30px;
	background-color: #69300d;
	border: 1px solid #542509;
	margin-top: 1px;
}
.nav.horizontal ul ul .selected .nav_item, .nav.horizontal ul ul .selected.over .nav_item, .nav.horizontal ul ul .childselected .nav_item, .nav.horizontal ul ul .childselected.over .nav_item{
	background-image: none;
	height: 30px;
	background-color: #59290b;
	border: 1px solid #4a2108;
	margin-top: 1px;
}
.nav.horizontal ul ul .nav_item .title_text{
	display:none;
}
.nav.horizontal ul ul .nav_item .title_image{
	background-repeat: no-repeat;
	height:30px;
	margin-left: 15px;
	margin-right: 15px;
}
.nav.horizontal ul ul .over .nav_item .title_image{
	background-position: 0 -30px;
}
.nav.horizontal ul ul .selected .nav_item .title_image, .nav.horizontal ul ul .childselected .nav_item .title_image{
	background-position: 0 -60px;
}
.nav.horizontal ul ul .children{
	display:none;
}
.nav.horizontal ul ul .nav_item .title_image.Home{
	background-image: url(./images/nav_text_home.gif);
	width:41px;
}
.nav.horizontal ul ul .nav_item .title_image.Our_Rooms{
	background-image: url(./images/nav_text_our_rooms.gif);
	width:86px;
}
.nav.horizontal ul ul .nav_item .title_image.Request{
	background-image: url(./images/nav_text_request.gif);
	width:61px;
}
.nav.horizontal ul ul .nav_item .title_image.History{
	background-image: url(./images/nav_text_history.gif);
	width:61px;
}
.nav.horizontal ul ul .nav_item .title_image.Contact_Us{
	background-image: url(./images/nav_text_contact_us.gif);
	width:89px;
}
.padding{
	padding: 40px;
}
.padding.wide{
	padding-left: 103px;
	padding-right: 102px;
	padding-bottom: 103px;
}
.padding.thin{
	padding-left: 17px;
	padding-right: 18px;
}
body, .content {
	color: #463f26;
}
.h1{
	font-size: 20px;
	font-weight: bold;
	color: #60583e;
}
.h2{
	font-weight: bold;
	font-size: 16px;
	color: #60583e;
}
img.stroke, #map{
	border-color: #5c543b;
	border-style: solid;
	border-width: 1px;
}
.divider.custom{
	height:7px;
	background-image:url('images/divider_custom.gif');
}
.divider.solid{
	background-color: #8a795c;
}
a{
	color: #682e0b;
}
.roomButton{
	margin-bottom: 2px;
	padding-bottom: 15px;
	padding-top: 15px;
	text-align: center;
	line-height: normal;
	background-color: #5c543b;
	width:166px;
	cursor: pointer;
	/*cursor: hand;*/
}
.roomButton.selected{
	background-color: #6a5d41;
}
.roomButton a{
	text-decoration: none;
	color: #9c9684;
	
}
.roomButton strong{
	color:#ffffff;
}
.buttonborder.styleA{
	border: none;
}
.styleA .buttons{
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
	color: #dedcd7;
	background-image:none;
	background-color:#5c543b;
	border: none;
	display: block;
	width: 161px;
}
.styleA .buttons:hover{
	background-color: #4a442f;
	border: none;
}
.styleA .buttons:active{
	background-color: #353121;
	border:none;
}

.buttonborder.styleB{
	border: none;
	width:100%;
}
.styleB .buttons{
	font-style: normal;
	font-weight: normal;
	width:100%;
	line-height: normal;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	color: #9c9684;
	background-image:none;
	background-color:#5c543b;
	border: none;
	display: block;
}
.styleB .buttons:hover{
	background-color: #4a442f;
	border: none;
}
.styleB .buttons:active{
	background-color: #353121;
	border:none;
}
.styleB .buttons.selected, .styleB .buttons.selected:hover, .styleB .buttons.selected:active{
	background-color: #695c41;
}
.styleB .buttons strong{
	color: #ffffff;
}
#REQUESTFORM .textfield{
	width: 241px;
	border: 1px solid #9d8667;
	background-color: #e5dbb9;
}
#REQUESTFORM .dropdown{
	width:243px;
	border: 1px solid #9d8667;
	background-color: #e5dbb9;
}
#RequestArea .labels{
	padding-right: 5px;
}
.ie #RequestArea .labels{
	line-height: 22px;
}
#request_msg{
	width:243px;
}
#request_msg.error{
	
	font-weight: bold;

	color: #f82424;

}
#request_msg.success{

	font-weight: bold;

	color: #4ae161;

}