@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF url(../images/bg.jpg) repeat-x;
	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;
}
#container  {
	width: 950px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/yellow-cable.png);
	background-repeat: no-repeat;
	background-position: 75px 535px;
} 
#topnav {
	height: 86px;
	padding-top: 67px;
	padding-bottom: 0;
	padding-left: 300px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	position: relative;
}
#topnav #callus {
	height: 25px;
	width: 533px;
	position: absolute;
	left: 400px;
	top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #FC0;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

.whitetext {
	color: #FFF;
	font-size: 24px;
}
#topnav ul li {
	display: block;
	float: left;
	margin-left: 25px;
}
#topnav ul .selected   {
	color: #F8D326;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#topnav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#topnav ul li a:hover {
	color: #F8D326;
}
#topnav ul {
	list-style-type: none;
}
#header  {
	height: 298px;
	padding-top: 0;
	padding-bottom: 0;
} 
#header .slidetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 29px;
	color: #FFF;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#header h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFF;
	font-weight: normal;
	margin: 0px;
	padding-top: 10px;
}
#header p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	color: #000;
}
#header a {
	color: #EC1C24;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}

#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 278px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px;
	margin-top: 30px;
}
#latestnews .blognews {
	height: 220px;
	overflow: auto;
}
#latestnews {
	background-image: url(../images/latestnews.png);
	background-repeat: no-repeat;
	height: 235px;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 55px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#latestnews p a {
	color: #F8D326;
	text-decoration: none;
}
#sidebar1 #testimonials {
	background-image: url(../images/speech.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}
#sidebar1 #testimonials h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}
#sidebar1 #testimonials p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 21px;
	margin: 0px;
	padding: 0px;
}
#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #C75F27;
	margin: 0px;
	padding: 0px 0px 0px 100px;
}
#mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 29px;
	color: #FFF;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #C75F27;
	margin: 0px;
	padding: 0px 0px 0px 100px;
}
#mainContent h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #000;
	margin: 0px;
	padding: 0px 0px 0px 100px;
}
#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333;
	margin: 0px;
	padding: 0px 0px 0px 100px;
}
#mainContent  {
	padding: 30px 20px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 300px;
} 
#mainContent p a {
	color: #C75F27;
}
#footer  {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD url(../images/footer-bgstretch.jpg) repeat-x;
	height: 177px;
} 
#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
#latestnews p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 21px;
}
#footer #footer-cont {
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 177px;
	position: relative;
}
#footer-cont .companydiv {
	margin-left: 290px;
	width: 190px;
	padding-top: 0px;
	float: left;
	margin-right: 50px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F6D02F;
	margin-top: 15px;
}
#footer-cont p a  {
	color: #FFF;
}
#footer-cont p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: left;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
}
#footer-cont h3  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F6D127;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#footer-cont .services {
	padding-top: 0px;
	float: left;
	margin-right: 30px;
	margin-top: 15px;
}
#footer-cont #copyright {
	position: absolute;
	width: 210px;
	height: 90px;
	left: 1px;
	top: 75px;
}
#services {
	background-image: url(../images/services.png);
	background-repeat: no-repeat;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 55px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#services ul li {
	margin: 0px;
	padding: 0px;
}
#services ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	display: block;
	background-color: #000;
	margin: 0px 20px 0px 0px;
	padding: 7px 0px 0px 28px;
	height: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	width: 230px;
}
#services ul li a:hover {
	background-color: #333;
}
#services ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#container2 {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}
#mainContent2 {
	padding: 30px 20px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 300px;
}
#mainContent2 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #000;
	margin: 0px;
}
#mainContent2 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 29px;
	color: #FFF;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#mainContent2 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #C75F27;
	margin: 0px;
}
#mainContent2 h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #000;
	margin: 0px;
}
#mainContent2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 25px;
	color: #333;
	margin: 0px;
}
#mainContent2 .indservices {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#mainContent2 .indservices p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333;
	margin: 0px;
	padding: 0px;
}
#mainContent2 .indservices p a {
	color: #F30;
	text-decoration: none;
}
#mainContent2 .indservices p img {
	float: left;
	padding-right: 20px;
}
#mainContent2 .indservices ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}
#mainContent form table tr td #cname {
	width: 180px;
	border: 1px solid #CCC;
	height: 28px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#mainContent form table tr td #cemail {
	width: 180px;
	border: 1px solid #CCC;
	height: 28px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#mainContent form table tr td #cmessage {
	border: 1px solid #CCC;
	width: 180px;
	height: 95px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#mainContent form table tr td #ctel {
	width: 180px;
	border: 1px solid #CCC;
	height: 28px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#services .emergency {
	background-image: url(../images/emergency.jpg);
	height: 162px;
	background-repeat: no-repeat;
	padding-left: 80px;
	padding-right: 30px;
	padding-top: 10px;
}
#services .emergency .headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#services .emergency p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 16px;
}
#mainContent ul li {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 70px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	font-weight: bold;
	font-size: 14px;
}
#mainContent ul {
	display: block;
	list-style-type: none;
}
#mainContent ul li .smaller   {
	font-size: 13px;
	color: #666;
	font-weight: normal;
}

