@charset "utf-8";
/* CSS Document */

body  {
	background: #666666;
	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: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.twoColFixLtHdr #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top:0;
	margin-top:0;
} 

.twoColFixLtHdr #header {
	padding: 0;
	background-image:url(images/images/professional-pest-control_01.jpg);
	height:95px;
	color: #FF0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
} 

.twoColFixLtHdr #header h1 {
	margin: 0;
	position: absolute;
	top: -400px;
}

.twoColFixLtHdr #header p{
	color: #FF0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding-left: 250px;
} 


.twoColFixLtHdr #header a:link { color: #FF0; text-decoration:none; }
.twoColFixLtHdr #header a:visited { color: #FF0; text-decoration:none;}
.twoColFixLtHdr #header a:hover { color: #FF0; text-decoration:none; font-weight:bold;}
.twoColFixLtHdr #header a:active { color: #FF0; text-decoration:none;}

.twoColFixLtHdr #slide {
	width:980px;
	height:330px;
	background-image:url(images/images/professional-pest-control_02.jpg);
}

.twoColFixLtHdr #content {
	width:980px;
	height:479px;
	background-image:url(images/images/professional-pest-control_03.jpg);
}

.twoColFixLtHdr #sidebar1 {
	width: 242px;
	height:449px;
	padding: 15px 25px 15px 20px;
	font-size: 16px;
}

.twoColFixLtHdr #container #sidebar1 ul {
	font-weight: bold;
	margin-left:0;
	padding-left:20px;
}

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 0px;
	height:479px;
	padding: 0 60px 0 0px;
	background-image: url(images/images/professional-pest-control_04.jpg);
	background-position: right;
	width: 100%;
} 

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-image: url(images/images/professional-pest-control_04.jpg);
	height: 119px;
} 

.twoColFixLtHdr #footer p {
	margin: 0;
	padding: 45px 0 0 250px;
	font-size: 11px;
}

.twoColFixLtHdr #footer a:link { color: #000000; text-decoration:none; }
.twoColFixLtHdr #footer a:visited { color: #000000; text-decoration:none;}
.twoColFixLtHdr #footer a:hover { color: #000000; text-decoration:none; font-weight:bold;}
.twoColFixLtHdr #footer a:active { color: #000000; text-decoration:none;}

.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;
}

.redtitle {
	color:#cc3333;
	font-size:16px;
	font-weight:bold;
}

h3 {font-weight:bolder;
}

h1 {font-size:18px;
	font-weight:bold;
}

* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}
