@charset "UTF-8";
body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #ECECEC;
}

#header {
	position:absolute;
	left:50%;
	top:0;
	width:800px;
	height:150px;
	margin-left:-400px;
	background: url(images/Header.jpg);
}

.navbar {
	position:relative;
	top:88px;
}

a img {border:0}

#container {
	position:absolute;
	width:800px;
	min-height:300px;
	top:150px;
	left:50%;
	margin-left:-400px;
	padding:40px;
	padding-top:0;
	padding-right:0;
}

.commercial, .residential {
	width:240px;
	height:116px;
	padding:5px;
	padding-right:7px;
	background:#ececec;
	float:left;
	margin-left:5px;
}
.residential {
	margin-top:8px;
}

.bedbugs, .wildlife, .birds, .repairs, .mosquitos {
	width:124px;
	height:90px;
	padding:5px;
	padding-right:7px;
	background:#ececec;
	float:left;
	margin-left:5px;
	margin-right:2px;
	margin-top:7px;
}
.wildlife {
	margin-left:74px;
	}

.bedbugs {
	width:440px;
	height:250px;
	margin-top:0;
	margin-right:0;
}

img.photo 
{border:1px solid #fff;}

.commercial:hover, .residential:hover, .bedbugs:hover, .wildlife:hover, .birds:hover, .repairs:hover, .mosquitos:hover
{background: #C0C8BE;}

.content, .contact {
	width: 705px;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	padding-right:7px;
	padding-left:7px;
	float:left;
}

.contact {border-top:1px solid #eee;}

p, .content li {font-size:12px; color:#666666;}
.content h1 {font-size:16px; color:#7b9522; border-bottom:1px solid #999;}

.contact {margin-top:20px;}

.greenleaf {color:#7b9522;}

a:link, a:visited {color:#444;}
a:hover, a:active {color:#7b9522;}

h2 {
	font-size: 14px;
	color:#999;
}

h3 {
	font-size:12px;
	color:#444;
	margin-bottom:-10px;
}

.content img {
	border:4px solid #ddd;
	float:right;
	margin-left:7px;
	margin-bottom:7px;
	padding:1px;
}

img.pests:link, img.pests:visited, img.pests {
float:left;
}

img.pests:hover, img.pests:active {
border-color:#c0c8be;}

p.pests {
float:left;
margin-left:8px;
width:150px;
margin-top:-7px;
}

div.pestinfo {float:left; margin-bottom:20px; border-bottom:1px solid #eee; width:700px;}