html, body, div, form, h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #743C2D;
	color: black;
	font-size: 12px;
	line-height: 130%;
	color: black;
	font-family: "Lucida Grande", Verdana, "Luxi Sans", Tahoma, sans-serif;

}
/* @group debug 
// ========================================================
//
//:	debug
//
//
*/

div#debug {
	clear: both;
	width: auto;
	margin: 0;
	padding: 10px 30px 10px 30px;
	text-align: left;
	background-color: #eeeeee;
	border-top: 1px dashed black;
	border-bottom: 1px dashed black;
}
div#debug h1, div#debug h2, div#debug h3 {
	padding: 8px;
	font-size: 24px;
	line-height: 100%;
	text-align: left;
	font-family: "Lucida Grande", Verdana, "Luxi Sans", Tahoma, sans-serif;
	color: white;
	background-color: black;
}
div#debug h2 {
	margin-top: 20px;
	font-size: 20px;
	background-color: #666666;
}
div#debug h3 {
	margin-top: 20px;
	padding: 0;
	font-size: 18px;
	color: black;
	background-color: #eeeeee;
}
div#debug p, div#debug pre.debug_dump {
	margin: 0;
	padding: 10px 0px 0px 0px;
	font-size: 12px;
	line-height: 130%;
	text-align: left;
	font-family: "Lucida Grande", Verdana, "Luxi Sans", Tahoma, sans-serif;
	font-style: normal;
	word-spacing: normal;
	letter-spacing: normal;
}
div#debugTimers {
	clear: both;
	width: auto;
	margin: 0;
	padding: 10px 30px 10px 30px;
	text-align: left;
	border-top: 1px dashed black;
	background-color: #eeeeee;
}
div.timerSet {
	clear: both;
	width: auto;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 150%;
	color: #666666;
	font-family: "Lucida Grande", Verdana, "Luxi Sans", Tahoma, sans-serif;
	text-align: left;
}
/* @end */

/* @group Layouts */

#layoutWrapper {
	clear: both;
	width: 940px;
	margin: 30px auto 30px auto;
	padding: 0;
	text-align: left;
	background-color: #EFEFEF;
}
#layoutHeader {
	position: relative;
	width: 940px;
	margin: 0;
	padding: 20px 0 0 0;
	text-align: left;
}
#layoutBody {
	clear: both;
	width: 900px;
	margin: 0;
	padding: 0 20px 0 20px;
	text-align: left;
}
#layoutFooter {
	clear: both;
	width: 900px;
	margin: 30px 0 0 0;
	padding: 20px;
	text-align: center;
	background-color: #993300;
	overflow: hidden;
}
#layout3col div#panelLeft, #layout3col div#panelCenter, #layout3col div#panelRight {
	float: left;
	width: 270px;
	margin: 46px 30px 30px 0;
	padding: 0;
	text-align: left;
	vertical-align: top;
}
#layout3colhome div#panelLeft, #layout3colhome div#panelCenter, #layout3colhome div#panelRight {
	float: left;
	width: 260px;
	margin: 10px 30px 30px 0;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	background: url(/images/bg_fading_panel.gif) repeat-x;
	min-height: 480px;
	height:auto !important;
	height:480px;
}
#layout3col div#panelRight, #layout3colhome div#panelRight {
	margin-right: 0;
}
#layout2col div#panelLeft, #layout2col div#panelRight {
	float: left;
	width: 435px;
	margin: 46px 30px 30px 0;
	padding: 0 0 0 0;
	text-align: left;
	vertical-align: top;
}
#layout2col div#panelRight {
	margin-right: 0;
}
#layout3colhome div#panelTop, #layout2col div#panelTop {
	clear: both;
	width: 900px;
	margin: 46px 0 0 0;
	padding: 0;
	text-align: left;
	vertical-align: top;
	overflow: hidden;
}
#layout2colrates div#panelLeft {
	float: left;
	width: 685px;
	margin: 46px 30px 30px 0;
	padding: 0 0 0 0;
	text-align: left;
	vertical-align: top;
}
#layout2colrates div#panelRight {
	float: left;
	width: 185px;
	margin: 46px 0 30px 0;
	padding: 0 0 0 0;
	text-align: left;
	vertical-align: top;
}
#layout1col div#panelMain {
	float: left;
	width: 900px;
	margin: 46px 0 20px 0;
	padding: 0;
	text-align: left;
	vertical-align: top;
	overflow: hidden;
}
/* @end */

