body {
margin: 0;
padding: 0;
background: url(assets/site-bg-subpage.gif) repeat-x;
background-color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666;
}
.clearrow { clear: left; }
.clearboth { clear: both; }
.stdpad { padding: 15px; }
.stdpad2 { line-height:2.5; padding: 4px 0 0 15px; }

a {
color:#2e82d7;
text-decoration:underline;
}

a:hover {
color:#2e82d7;
text-decoration:none;
}

.pagetitle {
padding: 15px;
font-size: 20px;
color: #fff;
}

.headline {
font-size: 20px;
color: #2e82d7;
}

.subtle {
color: #999;
font-size: 10px;
}

.bluetext {
color: #2e82d7;	
}
.half-left {
width: 49%;
float: left;
}
.half-right {
width: 49%;
float: right;
}
#all {
width: 900px;
margin: 0 auto;
}
#header {
height: 112px;
}
#header .half-left {
height: 112px;	
background: url(assets/logo.gif) no-repeat;
}
#header .half-right {
height: 112px;	
text-align: right;
color: #fff;
font-size: 20px;
}
#banner {
height: 218px;
}
#bodywrapper {
background: #fff;
}
#body {
background: #fff;
line-height: 17px;	
}
#body .title {
padding: 15px;
background: url(assets/header-bg.gif) repeat-x #ebebeb;
border: 1px solid #e3e3e3;
color: #1c4a97;
font-size: 20px;
font-weight: lighter;
}
#body .title2 {
padding: 15px;
background: url(assets/header-bg.gif) repeat-x #ebebeb;
border: 1px solid #e3e3e3;
color: #1c4a97;
font-size: 16px;
font-weight: lighter;
}
#body .title_pest {
padding: 15px;
color: #666;
font-size: 12px;
}
#subpage .left {
width: 650px;
float: left;
}
#subpage .column {
width: 230px;
float: right;
min-height: 200px;
_height: 200px;
background: #F0F0F0;
color: #666;
}
#footer {
min-height: 75px;
font-size: 11px;
line-height:16px;
_height: 75px;
background: #f9f9f9;
}
#footer a {
color:#999;
text-decoration:none;
}
#footer a:hover {
color:#999;
text-decoration:underline;
}
#footer .wrapper {
width: 870px;
margin: 0 auto;
padding: 15px;
color: #9a9a9a;
}
.coupon-header { color: #000; font-size: 16px; font-weight: 700; background-color: #ede8e3; margin-top: -10px; margin-right: -10px; margin-left: -10px; padding-top: 10px; padding-bottom: 8px; border-bottom: 3px solid #d8d0c8; }
.tanheader { color: #000; font-size: 16px; font-weight: 700; background-color: #ede8e3; margin-top: 10px; padding-top: 12px; padding-bottom: 8px; padding-left: 15px; border-bottom: 3px solid #d8d0c8; }
.coupon-container { font-size: 15px; font-weight: 700; text-align: center; width: 480px; margin-top: 10px; margin-left: 50px; padding: 10px; border: dashed 3px #1d416a; }
.coupon-small { font-size: 12px; font-weight: normal;}
.whitelink, .whitelink a, .whitelink a:visited
{
	color:#fff;
	text-decoration:underline;
}

.whitelink a:hover
{
	color:#e26707;
	text-decoration:none;
}

#sidebar ul {
	padding: 0px;
	list-style:none;
	padding-left: 10px;
	line-height:11px;
}

#sidebar p {
	line-height:14px;
	width: 194px;
}

.screen-reader-text {
	padding-bottom:13px;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

#sidebar ul li h2 {
	margin: 10px 0 7px 0;
}

#sidebar ul li a {
	line-height: 15px;
}