/*	BASE STRUCTURE
	============================================================================================ */

html { min-height: 100%; margin-bottom: 1px; }
	
body {
	background: #9f3b05 url(../images/background.jpg) top center no-repeat;
	font: 14px/1.5 georgia, 'Times New Roman', Times, serif serif;
	color: #655951;
	margin: 0 0 25px 0;
	}
table, tr, td {
	font: 14px/1.5 georgia, 'Times New Roman', Times, serif serif;
	color: #655951;
	border-collapse: collapse;
	border: none;
	margin: 0;
	padding: 0;
	}

#site { border-top: 7px solid #953304; }

#container {
	width: 912px;
	margin: 0 auto;
	}

#header {
	margin: 0 auto;
	width: 912px;
	}
	
#content {
	margin: 0 auto;
	width: 912px;
	}
#contentLeft {
	background: url(../images/backgroundTableLeft.gif) repeat-y;
	vertical-align: top;
	margin: 0;
	padding: 0;
	width: 6px;
	}
#contentRight {
	background: url(../images/backgroundTableRight.gif) repeat-y;
	vertical-align: top;
	margin: 0;
	padding: 0;
	width: 6px;
	}
#contentMiddle {
	background: #fff url(../images/backgroundContentMiddle.gif) bottom repeat-x;
	padding: 15px 55px 40px 55px;
	vertical-align: top;
	}
	
#contentTable {
	margin: 0;
	width: 100%;
	}
#submenu {
	width: 130px;
	padding: 0 25px 0 0;
	vertical-align: top;
	}
#pageContent {
	padding: 0 15px 30px 0;
	vertical-align: top;
	width: auto;
	}
#sidebar {
	font: 12px arial, helvetica, sans-serif;
	padding: 50px 0 0 15px;
	width: 220px;
	vertical-align: top;
	}

#homeContentLeft {
	vertical-align: top;
	}
#homeContentRight {
	padding: 0 0 0 25px;
	vertical-align: top;
	width: auto;
	}
	
#policies { margin-bottom: 15px; }
#policies th {
	text-align: left;
	vertical-align: top;
	padding: 8px 15px 8px 0;
	border-bottom: 1px solid #ededed;
	}
#policies td {
	vertical-align: top;
	padding: 8px 0 8px 15px;
	border-bottom: 1px solid #ededed;
	}
	
.split { }
.split td {
	vertical-align: top;
	padding: 0 25px 0 8px;
	width: 50%;
	}
	
.formReserve, .formContact{ margin: 0 10px 0 0; }
.formReserve th, .formContact th {
	font: bold 12px arial, helvetica, sans-serif;
	color: #343434;
	vertical-align: top;
	padding: 8px 15px;
	text-align: left;
	}
.formReserve td, .formContact td {
	font: 11px arial, helvetica, sans-serif;
	vertical-align: top;
	padding: 8px 15px;
	}

#footer {
	background: url(../images/backgroundFooter.gif) top center no-repeat;
	font: 11px arial, helvetica, sans-serif;
	color: #93867e;
	margin: 0 auto;
	padding: 17px 25px 0 25px;
	width: 867px;
	height: 77px;
	}
	
#popup {
	background: #fff url(../images/backgroundContentMiddle.gif) bottom repeat-x;
	border: 3px solid #bf6322;
	margin: 35px 25px 10px 25px;
	padding: 15px;
	}
	

.floatRight { float: right; }
.floatLeft { float: left; }
.clear { clear: both; }
.right { text-align: right; }
.center { text-align: center; }
.print { display: none; }
.nodisplay { display: none; }

/*	HEADINGS
	============================================================================================ */

p, h1, h2, h3, h4, h5, h6 { margin-top: 0; }

.nomargin { margin: 0; }

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #bb651a;
	display: block;
	}
h1 span { color: #de8d47; }

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #443d39;
	}
	
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #bb651a;
	font-style: italic;
	}
	
.required, .formContact td span {
	font: 11px arial, helvetica, sans-serif;
	color: #a30000;
	}
.error { color: #a30000; }

/*	LINKS
	============================================================================================ */

a:link, a:active, a:visited {
	color: #9f3b05;
	text-decoration: underline;
	}
a:hover { color: #e28c5e; }

#submenu a:link, #submenu a:active, #submenu a:visited {
	background: #9a3705 url(../images/submenu.gif) 0 0 no-repeat;
	text-decoration: none;
	padding: 7px 5px 0 22px;
	font: 12px arial, helvetica, sans-serif;
	display: block;
	}
#submenu a:hover, #submenu li.on a {
	background: #bdbdbd url(../images/submenu.gif)  0 0 no-repeat;
	color: #e28c5e;
	}


#footer a:link, #footer a:active, #footer a:visited {
	color: #93867e;
	text-decoration: none;
	}
#footer a:hover { color: #7d3216; }

/*	LISTS
	============================================================================================ */

ul li, ol li { margin-bottom: 5px; }

ul li ul {
	margin: 0 0 15px 15px;
	}

ul li ul li {
	font: 11px arial, helvetica, sans-serif;
	margin-bottom: 0;
	}

#submenu ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	list-style-type: none;
	}
#submenu ul li {
	margin: 0;
	padding: 0;
	}

#footer ul {
	float: right;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	}
#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}
#footer ul li span {
	margin: 0 4px 0 6px;
	}
	
ul.sideList {
	margin: 25px 0 30px 20px;
	padding: 0;
	}

/*	IMAGES
	============================================================================================ */

img { border: none; }

/*	FORMS
	============================================================================================ */

form {
	margin: 0;
	padding: 0;
	}
input, select, textarea {
	font: 12px arial, helvetica, sans-serif;
	color: #343434;
	}

/*	MISCELLANEOUS
	============================================================================================ */

.hr {
	background: #ededed;
	width: 100%;
	height: 1px;
	display: block;
	margin: 25px 0;
	}
.hr hr { display: none; }

blockquote { margin-left: 15px; }