/* @group Basic Text Elements */

a {
	text-decoration: none;
	color: #862512;
}
a:hover {
	text-decoration: none;
	color: #4c4c05;
}
h1, h2, h3, h4 {
	font-weight: normal;
	line-height: 100%;
	color: #3B1F09;
	padding: 0 0 16px 0;
	letter-spacing: -1px;
	font-family: Helvetica, Georgia, Palatino, "Palatino Linotype", Verdana, "Luxi Sans", serif;
}
h1 {
	font-size: 28px;
}
h2 {
	padding-top: 10px;
	font-size: 22px;
}
h2.noTop {
	padding-top: 0;
}
h1.sectionTop, h2.sectionTop {
	margin-top: 20px;
	border-top: 1px solid #606022;
	padding-top: 10px;
}
h3 {
	padding: 8px 0 12px 0;
	font-size: 18px;
}
h4 {
	font-weight: bold;
	font-size: 14px;
}
p {
	padding: 0px 0px 10px 0px;
	font-size: 14px;
	line-height: 130%;
	color: black;
	font-family: "Lucida Grande", Verdana, "Luxi Sans", Tahoma, sans-serif;
}
p.welcome {
	font-size: 16px;
	line-height: 130%;
}
p.intro {
	font-size: 16px;
	color: #3B1F09;
}
p.attn {
	font-weight: bold;
	color: #862512;
}
p.inputErr {
	padding-bottom: 4px;
	font-size: 11px;
	font-weight: bold;
	color: #862512;
}
ul {
	margin: 0 0 15px 0;
	padding-left: 15px;
	list-style-type: square;
	list-style-position: outside;
}
li {
	margin-left: 0;
	padding-left: 0;
	padding-bottom: 3px;
	font-size: 14px;
	line-height: 120%;
	color: black;
	font-family: "Lucida Grande", Verdana, "Luxi Sans", Tahoma, sans-serif;
}
li.newGroup {
	padding-top: 10px;
}
img {
	border-width: 0px;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.padBelow {
	padding-bottom: 20px;
}
.padAbove20 {
	padding-top: 20px;
}
.padAbove10 {
	padding-top: 10px;
}
/* @end */

/* @group Forms */

div.tableWrapper, div.formWrapper {
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
}
div.formWrapper form {
	overflow: hidden;
	clear: both
}
div.row {
	overflow: hidden;
	clear: both;
}
div.spamtrap {
	height: 0;
	visibility: hidden;
}
div.controlBar {
}
table {
	border-spacing: 0px 2px;
}
span.label, span.field, span.data {
	display: block;
	float: left;
	margin-top: 2px;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, "Luxi Sans", Tahoma, sans-serif;
}
td.label, td.field, td.data {
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, "Luxi Sans", Tahoma, sans-serif;
}
td.label, span.label {
	padding: 4px 6px 4px 2px;
	font-weight: bold;
	text-align: left;
	color: #5d3c00;
	background-color: #e7e8d0;
}
td.data, span.data {
	padding: 4px 2px 4px 6px;
	font-weight: normal;
	text-align: left;
	background-color: #DCDCB4;
}
td.field, span.field {
	padding: 0 6px 0 2px;
	background-color: #DCDCB4;
}
input, textarea {
	color: black;
	margin: 0;
	padding: 10px 12px 10px 12px;
	font-size: 15px;
	font-family: "Lucida Grande", Verdana, "Luxi Sans", Tahoma, sans-serif;
	border: 1px solid #9d9e38;
	background:#743C2D;
	color:#FFF;
}
input.button {
	display: inline;
	float: none;
	margin: 0;
	padding: 0 0 0 5px;
	border: none;
}
div.formWrapper form span.left {
	text-align: left;
}
div.formWrapper form span.center {
	text-align: center;
}
div.formWrapper form span.right {
	text-align: right;
}
div.formWrapper form span.empty {
	background-color: #ffffff;
}
td.w1, span.w1 {
	width: 52px;
}
td.w2, span.w2 {
	width: 112px;
}
td.w3, span.w3 {
	width: 172px;
}
td.w4, span.w4 {
	width: 232px;
}
td.w5, span.w5 {
	width: 292px;
}
td.w6, span.w6 {
	width: 352px;
}
td.w7, span.w7 {
	width: 412px;
}
td.w8, span.w8 {
	width: 472px;
}
td.w9, span.w9 {
	width: 532px;
}
td.w10, span.w10 {
	width: 592px;
}
td.w11, span.w11 {
	width: 652px;
}
td.w12, span.w12 {
	width: 712px;
}
input.w1, textarea.w1 {
	margin-left: 2px;
	width: 50px;
}
input.w2, textarea.w2 {
	margin-left: 2px;
	width: 110px;
}
input.w3, textarea.w3 {
	margin-left: 2px;
	width: 170px;
}
input.w4, textarea.w4 {
	margin-left: 2px;
	width: 230px;
}
input.w5, textarea.w5 {
	margin-left: 2px;
	width: 290px;
}
input.w6, textarea.w6 {
	margin-left: 2px;
	width: 350px;
}
input.w7, textarea.w7 {
	margin-left: 2px;
	width: 410px;
}
input.w8, textarea.w8 {
	margin-left: 2px;
	width: 470px;
}
input.w9, textarea.w9 {
	margin-left: 2px;
	width: 530px;
}
input.w10, textarea.w10 {
	margin-left: 2px;
	width: 590px;
}
input.w11, textarea.w11 {
	margin-left: 2px;
	width: 650px;
}
input.w12, textarea.w12 {
	margin-left: 2px;
	width: 710px;
}
input.pbInputRadio {
	margin: 2px 0 2px 4px;
	border: none;
}
/* @end */



/* @group Header & Menu */


div#headerBanner {
	clear: both;
	width: 940px;
	height: 118px;
	background: url(/images/header_top_home.html) no-repeat;
}
div#headerLogo {
	position: absolute;
	z-index: 5;
	float: left;
	left: 0;
	top: 96px;
	width: 234px;
	height: 130px;
}
div#mainMenuBar {
	position: relative;
	float: left;
	width: 940px;
	height: 60px;
	background: url(/images/bg_menu_bar.gif) repeat-x;
}
div#mainMenuBar ul, div#mainMenuBar li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#mainMenuBar ul {
	margin-left: 248px; /*234*/
}
div#mainMenuBar li {
	float: left;
	height: 38px;
	margin-top: 10px;
	padding-top: 2px;
	font-family: "Lucida Grande", Verdana, "Luxi Sans", Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #cfcfa2;
	text-align: center;
}
div#mainMenuBar li#specials {
	width: 128px;
	background: url(/images/bg_menu_spacer.gif) no-repeat 124px;
}
div#mainMenuBar li#rooms {
	width: 72px;
	background: url(/images/bg_menu_spacer.gif) no-repeat 68px;
}
div#mainMenuBar li#rates {
	width: 118px;
	background: url(/images/bg_menu_spacer.gif) no-repeat 114px;
}
div#mainMenuBar li#services {
	width: 92px;
	background: url(/images/bg_menu_spacer.gif) no-repeat 88px;
}
div#mainMenuBar li#visitors {
	width: 80px;
	background: url(/images/bg_menu_spacer.gif) no-repeat 76px;
}
div#mainMenuBar li#directions {
	width: 108px;
	background: url(/images/bg_menu_spacer.gif) no-repeat 104px;
}
div#mainMenuBar li#aboutus {
	width: 76px;/*	background: url(//images/bg_menu_spacer.gif) no-repeat 80px; */
	}
