/*
	dark red: #6B4040
	tan: #D6D0BE
	menu highlight: #E5DFCC
*/

/* Main Site Styles */

a {
	color:#6B4040;
	}
body {
	background:url("/images/background.gif") repeat left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:73%;
	color:#333333;
	letter-spacing:.1em;
	line-height:1.6em;
	}
div {
	border:0;
	margin:0;
	padding:0;
	position:relative;
	}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:1.4em;
	margin:2em 0 .5em 0;
	}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:1.2em;
	}
h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:1em;
	margin:-1em 0 1em 1em;
	}
h4 {
	font-size:1em;
	margin:1em 0 -1.5em 0;
	color:#666666;
	}
img {
	margin:1em;
	padding:0;
	border:0;
	}
input, textarea {
	background-color:#EFEFEF;
	}
p {
	margin:1.5em 0 1em 2em;
	}
sup {
	vertical-align:super;
	line-height:1.4em;
	}
ul {
	list-style:none;
	}
	
/* Main Divs Layout */

#content {
	width:550px;
	padding:0 40px 2em 170px;
	background:url("/images/menu.jpg") no-repeat 20px bottom;
	height:600px;
	}
html>body #content {
	height:auto;
	min-height:600px;
	}
#footer {
	height:50px;
	background:url("/images/footer.jpg") no-repeat center bottom;
	clear:both;
	}
#header {
	height:70px;
	background:url("/images/header.jpg") no-repeat center top;
	padding:0 30px 0 0;
	}
#menu {
	position:absolute;
	width:130px;
	top:60px;
	left:20px;
	font-size:.9em;
	}
#wrapper {
	margin:0 auto;
	width:760px;
	background:url("/images/page.jpg") repeat-y center top;
	}

/* menu styling */
#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	letter-spacing:normal;
	}
#menu ul li {
	padding:0;
	}
#menu ul li ul li {
	padding:0;
	}
#menu a {
	display:block;
	width:110px;
	padding:0 10px;
	text-decoration:none;
	color:#6B4040;
	}
#menu a:hover {
	background:#E5DFCC;
	}
#menu h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:1.2em;
	margin:0;
	padding:10px 0 0 10px;
	color:#333333;
	}

/* Presentation classes */
#header p {
	margin:0;
	}
p.centered, h1.centered {
	text-align:center;
	}
p.date {
	text-align:right;
	letter-spacing:.2em;
	padding:25px 0 0 0;
	}
p.last {
	color:#999999;
	font-size:.8em;
	font-style:italic;
	margin:-1em 0 0 1em;
	}
img.centered {
	display:block;
	margin:1em auto 0 auto;
	}
img.alignright {
	display:inline;
	}
img.alignleft {
	display:inline;
	}
.alignright {
	float:right;
	}
.alignleft {
	float:left
	}
span.centered {
	display:block;
	width:auto;
	text-align:center;
	}

/* tables in general */
table {
	width:100%;
	}
table tr {
	background-color:#F9F9F9;
	}
table .alt {
	background-color:#EFEFEF;
	}
table td {
	padding:1px 4px;
	}
table th {
	padding:1px 3px;
	text-align:left;
	background:#D6D0BE;
	}
table a {
	text-decoration:none;
	}
table a:hover {
	text-decoration:underline;
	}
	
/* specific tables */

table.results {
	width:400px;
	margin:0 0 1em 2em;
	border-left: 1px solid #D6D0BE;
	padding:2px 2px 2px 1em;
	}
table.routes {
	width:400px;
	margin:0 0 1em 2em;
	border-left: 1px solid #D6D0BE;
	padding:2px 2px 2px 1em;
	}
table.routes td {
	width:30%;
	}
table.runlog td.runtotals {
	text-align:right;
	font-weight:bold;
	}
table.runlog td.runnotes {
	text-align:left;
	border-bottom:1px solid #cccccc;
	}
table.runlog td.runnotes span.notes {
	color:#999999;
	}
table.login {
	width:65%;
	margin:2em 2em;
	}
table.login td {
	width:50%;
	}

/* lodging lists */

ul.lodging {
	margin:1em 0 0 3em;
	padding:0;
	list-style:none;
	}
ul.lodging li {
	font-weight:bold;
	}
ul.lodging li ul {
	margin:0 0 1em 1em;
	padding:0;
	list-style:none;
	}
ul.lodging li ul li {
	font-weight:normal;
	}

/* FAQ styles */
ol li {
	font-weight:bold;
	margin-bottom:0;
	}
ol li p {
	font-weight:normal;
	margin-top:0;
	margin-bottom:1em;
	}
ol li li {
	font-weight:normal;
	}