﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body
{
    background: #006400 url(Images/background.png) no-repeat center top;
    font-family: Arial;
}

h2
{
    font-size: 1.5em;
    margin-bottom: 20px;
    color: #006400;
}

h3
{
    font-size: 1.3em;
    margin: 20px 0;
    color: #006400;
}

#page 
{
    width: 900px;
    margin: 0 auto;
}

#header
{
    padding-left: 100px;
    width: 800px;
    margin: 0 auto;
    position: relative;
}

.sprinklerTroubles
{
    position:absolute;
    top: 40px;
    right: 70px;
}

#menu
{
    background: #fff;
    height: 50px;
    border-top: 2px solid #006400;
}

#menu li
{
    float: left;
}

#menu li a
{
    background-image: url(Images/menu-images.gif);
    background-repeat: no-repeat;
    display: block;
    height: 50px;
}

#menu a.home
{
    width: 121px;
    background-position: -121px 0px;
}

#menu a.home:hover, #menu a.homeactive
{
    width: 121px;
    background-position: 0px 0px;
}

#menu a.services
{
    width: 158px;
    background-position: -158px -50px;
}

#menu a.services:hover, #menu a.servicesactive
{
    width: 158px;
    background-position: 0px -50px;
}

#menu a.locations
{
    width: 188px;
    background-position: -188px -100px;
}

#menu a.locations:hover, #menu a.locationsactive
{
    width: 188px;
    background-position: 0px -100px;
}

#menu a.testimonials
{
    width: 228px;
    background-position: -228px -150px;
}

#menu a.testimonials:hover, #menu a.testimonialsactive
{
    width: 228px;
    background-position: 0px -150px;
}

#menu a.contactus
{
    width: 205px;
    background-position: -205px -200px;
}

#menu a.contactus:hover, #menu a.contactusactive
{
    width: 205px;
    background-position: 0px -200px;
}

#content
{
    background: #fff;
    padding: 20px;
    color: #006400;
    text-align: center;
}

#footer
{
    padding: 10px 20px;
    background: #328a26;
    color: #fff;
}

.bulletGreen
{
    margin: 20px 0 10px 20px;
    text-align: left;
}

.bulletGreen li
{
    background: url(Images/bullet_green.gif) no-repeat center left;
    padding-left: 16px;
    margin: 5px 0;
}

fieldset
{
    border:2px solid #006400;
    padding: 20px;
    width: 420px;
}

legend
{
    border:2px solid #006400;
    margin-left:10px;
    padding:5px;
}

label
{
    float: left;
    width: 130px;
    text-align: right;
    padding-right: 5px;
    margin: 15px 10px 0 0;
}

input
{
    display: block;
    width: 250px;
    border: 1px solid #006400;
    padding: 3px;
}

textarea
{
    width: 250px;
    display: block;
    border: 1px solid #006400;
    padding: 3px;
    height: 100px;
}

.editor-field
{
    padding-top: 10px;
}

p
{
    margin-bottom: 10px;
    color: #000;
    text-align: left;
    line-height: 1.2em;
}

p.center 
{
    text-align: center;
}

.clear
{
    clear: both;
}

.otherContact
{
    float: right; 
    color: #fff; 
    background: #006400 url(Images/contact_back.png); 
    width: 310px; 
    margin-top: 14px; 
    padding: 20px; 
    border: 2px solid #006400
}

.sendButton
{
    height: 30px;
    width: 140px;
    background-image: url(Images/send_button.gif);
    border: 0;
    cursor: pointer;
    margin: 10px auto 0;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-errors ul
{
    text-align: left;
    list-style-type: disc;
    font-size: .9em;
    margin: 10px;
}

blockquote {
    padding: 0 45px;
    background: transparent url("images/blockquote.gif") no-repeat 0 0;
}

.testimonialLeft
{
    float: left; 
    padding: 20px; 
    font-size: .9em; 
    width: 360px; 
    border: 2px solid #006400;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonialRight
{
    float: right; 
    padding: 20px; 
    font-size: .9em; 
    width: 360px; 
    border: 2px solid #006400;
    margin-bottom: 20px;
    font-style: italic;
}