div#indicator {
	z-index: 2;
	position: absolute;
	left: 0;
	top: 48px;
	width: 23px;
	height: 12px;
	background: url(/images/menu_indicator.gif) no-repeat;
}
div#indicatorHome {
	visibility: hidden;
	z-index: 2;
	position: absolute;
	top: 48px;
	width: 23px;
	height: 12px;
	background: url(/images/menu_indicator.gif) no-repeat;
}
div#indicatorSpecials {
	left: 302px;
	z-index: 2;
	position: absolute;
	top: 48px;
	width: 23px;
	height: 12px;
	background: url(/images/menu_indicator.gif) no-repeat;
}
div#indicatorRooms {
	left: 402px;
	z-index: 2;
	position: absolute;
	top: 48px;
	width: 23px;
	height: 12px;
	background: url(/images/menu_indicator.gif) no-repeat;
}
div#indicatorRates {
	left: 496px;
	z-index: 2;
	position: absolute;
	top: 48px;
	width: 23px;
	height: 12px;
	background: url(/images/menu_indicator.gif) no-repeat;
}
div#indicatorServices {
	left: 602px;
	z-index: 2;
	position: absolute;
	top: 48px;
	width: 23px;
	height: 12px;
	background: url(/images/menu_indicator.gif) no-repeat;
}
div#indicatorVisitorInfo {
	left: 689px;
	z-index: 2;
	position: absolute;
	top: 48px;
	width: 23px;
	height: 12px;
	background: url(/images/menu_indicator.gif) no-repeat;
}
div#indicatorDirections {
	left: 782px;
	z-index: 2;
	position: absolute;
	top: 48px;
	width: 23px;
	height: 12px;
	background: url(/images/menu_indicator.gif) no-repeat;
}
div#indicatorContact {
	left: 872px;
	z-index: 2;
	position: absolute;
	top: 48px;
	width: 23px;
	height: 12px;
	background: url(/images/menu_indicator.gif) no-repeat;
}
div#mainMenuBar a {
	text-decoration: none;
	color: #cfcfa2;
}
div#mainMenuBar a:hover {
	text-decoration: none;
	color: white;
}
div#mainMenuBar a.selected {
	color: white;
}
/* @end */

