/*-----------------------
 Rentokil.com Style Sheet
 Css - Screen
 Version:2.0
 Author: Ant Tyler
*/
body {
 font-family:verdana, arial, sans-serif;
 font-size:70%;
 color:#000;
 margin: auto;
 text-align: center;
}

#site-container {
	margin: 1em 0 0 .5em;
	width: 73.5em;
}
select,
input {
	font-size: 80%;
	padding-left: 0.3em;
}
form fieldset {
	border: 0;
}
form fieldset legend {
	display: none;
}
/*------------
 Newsletter 
 */
#newsletter {
	width:90%;
	padding-left:5%;
	list-style-type:square;
}
#newsletter dt {
	font-weight:bold;
	color:#1D2C54;
}
#newsletter dd {
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	padding-left:1em;
	margin:0.5em 0;
	font-size:90%;
}
#newsletter dd p,
#newsletter dd ul {
	margin:0.5em 0;
}
#newsletter dd ul li {
	list-style-type:square;
	margin-left:1.5em;
}

div#content-container {
	float:left;
	width:644px;
	margin:14px 0 0;
}

h1 {
	color:#D11D26;
	font-size:2em;
	margin:0.5em 0 ;	 /* rob */
}
h2 {
	color:#000;
	font-size:110%;
	margin:0.5em 0;
}
h2.also{
	font-size:140%;
	margin:0.5em 0 0;
}
h3 {
	color:#D11D26;
	font-size:100%;
	margin:1em 0 0.25em 0;
}

h1,h2,h3,h4
{	clear:both;
	width:100%;
	display:block;
}

#rh-res h4,
#rh-com h4 {width:auto;}
#pri-cont h4 { margin-bottom:0; }
#pri-cont h4 a { color:#D11D26; }
#pri-cont form h4 { margin-bottom:0.5em; }
#pri-cont p { margin:0 0 1em; }

.latin {
	font-style:italic;
	font-size:110%;
}

#pri-cont ul { margin:0.5em 0 1.75em 0; }
#pri-cont ul li,
#sec-cont ul li {
	list-style-image: url(/static/i/bg_square_bullet_centre.gif);
	font-size: 1em;
	list-style-type: square;
	margin-bottom: 0.5em;
	margin-left: 1.5em;
	}



#pri-cont {
	width: 434px;
	padding-right:20px;
	float: left;
	margin-left: 0;
	display: inline;/*IE double margin fix*/
	margin-bottom: 1em;
	margin-top: 0.5em;	/* top */
}
#pri-cont-wide {
	width: 54.8em;
	float: left;
	margin-left: 1em;
	display: inline;/*IE double margin fix*/
	margin-bottom: 1em;
	margin-top: 0.5em;	/* top */
}
#sec-cont {
	position: relative;
	float: right;
	padding-top: 14px;
	width:190px;
}
#sec-cont ul {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 0.25em 0;
}
#sec-cont p {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: -0.2em;
	padding: 0.4em 0 0.6em 0;
	font-size: 90%;
	line-height: 150%;
}
#sec-cont select {
	width: 14em;	
	font-size: 100%;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#sec-cont address {
	border-bottom: 1px solid #cccccc;
	font-size: 80%;
	line-height: 1.5em;
	padding-bottom:1em;
}
#sec-cont dl {
	margin: 0;
	padding: 0;
}
/*---------------------
 Home page specific
 */
#sec-cont #always-innovating { background:url(../i/luminos.jpg) no-repeat 0 0; }
#sec-cont #enviro { background:url(../i/enviro.jpg) no-repeat 0 0; }
#sec-cont .box-out
{
	clear:both;
	height:5em;
	position:relative;
	border:0 none;
}
#sec-cont .box-out a {
	font-weight:bold;
	position:absolute;
	bottom:0;
	right:0;
	padding:0.2em 2em 0.2em 0.4em; 
	background:#fff url(../i/link_arrow.gif) no-repeat 99% 50%;
	font-size:80%;	
	width:80%;
}

#sec-cont select
{
	width:100%;
	font-size:90%;
	margin-top:0.5em;
}

.hp #sec-cont h4.dots { border-bottom:1px solid #ccc; }

/*-------------
Contact Box
 */
#sec-cont #contact-box {
	position:absolute;
	top:-1px;
	right:0;
	width:17.5em;
	height:60px;
}

#sec-cont #contact-box ul {
	margin-left:1em;
	background:#fff url(../i/contact_box_divider.gif) no-repeat 1em 50%;
	padding:0;
	border:0;
}

#sec-cont #contact-box ul li {
	font-size:100%;
	font-weight:bold;
	padding:0.4em 0 0.4em 3em;
	list-style-type:none;
	margin:0;
}
#sec-cont #contact-box ul li a { color:#D11D26; }
#sec-cont #contact-box ul li#phone { background:url(/static/i/cta_phone.gif) no-repeat 1em 50%; }
#sec-cont #contact-box ul li#freesurvey { background:url(../i/icon_survey.gif) no-repeat 1em 50%; }

/*---------
lookup ul
 */
ul.lookup {
color: #00559E; 
}

/*--------------
Bread Crumb 
*/
ul#breadcrumb {
 margin: 0.6em 0 0.4em 0;
 font-size: 100%;float:left;width:100%;
 list-style-type: none;
}
ul#breadcrumb li {
 float: left;
 margin-left: 0;
 list-style-type:none;
 list-style-image: none;
 white-space:nowrap;
}
ul#breadcrumb li a {
 padding-right: 10px;
 background: url(../i/brcrumbchevron.gif) no-repeat 100% 50%;
 display: inline;
 margin-right:4px;
}
ul#breadcrumb li strong {
 font-weight: normal;
}

/*--------------
Table styles 
*/
table
{
	width: 100%;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #ccc;
	padding-bottom: 2px;	
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0px;
}
table th
{
	font-size: 1.1em;
	font-weight: bold;
	color: #d11d26; 
	border-bottom: 1px solid #ccc;
	padding: 0.5em;
}
table th#reference
{
	font-size: 1.1em;
	font-weight: bold;
	color: #d11d26; 
	border-bottom: 1px solid #ccc;
	width: 110px;
}
table td
{
	padding: 0.5em;
	vertical-align: top;
}
table tr.even_row td
{
	background-color: #f5f5f5;
}
table h3, table h4, table h2
{
	margin:0;
	padding:0;
}

