/* HTML TAG OVERRIDES */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #747474;
	font-size: 13px;
}
select {
	width:188px;
	height:24px;
	font-size:12px;
	margin-top:8px;
	margin-bottom:8px;
}
h3 {
	color:#fff;	
}
/*--------------------*/

/* LINKS */
/*-------*/

/* CONTAINER DEFINITIONS */
#background-container {
	background-color: #c3c3c3;
	background-image: url(/assets/images/page-background.png);
	background-repeat: repeat-x;
	padding-bottom: 15px;
}
#content-container {
	width:100%;
	background-image: url('/assets/images/content-background.png');
}
#layout-container a {
	color:#c41230;
}
#layout-container a:hover {
	color:#0066CC;
}
#seo-index #layout-container a {
	color:#c41230;
	font-size:18px;
	font-weight:bold;
}
#seo-index #layout-container a:hover {
	text-decoration:none;
}
#nav-container {
	background-image: none;
}
#nav-container #nav-row {
	width:600px; /*800 with solar*/
	position:relative;
	margin:auto;
	height:49px;
}
#footer-container {
	background-color: #FFFFFF;
	font-size: 12px;
	padding-top: 7px;
	margin-bottom: 10px;
}
#footer-container a {
	color: #747474;
	text-decoration: none;
}
#footer-container a:hover {
	color: #747474;
	text-decoration: underline;
}
#seo-index #footer-container a {
	color: #a70e2a;
	text-decoration:underline;
}
#seo-index #footer-container a:hover {
	text-decoration: none;
}
/*-----------------------*/

/* CUSTOM DEFINITIONS */
.menu-seperator {
	float: left;
	font-size: 14px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 13px;
	color:#e5e5e5;
}
.menu-item {
	float: left;
	font-size: 14px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 17px;
	display:inline;
}
.menu {
	background-color: #e4e4e4;
	display: none;
	font-size: 12px;
	min-width: 240px;
}
.menu ul {
	list-style-type: none;
	margin: 5px 0 0 17px;
}
.menu ul li{
	padding-bottom:3px;
}
.menu ul li a{
	color:#525151;
	font-weight:bold;
	text-decoration:none;
}
.menu ul li a:hover{
	color:#000;
	text-decoration:underline;
}
#home-bottom-panel {
	padding-left:4px;
	font-size:14px;
}
#home-bottom-panel #left-panel {
	background-image: url('/assets/images/left-box.png');
	background-repeat:no-repeat;
	margin-top:4px;	
	width:472px;
	height:203px;
	float:left;
	margin-left:3px;
	padding:10px 0 0 0;
}
#home-bottom-panel #left-panel .panel-title{
	margin-left:25px;
}
#home-bottom-panel #left-panel p {
	line-height:16px;
	width:425px;
	margin-left: 25px;
}
#home-bottom-panel #middle-panel {
	background-image: url('/assets/images/middle-box.png');
	background-repeat:no-repeat;
	margin-top:4px;	
	width:226px;
	height:203px;
	float:left;
	margin-left:5px;
	padding:10px 0 0 0;
}
#home-bottom-panel #middle-panel .panel-title{
	margin-left:25px;
}
#home-bottom-panel #middle-panel p {
	font-size:12px;
	line-height:14px;
	width:200px;
	margin-left: 15px;
}
#home-bottom-panel #right-panel {
	background-image: url('/assets/images/right-box.png');
	background-repeat:no-repeat;
	margin-top:4px;	
	width:226px;
	height:203px;
	float:left;
	margin-left:5px;
	padding:10px 0 0 0;
}
#home-bottom-panel #right-panel p {
	font-size:12px;
	color:#fff;
	line-height:14px;
	width:185px;
	margin-left: 25px;
	margin-top:85px;
}
.bold-red {
	color:#c41230;
	font-weight:bold;
	font-size:14px;
}
.foot-dark {
	font-size:12px;
}
img.hegge-truck {
	margin-left:-20px;
}
#page-title{
	height:91px;
	margin-left:7px;
	padding: 25px 0 0 20px;
	margin-bottom:-10px;
	background-image: url('/assets/images/page-title-bg.jpg');
	background-repeat:no-repeat;
}
.home-btn{
	float:right;
	padding-right:20px;
	margin-top:20px;
}

#page-content-left {
	width: 674px;
	float:left;
	margin-left:27px;
}
#page-content-right1 {
	width:230px;
	float:left;
	border: 1px solid #eaeaea;
	border-top:none;
	border-right:none;
	border-bottom:none;
	padding-left:7px;
}
#page-content-right > div {
	float: left;
	width: 226px;
}
#page-content-right #middle-panel {
	background-image: url('/assets/images/middle-box.png');
	background-repeat:no-repeat;
	margin-top:4px;	
	height: 203px;
	padding:10px 0 0 0;
}
#page-content-right #middle-panel .panel-title{
	margin-left:25px;
}
#page-content-right #middle-panel p {
	font-size:12px;
	line-height:14px;
	width:200px;
	margin-left: 15px;
}
#page-content-right #right-panel {
	background-image: url('/assets/images/right-box.png');
	background-repeat:no-repeat;
	margin-top:4px;	
	width:226px;
	height:203px;
	padding:10px 0 0 0;
}
#page-content-right #right-panel p {
	font-size:12px;
	color:#fff;
	line-height:14px;
	width:185px;
	margin-left: 25px;
	margin-top:85px;
}
#page-content-right #promo {
	padding:3px 0 0 3px;
}
.service-list {
	padding-top:4px;
	padding-bottom:15px;
	line-height:13px;
}
.service-list img{
	float:left;
	padding-right:10px;
}
li.column1 { margin-left: 0em; }
li.column2 { margin-left: 25em; }
li { line-height: 1.2em; }
li.reset { margin-top: -6em; }
#page-content-left ul{
	margin-left:45px;
}
.page-loud-info {
	color: #686868;
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	text-decoration: none;
	line-height:26px;
}
/*--------------------*/

/* PAGE STYLES */
#home #nav-container {
	background-image:none;
}
#home #content-container {
	background-image: none;
}
/*-------------------*/
/* SIFR STYLES */
.sIFR-active h1 {
	visibility: hidden;
}
.sIFR-active .menu-item {
	visibility: hidden;
}
.sIFR-active .panel-title {
	visibility: hidden;
}
.sIFR-active #page-title .page-title-txt {
	visibility: hidden;
}
.sIFR-active .red-underline {
	visibility: hidden;
}
.sIFR-active .grey-roman {
	visibility: hidden;
}
.sIFR-active .grey-roman-single {
	visibility: hidden;
}
.sIFR-active .grey-roman-bold {
	visibility: hidden;
}
.sIFR-active .grey-roman-bold-multi {
	visibility: hidden;
}
/*-------------------*/

/* RECAPTCHA STYLES */
#recaptcha-container {
	border: 1px solid #dfdfdf;
	padding: 4px;
}
#recaptcha-container #recaptcha-image {
	border: 1px solid #dfdfdf;
}
/*------------------------*/

/* PRINT MEDIA DEFINITIONS */
@media print {
}
/*-------------------------*/

