@charset "utf-8";
/* CSS Document */

/* RESET STYLES FOR ALL BROWSERS */
body {
	line-height: 1.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:#772901 url(/images/bg_page.jpg) repeat-x;
	color:#333;
	font-size:100%;
	margin: 0;
	padding: 0;
}
div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, ins,
a, cite, code, em, font, strong, sub, sup, tt, var,
b, u, i, center, form,
dl, dt, dd, ol, ul, li,
fieldset, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
a img {
	border:0;
}
blockquote, {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Page Container */
#container {
	width:970px;
	margin:0 auto;
	padding:0 0 10px;	
	text-align:center;
}

/* Page masthead */
#header {
	margin:0;
	padding:0;
	height:132px;
	width:970px;
	background:url(/images/bg_header.jpg) no-repeat;
	vertical-align:bottom;
}
#header img {
	border:none;
}

img.topImage {
	margin:0;
	padding:0;
	vertical-align:bottom;
}
/* Navigation menu */
ul#navMenu {
	margin:0;
	padding:105px 0 0 370px;
	list-style-type:none;
}
ul#navMenu li {
	margin:0;
	padding:0;
	display:block;
	vertical-align:bottom;
	float:left;
}
ul#navMenu li a {
	margin:0;
	padding:1px 16px;
	color:#f0dbc8;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	display:block;
}
ul#navMenu li a:hover {
	color:#813813;
	text-decoration:none;
	background-color:#f0dbc8;
	display:block;
}

/* Main Content */
#mainContent {
	margin:0;
	padding:0;
	width:970px;
	color:#333;
	text-align:left;
	background:#dcbda2 url(/images/bg_maincontent.jpg) no-repeat top;
}
.mainContentBottom {
	clear:both;
	height:22px;
	margin:0;
	padding:0;
	background:url(/images/maincontent_bottom.jpg) no-repeat bottom;
}
#mainContent h1 {
	font-size:1.1em;
	font-style:italic;
	color:#478a93;
	border-bottom:1px solid #813813;
	margin:0 0 5px;
	padding:0 0 2px;
}
#mainContent h2 {
	font-size:0.9em;
	font-style:italic;
	color:#478a93;
	margin:0 0 5px;
	padding:0 0 2px;
}
#mainContent p {
	font-size:0.8em;
	line-height:1.6em;
	margin-bottom:10px;
}
#mainContent ul {
	margin:10px 0 10px 20px;
	padding-left:10px;
	list-style-type:disc;
}
#mainContent ol {
	margin:10px 0 10px 20px;
	padding-left:10px;
}
#mainContent li {
	font-size:0.8em;
	line-height:1.4em;
}	
#mainContent a {
	color:#478a93;
	font-weight:bold;
	text-decoration:underline;
}
#mainContent a:hover {
	color:#813813;
	text-decoration:none;
}
#mainContent .reserveNumber {
	font-weight:bold;
	color:#509ca6;
	text-align:center;
	font-size:0.9em;
}
.imgBorder {
	border:1px solid #813813;
	padding:2px;
	background-color:#ffffff;
}
table.menu {
	margin:2px 0 15px 10px;
	font-size:0.7em;
}
table.menu th {
	padding:5px 0;
	font-weight:bold;
	text-align:left;
	line-height:1.2em
}
table.menu td {
	padding:5px 0;
	text-align:right;
	line-height:1.3em;
	vertical-align:top;
}
/* Content containers */
/* Home page content containers */
.homeleftside,.homerightside {
	margin:10px 15px;
	padding:0;
	width:453px;
	display:inline;
	background:url(/images/container_half_bg.jpg) repeat-y;
}
.homebottom {
	width:453px;
	height:28px;
	margin:0;
	padding:0;
	vertical-align:bottom;
	background:url(/images/container_half_bottom.jpg) no-repeat;
}
/* Interior page content containers */
.leftsidefull {
	margin:10px 15px;
	padding:0;
	width:672px;
	display:inline;
	background:url(/images/container_full_bg.jpg) repeat-y;
}
.leftsidefullbottom {
	clear:both;
	width:672px;
	height:28px;
	margin:0;
	padding:0;
	vertical-align:bottom;
	background:url(/images/container_full_bottom.jpg) no-repeat;
}
.rightside {
	width:250px;
	margin:10px 15px 10px 0;
	padding:0;
	display:inline;
	background:url(/images/container_small_bg.jpg) repeat-y;
}
.rightside .contentContainer {
	font-size:0.8em;
	line-height:1.2em;
}
.rightsidebottom {
	width:250px;
	height:23px;
	margin:0;
	padding:0;
	vertical-align:bottom;
	background:url(/images/container_small_bottom.jpg) no-repeat;
}
/* All content container float properties */
.homeleftside,.leftside,.leftsidefull  {
	float:left;
}
.homerightside,.rightside {
	clear:right;
	float:right;
}
.contentContainer {
	margin:0 auto;
	padding:0 18px;
}
/* Page footer */
#footer {
	width:950px;
	margin:0 auto;
	padding:10px;
	color:#fff;
	font-size:11px;
	text-align:center;
	clear:both;
}
#footer p {
	margin:0 0 8px;
	padding:0;
	line-height:12px;
}
#footer a {
	color:#fff;
	text-decoration:underline;
}

#footer a:hover {
	color:#fff;
	text-decoration:none;
}
.floatright {
	float:right;
	margin:0 0 10px 10px;
}
.floatleft {
	float:left;
	margin:0 10px 10px 0;
}
.clearfloat {
	clear:both;
	height:1px;
	margin:0;
}
