@charset "UTF-8";
/* CSS Document */

<!--
#mainBody {
	background-color"#FFFFFF";
}

#container {
	background:url(../images/background.jpg);
	font-family: 'helvetica,arial,sans-serif';
}

#header1 {
	background-color:#FFF;
	background:#FFF;
	width:100%;
}

#header2 {
	width:100%;
}

#content {
	width: 980px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#subheader {
	width:980px;
	background-color:#FFF
}

#pagecontent {
	width:980px;
	background-color:#FFF;
}
.serviceunderline {
       width:400px;
       border: medium double #458B00; 
}

#footerheader {
	background-color:#000;
	width:980px;
	background:#000;
}

#servicebar {
	background-color:#458B00;
	width:940px;
	background:#458B00;
	font-size:6px;
}

#greenbar {
	background-color:#458B00;
	width:980px;
	background:#458B00;
	font-size:6px;
}


#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: white;
	font-family:arial, serif;
	font-size:10px;
	background-color:#000
}
#footer a {
	text-decoration:none;
	color:white;
}
#nav {
	background-color:#000;
	background:#000;
}
#navigation {
   list-style: none;
   margin: 0; padding: 0;

}
#navigation li {
   float: left;
}

#navigation li a {
   font-weight: bold;
   font-family: 'helvetica,arial,sans-serif';
   display: block;
   text-align: center;
   color: white;
   padding: 3px 0;
   text-decoration:none;
   background:#000;
   background-color:#000;
   font-size: 15px;
}

.bigbold {
	font: bold 32px Arial;
	letter-spacing: -3px;
	text-transform:uppercase;
}

.smallbold {
	font: bold 15px Arial;
	text-transform:uppercase;
}

.cssform p{
width: 400px;
clear: left;
margin: 0;
padding: 3px 0 0 0;
padding-left: 200px; /*width of left column containing the label elements*/
height: 1%;
}

.cssform label{
font-weight: bold;
font-size: 14px;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}
-->