body {
	background-color: #FFFBF4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align:center;
	}
	
html{height: 100%;}
	
#wrapper {
	width: 780px;
	margin: 0px auto;
	position: relative;
	min-height: 100%;	
	
	
	
	}

/** html #wrapper{height: 100%;}*/
	
/* Header  =================================*/

#header {
	height: 100px;
	width: 780px;
	background: #FFFFFF url(/images/header_default.jpg) no-repeat;
	clear: both;
	}

/* Navigation Strip  =================================*/
	

#navstrip {
	margin-top: 5px;
	margin-bottom: 0px;
	height: 25px;
	background-color: #294731;
	padding: 0px 0px 0px 0px;
	}
	
#navstripUL {
	color: #000000;
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#navstrip li {
	float: left;
	text-align: center;
	display: block;
	padding: 5px 0px 5px 5px;
	margin: 0px 10px 0px 0px;
	}
	
#navstrip a {
	font-size: 11px;
	font-weight: bold;
	display: inline;
	color: #FFFFFF;
	padding: 5px 10px 10px 10px;
	text-decoration: none;
	background: #294731 url(/images/arrow_yellow.gif) no-repeat left center;
	background-position: 0px 8px;
	white-space: nowrap;
	margin: 0px 0px 0px 0px;
	}

#navstrip a:hover {
	background: #9DC667 url(/images/arrow_yellow.gif) no-repeat left center;
	background-position: 0px 8px;
	}


/* Subnav =================================*/
#subnav {
	padding-top: 15px;
	font-size: 10px;
	}

#subnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
		
#subnav li {
	margin: 0 0 4px 0;
	list-style: none;
	}

#subnav a {
	text-align: left;
	display: block;
	text-decoration: none;
	padding: 5px 5px 5px 15px;
	height: 1%;
	color: #FFFFFF;
	background: #294731 url(/images/arrow_yellow.gif) no-repeat left center;
	background-position: 5px 8px;
	}
	
#subnav a:hover {
	background: #9DC667 url(/images/arrow_yellow.gif) no-repeat left center;
	background-position: 5px 8px;
	}

/* Subnav Search =================================*/
#search {
	padding-top: 0px;
	font-size: 10px;
	}

#search ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
		
#search li {
	margin: 0 0 4px 0;
	list-style: none;
	}

#search a {
	text-align: left;
	display: block;
	text-decoration: none;
	padding: 5px 5px 5px 15px;
	height: 1%;
	color: #000000;
	background: #FCBA2F url(/images/arrow_yellow.gif) no-repeat left center;
	background-position: 5px 8px;
	}
	
#search a:hover {
	background: #9DC667 url(/images/arrow_yellow.gif) no-repeat left center;
	background-position: 5px 8px;
	}

/* column modules  ========= */

.rightNewsTable {
	width: 170px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px 0px 0px 0px;
	border: 3px solid #A0BEDB;
	background-color: #F5F8FB;
	font-size: 10px;
	clear: both;
	color: #627493;
	}
.rightNewsTable h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:    normal;
	font-size: 		12px;
	background-color: #93A0B5;
	color: #FFFFFF;
	}
.rightNewsTable b {
	font-weight:    normal;
	font-size: 10px;
	color: #001C4D;
	}
.rightNewsTable a {
	font-size: 10px;
	color: #627493;
	}
	
.newsTable {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 2px 2px 2px 2px;
	border: 3px solid #A0BEDB;
	background-color: #F5F8FB;
	font-size: 10px;
	clear: both;
	color: #627493;
	}
.newsTable h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:    normal;
	font-size: 		12px;
	background-color: #93A0B5;
	color: #FFFFFF;
	}
.newsTable b {
	font-weight:    normal;
	font-size: 10px;
	color: #001C4D;
	}
.newsTable a {
	font-size: 10px;
	color: #627493;
	}

/* Heading Styles  =================================*/

H1 {
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 		20px;
	font-weight:	normal;
	color: 			#0D4D7D;
	}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:    bold;
	font-size: 		16px;
	color: 			#0D4D7D;
	}

H3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:    bold;
	font-size: 		14px;
	color: 			#0D4D7D;
	}


/* HR Style  =================================*/

HR {
	height: 1px;
	width: 98%;
	border: 1px solid #AFA798;
	color: #AFA798;
	}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* Link Styles  =================================*/

A {
	font-family: Arial, Helvetica;
	color:	#000000;
	}	
		
A:hover {	
	text-decoration:	none;
	color:	#60553E;
	}

/* Website Form Styles  =================================*/

.editbox {
	border: 1px solid #cccccc;
	}

.btns {
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #60553E;
	color: #FFFFFF;
	}
	
.listbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #008348;
	}
	
.formprompt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #60553E;
	}


/*  Crumb Trails  =================================*/

#crumbtrail {
	font-size: 10px;
	margin: 5px 5px 0 0;
	float: right;
	display: block;
	}
	
#crumbtrail a {
	color: #000;
	text-decoration: none;
	padding: 0 5px;
	}
	
#crumbtrail a:hover {
	text-decoration: underline;

	}
	
.crumbtrailP {
	font-size: 10px;
	float: left;
	display: block;
	}
	
.crumbtrailP a {
	color: #000;
	text-decoration: none;
	padding: 0 5px;
	}
	
.crumbtrailP a:hover {
	text-decoration: underline;

	}



/*  Lbl Date  =================================*/

#lblDate {
	font-size: 10px;
	}


/*  Lbl page  =================================*/

#lblPage img {
	float: right;
	border: 1px solid #294731;
	margin: 5px;
	padding: 0px;		
	}


/* Email & Printer Friendly =================== */

#lblEmail a,
#lblPrint a {
	color: #000;
	text-decoration: none;
	font-size: 10px;
	}

#lblEmail a:hover, 
#lblPrint a:hover {
	background: none;
	text-decoration: underline;
	}

#lblEmail img,
#lblPrint img {
	float: none;
	border: none;
	vertical-align: middle;
	margin-right: 5px;
}


/* Footer  =================================*/
	
#footer {
	width: 780px;
	height: 35px;
	float:left;
	margin-top: 0px;
	display: inline;
	color: #000000;
	font-size: 10px;
	}

#footer a {
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
	font-size: 10px;
	}

/*  Columns  =================================*/

.singlecolumn {
	display: block;
	width: 150px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFCC33;
	vertical-align: top;
	}
#waste {
	background-color: #3FA4FF;
	}
#landscaping {
	background-color: #CEE2B3;
	}

.contentcolumn {
	display: block;
	width: 480px;
	background-color: #FFFFFF;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	}

#contentspacing {
	padding: 5px;
	margin: 5px;
	}

.rightcolumn {
	display: block;
	width: 150px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFCC33;
	}
	
.displayTable{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:right;
}

.displayTableHeader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-align:right;
}

.subnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style:italic;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.rad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px 5px 5px 5px;
}
	
.radBox{
	margin-left: 50px
}

.errorText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style:italic;
	color:Red;
}

.errorField{
	border: 1px solid red;	
}

.calcCol{
	text-align:right;
	width: 100px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}

.formText{
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.spacerRow{
	height:15px;	
}

.tipBox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #BBBBBB;
	padding: 5px 5px 5px 5px;
	background-color: #EEEEEE;
}

.textbox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
