body {
	background-color: #bd141a;
	padding: 0;
	margin: 0;
}

br, .clear {
	clear: both;
}

#pageWrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background: #fff url(/sites/cdhall/images/pagewrapper_back.gif) repeat-y;
}

/* @group Nav */

#navArea {
	width: 180px;
	display: block;
	float: left;
	text-transform: uppercase;
	letter-spacing: .1em;
	font: .7em "Gill Sans", "Trebuchet MS", Arial, sans-serif;
	background: #d2c8a3 url(/sites/cdhall/images/logo.jpg) no-repeat;
	padding: 96px 20px 20px;
	min-height: 300px;
}

#navArea ul {
	padding: 0;
	margin: 10px;
}

#navArea ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #bcb292;
}

#navArea ul li a {
	display: block;
	margin: 0;
	padding: 6px;
	text-decoration: none;
	color: #4e2e1d;
}

#navArea ul li a:hover {
	background: url(/sites/cdhall/images/arrow.gif) no-repeat right center;
}

#navArea ul li a.current {
	font-weight: bold;
}

#navArea ul li a.children {
	padding: 6px 6px 0;
}

#navArea ul li ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
}

#navArea ul li ul li {
	border-bottom-style: none;
}

#navArea ul li ul li a {
	padding: 6px 0 6px 10px;
	color: #911030;
}

#navArea ul li ul li a.current {
	font-style: italic;
	font-weight: normal;
}

#navArea ul li ul li a.children {
	padding: 6px 0 0 10px;
}

/* @end */

/* @group Right Side */

#rightWrapper {
	width: 680px;
	display: block;
	float: right;
}

/* @group Top */

#topArea {
	display: block;
	height: 200px;
	width: 680px;
}

#headPicture {
	width: 440px;
	height: 200px;
	display: block;
	float: left;
	background: url(/sites/cdhall/images/pics/truckindirt.jpg) no-repeat;
}

/* @group News Block */

#newsBlock {
	display: block;
	width: 210px;
	height: 170px;
	float: right;
	background: url(/sites/cdhall/images/newsblock_back.png) repeat-y;
	padding: 15px;
	color: #fff;
	font: .8em "Gill Sans", "Trebuchet MS", Arial, sans-serif;
}

#newsBlock a {
	text-decoration: none;
	color: #fff;
}

#newsBlock a:hover {
	text-decoration: underline;
}

#newsBlock h3 {
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: .3em;
	margin: 0;
	padding: 0;
	font-size: 1.0em;
}

#newsBlock dl {
	letter-spacing: .1em;
	font-size: .8em;
	text-transform: uppercase;
	line-height: 1.3em;
}

#newsBlock dt {
}

#newsBlock dd {
	padding: 0 20px 0 0;
	background: url(/sites/cdhall/images/arrow_news.png) no-repeat right center;
	margin: 0 0 15px;
}

/* @end */

/* @end */

#tagline {
	width: 670px;
	display: block;
	height: 20px;
	background-color: red;
	background-image: url(/sites/cdhall/images/tagline_back.png);
	font: .75em/20px "Gill Sans", "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #fff;
	padding: 0 0 0 10px;
}

/* @group Content */

#contentArea {
	width: 680px;
}

/* @group Main Block Formatting */

#mainBlock {
	width: 440px;
	float: left;
	font: .9em/1.5em Georgia, "Times New Roman", Times, serif;
	color: #333;
	padding-top: 25px;
}

#mainBlock hr {
	width: 420px;
	margin-right: 10px;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom: 1px solid #e3e3e3;
	border-left-style: none;
}

#mainBlock table {
	margin: 10px;
}

#mainBlock p {
	padding: 0;
	margin: 0 10px 1.0em;
}

#mainBlock h1 {
	color: #880021;
	font: 1.4em "Gill Sans", "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-right: 10px;
	margin-bottom: .75em;
	margin-left: 10px;
}

#mainBlock h2 {
	padding: 0;
	margin: 0 10px 4px;
	font: 1.2em "Gill Sans", "Trebuchet MS", Arial, sans-serif;
}

#mainBlock a {
	text-decoration: none;
	color: #a3182b;
}

#mainBlock a:hover {
	background-color: #a3182b;
	color: #fff;
}

#mainBlock h2 .date {
	color: #7e7e7e;
	font-size: .7em;
	display: block;
}

#mainBlock div.alternate {
	background-color: #e7e5dc;
	display: block;
	padding-top: 1px;
	padding-bottom: 1px;
	font: .8em "Gill Sans", "Trebuchet MS", Arial, sans-serif;
}

#mainBlock div.alternate hr {
	border-bottom-color: #c9c9c1;
}

#mainBlock table.companies tr td {
	vertical-align: top;
	text-align: center;
	width: 105px;
	padding: 1px;
}

#mainBlock table.companies img {
	display: block;
	border: 1px solid #fff;
	margin-bottom: 4px;
}

#mainBlock table.team td {
	width: 80px;
}

#mainBlock table.team td+td+td {
	width: 80px;
}

#mainBlock table.team td+td {
	width: 125px;
	padding-left: 5px;
}

#mainBlock table.team td+td+td+td {
	width: 125px;
	padding-left: 5px;
}

#mainBlock table.team img {
	border: 1px solid #fff;
	width: 78px;
}



/* @end */

/* @group Extras Area */

#extras {
	width: 240px;
	float: right;
	color: #603e2f;
	font: .9em "Gill Sans", "Trebuchet MS", Arial, sans-serif;
	background-color: #d2c8a3;
}

#extras p {
	margin: 10px;
}

#extras blockquote {
	color: #885943;
	padding: 20px;
	background: url(/sites/cdhall/images/quote.gif) no-repeat;
	margin-left: 10px;
	margin-right: 0;
}

#extras blockquote p {
	padding: 0;
	line-height: 1.25em;
	margin: 0 0 .5em;
}

#extras blockquote .quoted {
	display: block;
	text-align: right;
	font-size: .8em;
	margin: 10px 0 0;
	padding: 0;
}

#redBlock {
	background-color: #e96b4f;
	width: 240px;
	height: 60px;
}

/* @end */

/* @end */

/* @end */

/* @group Footer */

#footer {
	clear: both;
	display: block;
	width: 670px;
	height: 20px;
	background-color: #890e13;
	padding-left: 230px;
	color: #c98a88;
	font: .7em/20px "Gill Sans", "Trebuchet MS", Arial, sans-serif;
}

/* @end */