@charset "UTF-8";
body  {
	font: 100% verdana, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url(../assets/backgroundShade.jpg);
	background-position: top; 
	background-repeat:repeat-x;
	color: #333;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: underline;
	color: #369;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
.pageName {
	font-size: 24px;
	font-weight: normal;
	margin: 80px 30px 20px 0px;
	text-align: right;
	}
h1 {
	font-size: 20px;
	font-weight: normal;
	border-bottom: 2px solid #9cb5ca;
	display: block;
	padding: 20px 10px 0px 20px;
	margin: 0px 0px 0px 0px;
	height: 40px;
	}
h4 {
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-bottom: 30px;
	height: 14px;
	}
h4 a:link{
	font-size: 14px;
	font-weight: bold;
	background-color: #dfe6ee;
	display: block;
	height: 14px;
	text-decoration: none;
	padding: 10px;
	margin: 0px 0px 0px 0px;
}
h4 a:visited{
	font-size: 14px;
	font-weight: bold;
	background-color: #dfe6ee;
	display: block;
	height: 14px;
	text-decoration: none;
	padding: 10px;
	margin: 0px 0px 0px 0px;
}
h4 a:hover{
	font-size: 14px;
	font-weight: bold;
	background-color: #9cb5ca;
	display: block;
	height: 14px;
	text-decoration: none;
	padding: 10px;
	margin: 0px 0px 0px 0px;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	padding: 0px 10px 0px 20px;
	margin: 20px 0px 10px 0px;
	}
h3 {
	background-image: url(../assets/homePageOnTheJobBkg.gif);
	background-repeat: no-repeat;
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	margin: 20px 0px 0px 0px;
	padding: 12px 10px 13px 15px;
	}
p {
	font-size: 13px;
	line-height: 18px;
	padding-right: 20px;
	padding-left: 20px;
	
	}	
	li {
	font-size: 13px;
	line-height: 18px;
	margin-left: 10px;
	
	}
.twoColFixLtHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: ;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-top: 0px solid #1a1a1a;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
} 
.twoColFixLtHdr #header { 
	background-image: url(../assets/utilityServicesHeaderImage.gif);
	background-repeat:no-repeat;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 930px; 
	height: 163px;
} 
.twoColFixLtHdr #headerComm { 
	background-image: url(../assets/CommercialServicesHeaderImage.gif);
	background-repeat:no-repeat;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 930px; 
	height: 163px;
} 
.twoColFixLtHdr #headerWelcome { 
	background-image: url(../assets/WelcomeHeaderImage.gif);
	background-repeat:no-repeat;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 930px; 
	height: 163px;
} 
.twoColFixLtHdr #headerAboutUs { 
	background-image: url(../assets/AboutUsHeaderImage.gif);
	background-repeat:no-repeat;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 930px; 
	height: 163px;
} .twoColFixLtHdr #headerPetroleum { 
	background-image: url(../assets/PetroleumServicesHeaderImage.gif);
	background-repeat:no-repeat;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 930px; 
	height: 163px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: right;
}
#topMostMenu a, #topMostMenu a:visited { 
	/*background-image: url(../assets/blackArrow.gif);
	background-repeat:no-repeat;
	background-position: 0px 4px;*/
	  text-align: right;
	  font-weight: normal;
	  font-size: 12px;
	  border:0px solid #808; 
	  font-family: verdana, sans-serif; /* ADDED */ 
	  font-size:12px; /* ADDED */ 
	  text-align: right; /* ADDED */ 
	  text-decoration:none; /* ADDED */ 
	  color:#fff;
	  padding-bottom: 2px;
	border-bottom: 0px solid #ffffff;
	  }
#topMostMenu a:hover { 
padding-bottom: 2px;
	border-bottom: 4px solid #d2a34f;
	color: #d2a34f;
}
#topMostMenu ul {
  margin-top: 10px;
  margin-right: 0px;
  float: right;
	}
#topMostMenu li {
	display: inline;
	margin-right: 5px;
	
	}	
.twoColFixLtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 270px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-image: url(../assets/rightColumnShade.jpg);
	background-position: bottom left;
	padding: 0px 15px 15px 20px;
	background-repeat: no-repeat;
	vertical-align: top;
}
.twoColFixLtHdr #sidebar1 p{
	margin: 10px  0px  10px  20px;
	padding: 0px;
}
.twoColFixLtHdr #sidebar1 a{
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 a:hover{
	text-decoration: none;
	color: #333;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 290px 0px 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../assets/contentShade.jpg);
	background-position: 0px 60px;
	background-repeat: repeat-x;
	border-right: 30px solid white;
	border-left: 15px solid white;
	
}

.twoColFixLtHdr #videoContent { 
	margin: 0 290px 0px 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../assets/contentShade.jpg);
	background-position: 0px 40px;
	background-repeat: repeat-x;
	border-right: 20px solid white;
	border-left: 15px solid white;
	
}
.videoCell {
	vertical-align: top;
	padding: 10px 0px 10px 0px;
	border-top: 2px solid #9cb5ca;
	}
.videoCell p {
	padding: 10px 20px 10px 20px; 
	}
	

.onTheJobHeader {
	background-image: url(../assets/homePageOnTheJobBkg.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 14px;
	color: #396a95;
	margin-top: 20px;
	padding: 15px 10px 10px 15px;
	
	
	
	}
.rotationArea {
	background-image: url(../assets/utilityCleaningRotationBackground.jpg);
	background-position: left;
	background-repeat:no-repeat;
	display: block;
	height: 184px;
	}
.footer { 
	padding: 0px 0px 0px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #FFF;
	border-top: 7px solid #396a95;
	display: block;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
	
} 



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
A:link {text-decoration: underline; color: #333;}
A:visited {text-decoration: underline; color: #333;}
A:active {text-decoration: underline; color: #333;}
A:hover {text-decoration: none; color: #396a95;}
.comparisonTable {
	font-size: 12px;
	margin-left: 20px;
	margin-right: 20px;
	border: 1px solid #white;}
.comparisonTable td {
	padding: 10px;
	border: 1px solid #white;
	vertical-align: top;
	}
.comparisonTable ul{
	margin-left: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.comparisonTable li{
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
}