/*--------------------
 no seondary column
 */
.ns #pri-cont
{
 width: 48.5em;
}

/*-------------
News items 
*/
.news_story_top {
margin-top: 1em;
border: solid #CCC;
border-width: 1px 0;
}
.news_story {
border-bottom: 1px solid #CCC;
padding-bottom: 9px;
}
.news_date {
font-size: 0.8em;
}

/*------------------------
Address Microformat 
 */
dl.vcard dt
{
margin-top: 1em;
}
dl.vcard dd
{
margin-bottom: 1em;
}
dl.vcard dl dt,
dl.vcard dl dd
{
display: inline;
}

/*-------- UPDATED Contact form styles ------ */
#contactform
{
width: 34em;
}
#contactform h4
{
padding-bottom: 0.5em;
}
form#contactform fieldset legend
{
display:block;
}
span.required
{
color: #ff0000;
}
#contactform span.error {
color: #f00;
float: left;
clear: left;
margin: -0.8em 0 0 15.5em;
}
br
{
clear:both;
}
#contactform fieldset
{
margin: 5px 0px;
padding: 0;
border: 0;
}

#contactform.general fieldset
{ width:410px;}

#contactform.general fieldset#cu_reason fieldset
{ width:auto;}

#contactform input,
#contactform select,
#contactform textarea
{
font-family: Verdana, Arial, Sans-serif;
font-size: 1em;
}
#contactform select
{
width: 14.7em;
}
#contactform select#cu_reason,
#contactform select#cu_hear
{
/* width: auto;*/
width: 14.7em;
}

#contactform input { width:14.1em; }
#contactform input.radio,
#contactform input.checkbox  { width: 2em; }
#contactform input.checkbox  { float: left; }

#contactform textarea
{
width:14.2em;
height:3em;
}
#contactform label
{
display: block;
width: 17.5em;
float: left;
margin-bottom: 2em;
position: relative;
padding-left: 0;
padding-right: 0;
}

#contactform.general label { width: 14em; }

