@charset "UTF-8";
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-image: url(images/pg-back.jpg);
	background-repeat: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;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* 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. */
}
.oneColFixCtrHdr #header {
	background-image:url(images/header-bg.jpg);
	background-repeat:repeat-x;
	height: 150px; 
	
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#e5edd8;
	margin-top: 10px;
}
.oneColFixCtrHdr #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 */
}

#menucontainer {
	width: 100%;
	height: 59px;
	background:url(images/menu_034_bg.jpg) repeat-x;
}


*{
	margin:0;
	padding:0;
}

	#menu{
/*		margin:0 auto;*/
		width:450px;
		height:59px;
		background:url(images/menu_034_bg.jpg) repeat-x;
	}
		#menu ul{
			list-style:none;
			margin:0 auto;
			width:380px;
		}
			#menu li{
				list-style:none;
				display:block;
				float:left;
				height:59px;
				line-height:59px;
			}
				#menu li a{
					display:block;
					float:left;
					color:#a7a7a7;
					text-transform:uppercase;
					font-size:10px;
					font-weight:bold;
					line-height:59px;
					text-decoration:none;
					padding:0 10px;				
				}
					#menu li a:hover{
						color:#fff;
						background:url(images/menu_034_h.jpg) no-repeat bottom;
					}
				#menu li a.current{
					display:block;
					float:left;
					background:url(images/menu_034_h.jpg) no-repeat bottom;
					color:#fff;
					text-transform:uppercase;
					font-size:10px;
					font-weight:bold;
					line-height:59px;
					text-decoration:none;
					padding:0 20px;	
				}
					#menu li a:hover.current{
						color:#fff;
					}
					
#images-contain {
	width: 280px;
	float: left;
	background-color: #dae1ce;
	padding: 10px;
	margin-right: 20px;
}

#homecontent {
	width: 430px;
	float: left;
	text-align:justify;
}

#services-content {
	width: 100%;
	float: left;
	text-align:justify;
}

#clear {
	clear: both;
}

h1 {
	color: #628b1a;
	margin-bottom: 10px;
	font-size: 16px;
}

h2 {
	color: #628b1a;
	font-size: 14px;
	font-weight:bold;
	margin-top: 10px;
}

h3 {
	color: #628b1a;
	font-size: 14px;
	font-weight:bold;
}

h4 {
	color: #628b1a;
	font-size: 14px;
	font-weight:bold;
	padding: 0px;
	margin: 0px;
}


#headmove {
	margin-left: 267px;
	width: 300px;
}
.style1 {
	font-size: 11px;
}

#simplegallery1{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 1px solid #628b1a;
width: 280px;
float: left;
margin-right: 15px;
}

#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 5px;
width: 280px;
margin-right: 15px;

}

#simplegallery2{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 1px solid #628b1a;
width: 280px;
float: right;
margin-left: 15px;
}

#simplegallery2 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 5px;
width: 280px;
margin-right: 15px;

}

#simplegallery3{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 1px solid #628b1a;
width: 280px;
float: left;
margin-right: 15px;
}

#simplegallery3 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 5px;
width: 280px;
margin-right: 15px;

}

#simplegallery4{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 1px solid #628b1a;
width: 280px;
float: right;
margin-left: 15px;
}

#simplegallery4 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 5px;
width: 280px;
margin-right: 15px;

}

#simplegallery5{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 1px solid #628b1a;
width: 280px;
float: left;
margin-right: 15px;
}

#simplegallery5 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 5px;
width: 280px;
margin-right: 15px;

}

#before-after { //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
width: 250px;
float: right;
margin-left: 15px;
}

#before-after2 { //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
width: 760px;
float: left;
margin-right: 15px;
}


ul {
	display: block;
	padding-left: 15px;
	line-height: 18px;
	font-size: 14px;
	font-weight: bold;
}

#pestcontrol {
	background-color: #ebf0e2;
	width: 730px;
	padding: 10px;
}

#cleaning {
	background-color: #fff;
	width: 730px;
	padding: 10px;
}

#waste {
	background-color: #ebf0e2;
	width: 730px;
	padding: 10px;
}

#asbestos {
	background-color: #fff;
	width: 730px;
	padding: 10px;
}

#pestlist {
	float: left;
	width: 400px;
}

#wastelist {
	float: left;
	width: 400px;
}

#bedbugslist {
	float: left;
	width: 400px;
}

#woodwormlist {
	float: left;
	width: 400px;
}

#scrolling-images {
	float: left;
	width: 280px;
}

#logo {
	background-color:#FFFFFF;
	padding: 10px;
}
	
a:link {
	color: #628b1a;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #628b1a;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a {
	font-weight: bold;
}


#cleangall1 { //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
width: 280px;
float: left;
margin-right: 15px;
margin-bottom: 10px;
}

#cleangall1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 5px;
width: 280px;
margin-right: 15px;

}

#cleangall2 { //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
width: 280px;
float: left;
margin-right: 15px;
margin-bottom: 10px;
}

#cleangall2 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 5px;
width: 280px;
margin-right: 15px;

}