﻿/* Tags */

body { font-family: Arial; background: #93A567; }
td { border-collapse: collapse; padding: 0; margin: 0; vertical-align: top; }
table { border-collapse: collapse; padding: 0; margin: 0; vertical-align: top; }
a img { border: 0; }
h2 { color: #597557; }

/* Specifics (top to bottom) */

#body { width: 980px; margin: auto; background: #FFF; }
#head { padding: 5px 5px 0 5px; font-size: 10pt; }
#head a { color: #224668; }

.nav
{
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 8pt;
	color: #A9A9A9;
}
.nav a
{
	font-size: 9pt;
	text-decoration: none;
	color: #000;
}
.nav ul li { background: #E7E6C7; height: auto; }
.nav ul a { color: #97C065; }
.nav li
{
	height: 45px;
	padding: 10px 0 10px 0;
	border-bottom: dotted 1px #D6D2C9;
	background: #FFF url('img/nav_left_bullet.jpg') no-repeat right;
}
.nav li img { float: left; padding: 0 10px 0; }

.home_left { width: 325px; }

.articles { clear: both; }
.articles p { margin: 0; }
.articles img { float: left; padding: 5px; }
.articles .title { font-weight: bold; font-size: 12pt; }
.articles .source { color: #BF0F0F; font-size: 8pt; }
.articles .date { font-size: 8pt; }

#content
{
	padding-left: 250px;
	font-size: 10pt;
}

#home-images { float: right; padding: 0 3px; }
#pest_reports .bb { text-align: right; }

.divider { background: url('img/divider.jpg'); height: 27px; }

#foot
{
	background: url('img/foot_back.jpg');
	padding: 10px 10px 10px 10px;
	font-size: 8pt;
}
#foot a { color: #000; }

/* Generics */

.green p { color: #597557; }
.blue { color: #386698; }
.title { font-weight: bold; font-size: larger;  }

.bold { font-weight: bold; }
.small { font-size: 9pt; }

/* Alignment */

.left { float: left; }
.right { float: right; }
.center { text-align: center; }

/* Shape */

.border { border: 1px solid #000; }
.padded { padding: 10px; }
.padder { padding: 20px; }
.margin { margin: 10px; }
.break { clear: both; }
.half { width: 50%; float: left; }

/* Home Page */

#tbl-price { font-size: 8pt; margin: auto; }
#tbl-price td { padding: 5px; border: 1px solid #000; }
#tbl-price th { background: #CCC; padding: 5px; border: 1px solid #000; }

/* Green Box */

.bgt { background: url('img/prod_cat.jpg') repeat-x; font-weight: bold; }
.bgtl { background: url('img/prod_cat_left.jpg') left top no-repeat; }
.bgtr
{
	font-size: 10pt;
	background: url('img/prod_cat_right.jpg') right top no-repeat;
	height: 29px;
	padding: 5px 0 0 10px;
}

/* Contact Us */

.contact { float: left; }
.contact .bgtr { padding: 5px 20px; }