#contactform label.heading
{font-weight:bold;color:#d11d26;}

#contactform #reason label,
#contactform #zone_type label,
#contactform #premises label
{
padding-left: 0;
color: #c00;
font-weight: bold;
position: relative;
}
#contactform #current { padding-bottom: 1em; }
#contactform #cu_res_com label.radio,
#contactform #new_exist label.radio
{
display: block;
width:auto;
margin:0 0 0.5em 0;
padding:0;
}
#contactform #pest_ident label.pest_ident_title
{
float:left;
width:15em;
border:0px solid red;
}
#contactform #pest_ident div 
{
 border:0px solid green;
display:inline;
margin:0 0 1em 0;
padding:0px 0;
width:20em;
overflow:auto;
zoom:1;
}
#contactform #pest_ident fieldset
{
 float:left;
 border:0px solid blue;
margin:0 0 0 1em;
}
#contactform #pest_ident div input.checkbox
{
float:left;
margin:0 0 0 0;
}
#contactform #pest_ident div label.checkbox
{
 
 width:16em;
 margin:0 0 0 0;
 padding:0;
 border:0px solid green;
 float:left;
}
#contactform #pest_ident div label.checkbox input
{
margin:0;
padding:0;
float:left;
}
#contactform #zone_type,
#contactform #premises
{
display: inline;
}
#contactform input.radio,
#contactform label.radio,
#contactform#zone_type input.radio,
#contactform#zone_type label.radio,
#contactform#premises input.radio,
#contactform#premises label.radio,
#contactform input.checkbox,
#contactform label.checkbox
{
display: inline;
border: 0;
float: none;
width: 2em;
margin-left: 0;
padding-left: 0;
color: #000;
font-weight: normal;
}
#contactform input.radio,
#contactform label.radio
{
margin: 0;
}

#inspecttrad { float: left; }

#inspecttrad #contactform div
{width:100%;
clear: both;
float: left;
display: inline;
margin: 0 0;
}

#inspecttrad #contactform div div
{clear:none;width:auto;}

#inspecttrad #contactform div.inspect-ctr1{ width:375px; padding-right: 4px; padding-left: 11px}
#inspecttrad #contactform div.inspect-ctr2{ width:374px; padding-right: 5px; padding-left: 11px}

#contactform label.terms_and_con input
{
position: absolute;
left: 0px;
margin-left: 0px;
}
#contactform label.terms_and_con
{
width: 100%;
padding-left: 20px;
}
#contactform #cu_reason_q
{
margin-bottom: 0.5em;
}
#contactform #cu_submit
{
width: 8em;
margin-left: 22.5em;
margin-top: 1em;
}
#contactform #preferences 
{
margin-top: 2em;
}
#contactform #preferences input
{
margin: 0;
padding: 0;
width: 1.5em;
height: 1.5em;
position: absolute;
top: 0.25em;
left: 0;
}
#contactform #preferences label
{
position: relative;
padding-left: 3em;
height: 1.75em;
line-height: 1.75em;
margin-bottom: 1em;
}
#contactform #p-contact,
#contactform #hear_other
{
margin-top:0;
padding-top:0;
}
#contactform textarea
{
margin-bottom:0.9em;
}
#contactform select
{
margin-bottom:0.5em;
}
p.pdf a {
background:url(/static/i/pdf.gif) no-repeat 0 0;
padding-left:20px;
padding-bottom:2px;
line-height:1.2em;
}

p.vid a {
background:url(/static/i/vid.jpg) no-repeat 0 0;
padding-left:20px;
padding-bottom:2px;
line-height:1.2em;
}
/*------- SEARCH STYLES BEGIN */

table.search
{
	border: 0;
	width: 49em;
	margin-left: 0;
	margin-top: 5px;
	border-collapse: collapse;
	border-spacing: 0px;
	background-color: #fff;
	color: #00559a;
}
table.search th
{
	background-color: #fff;
	color: #00559a;
	font-weight: normal;
	text-align: left;
	padding: 5px;
	margin: 0;
	font-size: 1em;
	border: 0;
}
table.search td
{
	background-color: #fff;
	color: #000;
	font-weight: normal;
	vertical-align: top;
	padding: 5px;
	margin: 0;
	font-size: 1em;
	border: 0;
}

table thead th h4
{
	padding-bottom:0.5em;
}

.searchformwrapper
{
	border-bottom: 1px solid #ccc;
	width: 49em;
	margin: 0;
	background-color: #fff;
	color: #000;
	font-weight: normal;
	font-size: 1em;
}
.searchformwrapper select
{
	float:left;
	width:20em;
}
div#searchresults
{
	width: 49em;
	text-align: left;
	font-weight: normal;
	font-size: 1em;
	color: #000;
}
#searchresults span.page
{
	float: left;
	padding: 0 20px 2px 2px; 
	margin: 0; 
	font-weight: bold;
	text-align: left;

}
#searchresults span.list
{
	color:#00559a;
	float: right;
	padding: 0 2px 2px 20px;
	margin: 0;
	text-align: right;
}
#searchresults div.result
{
	border-bottom: 1px solid #ccc;	
	padding: 5px 0 15px 0;	
	margin: 0;
	width: 49em;
	text-align: left;
}
#searchresults div.resultcontent
{
	border-bottom: 1px solid #ccc;	
	text-align: left;
padding: 5px 5px 5px 0;
	text-indent: 0;
}
#searchresults div.resultcontent span
{
	color: #00559a;
	font-size: 1.1em;
	font-weight: bold; 
}

/*-------------------
 Our solutions
 */
 
#dlWrapper
{
width: 49em;
margin-top: 1em;
}
#dlWrapper dl
{
float: left;
width: 15.4em;
margin: 0 1em 0 0;
}
#dlWrapper dl.nomargin
{
margin-right: 0;
}
#dlWrapper dl dt
{
font-size: 1.1em;
font-weight: bold;
color: #D11D26;
}
#dlWrapper dl dd
{
margin-top: 1em;
}
#dlWrapper dl dd ul
{
color: #00559E;
}

#adobe
{
	margin-top:1em;
}

/*--------------
SiteMap 
*/

.split
{
	float:left;
	width:50%;
}

#splitcontainer
{
	width:48em;
}

input.go_button
{
 margin-left: 3px;
 padding:0;
 font-family:verdana, arial, sans-serif;
 font-size: 0.7em;
}

/*------------
Residential
*/

div.page_mid
{
	margin-top: -0.5em;
	margin-left: -0.5em;
	padding-top: 0px;
	padding-bottom: 3em;
	width: 62em; 
	height:23em;
	position: relative;
margin-bottom: 1em;
}

div.mid_res
{
	float:left;
	width:17.8em;
	height:22.6em;
	margin: 5px 3px 3px 1px; 
	padding: 0px 0px 0px 0px;
	position: relative;
	background-color:#f4f4ea;
	border:none;
}

div.page_mid p
{
	margin: -0.1em 0 0.5em 0;
	padding: 0px;
	color:#000;
	width:50em;
}

#page_content_text div.page_mid div.mid_res div.mid_res_body ul li a
{
color:#818F40;
text-decoration:none;
line-height:80%;
margin:0;
display: block;
}
#page_content_text div.page_mid div.mid_res div.mid_res_body ul li
{vertical-align:bottom;}

#page_content_text div.page_mid div.mid_res div.mid_res_body ul li a:hover
{
text-decoration:underline;
color:#818F40;
line-height:80%;
margin:0;
display: block;
}

#page_content_text div.page_mid div.mid_res h2.style1
{
color:#fff;
margin-top:0;
}

#page_content_text div.page_mid h2.style1
{
 color:#d11d26;
 margin-top:0;
}

div.mid_res h2
{
	margin-top: -0.2em;
	margin-bottom: 0.1em;
	padding: 0.5em 0.5em 0.5em 0.5em;
	line-height: 120%;
	font-size: 1.2em;
	text-align:center;
	color:#fff;
	background-color:#818F40;
}

div.mid_res h2 .style1
{
	margin-top: -0.2em;
	margin-bottom: 0.1em;
	padding: 0.5em 0.5em 0.5em 0.5em;
	line-height: 120%;
	font-size: 1.2em;
	text-align:center;
	color:#fff;
	background-color:#818F40;
}

div.mid_res_cont
{
	padding: 0.2em 1.5em 0.3em 0.5em;
	line-height: 120%;
	font-size: 0.9em;
	color:#fff;
	background-color:#818F40;
margin: 0 0 2.0em 0;
height: 1em;
}

div.mid_res img
{
	width: 17.9em;
	margin:-2px 0 0 0;
}

div.mid_res_body
{
	padding: 0.5em 0.4em 1.0em 0.7em;
	font-size: 0.9em;
	height:11.4em;
	width:17.9em;
	margin-bottom:0.1em;
}

div.mid_res_body p
{
	margin: -0.3em 0 0.8em 0;
	font-size: 0.9em;
	width:17.9em;
}

div.mid_res ul li
{
	width: 14.5em;
	color:#818F40;
	line-height:80%;
}


div.mid_res ul
{
margin-top:-3px;
}

/*-----------
Commercial
*/

#rh-com
{
width: 190px;
color: #3384AE;
background: transparent url(../i/com-base.gif) no-repeat 0 100%;
padding: 0 0 7px 0;
margin: 0 0 2em 0;
font-size: 101%;
}

#rh-com form
{ border-color: #0b3f60;
 border-width: 0 1px 0 1px;
 border-style: solid;}
 
 #rh-com form fieldset
 {padding:0.5em 1em;}

#content-container #sec-cont #rh-com h3 {
color: #fff;
padding: 0.5em 0;
font-size: 1.4em;
font-weight: bold;
text-align: left;
text-indent: 0.8em;
margin: 0;
background: #0b3f60 url(../i/com-top.gif) no-repeat 0 0;
display: block;
}

#content-container div.calltoaction #rh-com h3 a { color: #fff; }

#rh-com div {
 border-color: #0b3f60;
 border-width: 0 1px;
 border-style: solid;
 font-size: 100%;
 margin: 0;
 padding: 1em;
}
#rh-com div.topline { border-top:1px solid #0b3f60; }

