/* Reset All Styles
-------------------------------------------------------------------- */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
a { outline: none; }

/* Structure
----------------------------------------------------*/

body {
	font-family: Verdana, sans-serif;	
	font-size: 0.8125em;
}

#header {
	width: 780px;
	margin: 10px auto 9px;
}

#main {
	width: 780px;
	margin: 20px auto 10px;
}

div#main_nav {
	width: 100%;
	background: url("/images/bg_main_nav.gif") repeat-x;
}

div#sub_nav {
	width: 100%;
	padding: 5px 0;
	background: #ecd68a;
}

#subPanel {
	float: left;
	margin-right: 15px;
}

#subContent {
	float: left;
	width: 590px;
	overflow: hidden;
}

#footer {
	background: url("/images/bg_footer_bar.gif") repeat-x;
	width: 780px;
	margin: 5px auto 0;
	padding-top: 10px;
}

#footer p {
	margin: 0;
	padding-top: 10px;
	text-align:right;
	font-size:0.9em;
	clear:both;
}

/* Header
---------------------------------------------------- */

/* Logo */
#header h1 {
	float: left;
}

/* Tagline */
#header h2 {
	float: left;
	text-align: center;
	color: #565656;
	font-size: 1.9em;
	font-style: italic;
	font-weight: bold;
	line-height: 2.8em;
	margin-left: 18px;
}

/* Phone */
#header h3 {
	float: right;
	font-family: "Arial Black";
	font-size: 1.6em;
	color: #272727;
	margin: 10px 0 0;
}

/* Navigation: Utility
--------------------------------------------------- */

ul#utility_nav {
	float: right;
}

ul#utility_nav li {
	float: left;
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid #333;
}

ul#utility_nav li.last {
	padding-right: 0;
	margin-right: 0;
}

ul#utility_nav li a {
	text-decoration: none;
	color: #333;	
}

ul#utility_nav li a:hover {
	text-decoration: underline;
}

/* Navigation: Main
--------------------------------------------------- */

div#main_nav ul {
	width: 790px;
	height: 51px;
	margin: 0 auto;
}

div#main_nav ul li {
	float: left;
}

div#main_nav ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 1.18em;
	line-height: 3.2em;
	font-weight: normal;
	border-right: 1px solid #fff;
	padding: 0 8px;
}

div#main_nav ul li.active {
	background: url(/images/active_tab_l.gif) no-repeat #084584 left bottom;
}

div#main_nav ul li.active span {
	display: block;
	background: url(/images/active_tab_r.gif) no-repeat right bottom;
}

div#main_nav ul li a:hover {
	color: yellow;	
}

/* Navigation: Sub
--------------------------------------------------- */

div#sub_nav ul {
	width: 780px;
	margin: 0 auto;
	padding-left: 8px;
}

div#sub_nav ul li {
	float: left;	
	border-right: 1px solid #333;
	padding-right: 8px;
	margin-right: 8px;
}

div#sub_nav ul li a {
	text-decoration: none;
	color: #000;
}

div#sub_nav ul li a:hover {
	color: #bf0d12;
}

div#sub_nav ul li.active a {
	color: #bf0d12;
}

/* Navigation: Associations
--------------------------------------------------- */

ul#associations {
	float: left;
}

ul#associations li {
	display: inline;
	margin-right: 12px;
}

/* Navigation: footer
--------------------------------------------------- */

ul#footer_nav {
	float: right;
}

ul#footer_nav li {
	float: left;
}

ul#footer_nav li a {
	text-decoration: none;
	color: #000000;
	font-size: 1em;
	line-height: 2.9em;
	border-right: 1px solid #333;
	padding-right: 6px;
	margin-left: 6px;
}

ul#footer_nav li a:hover {
	text-decoration: underline;
}

/* Home: Layout
----------------------------------------------------- */

div#panel_home,
div#panel_callouts {
	float: left;
}

div#panel_home {
	margin-right: 0px;
}

/* Flash */
div#home_flash {
	background: url("/images/flash_placeholder.jpg");
	width: 427px;
	height: 250px;
}

/* Home: Secondary Nav
----------------------------------------------------- */

#home_secondary_nav {
	
}

