@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333434;
	background: #fefecd url(../images/elements/gradient.jpg) repeat-x scroll;
}

.pest-control-Hdr  #container {
	width: 975px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 30px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */	
}

/* start styles for banner table from photoshop */
#Table_01  {
	display: none;
}

#Table_01 #top-white {
	display: none;}


#Table_01 #green-tab {
	display: none;
}

/* end styles for banner table from photoshop */

.pest-control-Hdr #header {
	background: #ffffff;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

/* may only use this in print right now used for template*/
.pest-control-Hdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* styles for top navigation container */
.pest-control-Hdr #top-nav {
	display: none;
}

/* top level navigation actual links fonts etc. */
p.top {
	display: none;
	
}


/* this is the center of the website and contains a two cell table */
.pest-control-Hdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	vertical-align: top;
}

/* this is the white section that holds the content within the two cell table*/
#content-block    {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 15px 10px;
	vertical-align: top;
}

/* this is the left blue side bar container within the two cell table */
#nav-block {
	display: none;
}
#center-nav      {
	display: none;
}
p.leftNav       {
	display: none;
}

.leftNav1       {
	display: none;
}

.nav-head {
	display: none;}

/* start of content font styles */

p, {
	font-size: 90%;
	}
	
p.center {
	font-size: 90%;
	text-align: center;
	}
	
ul, ol, blockquote {
	font-size: 90%;
	}
	
h1 {
	color: #000000;
	font-size: 125%;
	}
	
h2 {
	color: #000000;
	font-size: 100%;
	}

/* end of content font styles */

/* print font styles */

h1.print1 {
	text-align: center;
	color: #000000;
	font-size: 125%;
}

h2.print2 {
	text-align: center;
	color: #000000;
	font-size: 105%;}

p.print3 {
	text-align: center;
	color: #000000;
	font-size: 95%;}
	
.copy {
	font-size: 80%;
	}
	
.small {
	font-size: 75%;
	}

hr.testimonial {width:70%;
	color: #d8d6d6;}

/* this is the footer of the website  */
.pest-control-Hdr #footer {
	padding: 8px 0 8px 0px;
	text-align: center;	
	}

/* styles content within the footer */
.pest-control-Hdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: transparent;
	color: #000000;
}

/* Link Styles */
/* Main Content Link Styles */
a:link {
text-decoration: underline; 
color:#0a69a2; 
  } 
  
a:active {
text-decoration: underline; 
color:#e99878; 
 }

a:visited {
text-decoration: none; 
color:#dd4d0a; 
  }

a:hover {
text-decoration: underline; 
color:#39ad53; 
  }  

/* Left Navigation Link Styles */
a.lnav:link {
text-decoration: none; 
color:#ffffff; 
  } 
  
a.lnav:active {
text-decoration: none; 
color:#ffffff; 
 }

a.lnav:visited {
text-decoration: none; 
color:#ffffff; 
  }

a.lnav:hover {
text-decoration: none; 
color:#fdfd85; 
  }  
  
/* Top Green Tab Link Styles */
a.tab:link {
text-decoration: none; 
color:#ffffff; 
  } 
  
a.tab:active {
text-decoration: none; 
color:#ffffff; 
 }

a.tab:visited {
text-decoration: none; 
color:#ffffff; 
  }

a.tab:hover {
text-decoration: none; 
color:#fefeb2; 
  }    

  
  
  
/* Top Horizontal Navigation Link Styles */
a.tnav:link {
text-decoration: none; 
color:#ffffff; 
  } 
  
a.tnav:active {
text-decoration: none; 
color:#ffffff; 
 }

a.tnav:visited {
text-decoration: none; 
color:#ffffff; 
  }

a.tnav:hover {
text-decoration: none; 
color:#fdfd85; 
  }  
  
/* Bottom Footer Link Styles */
a.foot:link {
text-decoration: underline; 
color:#0a69a2; 
  } 
  
a.foot:active {
text-decoration: underline; 
color:#0a69a2; 
 }

a.foot:visited {
text-decoration: none; 
color:#dd4d0a; 
  }

a.foot:hover {
text-decoration: underline; 
color:#39ad53; 
  }  
  
 
.map {
font-family:"Verdana","Arial","Helvetica","Times New Roman";   
font-size:10pt; 
line-height:11pt; 
background-color: #ffffff;}