/* Global Whitespace Reset */
* {	padding:0;	margin:0;	 }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address {	margin:20px 0; }
li, dd, blockquote {	margin-left: 40px; }
p {	margin: 15px 0;}
fieldset {	padding:10px; }
h1, h2, h3, h4, h5, h6 {	margin: 20px 0 5px; }
p {	margin: 5px 0 15px;}
h1 {	font-size: 160%; }
h2 {	font-size: 150%; }
h3 {	font-size: 140%; }
h4 {	font-size: 130%; }
h5 {	font-size: 120%; }
h6 {	font-size: 110%; }
ul ul {	margin:5px 0; }
hr.clear {	clear: both;	height: 1px;	margin: 0;	visibility: hidden;}
ul ul {
	margin: 5px 0;
}
a:active
{
  outline: none;
}
:focus
{
  -moz-outline-style: none;
}
img {
	border: 1px solid #c63119;
	margin: 5px 10px;
}
a:link, a:visited {
	text-decoration: underline;
	color: #c63119;
}
a:hover, a:active {
	text-decoration: none;
}
/* Site Specific */
body {
	background: #000 url(../images/bg.jpg) 50% 0 no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container {
	background: #e7e7e7;
	width: 780px;
	margin: 0 auto;
	color: #333;
	position: relative;
}
#header {
	background: url(../images/header.jpg) 0 0 no-repeat;
	height: 166px;
	margin: 0;
	text-indent: -1234em;
}
#navigation {
	position: absolute;
	top: 131px;
	left: 258px;
	margin: 0;
	height: 27px;
	width: 522px;
	list-style: none;
}
#navigation li {
	position: absolute;
	top: 0;
	height: 27px;
	margin: 0;
	text-indent: -1234em;
}
#navigation li a {
	display: block;
	height: 27px;
	text-decoration: none;
}
#navigation li a:hover {
	background: #9FA09B;
	filter:alpha(opacity=40);
	opacity: .4;
}
#home {
	left: 5px;
	width: 47px;
}
#about {
	left: 61px;
	width: 72px;
}
#services {
	left: 144px;
	width: 65px;
}
#employment {
	left: 219px;
	width: 97px;
}
#quote {
	left: 325px;
	width: 85px;
}
#contact {
	left: 422px;
	width: 84px;
}
#content {
	padding: 15px 20px 20px;
	min-height: 450px;
	_height: 450px;
}
#title {
	margin: 0 0 15px;
	padding: 0 0 3px;
	line-height: 1;
	border-bottom: 1px solid #c63119;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #000;
}
#footer {
	width: 780px;
	margin: 0 auto;
	text-align: center;
}
#footer a {	text-decoration: none;}
#footer a:hover {	text-decoration: underline;}
#links {
	color: #e7e7e7;
	text-transform: uppercase;
	font-weight: bold;
}
#links a {
	color: #e7e7e7;
	margin: 0 2px;
}
#byline {
	text-align: right;
	color: #666666;
	font-size: 10px;
}
#byline a {	color: #666666;}

/* Index Changes */
#imageContainer img {
	margin: 0;
	border-width: 0;
}
#imageContainer {
	height: 299px;
	overflow: hidden;
}
#index #header {
	height: 161px;
}
#index #content {
	min-height: 200px;
	_height: 200px;
	padding: 0;
}
#index #clear {
	height: 5px;
}
.block {
	float: left;
	width: 250px;
	padding: 5px;
	min-height: 200px;
	_height: 200px;
}
.block h5.title {
	text-transform: uppercase;
	color: #e7e7e7;
	margin: 0 0 5px;
	font-size: 14px;
}
#content .title a {
	color: #e7e7e7;
	display: block;
	text-decoration: none;
	padding: 3px 5px;
	background: #000;
}
#content .title a {
	background: #c63119;
}
#solutions {
}
#equipment {
	background: #dcdcdc;
	border: 1px solid #8f8f8f;
	padding: 4px;
}
#recruiting {
	padding-right: 0;
}
/* Forms */
	option {
		padding-right: 10px;
	}
	form .error {
		color: red;
	}
	form div {
		clear: both;
		padding: 1px 11px;
	}
	form fieldset div {
		padding: 1px 0;
	}
	span.required {
		font-weight: bold;
		margin-right: 2px;
	}
	form label {
		display: block;
		margin: 2px 0;
		float: left;
		clear: left;
		width: 140px;
	}
	form input, 
	form textarea,
	form select  {
		clear: right;
		display: block;
		margin: 2px 0 2px 150px;
		font-size: 12px;
		width: 150px;
	}
	form input {
		padding: 2px 3px;
	}
	form textarea {
		padding: 2px 3px;
		width: 200px;
		height: 120px;
	}
	form select {
		width: 160px;
	}
	form fieldset {
		border: 1px solid #333;
	}
	form fieldset fieldset {
		border: 1px solid #333;
		_width: auto;
	}
	form legend {
		font-weight: bold;
		margin: 0;
		padding: 0 5px;
	}
	fieldset fieldset legend {
		font-weight: normal;
	}
	.radio, .checkbox {
		line-height: 14px;
		vertical-align: middle;
		padding: 2px 0;
	}
	input.button {
		clear: both;
		margin: 10px 0;
		border: 1px solid #222;
		cursor: pointer;
		background-color: #222;
		color: #FFF;
		font-weight: bold;
		width: 140px;
	}
hr#formclear {
	clear: both;
	height: 1px;
	margin: 20px 0;
}
form .quotesectionheader {
	font-size: 16px;
	margin: 5px 0px 5px 5px;
}