#rh-com h4 {
 border-color: #0b3f60;
 border-width: 1px 1px 0 1px;
 border-style: solid;
 font-size: 110%;
 margin: 0;
 padding: 0.5em 0 0.5em 1em;
 color: #005990;
/*background: url(../i/com-4dot.gif) no-repeat 1.5em .8em;*/
}

#rh-com ul {
 border-color: #0b3f60;
 border-width: 0 1px;
 border-style: solid;
 font-size: 90%;
 margin: 0;
 padding: 0 1em 1em 1em;
 display: block;
}
#rh-com ul li {
 list-style-type:none;
 list-style-image: url(/static/i/bg_square_bullet_rh.gif);
 margin: 0 0 0 2em;
 padding: 0.5em 0;
}

#rh-com p.redphone
{
color: #e22c17;
padding: 0 0px 0 1.9em;
font-size: 1.3em;
font-weight: bold;
background: url(/static/i/cta_phone.gif) no-repeat 0 50%;
margin: 0 0 0.5em 0;
border: none;
}
#rh-com p.style1 a,
#rh-com p.style2 a
{
font-size: 1em;
font-weight: normal;
background: url(/static/i/cta_envelope.gif) no-repeat 0 50%;
text-decoration: none;
color: #F03834;
padding: 0 0 0 30px;
margin: 0;
display: block;
}

#rh-com p.style2 a
{
 line-height: 24px;
 vertical-align: middle;
 font-size: 1.3em;
 font-weight: bold;
}

#rh-com ul li a
{
text-decoration: none;
padding: 0;
margin-left: 0;
font-weight: normal;
display: block;
}

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

#rh-com p
{
border: none;
margin: 0;
}

#rh-com p a:hover
{
text-decoration: underline;
}


#rh-com p.style1 a:hover
{
text-decoration: underline;
}

#rh-com form
{
font-size:: 80%;
zoom:1;
}
#rh-com form select
{
width:12.7em;
margin-right:.3em;
}
#rh-com form select,
#rh-com form input
{
float:left;
clear:none;
}
/*------------------
Residential
------------------*/
#rh-res
{
width: 190px;
color: #F03834;
background: transparent url(../i/res-base.gif) no-repeat 0 100%;
padding: 0 0 7px 0;
margin: 0 0 2em 0;
font-size: 101%;
}

#content-container #sec-cont #rh-res h3
{
color: #fff;
padding: 0.5em 0;
font-size: 1.4em;
font-weight: bold;
text-align: left;
text-indent: 0.8em;
margin: 0;
background: #6c92a7 url(../i/res-top.gif) no-repeat 0 0;
display: block;
}

#content-container #sec-cont h3 span {
	display: block;
	text-align: center;
	font-size: 0.8em;
}

#content-container div.calltoaction h3 a
{
color: #fff;padding-right: 4px;
}
#rh-res div
{
border-color: #7599ae;
border-width: 1px 1px 0 1px;
border-style: solid;
font-size: 100%;
margin: 0;
padding: 1em;
color: #069;
}

#rh-res h4 {
border-color: #7599ae;
border-width: 1px 1px 0 1px;
border-style: solid;
font-size: 90%;
margin: 0;
padding: 0.5em 0 0.5em 1em;
color: #069;
/*background: url(../i/res-4dot.gif) no-repeat 5% .8em;*/
}

#rh-res ul {
 color: #069;
 border-color: #7599ae;
 border-width: 0 1px;
 border-style: solid;
 margin: 0;
 padding: 0 1em 1em 1em;
 display: block;
}

#rh-res ul li {
 list-style-type:none;
 list-style-image: url(/static/i/bg_square_bullet_rh.gif);
 margin: 0 0 0 2em;
 padding: 0.5em 0;
}

#rh-res p.redphone
{
color: #e22c17;
padding: 0 0 0 1.9em;
font-size: 1.3em;
font-weight: bold;
background: url(/static/i/cta_phone.gif) no-repeat 0 50%;
margin: 0 0 0em 0;
border: none;
}
#rh-res p.restime
{
padding: 0 0 0 30px;
font-size: 1.0em;
font-weight: bold;
margin: 0 0 0.5em 0;
border: none;
color: #F03834;
}

#rh-res p.style2 a,
#rh-res p.style34 a
{
 font-weight: normal;
 background: url(/static/i/cta_envelope.gif) no-repeat 0 50%;
 text-decoration: none;
 color: #F03834;
 padding: 0 0 0 30px;
 margin: 0;
 display: block;
}
#rh-res p.style1 a ,
#rh-com p.style1 a {
 font-weight: normal;
 background: url(/static/i/bg_square_bullet_rh.gif) no-repeat 0 50%;
 text-decoration: none;
 padding: 0 0 0 18px;
 margin: 0;
 display: block;
 font-size: 1em;
 color: #069;
}

#rh-res p.style2 a,
#rh-res p.style34 a
{
font-size: 1.2em;
font-weight: bold;
line-height: 30px;
text-align: middle;
white-space: nowrap;
}
#rh-res ul li a
{
font-size: 1em;
text-decoration: none;
color: #069;
padding: 0;
margin-left: 0;
font-weight: normal;
display: block;
}
#rh-res ul li a:hover
{
text-decoration: underline;
}
#rh-res p
{
border: none;
margin: 0;
}
#rh-res p a:hover
{
text-decoration: underline;
}
#rh-res p.style1 a:hover
{
text-decoration: underline;
}
#rh-res form
{
padding: 0;
font-size:: 100%;
}
/*-----------------
 Home Mid Section
 */
