@charset "utf-8";
/* CSS Document */

body, html {
	margin: 0;
	padding: 0;
	background:url(images/bg.jpg) repeat-x #101010;
	font-family: Verdana, Geneva, sans-serif;
}

h1, h2, h3, h4, h5 {
	margin: 0 0 10px 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

h4 {
	margin-bottom: 10px;	
}

h5 {
	font-size: 9pt;	
	color: #A00000;
}

h1 {
	font-size: 28pt;
	line-height: 31pt;
	margin-bottom: 15px;	
}

	body#indexPage h1 {
		font-size: 33pt;	
	}

h2 {
	font-size: 18pt;
}
	
	body#indexPage h2 {
		font-size: 20pt;	
	}
	
h3 {
	font-size: 16pt;
	font-weight: normal;
}

p, ol, ul, table {
	margin: 0 0 10px 0;
	font-size: 8pt;
	line-height: 13pt;
}

ul ul, ol ul, ul ol {
	padding: 0 0 0 20px;
	margin-bottom: 5px;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

a:hover {
	color: #baba90;
}

hr {
	height: 2px;
	border: none;
	margin: 20px 0;
	*margin: 5px 0 10px 0;
	color: #baba90;
	background: #baba90;
	clear: both;
}

img {
	border: none;	
}

.imgFloatLeft {
	float: left;
	margin: 0 20px 20px 0;
	padding: 5px;
	border: 1px solid #baba90;
	text-align: center;	
	font-style: italic;
}

.imgFloatRight {
	float: right;
	margin: 0 0 20px 20px;
	padding: 5px;
	border: 1px solid #baba90;
	text-align: center;	
	font-style: italic;
}

.imgFloatRight p,
.imgFloatLeft p {
	margin: 0;	
}

.divFloatRight {
	float: right;
	margin: 0 0 20px 10px;	
}

	.divFloatRight img {
		vertical-align: middle;	
		margin-left: 20px;
	}

.tinyText p, p.tinyText, td.tinyText{
	font-size: 8pt;	
}

.staffImg {
	width: 200px;
	height: 250px;
	border: 1px solid #baba90;
	float: right;	
	margin-bottom: 20px;
}

.staffBio {
	width: 650px;
	float: left;
}

#container {
	width: 940px;
	margin: 0 auto 10px auto;
	overflow: hidden;
	padding: 0 10px 10px 10px;
	background: #ededed;
	-webkit-box-shadow: 0px 0px 12px 3px #000000;
box-shadow: 0px 0px 12px 3px #000000; 
}

#fifty {
	position: absolute;
	/*right: -8px;
	top: 170px;
	width: 120px;
	height: 120px;*/
	left: 111px;
	top: 5px;
	width: 82px;
	height: 82px;
	z-index: 99;
}

#header {
	width: 940px;
	height: 137px;
	background: url(images/header.png) no-repeat #baba90;
	position: relative;
}

	#logo {
	position: absolute;
	left: 14px;
	bottom: 0px;
	}

	#slogan {
		position: absolute;
		height: 41px;
		width: 344px;
		right: 10px;
		color: #baba90;
		font-weight: bold;
		text-align:center;
		line-height: 1.5em;
		font-size: 13.5pt;
		background: url(images/download.png) no-repeat;
	}

	#slogan:hover {
		background: url(images/download2.png) no-repeat;
	}

#banner {
	display: block;
	margin-top: 42px;
	border-bottom: 10px solid #baba90;
	z-index: -200;
}

	body#indexPage #banner {
		display: block;
		width: 940px;
		height: 220px;
		clear: both;
		background: no-repeat #000;
		position: absolute;
	}	

	
iframe#bannerFrame {
	width: 940px;
	height: 291px;	
	border: 0;
}

#map {
	float: right;
	padding: 5px;
	border: 1px solid #baba90;
	margin-bottom: 20px;
	margin-right: 30px;
}

#contactTable {
	width: 524px;
	margin: 0 auto;
	border-collapse: collapse;
	margin-top: 15px;
}

	#contactTable td {
		border-bottom: 1px solid #baba90;
		padding: 10px 0;
	}

	#contactTable tr:last-child td {
		border: none;
	}

	#contactTable td.alignCenter {
		text-align: center;
	}

	#contactTable p {
		margin: 0;
		line-height: 10pt;
	}

	#contactTable .tinyText {
		font-size: 6pt;
		font-style: italic;
		color: #500001;
	}

	#contactTable input[type=text],
	#contactTable textarea {
		width: 300px;
		padding: 5px;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 10pt;
		margin: 0;
		float: right;
		border: 1px solid #a2a2a2;
	}

	#contactTable input[type=text]:hover,
	#contactTable textarea:hover,
	#contactTable input[type=text]:focus,
	#contactTable textarea:focus {
		border: 1px solid #000;
	}

