@charset "utf-8";
/* New Landing Page */
a#buttonpest {
    display: block;
    width: 362px;
    height: 211px;
    background-image:url(/images/buttons/pest-control-button.jpg);
    background-position: 0 0;
    margin: 0 auto;
}
a#buttonpest:hover {
    background-position: 0 -211px;
}

a#buttonweed {
    display: block;
    width: 362px;
    height: 211px;
    background-image:url(/images/buttons/weed-control-button.jpg);
    background-position: 0 0;
    margin: 0 auto;
}
a#buttonweed:hover {
    background-position: 0 -211px;
}

#pestbody {
width: 362px;
background-image:url(/images/buttons/pest-control-body.jpg);
background-repeat:repeat-y;
background-position:11px 0;
}

#weedbody {
width: 362px;
background-image:url(/images/buttons/weed-control-body.jpg);
background-repeat:repeat-y;
background-position:11px 0;
}

#pestbottom {
padding:10px 0;
margin-left:11px;
width: 362px;
height:40px;
background-image:url(/images/buttons/pest-control-bottom-body.jpg);
background-repeat:no-repeat;
}

#weedbottom {
padding:10px 0;
margin-right:11px;
width: 362px;
height:40px;
background-image:url(/images/buttons/weed-control-bottom-body.jpg);
background-repeat:no-repeat;
}

.pad15 {
padding:10px 15px;
}

.margin20lr {
font: normal 12px Arial;
color:#000000;
text-align:left;
margin:0 20px;
}

.blue {color:#0000FF;}
.maroon {color:#340817;}
.dark-red { color:#990000;}
.light-blue {color:#0066FF;}
.grey { color:#999999;}


.titles {
font: bold 18px Arial;
text-align:center;
}

.landing-main-text {
font: normal 12px Arial;
color:#000000;
text-align:left;
margin:10px 10px;
}

.gridbg {
background-image:url(/images/bg/grid-1.jpg);
background-repeat:repeat;
}

a.links:link {text-decoration:underline; color:#0033FF}
a.links:active {text-decoration:underline; color:#0033FF}
a.links:visited {text-decoration:underline; color:#0033FF}
a.links:hover  {text-decoration:underline; color:#990000}

.standout {
font: bold 12px Arial;
margin:5px 10px;
}