body {
	font: 12px arial, helvetica, sans-serif;
	color: #37415B;
}

* {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 1em;
	line-height: 130%;
}

a {
	color: #0382B1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

address {
	font-style: normal;
	margin-bottom: 1em;
}

#wrapper {
	width: 900px;
	margin: auto;
}

#masthead {
	position: relative;
	height: 185px;
	width: 900px;
}

#masthead hr {
	background: #138AB6;
	position: absolute;
	width: 900px;
	top: 90px;
	height: 1px;
	border: none;
}

#logo {
	background: url(../images/logo.gif) no-repeat;
	width: 253px;
	height: 104px;
	text-indent: -9999px;
	position: absolute;
	left: 12px;
	top: 18px;
}

#logo a {
	display: block;	
	width: 253px;
	height: 104px;
}

#nav {
	position: absolute;
	right: 0;
	top: 70px;
}

#nav li {
	display: inline;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	padding: 0 8px;
	border-right: 1px dotted #ccc;
}
#nav li.last {
	border: none;
}

#masthead p {
	font-size: 12px;
	padding: 140px 0 0 0;
	text-align: center;
}

#jump_links {
	background: #F4F8D6;
	border-top: 4px solid #fff;
	height: 180px;
}
#jump_links h2 {
	font-size: 18px;
}

#jump_links li {
	width: 204px;
	height: 160px;
	padding: 20px 0 0 20px;
	float: left;
	list-style-type: none;
	position: relative;
}
#jump_links p  {
	padding-right: 12px;
}
#jump_links li:hover {
	background: #CAE4E0;
}

#jump_links .more {
	position: absolute;
	bottom: 20px;
	right: 16px;
	margin: 0;
}

#content {
	width: 752px;
	margin: auto;
}

#content h2 {
	margin: 0;
}

#footer {
	clear: both;
	position: relative;
	width: 752px;
	margin: 3em auto;
	border-top: 1px solid #B3AF8A;
	padding-top: 12px;
}

.home #footer {
	width: auto;
	margin-top: 0;
	border-top: none;
}

#footer p {
	margin-bottom: .5em;
	position: absolute;
}

#footer .extra {
	right: 0;
	top: 12px;
}

/* helpers */

#content h2 {
	margin-bottom: 1.2em;
	border-bottom: 1px solid #B3AF8A;
	padding-bottom: 10px;
}

.align_left {
	float: left;
	margin: 0 16px 16px 0;
}

.border {
	border: 1px solid #ccc;
	padding: 4px;
}



/* services */

#content.services h3 {
	background: #F4F8D6;
	margin: 1em 0;
	padding: 2px;
	text-indent: 2px;
}

#content.services .border {
	margin: 1em 0;
}

#content.services ul {
	position: relative;
	left: 15px;
}

#content.services li {
	padding: 2px 0;
}

#content.services #brownfield_images div {
	float: left;
	margin-right: 10px;
}

/* management */

#content.management h3 {
	background: #F4F8D6;
	padding: 2px;
	margin: 1em 0;
	text-indent: 2px;
}


#content.management li.has_image p {
	margin-left: 130px;
}

#content.management {
	list-style-type: none;
}

#content.management ul {
	margin: 0;
	padding: 0;
}

#content.management li {
	list-style-type: none;
	overflow: hidden;
}

#content.management img {
	float: left;
	border: 1px solid #ccc;
	padding: 4px;	
	margin: 0 14px 14px 0;
}

/* about */

#associations {
	float: right;
	width: 420px;
	overflow: hidden;
	margin-bottom: 2em;
}

#associations ul {
	list-style-type: none;
	font-style: italic;
}
#associations li {
	padding-bottom: 1em;
}

/*contact*/

#content.contact {
	margin-bottom: 5em;
}

/*site map*/

#sitemap li {
	font-size: 14px;
	font-weight: bold;	
	list-style-type: none;
	padding-bottom: 14px;
}
#sitemap li ul {
	margin-top: 14px;
}
#sitemap li li {
	font-size: 12px;
	font-weight: normal;	
	list-style-type: disc;
	margin-left: 16px;
	padding: 3px 0;
}
