@charset "UTF-8";
body  {
	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 */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
}
#topheader {
	background: #DDDDDD url(../images/logoheader.jpg) no-repeat;  /* 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. */
	height: 43px;
	position: relative;
	padding-top: 89px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 305px;
}
#mainContent .testing {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}
#mainContent #leftpictures {
	width: 240px;
	float: left;
	padding-right: 20px;
}
#mainContent #lefttext {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	clear: right;
	float: left;
}
#mainContent #righttext {
	width: 200px;
	float: right;
}
#mainContent #topcontent {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-bottom: 0px;
}
#mainContent #topcontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	margin: 0px;
	padding: 0px;
	line-height: 19px;
}
#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #F60;
	margin: 0px;
	padding: 0px;
}
#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin: 0px;
	padding: 0px;
	line-height: 19px;
}
#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F60;
	margin: 0px;
	padding: 0px;
}
#mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #F60;
	margin: 0px;
	padding: 0px;
}
#mainContent  {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px 0px 0px 250px;
} 
#mainContent a {
	color: #F60;
	text-decoration: none;
}
#mainContent a:hover {
	text-decoration: underline;
}
#topheader ul li {
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
#topheader ul li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 3px;
	padding-top: 15px;
	padding-bottom: 25px;
	width: 127px;
}
#topheader ul li a:hover {
	color: #333;
	text-decoration: none;
	display: block;
	background-color: #FFF;
}
#topheader ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#header #slogan {
	position: absolute;
	left: 19px;
	top: 11px;
}
#header #slogan h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #666;
}
#header #slogan h1 .electrical   {
	font-weight: bold;
	color: #F60;
}
#container  {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
#header  {
	background: #DDDDDD url(../images/topheader.jpg) no-repeat;
	padding: 80px 570px 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. */
	height: 269px;
	position: relative;
} 
#header p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 18px;
}
#header p a {
	color: #F60;
	font-weight: bold;
	text-decoration: none;
}
#header p a:hover {
	text-decoration: underline;
}
#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 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar2  {
	background: url(../images/safetytips.jpg) no-repeat;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	width: 229px;
	padding-top: 0px;
	float: left;
}
#sidebar3 {
	background: url(../images/electricalnews.jpg) no-repeat;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	width: 229px;
	padding-top: 0px;
	float: left;
}
#sidebar2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
#sidebar3 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
#sidebar3 p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F60;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
#sidebar2 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#sidebar3 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#sidebar3 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.testimonial  {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCFCF;
	margin: 60px 0px 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 20px;
}
.pattest {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCFCF;
	padding-top: 60px;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 20px;
	background-image: url(../images/pattest.jpg);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-repeat: no-repeat;
}
.testimonialnews {
	margin: 60px 0px 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	height: 200px;
	overflow: auto;
}
.testimonial2  {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCFCF;
	margin: 0px 0px 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 20px;
}
#sidebar1  {
	background: url(../images/testimonials.jpg) no-repeat;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	float: left;
	width: 229px;
	padding-top: 0px;
}
#sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
#sidebar1 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 16px 0px 10px 24px;
	color: #333;
	margin: 0px;
}
#footer  {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(../images/footer.png) no-repeat;
} 
#footer h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #333;
	margin: 0px;
	padding-top: 12px;
	padding-bottom: 25px;
}
#footer p  {
	margin: 0;
	color: #999;
	font-size: 12px;
	padding-right: 0;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#footer p a {
	color: #666;
}
.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;
}
.headerbutselected {
	color: #333;
	text-decoration: none;
	display: block;
	height: 43px;
	width: 127px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
#mainContent #topcontent ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #F60;
	margin: 0px;
	padding: 0px;
}
.services-cont {
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	padding-bottom: 15px;
}
.services-cont img {
	padding-right: 20px;
	padding-bottom: 10px;
}
#topcontent p a {
	color: #666;
}