div.home_page_mid
{
	margin-top: 1.5em;
	margin-left: 0em;
	padding-top: 0px;
	padding-bottom: 3em;
	width: 56em; 
	position: relative;
}
div.home_mid_com
{
 float: left;
 width: 200px;
 margin: 5px 2px 3px 2px; 
 position: relative;
 background-color:#fff;
 border:none;
}
div.home_mid_com h2
{
	margin-top: 0;
	margin-bottom: 0.1em;
	padding: 0.5em 0.5em 0.5em 0.4em;
	line-height: 120%;
	font-size: 1.2em;
	color: #fff;
	text-align: center;
	width: 188px;
	background:#F03834 url(../i/top-com.gif) repeat-x 0 0;	
}
div.home_mid_com h2 a:link,
div.home_mid_com h2 a:visited,
div.home_mid_com h2 a:active,
div.home_mid_com h2 a:hover,
div.home_mid_res h2 a:link,
div.home_mid_res h2 a:visited,
div.home_mid_res h2 a:active,
div.home_mid_res h2 a:hover,
div.home_mid_lib h2 a:link,
div.home_mid_lib h2 a:visited,
div.home_mid_lib h2 a:active,
div.home_mid_lib h2 a:hover,
div.home_com_foot h3 a,
div.home_res_foot h3 a,
div.home_lib_foot h3 a
{
	color:#fff;	
}
div.section_description div.home_com_cont
{
	padding: 0.2em 0em 0.2em 1.0em;
	margin: -3.0em 0 0 0;
	background-color:#F03834;
}
div.section_description div.home_com_cont h3
{
	margin: 0;
	padding: 0 0 0 2.5em;
	line-height: 100%;
	font-size: 1em;
	color:#fff;
	background-image: url(/static/i/com-phone.jpg);
	background-repeat: no-repeat;
	background-position: 0% 25%;
}
div.section_description div.home_com_cont h3 strong
{
	line-height: 120%;
	font-size: 1.2em;
}
div.home_mid_com img{
width:198px;
border:1px solid #F03834;
}
div.home_com_body {
	width: 198px;
	margin-top: -2px;
	padding: 0;
	font-size: 0.9em;
	height: 12.7em;
	border: 1px solid #F03834;
}
div.home_com_body p
{
	margin: 0.5em .4em 0.8em 0.7em;
	font-size: 1.0em;
}
div.home_com_body p a
{
	font-size: 1.0em;
	color: #F03834;
}
div.home_mid_res
{
	float: left;
	width: 17.9em;
	margin: 5px 2px 3px 2px; 
	padding: 0;
	position: relative;
	background-color: #fff;
}
div.home_mid_res h2
{
	margin-top: 0;
	margin-bottom: 0.1em;
	padding: 0.5em 0.5em 0.5em 0.5em;
	line-height: 120%;
	font-size: 1.2em;
	text-align: center;
	color: #fff;
	background: #F03834 url(../i/top-com.gif) no-repeat top left;
}
div.home_mid_res_cont
{
	padding: 0.2em 1.5em 0.3em 0.5em;
	margin: -3.0em 0 0 0;
	background-color:#818F40;
}
div.section_description div.home_mid_res_cont
{
	padding: 0.2em 0em 0.2em 1.0em;
	margin: -3.0em 0 0 0;
	background-color:#818F40;
}
div.section_description div.home_mid_res_cont h3
{
	margin: 0;
	padding: 0 0 0 2.5em;
	line-height: 100%;
	font-size: 1em;
	color: #fff;
	background-image: url(/static/i/com-phone.jpg);
	background-repeat: no-repeat;
	background-position: 0% 25%;
}
div.section_description div.home_mid_res_cont h3 strong
{
	line-height: 120%;
	font-size: 1.2em;
}
div.home_mid_res div img {
 width: 17.7em;
 border-style: solid;
 border-color: #F03834;
 border-width: 1px 1px 0 1px;
}
div.home_res_body
{
	padding: 0;
	margin-top: -2px;
	font-size: 0.9em;
	height: 12.6em;
border: 1px solid #F03834;
}
div.home_res_body div,
div.home_lib_body div,
div.home_com_body div
{
height: 7.3em;
}
div.home_res_body p {
	margin: 0.5em .4em 0.8em 0.7em;
	font-size: 1.0em;
}
div.home_res_body p a {
	font-size: 1.0em;
	color: #818F40;
}
div.home_res_body_select {
	margin: -3em 0em 2em 0em;
	padding: 0.5em 0em 1.0em 0.7em;
	font-size: 0.8em;
}
div.home_mid_lib {
	float: left;
	width: 18em;
	margin: 5px 2px 3px 2px; 
	padding: 0;
	position: relative;
	background-color:#fff;
}
div.home_mid_lib h2 {
	margin: 0;
	padding: .5em;
	line-height: 120%;
	text-align: center;
	font-size: 1.2em;
	color: #fff;
	background: #5E6A71 url(../i/top-tec.gif) no-repeat top left;
}
div.section_description div.home_mid_lib_cont {
	line-height: 120%;
	font-size: 0.9em;
	color: #fff;
	padding: 0.1em 0em 0.1em 1.0em;
	margin: -3.2em 0 0 0;
	background-color:#fff;
}
div.section_description div.home_mid_lib_cont h3
{
	margin: 0;
	padding: 0.6em 0em 0.6em 2.5em;
	line-height: 120%;
	font-size: 1.2em;
	color:#fff;
}
div.home_mid_lib div img {
 width: 17.8em;
 border-style: solid;
 border-color: #5E6A71;
 border-width: 1px 1px 0 1px;
 margin-top: 1px;
 }
div.home_lib_body {
 margin-top: -2px;
 padding: 0;
 font-size: 0.9em;
 height: 12.6em;
 border: 1px solid #5E6A71;
}
.com_cust div.home_com_body,
.com_cust div.home_res_body,
.com_cust div.home_lib_body
{
	height: 11.5em;
}
.res_cust div.home_com_body,
.res_cust div.home_res_body,
.res_cust div.home_lib_body
{
	height: 11.5em;
}
.tech_sup div.home_com_body,
.tech_sup div.home_res_body,
.tech_sup div.home_lib_body
{
	height: 11.5em;
}
.pest_guide div.home_com_body,
.pest_guide div.home_res_body,
.pest_guide div.home_lib_body
{
	height: 14.5em;
}
div.home_com_body ul,
div.home_res_body ul,
div.home_lib_body ul
{
padding-left: 2.5em;
}
div.home_com_body ul li,
div.home_res_body ul li,
div.home_lib_body ul li
{
 list-style-type:none;
 list-style-image: url(/static/i/bg_square_bullet_rh.gif);
 margin-top: 0.5em;
}

