img, div, table{behavior: url('/js/iepngfix.htc');}
body,html{
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: arial, san-serif;
	font-size: 12px;
}
#bar-top{
	color: green;
	height: 109px;
}
#bar-top .logo{
	width: 277px;
	text-align: right;
	float: left;
}
#bar-top .title{
	width: 243px;
	float: left;
	text-align: left;
}
#bar-top .pests{
	float: left;
	width: 427px;
}
#bar-middle{
	background-image: url('/graphics/background-bar-middle.jpg');
	background-position: top left;
	height: 383px;
	min-width: 900px;
	clear: both;
}
#bar-bottom{
	position: relative;
	color: #385C2C;
	font-size: 8pt;
	height: 110px;
}
#bar-bottom .text{
	margin: 5px 0 0 130px;
	width: 570px;
	text-align: center;
	font-size: 10px;
}
#bar-bottom .contact{
	position: absolute;
	left: 660px;
	top: 0px;
	text-align: right;
	padding-top: 71px;
	width: 300px;
	font-size: 14px;
	color: #385C2C;
}
div#wn{ 
	position:relative; 
	width: 400px;
	height: 295px;
	overflow:hidden;	
}
#nav-left{
	width: 277px;
	height: 383px;
	float: left;
	font-size: 13px;
	background-image: url('/graphics/background-nav-left.png');
	background-repeat: no-repeat;
}
#nav-left .inner{
	margin: 40px 10px 0px 145px;
	text-align: center;
}
#nav-left .link{
	padding: 7px 0;
}
#nav-left a{
	color: #7FAF41;
	text-decoration: none;
	
}
#nav-left a:hover{
	color: #F05A29;
}
#nav-left a.on{
	color: #F05A29;
}
#nav-left-sub{
	padding: 0px 0 7px 0;
}

#nav-left-sub a{
	display: block;
	padding: 0;
	color: #7FAF41;
	text-decoration: none;
}
#nav-left-sub a:hover{
	color: #F05A29;
}

#content{
	width: 413px;
	height: 383px;
	background-image: url('/graphics/background-content.png');
	background-repeat: no-repeat;
	float: left;
	color: #7FAF41;
	font-size: 13px;
}
#content-inner{
	padding: 40px 0 0 3px;
}
#content-controls{
	text-align: right;
	padding: 8px 30px 0 0;
	color: #F05A29;
	font-size: 10pt;
}
#slideshow{
	color: white;
	min-width: 300px;
	padding: 37px 0 0 0;
}
p{
	margin: 0;
	padding: 10px 0;
}
img{
	border: 0;
}
a{
	color: #F05A29;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}
h1{
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 19px;
}
h2{
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 16px;
	
}
input{
	font-size: 11px;
}

/** START VERTICAL CENTERING STUFF **/
/*
#outer{height: 100%; overflow: visible; width: 100%;}
#outer[id] {display: table; position: static;}
#middle {position: absolute; top: 50%; width: 100%;}*/ /* for explorer only*/
/*#middle[id] {display: table-cell; vertical-align: middle; position: static;}
#inner {position: relative; top: -50%;}*/ /* for explorer only */
/** END VERTICAL CENTERING STUFF **/