body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #2C4187;
	background-image: url(../images/body_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #0074D4;
}
a:hover {
	text-decoration: underline;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#topinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	background-color: #2B388F;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: right;
	width: 100%;
}
form#subscribe {
	float: right;
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
form#subscribe .updatetxt{
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
}

form#subscribe input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
	vertical-align: middle;
}



#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	overflow: auto;
	clear: both;
	padding-top: 10px;
}
#logo {
	height: 120px;
	width: 115px;
	position: absolute;
	z-index: 10;
	margin-left: 50%;
	top: 5px;
	left: -360px;
}

#sidebar {
	width: 160px;
	margin-right: 15px;
	margin-left: 20px;
	display: inline;
	float: left;
	margin-top: 30px;
}
#sidebar p.area {
	font-size: 11px;
	font-style: italic;
	color: #2B388F;
	line-height: 1.4em;
	margin-left: 10px;
}
#sidebar .quote {
	background-color: #2B388F;
	color: #FFF;
	font-size: 10px;
	line-height: 1.5em;
	padding: 10px;
	background-image: url(../images/quote_open.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	margin-bottom: 10px;
}

#sidebar .quote .close {
	background-image: url(../images/quote_close.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-indent: 25px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#sidebar a #mulchwizard {
	margin-bottom: 10px;
	margin-left: -10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#sidebar .quote .quoter {
	font-style: italic;
	text-indent: -10px;
	margin-left: 10px;
	margin-top: 0px;
}

.mwide {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: bottom;	
}
#content {
	display: inline;
	float: left;
	width: 575px;
	padding-bottom: 10px;
}
#content #headerimg  {
	clear: both;
	margin-bottom: 15px;
}
#content #headerflash  {
	clear: both;
	margin-bottom: 15px;
}
#content h2 {
	font-size: 19px;
	font-weight: normal;
	color: #2E3191;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}
#content h4 {
	font-size: 14px;
	font-weight: bold;
	color: #375BAA;
	padding: 0px;
	height: 20px;
	margin: 0px;
}
#content p {
	font-size: 12px;
	line-height: 1.4em;
	color: #333;
	margin-top: 0px;
	margin-bottom: 15px;
}
#content ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 15px;
	font-size: 11px;
	list-style-image: url(../images/bullet.gif);
	line-height: 1.7em;
}
#content hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #B3B3B3;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	color: #FFF;
	clear: both;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 10px;
	margin-bottom: 25px;
}

#content .menu3 {
	width: 32%;
	border: 1px solid #E6E6E6;
	padding-bottom: 10px;
	display: inline;
	float: left;
	margin-right: 5px;
	background-color: #FFF;
	background-image: url(../images/menu3_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 135px;
	margin-bottom: 15px;
}
#content .menu3 h4 {
	font-size: 14px;
	font-weight: bold;
	color: #3B5AA1;
	background-image: url(../images/menu3_title-grey.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	padding: 5px;
	height: 20px;
	margin-bottom: 10px;
}
#content .menu3 h4.focus {
	background-image: url(../images/menu3_title-blue.gif);
	color: #FFF;
}

#content .menu3 ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-size: 11px;
	list-style-image: url(../images/bullet.gif);
	line-height: 1.7em;
}
#content .menu3 p {
	font-size: 11px;
	clear: left;
	margin-top: 0px;
	margin-bottom: 10px;
}
#content .menu3 img {
	display: inline;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.5em;
	clear: both;
}

#footer a {
	color: #FFF;
}
#mulch-calc, #mulch-calc select, #mulch-calc input {
	font-size: 12px;
}
#mulch-calc select {
	padding:2px;
	margin-bottom: 5px;
}
#mulch-calc .splitter {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #B3B3B3;
	padding: 0px;
	margin-top: 5px;
	color: #FFF;
	clear: both;
}
#mulch-calc-p2 {
	font-size: 12px;
	margin:0 auto;
	width:300px;
	padding:14px;
	float:left;
}
#mulch-calc-p2 label {
	display:block;
	width:140px;
	float:left;
}
#mulch-calc-p2 input, #mulch-calc-p2 select {
	float:left;
	padding:2px;
	width:100px;
	margin:2px 0 10px 10px;
}
#mulch-calc-p3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin:0 auto;
	width:500px;
	padding:14px;
	float:left;
}
#mulch-calc-p3 label {
	display:block;
	width:140px;
	float:left;
}
#mulch-calc-p3 input, #mulch-calc-p3 select, #mulch-calc-p3 textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	float:left;
	padding:2px;
	width:300px;
	margin:2px 0 10px 10px;
}
#mulch-calc-p3 input.button {
	float:left;
	padding:2px;
	width:125px;
	margin:2px 5px 10px 0;
}
.report {
	padding:2px;
	display:block;
	width:440px;
	float:left;
}
