@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: #fafbf6 url(../imgs/h/bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
}
acronym {
	border-style: none;
}
h1 {
	margin: 0px 0px 15px;
	padding: 0px;
	color: #B02700;
	font-size: 12px;
	font-weight: bold;
}
a {
	outline: none;
}
/*Layout*/
/*******************/
#container-wrap {
	background: url(../imgs/h/bg-photo.jpg) no-repeat 970px;
}
#container {
	width: 970px;
}
/*Logo and Header*/
/*****************/
#logo {
	float: left;
	height: 90px;
	width: 385px;
}
#logo img {
	border-style: none;
}
#header {
	background: url(../imgs/header.jpg);
	height: 80px;
	width: 585px;
	float: left;
	font-size: 11px;
	text-align: right;
	padding-top: 10px;
}
#header img {
	margin-right: 5px;
	border-style: none;
}
#header a:link, #header a:active, #header a:visited {
	font-size: 11px;
	color: #222222;
	text-decoration: none;
	padding-right: 10px;
}
#header a:hover {
	color: #B02700;
}
/*Navigation and Quick Links*/
/****************************/
#quick-links {
	background: url(../imgs/quick-links.jpg);
	float: left;
	height: 28px;
	width: 227px;
	padding: 7px 20px 0px 30px;
}
#quick-links-menu {
	margin: 0px;
	padding: 0px;
	width: 223px;
	height: 19px;
}
#jump-menu {
	width: 223px;
	height: 19px;
	font: 12px Arial, Helvetica, sans-serif;
}
#quick-links-menu .bold {
	font-weight: bold;
	border-bottom: 1px solid #999999;
	color: #555b44;
}
#quick-links-menu .small {
	font-size: 11px;
	padding-left: 15px;
}
#quick-links-menu .none {
	display: none;
}
#navigation {
	background: url(../imgs/navigation.jpg);
	float: left;
	height: 35px;
	width: 693px;
}
#navigation ul {
	float: left;
	width: 693px;
	margin: 0px;
	height: 26px;
	padding: 8px 0px 0px;
}
#navigation li {
	float: left;
	margin: 0px;
	padding: 0px 15px 0px 22px;
	list-style: none;
}
#navigation a:link, #navigation a:active, #navigation a:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
#navigation a:hover {
	color: #B02700;
}
/*Main Content*/
/**************/
#content-container {
	float: left;
	width: 970px;
}
#content {
	background: url(../imgs/h/main-content.jpg);
	height: 266px;
	width: 335px;
	float: left;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 30px;
}
#content p {
	font-size: 12px;
	margin: 0px 0px 20px;
	padding: 0px;
}
#content a:link, #content a:active, #content a:visited {
	font-size: 12px;
	color: #B02700;
	text-decoration: none;
}
#content a:hover {
	color: #B02700;
	text-decoration: underline;
}
#rotate {
	float: left;
}
/*Sub Content*/
/*************/
#sub-content-container {
	float: left;
	width: 970px;
}
#sub-content-container p {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
#sub-content-container ul {
	font-size: 11px;
	line-height: 16px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	list-style: none;
}
#sub-content-container li {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	background: url(../imgs/bullet.gif) no-repeat left;
	line-height: 16px;
}
#sub-content-container a:link, #sub-content-container a:active, #sub-content-container a:visited {
	font-size: 11px;
	color: #B02700;
	text-decoration: underline;
}
#sub-content-container a:hover {
	color: #711A00;
	text-decoration: underline;
}
#sub-content-photos {
	float: left;
	width: 970px;
	height: 152px;
}
/*Employment*/
/************/
#employment {
	width: 223px;
	float: left;
	height: 151px;
	background: url(../imgs/h/roll-off-services-content.jpg);
	padding: 30px 30px 0px;
}
/*Products*/
/**********/
#products {
	float: left;
	height: 151px;
	width: 309px;
	background: url(../imgs/h/services-content.jpg);
	padding: 30px 30px 0px;
}
/*Services*/
/**********/
#services {
	height: 151px;
	width: 258px;
	float: left;
	background: url(../imgs/h/products-content.jpg);
	padding: 30px 30px 0px;
}
/*Footer*/
/********/
#footer {
	background: url(../imgs/h/footer-rpt.jpg);
	height: 56px;
	width: 934px;
	margin-left: 21px;
	padding-top: 10px;
	font-size: 11px;
}
#footer .right {
	float: right;
	text-align: right;
}
#footer .left {
	text-align: left;
	float: left;
}
#footer p {
	margin: 15px 0px 0px;
	padding: 0px;
	line-height: 14px;
}
#footer a:link, #footer a:active, #footer a:visited {
	font-size: 11px;
	color: #222222;
	text-decoration: none;
}
#footer a:hover {
	color: #B02700;
	text-decoration: underline;
}
