/* Burning styles - Bold look inspired by speeding down dirt tracks without knowing if you can turn the corners in time */

/* defaults */
html, body {
	background-color: #000;
	color: #e50;
	margin: 0px;
	padding: 0px;
	font-family: 'Arial Narrow', 'Arial New', Arial, sans-serif;
}
img { border: none; }

/* heading */
div.heading {
	height: 5em;
	color: #b10;
	background: #000 url(flames.gif) repeat-x scroll 0 100%;
}
div.heading h1 {
	font-size: 2em;
	margin: 0px;
	padding: 0.2em;
}
div.heading h1.canbesmall {
	font-size: 1.3em;
	padding-top: 10px;
}
div.heading p {
	float: left;
	border-right: 1px dashed #ff2;
	border-bottom: 1px dashed #ff2;
	padding: 10px 6px 7px 6px;
	margin: -0.2em;
	margin-right: 10px;
	background-color: #400;
	font-style: italic;
	color: #ff2;
}

/* left menu */
div.leftMenu {
	position: absolute;
	top: 5em;
	left: 0px;
	width: 12.5em;
	border-right: 1px solid #ff2;
	border-bottom: 1px solid #ff2;
	background-color: #300;
	padding: 10px;
	margin-top: 0px;
}
div.leftMenu div a {
	display: block;
	padding: 4px;
	width: 100%;
	border: 1px solid #e50;
	background-color: #400;
	margin-top: 1px;
	font-weight: bold;
	color: #ff2;
	text-decoration: none;
}
div.leftMenu > div > a { width: auto; }
div.leftMenu div a:hover, div.leftMenu div.oneInd a:hover, div.leftMenu div.twoInd a:hover {
	background-color: #ff2; color: #400; text-decoration: none; }
div.leftMenu div.oneInd a { background-color: #600; padding-left: 1em; }
div.leftMenu div.twoInd a { background-color: #820; padding-left: 2em; }
div.leftMenu div.oneInd a.onThis, div.leftMenu div.twoInd a.onThis { background: #945a08 url(flamesfade.gif) repeat-x scroll 0 0; color: #ff2; }
div.leftMenu div.oneInd a.onThis:hover, div.leftMenu div.twoInd a.onThis:hover { color: #ff2; }

/* main body area */
div.mainBody {
	margin-right: 10px;
	margin-left: 14.5em;
	margin-top: 10px;
	padding: 1em;
	background-color: #400;
	border: 1px solid #e70;
}
div.mainBody, div.mainBody p { line-height: 1.2em; }
div.tripBody p { clear: both; }
div.mainBody p a.floater { display: block; margin-right: 5px; float: left; }
div.mainBody p a.altfloat, div.mainBody div.floater { display: block; margin-left: 5px; float: right; }
div.mainBody div.floater { text-align: center; }
div.mainBody div.floater a img { margin-top: 2px; }
h3.subHead { color: #fff; padding: 3px; width: 50%; margin-left: 0px;
	background: #945a08 url(flamesfade.gif) repeat-x scroll 0 0; } /* margin for safari aligning bug */
div.mainBody a { font-weight: bold; color: #ff2; text-decoration: none; }
div.mainBody a:hover { text-decoration: underline; }
th, td { padding: 3px; text-align: left; vertical-align: top; }
th { color: #fff; background: #945a08 url(flamesfade.gif) repeat-x scroll 0 0; font-weight: bold; }
table.basic th { width: 8.5em; }
table.basic td { border: 1px solid #400; border-top: 1px solid #700; }
table.doalt { margin-top: -1px; }
tr.alternate td { background-color: #622; }

label { display: block; float: left; width: 8.5em; cursor: pointer; }
div.contactBody br { clear: both; }
input.autoSize, textarea { width: 20em; }
select, input, textarea { background-color: #600; color: #fff; }
input.autoSize, input.chBox, textarea { border: 1px solid #ff2; margin-bottom: 1px; }
input:focus, input:active, textarea:focus, textarea:active { background: #945a08 url(flamesfade.gif) repeat-x scroll 0 0; }