/* MyPestReport CSS Document */



body {
	font-size: 62.5%;
	background: url(images/stripe.png) repeat;
}

p, li {
	font: 1.2em/1.8em Tahoma, sans-serif;
	margin-bottom: 10px;
}

h1 {
	font: 2.0em Tahoma, sans-serif;
	color: white;
	height: 0px;
}

h3 {
	font: 1.8em Tahoma, sans-serif;
	color: white;
	margin-bottom: 10px;
}
h4 {
	font: 1.4em Tahoma, sans-serif;
	color: blue;
	margin-bottom: 10px;
}
h2 {
	font: 1.8em Tahoma, sans-serif;
	color: blue;
	margin-bottom: 10px;
}
ul {
	margin-left: 25px;
}

img {
	border: none;
}

#page-wrap {
	background: white;
	background-repeat: no-repeat;
	min-width: 780px;
	
	}
#page-wrap #inside {
		margin: 10px 10px 0px 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
#main-content {
	background: url(images/blueleft-sidebar.gif) repeat-y white;
	padding-left: 230px;
	padding-top: 20px;
}
	
#header {
 
    background-repeat: no-repeat;
    background-color: white ;
	background: #336699;
	text-align: left;
	height:100px;
}

#missionpix {
   background-image: url(images/BluePestGuySmall.gif);
   background-repeat: no-repeat;
   position:absolute;
   top:160px;
   left:210px;
   width:400px;
   height:600px;
   }
	
#left-sidebar {
	width: 150px;
	float: left;
	padding-left: 15px;
	padding-top: 20px;
}

#footer {
	background: #336699;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: white;
}
.subfooter {
	font: 1.4em Tahoma, sans-serif;
	color:Blue;
	text-align: center;
	padding-bottom: 20px;
    
}
.bgmain {
   
	background-image:  url(images/pest1.jpg);
	background-repeat: no-repeat;
	background-position:center;
	height:700px;
	z-index:1;
	
}
.piccontainer {
    position:relative;
    height:800px;
    
}
.stampout {
    position:absolute;
    top:30px;
    left:110px;
    
}
.now {
  position:absolute;
  top:75%;
  left:65%;
  
}




.spacer {
	 height:50px;
    
}
.bigspacer {
	 height:250px;
    
}
.tbl {
	margin-top:140px;
}

.line {border-bottom: 1px solid black}

    a:link              { color:black; text-decoration:none; font: 1.2em/1.8em Tahoma, sans-serif;}
    a:visited           { color:blue; text-decoration:none; font: 1.2em/1.8em Tahoma, sans-serif;}
    a:hover             { color:blue; text-decoration:none;font: 1.2em/1.8em Tahoma, sans-serif; }
    a:active            { color:blue; text-decoration:none; font: 1.2em/1.8em Tahoma, sans-serif;}

    a.otherLink:link    { color:blue; text-decoration:none; font: 1.2em/1.8em Tahoma, sans-serif; }
    a.otherLink:visited { color:blue; text-decoration:none; }
    a.otherLink:hover   { color:green; text-decoration:underline; }
    a.otherLink:active  { color:blue; text-decoration:none; }


