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

html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: url(images/bgtile.jpg) repeat-x #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 100%;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #24668d;
	font-size: 22px;
	font-weight: normal;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #24668d;
} 

ul, li {
	margin: 0;
	padding: 0;
}

p {
	line-height: 16px;
}

a:link, a:visited {
	color: #7dbe0b;
}
a:hover, a:active {
	color: #24668d;
}

#container {
	width: 900px;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
}

#spider {
	position: absolute;
	top: 0;
	left: 760px;
}

#navigation ul {
	margin: 10px 0;
	list-style-type: none;
}

#navigation li {
	display: inline;
	border-right: 1px solid #fff;
	padding: 0 10px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
}

#navigation a:link, #navigation a:visited {
	color: #fff;
	text-decoration: none;
}

#navigation a:hover, #navigation a:active {
	color: #deded3;
	text-decoration: none;
}

#tagline {
	margin: 60px 0 110px 240px;
}

#bug {
	position: absolute;
	top: 310px;
	left: 20px;
}

#content {
}

#leftcontent {
	float: left;
	width: 150px;
	padding-top: 25px;
	height: 418px;
}

#rightcontent {
	float: right;
	width: 700px;
}

#rightcontent ul {
	margin: 0 0 0 20px;
}

.grassgreen {
	color: #009900;
}

.pestlisting {
	height: 100px;
}

.pestlisting img {
	float: left;
	padding: 0 10px 10px 0;
}

.pestlisting h4 {
	margin-bottom: 0;
	padding-bottom: 0;
}

.pestlisting p {
	margin-top: 0;
	padding-top: 0;
}

.pestlistinglarge {
	height: 135px;
}

.pestlistinglarge img {
	float: left;
	padding: 0 10px 45px 0;
}

.pestlistinglarge h4 {
	margin-bottom: 0;
	padding-bottom: 0;
}

.pestlistinglarge p {
	margin-top: 0;
	padding-top: 0;
}

#footer {
	background: url(images/footertile.jpg) repeat-x;
	height: 87px;
	position: relative;
	width: 100%;
	margin-top: -6.3em;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	clear: both;
}

#footer p {
	padding: 10px 0 0 0;
	line-height: 20px;
}

#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #fff;
	text-decoration: underline;
}

.smalltext {
	font-size: 11px;
	text-transform: none;
}

.left {
	float: left;
}

.right {
	float: right;
	padding-left: 6px;
}