body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #0482B9;
	background-image: url(images/bg_body.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}

h2{
	font-size:13px;
	font-weight: bold;
	color: #0482B9;
}
h3{
	font-size: 15px;
	font-weight: bold;
	color: #0482B9;
}

.footlinks a{
	text-decoration: none;
	color:#FFFFFF;
}

.footlinks a:hover{
	text-decoration: underline;
	color:#0033FF;
}

.footlinks p{
	padding-top: 2px;
}

.underlined{
	text-decoration: underline;
}

.bolded_txt{
	font-weight: bold;
	color: #0482B9;
}

.bullet{
	list-style-image: url(images/bullet2.gif);
	padding-bottom: 3px;
}

.links a{
	text-decoration:none;
	color:#000000;
	/*color: #0482B9;*/
}

.links a:hover{
	font-weight: bold;
	color: #0482B9;
}

.otherpages{
	font-size: 11px;
}

.otherpages a{
	text-decoration:none;
	color:#000000;
}

.otherpages a:hover{
	text-decoration:underline;
	color:#0482B9;
}

#horiz_rule{
	border-top:solid;
	border-width: 1px;
	border-color: #C0C0C0;
}
#timbertable{
	border:solid;
	border-width: 1px;
	border-color: #999999;
}

#wrapper {
	width: 691px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #75C6E3;
	background-image: url(images/bg_wrapper.png);
	background-repeat: repeat-x;
	background-position: top;
}

#heroimg {
	background-image: url(images/banner_con.jpg);
	background-repeat: no-repeat;
	height: 190px;
	width: 691px;
	float: left;
}

#pest_icons {
	background-color: #FFFFFF;
	height: 84px;
	/*height: 64px;*/
	width: 681px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	float: left;
}
.pesticon_txt{
	font-size: 9px;
}

#header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 42px;
	width: 691px;
}

#content_hd {
	background-image: url(images/bg_contheader.gif);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	font-size: 20px;
	color: #0482B9;
	height: 25px;
	width: 670px;
	font-family: "Bell Gothic Std Black", Arial, Helvetica, Sans-serif;
	padding-top: 15px;
	padding-left: 10px;
	/*padding-right: 25px;*/
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	float: left;
}
#content {
	background-color: #FFFFFF;
	width: 660px;
	min-height: 500px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	float: left;
	padding: 3px 10px 10px 10px;
	line-height: 16px;
}
#content_quote {
	background-color: #FFFFFF;
	width: 660px;
	min-height: 500px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	float: left;
	padding: 3px 10px 10px 10px;
	line-height: 12px;
}

#content #content_img {
	width: 275px;
	padding-top: 13px;
	padding-left: 25px;
	padding-bottom: 10px;
	float: right;
	clear: right;
	z-index: 500;
}

#content #content_img2 {
	width: 120px;
	padding-top: 13px;
	padding-right: 15px;
	padding-bottom: 10px;
	float: left;
	clear: left;
	z-index: 500;
}

.bordered_img{
	border-style:solid;
	border-width:1px;
	border-color:#999999;
}

#footer {
	background-image: url(images/bg_footer.gif);
	background-repeat: repeat-x;
	margin: 0px;
	height: 32px;
	width: 691px;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}


/* NAVIGATION MENU BAR*/

#menu {
	width:100%;
	float: left;
}

#menu ul{
	list-style: none; /* remove bullets and list indents */
	margin: 0;
	padding: 0;
	float: left;
}
#menu a, #menu h5{
	display: block;
	margin: 0;	
}
#menu li{
	position:relative;
	float: left;
}

#menu a{
	font-size: 10px;
	color:#6087AA;
	text-decoration: none;
	padding-left: 9px;
	padding-right: 9px; 
	padding-top: 11px;
	padding-bottom: 7px;
}


/*DROP DOWNS*/
#menu ul ul {
	position: absolute;
	z-index: 500;
	
}

#menu ul ul li {
	background:#BAE5F5;
	width: 130px;
	border-bottom:1px;
	border-bottom-color:#A1C6D4;
	border-bottom-style: solid;
}
#menu ul ul li:hover{
	background:#A1C6D4;
}

#menu ul ul a{
	padding-left: 9px;
	padding-right: 9px; 
	padding-top: 5px;
	padding-bottom: 5px;
}
#menu ul ul a:hover{
	color: #0A4E89;
}

/*NAV BUTTON TABS - set to H5*/
#menu h5{
	color:#333333;
	width: 75px;
	font-size: 12px;
	text-align:center;
	background-image:url(images/nav.png);
	padding-left: 9px;
	padding-right: 9px; 
	padding-top: 11px;
	padding-bottom: 7px;
}
#menu h5:hover{
	background-image:url(images/nav_ro.png);
}

#menu .home{
	width: 94px;
	color: #6087AA;
	font-size: 10px;
	text-align: center;	
	text-decoration: none;
	background-image:url(images/nav_hm.png);
}
#menu .home:hover{
	background-image:url(images/nav_hmro.png);
}

#menu .contact{
	width: 96px;
	color: #6087AA;
	font-size: 10px;
	text-align: center;	
	text-decoration: none;
	background-image:url(images/nav_cont.png);
}
#menu .contact:hover{
	background-image:url(images/nav_contro.png);
}


div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}


#banner_con {
	background-image: url(images/banner_con.jpg);
	margin: 0px;
	padding: 0px;
	height: 190px;
	width: 690px;
	float: left;
}

/*FORM FORMATTING*/

.textfields{
	width: 14em;
	text-align: left;
	display: block;
}

.textfields_sml{
	text-align: left;
}

#state_field{
	width: 7em;
}
#pcode_field{
	width: 6em;
}
.txt_field{
	width: 14em;
}
.img_comment{
	font-size:11px;
	color:#0482B9
}
textarea{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

bold_hyperlink a{
	font-weight: bold;
	color: #0482B9;
	text-decoration: none;
}