.tinyFormText {
	width: 150px;
	text-align: center;
	font-size: 7pt;
	line-height: 8pt;
	float: right;
	margin-top: 10px;
}

#main {
	float: left;
	width: 880px;
	padding: 30px;
	min-height: 380px;
	background: url(images/main-bg.png) repeat-x;
}

	body#indexPage #main {
		min-height: 50px;
	}
	
#colWrap {
		width: 880px;
		min-height: 10px;
		float: left;
}

#midCol {
	width: 550px;
	float: left;
	padding-right: 25px;
	z-index:99999;

}

#rightCol {
	width: 275px;
	float: right;
	padding-left: 20px;
	border-left: #baba90 2px solid;
}

	#rightCol a {
		display: inline-block;
		text-decoration: none;
		padding: 10px 10px;
		text-transform: uppercase;	
		color: #000;
		background: url(images/rightCol-a.jpg) repeat-x #baba90;
		font-weight: normal;
		border-radius: 10px;
		-moz-border-radius: 10px;
		font-size: 1.1em;
		margin-bottom: .6em;
	}
	
	#rightCol a:hover {
		background: #baba90;	
		color: #fff;
	}

ul.serviceList {
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
	color: #001636;

}
	
	ul.serviceList li {
		margin: 0 0 5px 0;	
		background: url(images/serviceList-bg.png) no-repeat left 5px;
		padding-left: 9px;
	}
	
.bigListText {
	font-size: 11pt;	
	line-height: 18pt;
}

	ul.bigListText li {
		background: url(images/serviceList-bg.png) no-repeat left 8px;	
	}
	
.bigText {
	font-size: 15pt;
	font-weight: strong;
	color: #A00000;
}

table.data {
	width: 700px;
	margin: 10px auto 20px auto;	
	border-collapse: collapse;
}

	table.data td {
		padding: 8px;
		text-align: center;
		border: 1px solid #D3D2D8;
	}
	
tr.tableHeader {
	background: #001636;
	color: #fff;
	font-weight: bold;
}

.peopleThumbWrap {
	width: 680px;
	margin: 0 auto;
}

	.peopleThumbWrap img {
		margin-bottom: 5px;
		border-bottom: 2px solid #A00000;
	}

	.peopleThumbWrap p {
		font-size: 8pt;	
		line-height: 10pt;
		text-align: center;
		font-size: 8pt;
	}

.bioImg {
	width: 150px;
	float: left;	
	margin-bottom: 15px;
}

	.bioImg img {
		border-right: 2px solid #A00000;
	}

.bioText {
	width: 698px;
	float: right;
	margin-bottom: 15px;
}

#landfillTable {
	width: 650px;
	margin: 10px auto;	
}

	#landfillTable td {
		padding: 10px;	
		border: 1px solid #001636;
	}

	#landfillTable p {
		margin: 0;
	}
	
td.whiteText {
	color: #fff;	
}

.buttonTable {
	width: 500px;
	margin: 0 auto;	
}

	.buttonTable td {
		background: #001636;
		color: #fff;	
		padding: 10px;
	}
	
	.buttonTable td:hover {
		background: #2B4672;	
	}
	
	.buttonTable a {
		color: #fff;
	}	
	
#contactInfoTable {
	width: 100%;	
}

	#contactInfoTable td {
		padding: 0 20px 0 0;
		vertical-align: top;
	}
	
	#contactInfoTable iframe {
		margin-top: 10px;	
	}

#footer {
	width: 960px;
	margin: 0 auto 10px auto;
	text-align: center;
	overflow: hidden;
}

	#footer p {
		color: #baba90;
		font-size: 9pt;	
		margin-bottom: 5px;
	}
	
	#footer a {
		color: #ededed;	
	}
	
	#footer a:hover {
		color: #baba90;
	}	
	
	#footer img {
		margin: 5px 10px;
		vertical-align: middle;	
	}

#footer-left{
	float:left;
	text-align: left;
	margin-bottom: 20px;
	width:440px;	
}
#footer-right{
	float:right;
	text-align:right;
	width:510px;	
}