#home_secondary_nav li {
	float: left;
	margin: 5px 3px 5px 5px;
	width: 216px;
}

#home_secondary_nav li.last {
	margin-right: 0;
}

#home_secondary_nav li img {
	float: left;
	margin-right: 8px;
}

#home_secondary_nav li h2 {
	font-size: 1em;
	font-weight: bold;	
	color: #5d5d5d;
	margin:0;
}

#home_secondary_nav li p {
	margin: 6px 0;
	font-size: 0.9em;
	line-height: 1.4em;
	
}

#home_secondary_nav li a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 0.9em;
}

#home_secondary_nav li a:hover {
	text-decoration: underline;
}

/* Home: Callouts
----------------------------------------------------- */
div#panel_callouts {
	width: 318px;
	float: right;
}

div#panel_callouts li {
	clear: both;	
}

div#panel_callouts dl.callout_home {
	background: url("/images/bg_callout.jpg") no-repeat;
	width: 310px;
	padding: 8px;
}

div.callout_home_foot {
	background: url("/images/bg_callout_bottom.gif") no-repeat top;
	width: 318px;
	height: 8px;
	margin: 0 0 10px;
	overflow: hidden;
}

dl.callout_home dd {
	margin: 0;
}

dl.callout_home dt {
	width: 223px;
	float: right;
	text-align: left;
	color: #000;
	font-size: 1.1em;
	font-weight:bold;
}

dl.callout_home dd.callout_home_img {
	float: left;
	width: 82px;
	margin-right: 5px;
}

dl.callout_home dd.callout_home_img img {
	border: 1px solid #ff0103;
	padding: 1px;
}

#main dl.callout_home dd.callout_home_moreInfo a {
	color: #000000;
	font-size:0.9em;
	text-decoration:none;
	font-weight:bold;
}

#main dl.callout_home dd.callout_home_moreInfo a:hover {
	color:#01437f;
}

/* Home: Customer Callout
----------------------------------------------------- */

div.callout_customer_home {
	background: url("/images/bg_customer_top.jpg");
	width: 300px;
	padding: 5px 10px;
}

div.callout_customer_home h3 {
	font-size: 1.3em;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 15px;
}

dl.customerArea_home {
	width: 300px;
	border-bottom: 2px solid #e2c36d; 
	padding-bottom: 8px;
	margin-bottom: 8px;
}

dl.customerArea_home dt {
	width: 255px;
	float: right;
	text-align: left;
	color: #000;
	font-size: 1.18em;
}

#main dl.customerArea_home dt a {
	color: #f6da8b;
	text-decoration: none;
}

#main dl.customerArea_home dt a:hover {
	text-decoration: underline;
}

dl.customerArea_home dd {
	width: 255px;
	float: right;
	color: #fff;
}

dl.customerArea_home dd.customerArea_home_img {
	float: left;
	width: 40px;
	margin-right: 5px;
	text-align: center;
}

div.callout_customer_home_bot {
	background: url("/images/bg_customer_btm.gif");
	height: 7px;
	width: 320px;
	overflow: hidden;
	clear: both;
}

/* subpage customer callouts
----------------------------------------------------- */

div#main ul#customerAreaListing {
	color:#000;
	margin: 20px 0 12px 16px;
}

div#main ul#customerAreaListing li {
	padding: 15px 10px;
	width:215px;
	height:240px;
	float:left;
	margin-right:20px;
	position: relative;
}

div#main ul#customerAreaListing li.schedule {
	background: url("/images/bg_schedule.jpg");
}

div#main ul#customerAreaListing li.pay {
	background: url("/images/bg_pay.jpg");
}

div#main ul#customerAreaListing li.client {
	background: url("/images/bg_client.jpg");
	margin-right:0px;
}

div#main ul#customerAreaListing li p {
	font-size: 1.1em;	
}

div#main ul#customerAreaListing li a {
	text-decoration: none;
	color: #1b3c5f;
	font-size: 1.12em;
	font-weight: bold;
	margin-bottom: 10px;
}

div#main ul#customerAreaListing li a.more_link {
	font-size: 1em;
	font-weight: normal;
	color: #000;
	text-decoration: underline;
	display: block;
	position: absolute;
	bottom: 50px;
	margin-bottom: 0;
}

