@charset "utf-8";
body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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;
}
.oneColFixCtrHdr #container {
	width: 1000px;  
	background: #FFFFFF;
	margin: 0 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. */
	padding-top: 10px;
	padding-bottom: 13px;
}
.oneColFixCtrHdr #header {
	background-color: #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. was 0 10px 0 20px*/
}
.oneColFixCtrHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/*Search styles*/
#searchBox {background-color: #FFFFFF;
padding: 0 0 8px 2px;
margin: 0;
}

.search     {
 text-align: left;
 color: #000000;
 font-size: 10px;
 font-family: Arial, Times New Roman;
 margin: 0 0 0 4px;
 padding: 0 0px 0px 0px;}

.button    {
 background-color: #006600;
 color: #FFFFFF;
 font-size: 12px;
 font-weight: bold;
 font-family: Arial, Times New Roman;
 width: 35px;
 height: 25px;
 text-align: center;}
 
.searchField {line-height: 15px;}

/*End Search styles*/

#graphic-banner{
	padding: 0;
	margin:0;
	}

#graphicBanner{padding:0px; margin-bottom:-1px;}

#tag{background-color: #006600;
	color: #FFFFFF;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 33px;
	font-weight: bold;}

#phone {background-color: #FFFFFF;
	color: #006600;
	text-align: center;
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 0px;
	font-weight: bold;}

#slogan {background-color: #FFFFFF;
	color: #006600;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 0px;
	font-weight: bold;
	font-style: italic;}

.colorBar{
	background-color: #abd54b;}

.color{
	background-color: #abd54b;}
	
.color2{
	background-color: #ffffff;}

.oneColFixCtrHdr #topNav {
	padding: 0 0 0 11px;
	width: 100%;
	background-color: #abd54b;}

.oneColFixCtrHdr #bodyContainer {
	background: #FFFFFF;
	
}

#lNav {vertical-align: top;
	background-color: #006600;
	width: 164px;
	color: #FFFFFF;
	}
	
.navHome { color: #FFFFFF;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 18px;
	margin-bottom: 0px;
	padding-left: 8px;}
	
.navHead1 { color: #FFFFFF;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 0px;
	padding-left: 8px;}

.navHead2 { color: #FFFFFF;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 17px;
	margin-bottom: 2px;
	padding-left: 8px;}

.navLink {color: #FFFFFF;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 16px;
	margin: 4px 0px 4px 0px;}
	
/* Left Navigation Link Styles */
a.bar:link {
text-decoration: none; 
color:#FFFFFF; 
  } 
  
a.bar:active {
text-decoration: none; 
color:#FFFFFF;
 }

a.bar:visited {
text-decoration: none; 
color:#d4ef97;
  }

a.bar:hover {
text-decoration: none; 
color:#d4ef97;
  }  

.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

#quickLinks {
	font-size: 88%;
	padding-top: 12px;
	margin: 0;}
	

h1, h2, h3 {
	color: #006600;}
	
h1 {font-size: 135%;}
	
h2 {font-size: 120%;}

h2.tableHead {font-size: 120%;}

h3 {font-size: 110%;}

p {font-size: 90%;}

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

.jump {font-size: 90%;
	font-weight: bold;
	background-color: #006600;
	color: #ffffff;
	margin: 0px;
	padding: 6px 6px 6px 6px;}

td.copy {font-size: 90%;}

td.copy1 {font-size: 90%;
	background-color: #f7fcf9;}

td.color{font-size: 90%;
	background-color: #f0efef;}
	
.tint {background-color: #eeeded;}

.map {font-size: 85%;}

ul, ol {color: #333434;
	font-size: 90%;}

li.check {font-size: 90%;
	list-style-type: none;
	list-style-image: url(http://www.allisonpest.com/images/elements/Check.gif);
	list-style-position: outside;}
	
.oneColFixCtrHdr #mainFooter {
	background: #FFFFFF;	
}

.separator{ text-align:center;}

.separator2{ text-align:center;
	margin-top: 15px;}
	
.flag {text-align:center;
	margin-top: 15px;
	font-size: 80%;
	font-weight: bold;
	color: #ffffff;}

#foot{
	text-align: center;
	font: 73% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	color: #333434;}

/* Main Content Link Styles */
a:link {
text-decoration: underline; 
color:#1a731a; 
  } 
  
a:active {
text-decoration: underline; 
color:#e0888c; 
 }

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

a:hover {
text-decoration: underline; 
color:#369d36; 
  }  

/* print header visiblity for screen version */

div #print-header {display: none;}

div #print-footer {display: none;}
