@charset "utf-8";

#message							{
	height: 300px;
	margin-top: 60px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 100px;
}
#message h2						{
	font-size:150%;
	color:#3C6E25;
	text-align: left;
}
#message p						{
	color:#333;
	font-weight:bold;
	margin:6px 0px;
}
#checkmark						{
	position:relative;
	top:-60px;
	left:-60px;
}
label#address_error {
	position:relative;
	top:0px;
	left:0px;
	color: #F00;
	font-size: 11px;
}
label#name_error      {
	position:relative;
	top:0px;
	left:0px;
	color: #F00;
	font-size: 11px;
}
label#email_error      {
	position:relative;
	top:0px;
	left:0px;
	color: #F00;
	font-size: 11px;
}
label#phone_error      {
	position:relative;
	top:0px;
	left:0px;
	color: #F00;
	font-size: 11px;
}
		
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #494949;
}
a {
	color: #FA7702;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #494949;
	text-align: justify;
	padding-right: 8px;
	padding-left: 8px;
}
.txt2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #494949;
	text-align: justify;
	font-size: 12px;
}
.red {
	color: #F00;
}


.container {
	position: relative;
	z-index: 999;
	width: 100%;
	text-align: center;
}
.box_left {
	background-image: url(images/box_left.png);
	background-repeat: repeat-y;
	width: 34px;
}

.box_right {
	background-image: url(images/box_right.png);
	background-repeat: repeat-y;
	width: 38px;
	background-position: right;
}

.footer {
	background-image: url(images/grass.jpg);
	height: 254px;
	width: 100%;
	background-repeat: no-repeat;
	position: relative;
	background-color: transparent;
	margin-top: -100px;
	font-size: 10px;
	background-attachment: scroll;
	background-position: center 0px;
	text-align: center;
}
.green_hd {
	color: #649422;
	font-weight: bold;
	font-size: 15px;
}

.green {
	color: #649422;
	font-weight: bold;
}


.header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 288px;
	width: 1003px;
}

.footer     div {
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	padding: 100px;
}
.footer a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}



.rollOverImageLink img	{
	border:0px;
	margin: 0px;
	padding: 0px;
}

.rollOverImageLink .overImage, .rollOverImageLink .disabledImage{
	display:none;
	margin: 0px;
	padding: 0px;
			}	

.rollOverImageLink .overImage{
	position:fixed;
	margin: 0px;
	padding: 0px;
	}	
#work   img  {
	border: 4px solid #ceea4d;
	margin-top: 10px;
}
#work span img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#services {
	left: 0px;
	clip: rect(auto,auto,auto,0px);
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
#services ul {
	margin: 0px;
	padding: 0px;
}
#services   li  {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 0px;
	list-style-type: none;
}
.container #services li ul {
	margin-top: 10px;
	padding-left: 0px;
	margin-left: 0px;
}
#services li ul li {
	margin-left: 0px;
	padding-left: 20px;
	color: #494949;
	font-weight: normal;
	padding-bottom: 3px;
	font-size: 13px;
	list-style-type: none;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.contact {
	background-image: url(images/contact_bg.gif);
	height: 353px;
	width: 389px;
}
.contact div {
	padding-top: 95px;
	padding-left: 70px;
	color: #494949;
	line-height: 18px;
}




			
/* pngFix */
img, div { behavior: url(iepngfix.htc) }