ul.logos {
	text-align: center;
	margin-top: 18px;
}

ul.logos li {
	margin: 5px 0;	
}

/* baners
----------------------------------------------------- */

#main #subContent h2 {
	color: #333;
	font-size: 1.9em;
	margin: 1px 0 15px;
	height:128px;
	width:550px;
	line-height:2.5em;
	padding-left:20px;
	background: url("/images/banners.jpg") no-repeat;
} 

#main #subContent h2.bat {
	background-position: 0 0px; /* bat */
}

#main #subContent h2.bed {
	background-position: 0 -128px; /* bed */
}

#main #subContent h2.bee {
	background-position: 0 -256px; /* bee */
}

#main #subContent h2.car {
	background-position: 0 -384px; /* car */
}


#main #subContent h2.careers {
	background-position: 0 -512px; /* careers */
}

#main #subContent h2.commercial {
	background-position: 0 -640px; /* commerical */
}

#main #subContent h2.ear {
	background-position: 0 -768px; /* ear */
}

#main #subContent h2.home {
	background-position: 0 -896px; /* home */
}

#main #subContent h2.mouse {
	background-position: 0 -1024px; /* mouse */
}

#main #subContent h2.radon {
	background-position: 0 -1152px; /* radon */
}

#main #subContent h2.termite {
	background-position: 0 -1280px; /* termite */
}

#main #subContent h2.tick {
	background-position: 0 -1408px; /* tick */
}

#main #subContent h2.ant {
	background-position: 0 -1536px; /* ant */
}

/* Sub page: General
----------------------------------------------------- */

#main h3 {
	color: #333;
	font-size: 1.3em;
	font-weight:bold;
	margin: 5px 0 5px 10px;
}

#main h4 {
	font-size: 0.89em;
	font-weight: bold;
	margin: 5px 0;
}

#main p {
	margin: 15px 0 15px 10px;
	line-height:1.5em;
}

#main fieldset {
	margin: 5px 0 15px 10px;
}

#main a {
	color:#084584;
	text-decoration:underline;
}

#main a:hover {
	text-decoration:none;
}

#main #subPanel a {
	color:#000;
	text-decoration:none;
}

#main #subPanel a:hover {
	text-decoration:underline;
}

#main p img {
	border: 1px solid #000;
	margin:5px 10px 10px 0; 
	float:left;
}

div#main ul.bullets {
	list-style:disc;
	margin: 10px 0px 15px 0px;
}

div#main ul.bullets li {
	margin: 0px 0px 0px 30px;
}

/* Coupons */

.coupons {
	padding: 10px;
	font-size: 11px;
	color: #000;
	background-color: #ccc;
	border: 2px dashed #0a4786;
	width:450px;
	margin: 5px 0 15px 10px;	
}

.heading_coupon {
	font-size: 1.5em;
	font-weight: bold;
	color: #0a4786;
}

.title_coupon {
	font-size: 1.5em;
	font-weight: bold;
}


/* Callouts */


.sub_callout {
	width: 160px;
	margin: 3px 0 8px;
}

#main .sub_callout h3 {
	font-size:1.1em;
	color: #0a4786;
	margin: 5px 0;
}

#main .dk h3 {
	color: #fff;
}


#main .sub_callout p {
	margin: 0 0 5px 0;
	line-height:1.4em;
	font-size:0.9em;
	padding: 1px 3px;
}

#main .dk p {
	color: #fff;
}

.sub_callout a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
	font-size: 0.9em;
	margin-right: 3px;
}

#main #subPanel .dk a {
	color: #fff;
}

.sub_callout_top {
	padding: 5px 5px 8px 5px;
}

.sub_callout_bot {
	width: 160px;
	height: 11px;
}

.lt .sub_callout_top {
	background: url(/images/bg_callout_light_top.jpg) no-repeat #e8cd72;
}

.lt .sub_callout_bot {
	background: url(/images/bg_callout_light_bot.jpg) no-repeat;
}

.dk .sub_callout_top {
	background: url(/images/bg_callout_dark_top.jpg) no-repeat #585858;
}

.dk .sub_callout_bot {
	background: url(/images/bg_callout_dark_bot.jpg) no-repeat;
}