div.home_lib_body p
{
	margin: 0.5em 0.4em 0.8em 0.7em;
	font-size: 1.0em;
}
div.home_com_foot {
	margin: 0;
	background:#F03834 url(../i/bottom-com.gif) no-repeat bottom left;
	border: none;
	height: 2.8em;
	width: 200px;
}
div.home_com_foot h3 {
	margin: 0;
	padding: .3em 0 .4em 2.5em;
	line-height: 100%;
	font-size: 1em;
	color: #fff;
	background: url(../i/com-phone.jpg) no-repeat 10px 2px;
	text-align: center;
}
div.home_com_foot h3 strong
{
	line-height: 120%;
	font-size: 1.2em;
}
select.home_page_select
{
	width: 162px;
	margin-top: 0.3em;
	font-family: Verdana, Tahoma, Arial, Sans-serif;
	font-size: 1.1em;
}
div.home_res_foot
{
	padding: 0.2em 1.5em 0.3em 0.5em;
	margin: -3.0em 0 0 0;
	background-color:#818F40;
}
div.home_res_foot {
	padding: 0;
	margin: 0;
	background:#F03834 url(../i/bottom-com.gif) no-repeat bottom left;
	border:none;
	height:2.8em;
}
div.home_res_foot h3 {
	margin: 0;
	padding: .3em 0 .4em 2.5em;
	line-height: 100%;
	font-size: 1em;
	color:#fff;
	background: url(../i/com-phone.jpg) no-repeat 10px 2px;
	text-align: center;
}
div.home_res_foot h3 strong
{
	line-height: 110%;
	font-size: 1.0em;
}
div.home_lib_foot {
	height: 3.2em;
	font-size: 0.9em;
	color: #fff;
	padding: 0 0 0 1.0em;
	margin: 0;
	background:#003C69 url(../i/bottom-gen.gif) no-repeat bottom left;
}
div.home_lib_foot h3 {
	margin: 0;
	padding: .5em 0 .5em 3.7em;
	line-height: 120%;
	font-size: 1.2em;
	color: #fff;
}
div.home_lib_foot h3 a {
	color: #fff;
}
div.home_mid_lib img {
	width: 18em;
height: 108px;
}
div.mid_res_body ul li a
{
color:#069;
text-decoration:none;
line-height:140%;
margin:0;
display: block;
margin-left:1px;
padding-left:10px;
background: url(../i/grn-dot.gif) no-repeat 0 50%;
}
form.solution_group
{
	margin: 0em 0em 0em 0.5em;
	padding: 0;
}
form.solution_group input.go_button,
form input.go_button {
margin-left: 3px;
font-size: 1.0em;
}
.calltoaction #rh-com form input.go_button {
margin-left: 0;
}
#localcontent form#vacancies fieldset input#fullname,
#localcontent form#vacancies fieldset input#emailaddr {
 margin-top: 5px;
 margin-bottom: 5px;
}
#localcontent form#vacancies fieldset input#upload {
margin: 3px;
}
#localcontent form#vacancies fieldset input#submit {
margin: -3px 3px 3px 0;
}
div.mid_res img {
	height: 7.6em;
}
.last {
	border-right: 0;
	padding-right: 0.6em;
	margin-right: 0.3em;
}
.home_com_body #com_path2,
.home_lib_body #com_path2,
.home_res_body #com_path2 {
	margin-left: 0.3em;
}
#localcontent p.luminos {
padding-top: 3em;
}
#rh-com #com_path2,
form.solution_group #com_path2 {
	margin-left: 0;
}
.redphone .cent {
 font-size: 70%;
 line-height: 100%;
 display: block;
}
/*------------------
Tech Support Cta
*/
div.home_mid_tec {
float: left;
width:197px;
margin: 5px 4px 3px 2px; 
position: relative;
border: none;
}
div.home_mid_tec h2 {
margin-top: 0;
margin-bottom: 1px;
padding: .5em 0;
font-size: 1.2em;
color: #fff;
width:200px;
text-align: center;
background:#5E6A71 url(../i/top-tec.gif) no-repeat 0 0;	
}
div.home_mid_tec h2 a {
color:#fff;
}
div.home_mid_tec img {
 width:198px;
 border-style:solid;
 border-color:#5E6A71;
 border-width:1px 1px 0 1px;
}
div.home_tec_body {
padding: 0;
font-size: 0.9em;
height: 12.7em;
border: 1px solid #5E6A71;
background: #fff;
width:198px;
}
div.home_tec_body p {
margin: .5em .4em .8em .7em;
font-size: 1.0em;
}
div.home_tec_body p a {
font-size: 1.0em;
}
div.home_tec_body ul {
list-style: none;
list-style-image: url(/static/i/bg_square_bullet_rh.gif);
color: #069;
margin: .5em .4em .8em 2.3em;
font-size: 1.0em;
}
div.home_tec_body ul li {
padding-bottom: .3em;
}

/*------------
 Pest Guides
*/
div.pest-list {
 clear: both;
 margin: .3em 0 .3em 0;
 overflow: hidden;
 zoom: 1;
 position:relative;
 height: 60px;
 }
.pest-list h4 {
 display: inline;
 padding-left: 85px;
}
img.tmb {
 position: absolute;
 left: 0;
 top: 5px;
 margin: .2em 1.1em .1em 0;
}
.pest-list img {
 float: left;
 margin: .1em 1.1em .1em 0;
}
.pest-list p a img {
 float: none;
 margin: 0;
}
.pest-list p {
 padding-left: 85px;
}
div.pest-list a img.tmb {
 float: left;
 margin: .3em 1.1em .1em 0;
}
/*----------------- 
 Pest Guide Table
*/
table.animal thead tr th{
 border:1px solid #fff;
 background-color:#fff;
 color:#000;
}
table.animal tr td{
 border:1px solid #fff;
 background-color:#fff;
}
.animal tbody tr td.cho1{
 background-color:#693;
 font-weight:bolder;
}
.animal tbody tr td.cho2{
 background-color:#80bd43;
 font-weight:bold;
}
.animal tbody tr td.cho3{
 background-color:#92c55f;
}
.animal tbody tr td.cho4{
 background-color:#a7d07e;
}
.animal tbody tr td.cho5{
 background-color:#bbd99d;
}
.animal tbody tr td.art1{
 background-color:#353ba1;
 font-weight:bolder;
}
.animal tbody tr td.art2{
 background-color:#5259c2;
 font-weight:bold;
}
.animal tbody tr td.art2 i{
 font-weight:normal;
}
.animal tbody tr td.art3{
 background-color:#767bcc;
}
.animal tbody tr td.art4{
 background-color:#9da1d9;
}
.animal tbody tr td.art5{
 background-color:#bbbee5;
}
div.pestNet {
	border: 1px solid #4a638c;padding:0.6em;
}
div.pestNet a img {
float: right;
margin-top: 1em;
margin-right: 1em;
}

