/* General Declarations */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #E2A92E url(images/bg.jpg);
	margin: 0;
	padding: 0;
}
body, th, td {
	font: 76% Tahoma, Helvetica, Arial, sans-serif;
}
p {
	margin: 0 0 1em;
	line-height: 1.4em;
}
p, ul, ol, th, td {
	color: #000000;
	font-size: 110%;
}
h1 {
	margin: 0 0 1em;
	font-size: 150%;
	font-weight: bold;
	color: #E2A92E;
}
h2 {
	color: black;
	font-size: 110%;
	font-weight: bold;
	margin: 1.2em 0 1em;
	border-bottom: 1px solid #E2A92E;
	border-left: 5px solid #E2A92E;
	padding-left: 5px;
}
h3 {
	color: #E2A92E;
	background: #292929;
	padding: .15em .15em .15em .9em;
	font-weight: normal;
	font-size: 1.1em;
}
ul {
	margin: 0 0 1em 1em;
	padding: 0 0 0 1em;
}
strong {
	font-weight: bold;
	color: #333333;
}

/* Forms */
form {
	margin: 0 0 1em;
}
form#signup, form#admin {
	background: #EEEEEE;
	padding: 2em;
	line-height: normal;
	border: 1px solid gray;
	border-color: silver gray gray silver;
}
label {
	float: left;
	clear: left;
	width: 40%;
	text-align: right;
	margin: 0 10px 5px 0;
}
input, textarea {
	width: 250px;
	margin: 0 10px 5px 0;
}
input.short {
	width: 125px;
}

/* Layout */
#container {
	width: 770px;
	margin: 0 auto;
	background: white url(images/container-bg.jpg) repeat-y;
	padding: 0 0 1em;
}
#header {
	position: relative;
	width: 760px;
	height: 180px;
	margin: 0 0 0 5px;
	padding: 0;
	background: #292929;
}
#headerTop {
	width: 740px;
	height: 25px;
	background: transparent url(images/header-top.jpg) no-repeat;
	position: absolute;
	color: white;
	text-align: right;
	padding-right: 20px;
	line-height: 25px;
}
#headerLeft {
	width: 195px;
	height: 121px;
	position: absolute;
	margin: 25px 0 0 0;
	background: transparent url(images/header-left.jpg) no-repeat;
}
#headerRight {
	width: 565px;
	height: 121px;
	position: absolute;
	margin: 25px 0 0 195px;
	padding: 0;
}
#headerBottom {
	width: 760px;
	height: 34px;
	margin: 146px 0 0 0;
	position: absolute;
	background: silver url(images/header-bottom.jpg);
}
#content {
	float: right;
	width: 520px;
	margin: 2em 25px 0 0;
	display: inline; /* Fixes IE Float Bug */
}
#nav, .leftColumn {
	margin: 2em 0 0 5px;
	width: 196px;
}
#weather {
	padding: 0 0 5px 5px;
	border-bottom: 1px solid #CCCCCC;
	color: #666666;
}
#bottomShadow {
	width: 770px;
	height: 8px;
	margin: 0 auto;
	background: transparent url(images/bottom-shadow.jpg) no-repeat;
}
#footer {
	width: 760px;
	margin: 0 auto;
	color: #EEEEEE;
	text-align: center;
}

/* Navigation Styles */
#nav ul {
	margin: 0;
	padding: 0;
	font-size: 1em;
}
#nav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	display:inline;
}
#nav a:link, #nav a:visited {
	display: block;
	border-bottom: 1px solid #CCCCCC;
	padding: .3em 0 .3em 1em;
	color: #666666;
	text-decoration: none;
	margin: 0;
	width: 184px;
	background: #EEEEEE;
}
#nav a:hover {
	color: white;
	background: #666666;
}
#nav a.current:link, #nav a.current:visited {
	border-bottom-color: #E2A92E;
	border-left: 5px solid #E2A92E;
	width: 179px;
	font-weight: bold;
	color: black;
}
#nav ul.expanded a:link, #nav ul.expanded a:visited {
	text-indent: 2em;
	background: #FEFEFE;
}
#nav ul.expanded a:hover {
	color: white;
	background: #666666;
}
#nav li#navTruckStops, #linksExpander {
	display: none;
}

/* Other Links */
a img {
	border: none;
}
a:link, a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #E2A92E;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #EEEEEE;
}
#footer a:hover {
	text-decoration: underline;
	color: white;
}

/* Classes */
.displayTable {
	border-collapse: collapse;
	margin: 0 0 1em;
}
.displayTable th {
	background: #292929;
	color: #E2A92E;
	font-weight: normal;
}
.displayTable th, .displayTable td {
	padding: 5px;
	border: 1px solid #CCCCCC;
	font-size: 110%;
}
.alternate {
	background: #EEEEEE;
}
.clear {
	clear: both;
	height: 1px;
}
.invisible {
	display: none;
}
.floatLeft {
	float: left;
	margin-right: 10px;
}
.picFrame {
	float: right;
	clear: right;
	border: 2px solid black;
	margin: -2px 0 0 10px;
}
.floatRight {
	float: right;
	clear: right;
	margin: 0 0 0 10px;
}
.column {
	float:left;
	width: 10em;
}
.default {
	float: none;
	clear: both;
	width: auto;
	line-height: normal;
}
.weatherDotCom {
	color: #003399;
}
.spacer {
	height: 10px;
}