/* Associations
----------------------------------------------------- */

dl.associations {
	margin-left: 10px;	
}

dl.associations dt {
	font-weight: bold;
	color: #333;	
	margin: 20px 0 0px 0px;
}

dl.associations dd {
	margin: 0 0 12px 15px;
}
/* Forms
----------------------------------------------------- */

ul.error {
	color: #ff0000;
}

ul.error li {
	list-style: inside disc;
	margin-left: 20px;
}

ul.submitForm {
	margin-bottom: 16px;
	padding-top: 5px;
}

ul.submitForm li {
	margin: 10px 0;
}

ul.submitForm label {
	display: block;
}

input.name {
	width: 200px;
}

input.address {
	width: 300px;
}

input.service {
	width: 250px;	
}

input.phone,
input.dollar {
	width: 100px;	
}

input,
textarea {
	border: 0;
	background: #ccc;
	border: 1px solid #333;
	font-size: 1.1em;
	padding: 2px;
}

ul.submitForm textarea {
	width: 500px;
	height: 248px;	
}

input.button,
input#submit {
	margin: 10px 0;
	background: url("/images/button_sm.gif");
	width: 77px;
	height: 30px;
	border: 0;
	font-size: 1.15em;
	color: #fff;
	font-weight: normal;
}

#main a.button {
	margin: 10px 0;
	background: url("/images/button_lg.gif");
	display: block;
	width: 217px;
	height: 38px;
	border: 0;
	font-size: 1.15em;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	line-height: 2.5em;
}

div.formTools {
	border-top: 1px dashed #ccc;
	margin-top: 14px;
}

#main fieldset.contactInspection {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 15px 0;
	width: 480px;
}

/* Blog
----------------------------------------------------- */

.hentry {
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 15px;
}

abbr.published {
	border: none;
	color: #004080;
}

#main #subContent .hfeed h2 {
	background: none;
	padding: 0;
	margin: 0;
	width: auto;
	height: auto;
	font-size: 1.3em;
	line-height: normal;
	font-weight:bold;
}

#main #subContent .hfeed h2 a {
	text-decoration: none;
	color: #333;
}

#main #subContent .hfeed h3 {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}

div#subPanel.blog h3 {
	font-size: 1em;
	margin: 0;
	padding: 0;
	
}

#main #subContent .hfeed p,
#main #subContent .hfeed p.entry-content {
	margin: 3px 0;
	padding: 2px 0;
	font-size: 1.1em;
}

div#subPanel.blog li {
	margin: 5px 0;
}

div#subPanel.blog li ul {
	margin-bottom: 10px;
}

div#subPanel.blog li li {
	margin: 1px 0px 1px 6px;
	list-style: inside square;
	color: #fff;
	font-size: .85em;
	padding: 0;
}

/* Comments */

div.comments {
	border-top: 3px dotted #ccc;
	padding-top: 5px;
	margin-top: 15px;
}

div.form-label {
	margin: 3px 0 5px;
}

div.form-textarea textarea {
	width: 90%;
}

ol#comments .comment {
	background: #f3f0dd;
	padding: 10px;
	border: 1px dotted #ccc;
	margin: 5px 0 10px;
}


ol#comments .comment .comment-meta {
	border-top: 1px #ccc solid;

}


/* Post Info */

.entry-meta {
	font-size: .85em;
}

/* Search */

input#s {
	width: 84px;
	padding: 1px;
	font-size: 1em;
	border: 1px solid #0A4786;
}

#sideBarSearch {
	background: url("/images/button_go.gif") no-repeat;
	width: 52px;
	height: 23px;
	border: 0;
	color: #fff !important;
}

/* General
----------------------------------------------------- */

.req {
	background: url("/images/icon_required.gif") no-repeat left;
	padding-left:7px;
}

.last {
	border: none !important;
}

a:hover {
	text-decoration: underline;
}

/* Self Clearing Floats
----------------------------------------------------- */

#header:after,
div#panel_callouts dl.callout_home:after,
#main:after,
.callout_customer_home:after,
dl.customerArea_home:after,
div#sub_nav ul:after,
div#main ul#customerAreaListing:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}