body {
	background: #fff url(images/top-fade.jpg) repeat-x;
	font-size: 75%;
	line-height: 1.4em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

a {
	color: #0019A9;
	text-decoration: none;
}

	a:hover {
		text-decoration: underline;
	}
	
h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #3C3C3C;
}

div#center {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

	div#header {
		width: auto;
		height: 90px;
	}
	
		div#header div#logo {
			position: relative;
			top: 30px;
			left: 16px;
			width: 331px;
			height: 45px;
			float: left;
		}
		
		div#header div#links {
			position: relative;
			float: right;
			top: 34px;
		}
		
			div#header div#links ul {
				margin: 0;
				padding: 0;
				list-style: none;
			}
			
				div#header div#links ul li {
					float: left;
					margin-right: 16px;
				}

					div#header div#links ul li a {
						color: #696969;
						font-size: .9em;
						text-decoration: none;
						font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
					}
					
						div#header div#links ul li a:hover {
							text-decoration: underline;
						}
					
					div#header div#links ul li a.emergency {
						color: #C3543D;
						padding: 2px 0 2px 20px;
						background: url(images/icons/exclamation.gif) no-repeat left;
					}
					
						div#header div#links ul li a:hover.emergency {
							color: #000000;
						}

	div#navigation {
		width: auto;
		height: 36px;
		margin-top: 6px;
	}
	
		div#navigation ul {
			width: auto;
			margin: 0;
			padding: 0;
			list-style: none;
		}
	
			div#navigation ul li {
				width: 114px;
				display: block;
				float: left;
				height: 36px;
				margin-right: 2px;
				background: url(images/nav-button-left.jpg) no-repeat top left;
				padding-left: 9px;
			}
			
				div#navigation ul li div {
					height: 36px;
					background: url(images/nav-button-right.jpg) no-repeat top right;
					padding-right: 9px;
					text-align: center;
				}
			
				div#navigation ul li div a {
					font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
					display: block;
					text-decoration: none;
					font-size: 1.1em;
					font-weight: bold;
					padding: 10px 8px 6px 8px;
					color: #6E7161;
				}
				
					div#navigation ul li div a:hover {
						color: #000;
					}
				
			div#navigation ul li.active {
				background: url(images/nav-button-left-active.jpg) no-repeat top left;
			}
			
				div#navigation ul li.active div {
					background: url(images/nav-button-right-active.jpg) no-repeat top right;
				}
				
					div#navigation ul li.active div a {
						color: #fff;
					}
					
						div#navigation ul li.active div a:hover {
							color: #F4F7E5;
						}
	
	div#splash-container {
		width: auto;
		height: 217px;
	}
				
		div#splash {
			position: relative;
			width: 444px;
			height: 200px;
			top: 17px;
			float: left;
			background: url(images/hp-splash.jpg) no-repeat;
		}
		
			div#splash div#first {
				position: relative;
				top: 25px;
				left: 38px;
			}
			
			div#splash div#second {
				position: relative;
				top: 25px;
				left: 38px;
			}
			
				div#splash p {
					position: relative;
					top: 20px;
					left: 38px;
					font-size: .8em;
					color: #836413;
					width: 400px;
				}
		
		div#hp-tree {
			position: relative;
			float: right;
		}
	
	div#content-container {
		width: auto;
		padding-top: 28px;
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 30px;
	}
	
	div.map {
		float: right;
		width: 260px;
		height: 160px;
	}
	
	h3.title {
		font-size: 1.4em;
		font-weight: normal;
		margin: 0;
		margin-bottom: 12px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #4B4B4B;
	}
	
		div#hp-leftside {
			width: 220px;
			float: left;
		}
		
			ul.sidebar {
				list-style: none;
				margin: 0;
				padding: 0;
			}
			
				ul.sidebar li {
					margin-top: 6px;
				}
				
					ul.sidebar li a {
						padding-left: 18px;
						background: url(images/icons/indent-arrow.jpg) no-repeat left;
						color: #696969;
					}
					
					ul.sidebar li.emergency a {
						color: #C3543D;
						font-weight: bold;
					}
		
		div#hp-rightside {
			width: auto;
			margin-left: 240px;
		}
		
			div#hp-rightside p {
				background: url(images/hp-text-topper.jpg) no-repeat top;
				line-height: 2em;
				color: #505050;
				padding-left: 20px;
				padding-right: 20px;
				padding-top: 12px;
			}
			
			div.green-bar {
				width: auto;
				height: 30px;
				background: #BEEA5F url(images/green-bar-left.jpg) no-repeat left;
				margin-left: 20px;
				margin-right: 20px;
				margin-bottom: 14px;
				margin-top: 20px;
			}
			
				div.green-bar h4 {
					margin: 0;
					padding: 0;
					padding-top: 7px;
					margin-left: 18px;
					color: #5C540B;
					font-size: 1em;
					font-weight: bold;
					background: #BEEA5F url(images/green-bar-right.jpg) no-repeat right;
					height: 23px;
				}
			
			div#hp-rightside ul#hp-projects {
				list-style: none;
				margin: 0;
				padding: 0;
				margin-left: 14px;
				margin-right: 14px;
			}
			
				div#hp-rightside ul#hp-projects li {
					display: inline;
					margin-left: 16px;
					margin-right: 16px;
				}
				
					div#hp-rightside ul#hp-projects li img {
						padding: 4px;
						background: #E6E0BC;
					}
					
			div#hp-rightside div#learn-more {
				margin-right: 20px;
				text-align: right;
				margin-top: 14px;
			}
			
	div#page-header {
		width: auto;
		margin-top: 17px;
	}
	
		h2.page-title {
			width: 175px;
			height: 38px;
			float: left;
			margin: 0;
			padding: 0;
			font-size: 1.6em;
			font-weight: normal;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			background: #BEEA5F url(images/page-title-corners.jpg) no-repeat left;
			color: #5C540B;
			padding-top: 22px;
			padding-left: 25px;
		}
		
		div.page-splash {
			width: auto;
			height: 60px;
			margin-left: 200px;
		}
		
			div#services {
				background: url(images/page-headers/nature-1.jpg) no-repeat;
			}
			
			div#our-company {
				background: url(images/page-headers/nature-4.jpg) no-repeat;
			}
			
			div#projects {
				background: url(images/page-headers/nature-3.jpg) no-repeat;
			}
		
	table#page-table {
		width: 100%;
		border-collapse: collapse;
		margin: 0;
		padding: 0;
		margin-top: 28px;
	}
	
		table#page-table td.left {
			width: 200px;
			vertical-align: top;
			padding-bottom: 130px;
			background: url(images/left-side-bg.jpg) no-repeat bottom center;
		}
		
			table#page-table td.left div#left-side {
				width: 190px;
				border-right: 1px solid #d0d0d0;
				margin-left: 10px;
			}
		
		table#page-table td.right {
			padding-left: 20px;
			width: 100%;
			vertical-align: top;
			padding-bottom: 30px;
		}
		
			table#page-table td.right h2.sub-title {
				font-size: 1.6em;
				font-weight: normal;
				font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
				color: #5C540B;
				margin-top: 0;
			}
		
			table#page-table td.right p {
				line-height: 2em;
				color: #454545;
			}
			
			h3.spill-number {
				font-size: 2.0em;
				font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
				background: #f0f0f0;
				padding: 20px;
				border: 1px solid #d0d0d0;
				color: #E76700;
			}
			
			table.data-table {
				width: 100%;
				border-collapse: collapse;
				border: 1px solid #d0d0d0;
			}
			
				table.data-table td {
					padding: 4px 6px 4px 6px;
				}
				
				table.data-table tr.alternate {
					background: #f0f0f0;
				}
				
			img.drop-shadow {
				padding: 20px;
				background: url(images/projects/drop-shadow.jpg) no-repeat bottom right;
			}
			
			p.project-paragraph {
				margin-left: 20px;
				margin-right: 20px;
			}
			
	div#footer-line {
		width: auto;
		height: 2px;
		background: #C8C8C8;
	}
	
		div#footer-line div#left {
			width: 200px;
			height: 2px;
			background: #A0A0A0;
		}
	
	div#footer-left {
		width: 200px;
		height: 60px;
		float: left;
		background: url(images/footer-left.jpg) no-repeat left;
	}
	
	div#footer {
		margin-left: 200px;
		width: auto;
		height: 60px;
		text-align: right;
	}
	
		div#footer ul {
			list-style: none;
			margin: 0;
			padding: 0;
			padding-top: 12px;
		}
		
			div#footer ul li {
				display: inline;
				margin-left: 14px;
				font-size: .8em;
			}
			
				div#footer ul li a {
					padding-left: 12px;
					background: url(images/footer-bullet.jpg) no-repeat left;
				}
	
		div#footer p {
			font-size: .8em;
			color: #696969;
			margin-top: 4px;
			margin-bottom: 0;
		}