.go_button { width:2.5em; }

/*------------
 Home Page Free Pest Inspection CTA
*/

div#lh-cta,
div#rh-cta {
 color : #fff;
 font-size : 100%;
 background : url(/static/i/lh-zip-cta-back.gif) no-repeat 0 100%;
 margin: 0 0 10px 0;
 padding: 0 0 ;
 height: 10em;
}

div#lh-cta
{width : 238px;}

div.calltoaction div#rh-cta {
	width: 190px !important;
	background: #6992a6 url(/static/i/rh-zip-cta-bottom.gif) no-repeat 0 100%;
 height: 9.7em;
}

#lh-cta img {
 float : right;
 margin : 0 0;
 display : inline;
}

#lh-cta h3,
#rh-cta h3 {
 color : #fff;
 font-size : 150%;
 padding : 0.2em 0 0.2em 6px;
 font-family : arial, sans-serif;
 margin: 0 0;
 background : url(/static/i/lh-zip-cta-top.gif) no-repeat 0 0;
 border-width : 0 0 1px 0;
 border-style : solid;
 border-color : #fff;
}

#lh-cta p.rh-phone,
#rh-cta p.rh-phone {
clear:both;
float:left;
 padding : 4px 0 5px 30px;
 font-size : 140%;
 font-weight : bold;
 border-width : 1px 0 0 0;
 border-style : solid;
 border-color : #fff;
 margin : 0 0;
 background : url(/static/i/cta-phone.gif) no-repeat 6px 5px;
}

#lh-cta p.rh-phone
{width:238px;}

#rh-cta p.rh-phone
{	background-position: 6px 7px;width:160px;	}

#cta-bis span.rh-top {
 padding : 1px 0 0 27px;
 color : #fff;
}

#lh-cta p.rh-web{
 padding : 0 0 1px 30px;
 font-size : 120%;
 margin : 0;
 background : url(/static/i/mouse.gif) no-repeat 3px 1px;
}

#lh-cta form.lh-local,
#rh-cta form.rh-local{
 padding : 4px 0 8px 12px;
 font-size : 120%;

 margin-left : -4px; 
}

#lh-cta form.lh-local a,
#rh-cta form.rh-local a,
#lh-cta form.lh-local a:visited,
#rh-cta form.rh-local a:visited {
 color: #fff;
}

#lh-cta form.lh-local a:hover,
#rh-cta form.rh-local a:hover {
 color: #fff;
 text-decoration: underline;
}

form.lh-local fieldset input#local,
form.rh-local fieldset input#local {
 width : 4.3em;
 font-size : 85%;
 margin-left : 8px;
}

/*------------
 Content Page Free Pest Inspection CTA
*/

div#rh-cta a,
div#rh-cta a:visited {
	
	text-decoration:none;
}

div#rh-cta a:hover {	
	text-decoration:underline;
}

div#rh-cta form fieldset 
{	padding:0 ;
	display:block;
	margin:0 0 0.3em;
	float:left;
	letter-spacing:0;
}

div#rh-cta form fieldset  span
{clear:both;float:left;}

div#rh-cta form fieldset  a,
div#rh-cta form fieldset  a:visited,
div#rh-cta form fieldset  a:hover,
div#rh-cta form fieldset  div label
{font-size:0.9em;}

div#rh-cta form fieldset  div
{padding:0;margin:6px 0 0;float:left;width:100%;}

div#rh-cta form fieldset  div input#local
{padding:2px;margin:0;}

div#rh-cta form fieldset  div input#mcsubmit
{margin:0 0 -5px 3px;padding:0;}

div#rh-cta form fieldset select
{	margin: 0 4px 0.5em 0;	}

div#rh-cta form fieldset p
{	padding: 0.25em 12px 0 0;	}

#rh-cta img {
	float: right;
	margin: 0 0;
	display: inline;
}

#rh-cta h3 {
	background: #03255b url(/static/i/rh-zip-cta-top.gif) no-repeat 0 0;
	width: 184px;
}

#cta-bis span.rh-top {
	padding: 1px 0 0 27px;
	color: #fff;
}


