@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 #top-white {
	font: 15px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	padding: 0px 0 0 0;
	margin: 0;
	text-align: center;
}

#Table_01 #green-tab {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: .5px;
	font-weight: bold;
	color: #ffffff;
	padding: 2px 2px 2px 8px;
	margin: 0;
	text-align: left;
}

/* end styles for banner table from photoshop */

.pest-control-Hdr #header {
	background: #0a69a2;
	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 {
	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. */
	background: #0a69a2 url(../images/elements/under-nav-sh.jpg) no-repeat bottom;
	position: relative;
	top: 10px;
}

/* top level navigation actual links fonts etc. */
p.top {
	text-align: center;
	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: 5px 0px 3px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	position: relative;
	top: -17px;
	background-color: #0a69a2;
	font-weight: bold;
	color: #ffffff;
	font-size: 12px;
	
}

#print-header{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: #333434;
	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 {
	vertical-align: top;
	padding-top: 20px;
	padding-left: 6px;
	padding-right: 5px;
}

#center-nav      {
	background: url(../images/elements/pest-control-services_02.jpg) repeat-y top;
	vertical-align: top;
}


.leftNav1       {
	/*font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;*/
	padding: 0px 3px 0px 4px;
}

/*set links in nav bar */
p.leftNav       {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: #FFFFFF;		
	line-height: 17px;
	padding: 0px 8px 0px 13px;
}

/*sets section names in nav bar */
.nav-head {font: italic 14px Verdana, Arial, Helvetica, sans-serif;	
	font-weight: 900;
	color: #FFFFFF;}

/* start of content font styles */

p {
	font-size: 80%;
	}
	
p.center {
	font-size: 80%;
	text-align: center;
	}

hr.testimonial {width:70%;
	text-align: center;
	color: #d8d6d6;}

.copy {
	font-size: 80%;
	}
	
.small {
	font-size: 75%;
	}
	
ul, ol {
	font-size: 80%;
	}
	
h1 {
	color: #0a69a2;
	font-size: 125%;
	}
	
h2 {
	color: #0a69a2;
	font-size: 100%;
	}

/* end of content font styles */

/* 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: 70%;
	background-color: transparent;
	color: #333434;
}

/* 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; 
  }  
  
/* Styles for search box */ 
 
.searchbutton {
	padding: 0;
	margin: 0;
	border: none;
	background: none; }
	
.search     {
 color: #000000;
 font-size: 11px;
 font-family: Verdana, Arial, "Times New Roman";
 margin-left: 0px }
 
.formsearch {
text-align: right;
 margin: 0 0 0 0;
 padding: 0 0 0 0; }
 
 
.map {
font-family:"Verdana","Arial","Helvetica","Times New Roman";   
font-size:10pt; 
line-height:11pt; 
background-color: #ffffff;}