/* @group Footer */

#layoutFooter p.contactInfo {
	color: white;
	font-size: 16px;
}
#layoutFooter p.notices {
	color: white;
	padding: 0;
	margin: 0;
	font-size: 11px;
}
a.footerEmail {
	color: white;
}
/* @end */

/* @group SpltMenu */

div.splitMenu {
	clear: both;
	overflow: hidden;
}
div.splitMenu h4 {
	padding-bottom: 8px;
}
div.splitMenu div#splitMenuLeft {
	float: left;
	width: 210px;
}
div.splitMenu div#splitMenuRight {
	float: left;
	width: 210px;
}
div.splitMenu ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
div.splitMenu li {
	padding-left: 15px;
	background:transparent url(/images/bullet_nav_links.gif) no-repeat;
	background-position:0 5px;
	_background-position:0 7px;
}
/* @end */

/* @group Home */

div#panelTop div#homeWelcome {
	float: left;
	width: 280px;
	padding-right: 30px;
	padding-top: 46px;
}
div#panelTop div#homePhoto {
	float: left;
	width: 590px;
	padding-top: 46px;
}
div.storyItem {
	clear: both;
	width: 260px;
}
div.storyItem h3 {
	padding-top: 15px;
}
div.storyItem p {
	padding-bottom: 6px;
}
div.storyImage {
	float: left;
	padding-right: 10px;
	margin-bottom: 20px;
}
/* @end */

/* @group Visitor Info */

div.listing {
	padding-bottom: 15px;
}
div.listing h3 {
	padding: 15px 0 15px 0;
}
div.listing h4 {
	padding-bottom: 4px;
}
div.listing p {
	padding-bottom: 2px;
}
div.listing p.listingInfo {
	padding-top: 8px;
}
div.listing p.listingDescription {
	padding: 6px 0 0 0;
	font-size: 12px;
	color: #444;
}
/* @end */

img.packageBanner {
	padding-bottom: 20px;
}
iframe.directInnRates {
	width: 815px;
	height: 700px;
	margin-bottom: 30px;
	padding: 10px;
	background-color: white;
}
/* @group About Us */



iframe.rciGoogleMap {
	margin: 0 0 15px 0;
}
div#panelTop div#ourLocation {
	float: left;
	padding-top: 46px;
}
div#commRelations {
	clear: both;
	width: 435px;
	padding-bottom: 20px;
	overflow: hidden;
}
div#commRelations img {
	padding-left: 25px;
}
div#commContact {
	float: left;
}
/* @end */

/* @group Rooms */

div.roomDescription {
	padding-bottom: 20px;
}
div.roomPhotoLeft, div.roomPhotoRight {
	float: left;
	width: 217px;
	padding-bottom: 20px;
}
div.roomPhotoRight {
	margin-left: 1px;
}
/* @end */

/* @group Meetings */

div#meetingIntroWrapper {
	clear: both;
	width: 435px;
	padding-bottom: 10px;
	overflow: hidden;
}
div#meetingIntro {
	float: left;
	width: 275px;
	padding-right: 20px;
	overflow: hidden;
}
div#meetingLinks {
	float: left;
	width: 140px;
	overflow: hidden;
	text-align: center;
}
form#meetingProposal div.controlBar {
	padding: 8px 15px 0 0;
	text-align: right;
	color: #6c7e6c;
}
form#meetingProposal div.row {
	padding-bottom: 4px;
}



/* @end */