div.slp_summary_item
{width:100%; display:block;float:left;border-top:1px solid #ccc;padding: 10px 0;margin-top:5px;}

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

div.slp_summary_item div
{float:left; display:block;width:324px;}
div.slp_summary_item.our_brand div
{width:433px;}

div#pri-cont p a,
div.slp_summary_item div p a
{color: #00415e;text-decoration:underline;}

div.slp_summary_item div h3,
div.slp_summary_item div h3 a
{text-decoration:none;margin-top:0;color: #d11d26;}

div.slp_summary_item div h3 a:hover
{text-decoration:underline;color: #d11d26;}

/************************************** TABLES */

table
{	line-height:1.4em;
	padding:0;
	border:1px solid #ee2923;
	font-size:0.8em;
	margin:0.5em 0 1em;
}

table tr td
{	padding: 0.3em 8px ;	}

table tr.odd td
{	background-color: #fac4c5;	}

table tr td,
table tr th
{	border-right:1px solid #ee2923;
	padding:0.4em 8px;
	font-size:1.2em;
}

table tr th,
table thead tr
{	font-weight:bold;
	color:white;
	background-color:#ee2923;
}

table caption
{	padding:0.4em 10px;
	text-decoration:italic;
	font-size:1.2em;
}

table tr .blank_cell
{	background:transparent;	}


form#contactform table tr td,
form#contactform table tr th
{border-right:none;}

/* END */


/* ********************************************* SCREEN 2 for Scheduling Pages **/



/* Free Inspection stuff ,*/
div#inspecttrad div.inspect-top,
div#inspect_trad div.inspect-top
{width:374px;
margin:0;
padding:0;
height:2.9em;
background-image:url(/static/i/inspect-top2.gif);
background-repeat:no-repeat;}

div#inspect_trad div.inspect-top
{width:392px;}

div#inspecttrad div.inspect-btm
{	width:392px !important;
	background-image:url(/static/i/inspect-bottom.gif);
}

div.inspect-top h4
{	width:333px;
  position:relative;
  margin:0;
  padding: 0.5em 30px 0 30px;
  color:#022553;
  font-family:arial, sans-serif;
  font-weight:bolder;
  font-size:140%;
  background:url(/static/i/mouse-orange.gif) no-repeat 5px 7px;
}

div.inspect-ctr p
{ padding:0 0 10px 0;
  position:relative;
  
}

#inspect_trad,
#inspect_trad form
{
  border:0px solid red;
  float:left;
  width:375px;
  margin:0;
}

div.inspect-ctr
{width:370px;
border: 1px solid #525856;
padding:0 10px 1em 10px;}

#contactform.inspection div.inspect-btm
{height:2.6em;
background-image:url(/static/i/inspect-bottom.gif) !important;
background-repeat:no-repeat;
margin:0 0 1em;
width:395px;
padding-bottom:1em;
float:left;
}



div.inspect-btm input.inspect_trad_submit
{width:5.1em !important;
float:right;
margin:0;
padding:0.8em 2.5em 1em 1em;}

div#inspect_trad
{padding-bottom:2em;}

#contactform select,
#contactform textarea
{width:14.5em !important;}

#inspect_cta
{
  float:right;
  width:197px;
}
#inspect_cta div.top
{ width:197px;
  margin:0;
  padding:0;
  height:2.9em;
  background-image:url(/static/i/inspect-top3.gif);
  background-repeat:no-repeat;
}

#inspect_cta div.top h4
{width:160px;
  position:relative;
  margin:0;
  padding: 0.5em 0 0 2em;
  color:#022553;
  font-family:arial, sans-serif;
  font-weight:bolder;
  font-size:140%;
  background:url(/static/i/phone-orange.gif) no-repeat 5px 7px;
}
#inspect_cta div.ctr
{ position:relative;
  margin:0;
  padding:10px 0;
  border-width:1px 1px 0 1px;
  border-color:#525856;
  border-style: solid;
}
#inspect_cta div.ctr h4
{
  padding:0 0 0 10px;
  margin:4px 0;
  font-size:120%;
  font-weight:bolder;
}
#inspect_cta div.ctr p.other_phone
{
  font-family:arial, sans-serif;
  color:#022553;
  padding:0 0 0 10px;
  margin:4px 0;
  font-size:160%;
  font-weight:bolder;
}
#inspect_cta div.ctr p.other_office
{
  color:#fff;
  position:relative;
  margin:0;
  padding:0.5em 0.5em 0.5em 2.5em;
  background:#6F909F url(/static/i/mouse-orange.gif) no-repeat 5px 7px;
  font-size:120%;
  border-top:1px solid #525856;
}
#inspect_cta div.btm
{
  background-image:url(/static/i/inspect-bot3.gif);
  background-repeat:no-repeat;
  margin:0;
  padding-bottom:0;
  position:relative;
  
}
#inspect_cta div.btm form
{
  font-size:110%;
  font-family:arial, sans-serif;
  border-top:1px solid #525856;
  clear:left;
  vertical-align: bottom;
  padding:9px 5px;
  position:relative;
  display:block;
}
#inspect_cta div.btm form label
{
width:6.5em;
}
#inspect_cta div.btm form label,
#inspect_cta div.btm form input
{
float:left;
display:block;
margin:0px;
padding:0px;

}
* html #inspect_cta div.btm form input#off_local
{
margin-top:10px !important;

}
#inspect_trad form#contactform.inspection fieldset select
{
  width:14.5em !important;
}
#inspect_trad form input
{
  width:14em !important;
}
#inspect_trad form div.inspect-btm input#submit
{
  width:auto !important;
}
#inspect_trad form input#fs_offers,
form input#cu_offers
{
  width:2em !important;
}
#inspect_cta div.btm form fieldset input#off_local
{
margin:0;
padding:0;
width:50px;
position:relative;
margin-top:1px;
margin-right:5px;
}
#inspect_cta div.btm form fieldset input#submit.off_submit
{
margin:0px 0 0 0;
padding:0;
}
#nav-container h4.title {
 background:url("/static/i/dot-cube.gif") no-repeat scroll 0 2px transparent;
 color:#1D2C54;
 font-size:1em;
 font-weight:bold;
 padding-left:11px;
}
div#mediacontact {
 margin-left:0.3em;
 margin-top:0.6em;
 width:16.4em;
}
#mediacontact {
 border-bottom:1px solid #CCCCCC;
 border-top:1px solid #CCCCCC;
 color:#000000;
 font-size:90%;
 font-weight:normal;
 margin:0.5em 0 0.5em 0.5em;
 padding:0.5em 0.8em;
}
#mediacontact p {
 border:0 none;
 margin:0 0 0.5em;
}


/* CAROUSEL ******* Added by Leyton Jay 26/07/2011 */

	#prevNext img{position:absolute;z-index:4;top:150px;}
	#prevNext img.carouselPrev{left:5px;}
	#prevNext img.carouselNext{right:5px;}

	div#carousel 
	{ width:595px; height:194px; float:left; overflow:hidden; position:relative; margin:10px 0 0; padding:0; clear:both; padding-bottom:16px;}
		div#carousel.news
		{	width:617px;
			float:right;
			margin:-10px -2px 10px 0;
		}

	div#slides 
	{ height:194px; margin:0; padding:0;}

	div.image-holder1
	{ width:595px; height:194px;}
		.news div.image-holder1
		{ width:617px;	}

	div.content-holder
	{ height:194px; width:622px; margin-top:-194px; z-index:3; }

	div.content
	{ width:240px; margin:10px 0 0 335px; }

	a.faux-h1
	{ color: #f03834; font-size: 21px; }

	div.content p
	{ font-size:1.0em; color:#000; }

	div.content h2
	{ padding-left:10px; font-size: 2em; font-weight: 700; color: #ca1521; }

	div.content-holder p a
	{ background: url(/static/i/arrow_disc.gif) no-repeat left top; color:#777; font-weight: bold; padding:0 0 13px 25px; position:absolute; width:200px;}


