/* --------------------------------------------
	Fastlawn styles
-------------------------------------------- */
body {
	font: normal 0.70em/1.5em "Trebuchet MS", "Myriad Web", verdana, lucida, arial, helvetica, sans-serif;
	margin: 0;
	background: url(../images/greenbg.jpg);
	color: #8DA374;
	text-align: center;
}

/* --------------------------------------------
	layout styles
-------------------------------------------- */
#fastlawn {
	text-align: center;
	width: 600px;
	padding: 10px;
}
#greenline1 {
	width: 800px;
	height: 1px;
	background: #B3C1A2;
}
#greenline2 {
	width: 800px;
	height: 1px;
	background: #B3C1A2;
}
#wrapper {
	width: 606px;
	border-left: 1px solid #B3C1A2;
	border-right: 1px solid #B3C1A2;
}
#lawnbanner {
	width: 600px;
	height: 143px;
	background: #D0DFBF;
}
#lawnclippings {
	width: 600px;
	background: #D0DFBF;
	min-height: 150px;
	text-align: center;
}
#heading {
	width: 550px;
	padding: 5px 25px 10px 25px;
}
#clippingsContent {
	width: 500px;
	padding: 10px 50px;
	font-weight: bold;
}
#lawnContent {
	background: #fff;
	width: 500px;
	padding: 30px 50px;
	text-align: left;
}
#footer {
	width: 590px;
	padding: 5px;
	color: #fff;
	font-size: 0.90em
}
#availability {
	background: #D0DFBF;
	width: 480px;
	padding: 10px;
	text-align: center;
}

/* --------------------------------------------
	link styles
-------------------------------------------- */
a, a:link, a:active, a:visited {
	color: #036;
	text-decoration: none;
}
a:hover {
	color: #996;
	text-decoration: underline;
}
#footer a, #footer a:link, #footer a:active, #footer .a:visited {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

/* --------------------------------------------
	html styles
-------------------------------------------- */
h2, h3 {
	margin: 0 0 3px 0;
	padding: 0;
}
h2 {
	font-size: 14px;
}

#errorMsg {
	color: #f00;
}

.instantLawnPics {
	padding: 2px;
	border: 1px solid #666;
}
li {
	list-style-type: square;
}