@charset "UTF-8";
/* CSS Document */

/************** MAIN LAYOUT **************/
body {
	background: #fff;
}
#wrapper {
	font: medium "Times New Roman", Times, serif;
	color: #000000;
}
/**************** FOOTER STYLES *****************/
#footer {
	clear: both;
	border-top: dotted #000 1px;
	text-align: center;
	font-size: .8em;
	font-style: italic;
	margin-top: 25px;
}
#footer a {
	color: #333333;
	padding: 1px;
	text-decoration: underline;
}
#footer #logins {
	display: none;
}
/************** BASIC STYLES **************/
p {
	line-height: 1.3em;
}
ul {
	line-height: 1.4em;
	list-style-type: none outside;
}
ol {
	list-style: decimal outside;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-size: 1.9em;
}
h2 {
	font-size: 1.7em;
}
h3 {
	font-size: 1.55em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.1em;
}
#mainbody a {
	text-decoration: underline;
	color: #333;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
/************** HEADER **************/
#header, #logo, #picture, #tagline {
	display: none;
}
/************** RIGHT COLUMN **************/
#organizations {
	display: none;
}
/**************** PAYPAL *******************/
#paypal {
	display: none;
}
/************** LEFT COLUMN **************/
#leftcolumn {
	display: none;
}

/************** CLASSES **************/
/* .resources for links under explanation */
img.right {
	display: none;
}
img.left {
	display: none;
}
.brother {
	width: 40%;
	height: 15em;
	margin: 15px;
	float: left;
}
.brother img {
	display: none;
}
/************* PESTS CSS *****************/
.column {
	width: 40%;
	margin: 15px;
	float: left;
}
.pestpic {
	display: none;
}
/************* FORM CSS *****************/
#formpage {
	display: none;
}
/******************** BLOG CSS *****************/
.question {
	margin: 30px 0px;
	padding: 10px 0px;
}
h3.blog, h4.blog, p.blog {
	font-size: small;
	margin: 3px 20px;
	padding: 2px 15px;
}
h3.blog {
	font-size: 1.25em;
}
h4.blog {
	font-weight: normal;
	font-size: 1.1em;
	font-style: italic;
	text-align: right;
	padding-right: 90px;
}
/******************* COUPON CSS *****************/
h3 {
	font-size: 1.8em;
	text-align: center;
}
.coupon {
	border: 4px dashed #000;
	width: 27%;
	height: 22em;
	margin: 1.5%;
	font-size: medium;
	text-align: center;
	float: left;
	padding: 5px;
}
.coupon h2 {
	font-size: 2.5em;
}
.coupon h4 {
	font-size: 1.4em;
}
.small {
	font-style: italic;
	font-size: .6em;
}










