@charset "UTF-8";
/* CSS Document */

/* reset */
body, p, h1, h2, h3, h4, h5, h6, a, div, blockquote, cite, a img, address {
	margin: 0;
	padding: 0;
	text-indent: 0;
	border: none;
	outline: none;
	text-decoration: none;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	list-style: none;
}
table, td, tr, tbody, thead, th, caption {
	border-spacing: 0;
	border: none;
	border-collapse: separate;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}
/* typography */
body {
	font-size: 0.76em;
	background: #000;
	color: #fff;
	font-family: Arial, sans-serif;
}
p {
	padding: 0 0 15px 0;
}
h2 {
	font-size: 1.05em;
	padding: 0 0 5px 0;
	font-weight:bold;
	color: #94c62c;  
}
a, a:visited {
	color:#fff;
	text-decoration:underline;
}
a:hover, a:active {
	color:#fff;
	text-decoration: none;
}
ul {
	margin: 0;
	padding: 0 0 10px 14px;
}
li {
	margin: 0;
	padding: 1px 0 2px 3px;
	list-style:disc;
}
#outer-wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}
#nav-wrapper {
	width: 100%;
	height:46px;
	background: url(/images/bg_nav.gif);
	padding: 7px 0 0 0;
}
nav {
	width:100%;
	height:40px;
}
#nav ul {
	margin: 0;
	padding: 0 0 0 10px;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	list-style:none;
	text-align:center;
}
#nav li a, nav li a:visited {
	display: block;
	line-height:40px;
	width:129px;
	padding: 0 2px 0 0;
	color: #07290e;
	font-size: 10px;
	font-family: Arial, sans-serif;
	text-decoration:none;
}
#nav li a:hover, nav li a:active {
	display: block;
	line-height:40px;
	width:129px;
	padding: 0 2px 0 0;
	color: #fff;
	background:#336600;
}
#nav li a.last, a:visited.last, a:hover.last, a:active.last {
	width: 125px;
}
body.home #nav-home, body.about #nav-about, body.grounds #nav-grounds, body.landscape #nav-landscape, body.lawn #nav-lawn, body.contact #nav-contact {
	color: #fff;
	background:#336600;
}
#branding {
	width: 800px;
	height: 104px;
	background: url(/images/logo_contact_proscape.gif) no-repeat;
	position:relative;
}
#branding h1 a {
	display:block;
	height:84px;
	left:45px;
	position:absolute;
	text-indent:-999em;
	top:9px;
	width:294px;
}
#branding h2 a {
	display:block;
	height:48px;
	left:622px;
	position:absolute;
	text-indent:-999em;
	top:39px;
	width:141px;
}
#branding-int {
	width: 800px;
	height: 155px;
	background: url(/images/logo_interior_proscape.gif) no-repeat;
	position:relative;
}

.about #branding-int {
	background: url(/images/headers/header-about.jpg) no-repeat;
}
.grounds #branding-int {
	background: url(/images/headers/header-grounds.jpg) no-repeat;
}
body#commercial_page #branding-int {
	background: url(/images/headers/header-commercial.jpg) no-repeat;
}
body#residential_page #branding-int {
	background: url(/images/headers/header-residential.jpg) no-repeat;
}
.landscape #branding-int {
	background: url(/images/headers/header-landscape.jpg) no-repeat;
}
.lawn #branding-int {
	background: url(/images/headers/header-lawn.jpg) no-repeat;
}
.contact #branding-int {
	background: url(/images/headers/header-contact.jpg) no-repeat;
}









#branding-int h1 a {
	display:block;
	height:55px;
	left:45px;
	position:absolute;
	text-indent:-999em;
	top:7px;
	width:192px;
}
#branding-int h2 a {
	display:block;
	height:45px;
	left:634px;
	position:absolute;
	text-indent:-999em;
	top:16px;
	width:137px;
}
#main-img {
	width: 800px;
	height: 204px;
	background: url(/images/main_img.jpg) no-repeat;
}
#content-wrapper {
	width: 800px;
	background: url(/images/bg_content_repeat.gif) repeat-y;
}
#content-holder {
	width: 800px;
	background: url(/images/bg_content_btm.gif) 0 bottom no-repeat;
	padding:27px 0;
}
#one-col {
	width: 650px;
	margin: 0 auto;
}
#one-col h1 {
	font-size: 1.6em;
	padding: 4px 0;
	padding-bottom:1em;
	background: url(/images/icon_leaf.gif) 0 0 no-repeat;
	text-indent: 38px;
}
#lft-col {
	width: 400px;
	float: left;
}
#rht-col {
	width: 400px;
	float: right;
}
#lft-col-holder {
	width: 350px;
	padding: 0 0 0 50px;
}
#rht-col-holder {
	width: 362px;
	padding: 20px 0 0 38px;
}
#foot-contact {
	width: 800px;
	height: 33px;
	background: url(/images/bg_foot.gif) no-repeat;
	text-indent: -999em;
}
#footer {
	width: 800px;
	font-size: 9px;
	text-align: center;
	color: #426e1b;
	padding: 15px 0;
}
#footer a, footer a:visited, footer a:hover, footer a:active {
	color: #426e1b;
}
/* * * =forms * * * * * * * * * * * * * * * * * * * * * * * * * * */
form, fieldset, input {
	margin : 0;
	padding : 0;
}
form {
	width: 38em;
	margin-left: 5px;
}
form p {
	font-size: 100%;
	padding: 2px;
	margin: 0;
}
/* fieldset styling */
fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #e2e2e2;
}
/* legend styling */
legend {
	font-weight: bold;
	color: #94c62c;
}
/* style for  labels */
label {
	float: left;
	width: 14em;
}
/* style for required labels */
label .required {
	font-size: 0.9em;
	font-style: normal;
	color: red;
}
label.error, input.submit {
	color: #F00;
	margin: 5px 0 0 0;
}
input {
	width: 225px;
}
input.radio, input.submit {
	width: auto;
}
textarea {
	width: 225px;
	height: 100px;
	padding:0;
}
/* submit */

form div input {
	width: 100px;
	margin-top:5px;
	margin-left: 300px;
	padding: 0 .25em;
	background-color: #94c62c;
	color: #fff;
	text-transform: uppercase;
	font-size: 90%;
}
/* apply style to div's containing other floating elements - FLOAT CHILDREN LEFT AND CLEAR NONE */
.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.group {
	zoom: 1;
	display: block;
}

.grounds table {
margin: 0 auto;
}
.grounds table td {
border: 1px solid #7b933f;

}