*{
    border: 0;
    margin: 0;
    padding: 0;
}

body{
    background: url(/images/grass.jpg) no-repeat;
    background-attachment: fixed;
    font-family: Tahoma, Helvetica, Arial, san-serif;
    font-size: 12px;
}

p{
    padding: 0 0 10px 0;
}

a{
    color: #d68007;
    font-weight: bold;
    text-decoration: none;
}

a:hover{
    color: #a35003;
    text-decoration: underline;
}

hr{
    background: #ffde00;
}

.divider{
    background: #ffde00;
    height: 2px;

}

#wrapper{
    background: #ffffff;
    border: 1px solid #464646;
    margin: 20px auto;
    width: 880px;
}

#header{
    background: #000000;
    border-bottom: 1px solid #464646;
    padding: 10px;
    text-transform: uppercase;
}

#header a{
    color: #ffffff;
    font-weight: normal;
}

#header a:hover{
    color: #ffde00;
    text-decoration: none;
}

#header .top{
    font-weight: bold;

}

#logo{
    float: left;
}

#menu{
    margin-left: 200px;
    margin-top: 40px;
    width: 640px;
}

#menu ul{
    list-style: none;
    margin: 5px;
}

#menu li{
    display: inline;
    margin: 0 6px;
}

#bugged{
    background: #000000;
    color: #ffffff;
    font-size: 1.2em;
    font-weight: bold;
    padding-top: 10px;
}

.text{
    border-bottom: 11px solid #151515;
    height: 329px;
    margin-top: 10px;
    margin-right: 292px;
    padding-left: 10px;
    font-size: 11px;
}

.bugimg{
    float: right;
    height: 350px;
}

#bugged h1, h2, h3{
    color: #ffde00;
}

#bugged strong, b, em, i{
    color: #ffde00;
}

#bugged a{
    font-size: 1.2em;
    text-decoration: underline;
}

#lower{
    background: #ffffff;
    border-top: 11px solid #c7c7c7;
    clear: both;
    color: #000000;
}

#lower h1, h2, h3{
    color: #d68007;
    padding-bottom: 5px;
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase;
}

#whatsnew{
    background: #ffffff;
    float: left;
    min-height: 200px;
    padding: 10px;
    width: 210px;
}

#mission{
    background: #ffffff;
    border-left: 1px solid #464646;
    border-right: 1px solid #464646;
    float: left;
    min-height: 230px;
    padding: 10px;
    width: 398px;
}

#contact{
    background: #ffffff;
    float: left;
    min-height: 200px;
    padding: 10px;    
    width: 210px;
}

#content{
    background: #ffffff;
    border-top: 11px solid #c7c7c7;
    min-height: 400px;
    padding: 10px;
}

#content ul, ol{
    list-style-position: inside;
    padding: 20px;
}

#content li{
    padding: 0 10px;
}

.body{
    padding: 10px;
}

/* Pest Facts */

#breadcrumbs{
    padding: 10px 0;
}

#pestslist{
    margin: 0 auto;
    text-align: center;
    width: 660px;
}

#factpage hr{
    margin: 20px;
}

#factpage .field{
    display: block;
    padding: 10px 0;
}

.pestphoto{
    float: left;
    padding: 10px;
    width: 190px;
}

.pestdata{
    margin-left: 210px;
}

.pest{
    float: left;
    height: 200px;
    margin: 5px;
    overflow: hidden;
    padding: 5px;
    width: 200px;
}

/* Service Areas */
#map{
    margin: 0 auto;
    width: 500px;
}

/* Contact/Testimonial Form */

#form{
    padding: 20px;
    width: 450px;
}

label{
    float: left;
    margin-right: 5px;
    text-align: right;
    width: 14em;
}

input, textarea, button{
    border: 1px solid #464646;
    width: 20em;
}

input{
    width: 20em;
}

textarea{
    width: 20.5em;
    height: 10em;
}

button{
    background: #d68007;
    font-weight: bold;
    width: 10em;
}

/* Testimonial */

.signature{
    font-weight: bold;
    padding: 5px 0;
}

#footer{
    background: #c7c7c7;
    clear: both;
    min-height: 30px;
    padding: 10px;
}

#address{
    float: left;
}

#phonefax{
    float: right;
    text-align: right;
    
}

.bold{
    font-weight: bold;
}

.float-left{
    float: left;
}

.float-right{
    float: right;
}

.center{
    text-align: center;
}

.centerimg{
    display: block;
    margin: 0 auto;

}