* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #3a3a3a;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: medium;
	line-height: 1.50em;
	color: #eee;
}

a, a:link, a:active, a:visited {
	color: #c8d366;
	text-decoration: none;
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	line-height: 1.25em;
}

h1 {
	position: absolute;
	top: 0;
	left: 6px;
	margin: 0;
	padding: 0;
}
h1 a  {
	display: block;
	width: 219px;
	height: 214px;
	text-indent: -9999em;
}

p#description {
	text-indent: -9999em;
}

h2 {
	font-weight: normal;
	font-size: 1.70em;
	color: #67b3d3;
	margin-bottom: 1em;
}

h3 {
	color: #67b3d3;
	margin-bottom: .75em;
	padding: 0;
	line-height: 1em;
	font-size: 1.25em;
	font-weight: normal;
}
h4.proj {
	color: #C2E3EF;
	margin-bottom: .25em;
	padding: 0;
	line-height: 1.5em;
	font-size: 1.15em;
	font-weight: bold;
}
h4 {
	color: #67b3d3;
	margin: 1.5em 0;
	padding: 0;
	line-height: 1.75em;
	font-size: 1.1em;
	font-weight: normal;
}

#sidebar #contact h3 {
	color: #67b3d3;
	margin-bottom: .25em;
	padding: 0;
	line-height: 1em;
	font-size: 1.25em;
	font-weight: normal;
}

h4 {
	padding: 0;
	margin: 0;
}

p {
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 2em 2em;
	list-style: square;
}

li {
	margin-bottom: .5em;
}

h3.button span {
	display: none;
}

#container_wrap {
	width: 900px;
	margin: 0 auto;
}

#container {
	width: 900px;
	position: relative;
	float: left;
	background: url(/images/bg_container.jpg) 0 0 repeat-y;
}

#sub_container {
	width: 900px;
	position: relative;
	float: left;
	background: url(/images/bg_sub_container.jpg) 0 0 no-repeat;
}

#header {
	width: 900px;
	background: url(/images/bg_header.jpg) 0 0 no-repeat;
	height: 211px;
}
#sidebar {
	width: 215px;
	float: left;
	margin: 0 0 0 10px;
	padding-top: 1.2em;
}
#sidebar #contact {
	margin: 0 0 15px 10px;
	font-size: 80%;
	line-height: 1.6em;
}
#sidebar #contact span {
	margin: 0;
	color: #BFBFBF;
	display: block;
	width: 110px;
	float: left;
}
#sidebar #sidebar_services {
	list-style: none;
	margin-left: 9px;
	margin-bottom: 30px;
}

#sidebar #environmental_services a,
#sidebar #landscape_architecture a,
#sidebar #civil_engineering a {
	width: 197px;
	height: 91px;
	display: block;
	text-indent: -9999em;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 11px 0 10px 0;
}

#sidebar #civil_engineering a {
	background-image: url(/images/civil_engineering.jpg);
	background-position: 0 -1px;
}
#sidebar #civil_engineering a:hover {
	background-position: 0 -92px;
}

#sidebar #environmental_services a {
	background-image: url(/images/environmental_services.jpg);
	background-position: 0 -1px;
}
#sidebar #environmental_services a:hover {
	background-position: 0 -92px;
}
#sidebar #landscape_architecture a {
	background-image: url(/images/landscape_architecture.jpg);
	background-position: 0 -1px;
}
#sidebar #landscape_architecture a:hover {
	background-position: 0 -92px;
}

#content {
	float: right;
	margin: 0 20px 0 0;
	width: 635px;
	padding: 4.9em 0 10px 0;
	font-size: 90%;
}
#content div.txt {
	width: 610px;
	padding: 0 0 0 15px;
}
ul#nav {
	padding: 0;
	position: absolute;
	top: 221px;
	left: 245px;
	list-style: none;
	background: #434242 url(/images/bg_nav.jpg) 0 0 no-repeat;
	width: 635px;
	height: 33px;
	font-size: 1.1em;
	margin: 0;
}
ul#nav li {
	float: left;
	margin: 0;
}
ul#nav li a {
	float: left;
	height: 33px;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 0 38px 0 0;
	text-indent: -9999em;
}
#b_about #n_about a,
#b_services #n_services a,
#b_markets #n_markets a,
#b_projects #n_projects a,
#b_collective #n_collective a,
#b_resources #n_resources a,
#b_contact_us #n_contact_us a,
ul#nav li a:hover {
	background-position: 0 -34px;
}
ul#nav li#n_about a {
	width: 47px;
	background-image: url(/images/nav/about.jpg);
	margin-left: 18px;
}
ul#nav li#n_services a {
	width: 66px;
	background-image: url(/images/nav/services.jpg);
}
ul#nav li#n_markets a {
	width: 63px;
	background-image: url(/images/nav/markets.jpg);
}
ul#nav li#n_projects a {
	width: 65px;
	background-image: url(/images/nav/projects.jpg);
}
ul#nav li#n_collective a {
	width: 80px;
	background-image: url(/images/nav/collective.jpg);
}
ul#nav li#n_resources a {
	width: 80px;
	background-image: url(/images/nav/resources.jpg);
}
ul#nav li#n_contact_us a {
	width: 87px;
	background-image: url(/images/nav/contact_us.jpg);
	margin-right: 0;
}
ul#tags {
	padding: 0;
	margin: 0;
	list-style: none;
	text-transform: uppercase;
	font: 1.25em Arial, Helvetica, sans-serif;
	letter-spacing: .15em;
	color: #555;
}
ul#tags li {
	margin: 0 0 20px 0;
	text-align: center;
}
ul#tags li.highlite {
	color: #6693a6;
}

ul#subnav {
	padding: 0 10px 0 0;
	margin-left: 10px;
	color: #555;
	font-size: 70%;
	list-style: none;
}
ul#subnav li {
	font-size: 1.25em;
	margin-bottom: .30em;
}

ul#subnav li a {
	background: url("/images/sidebar_nav.jpg") 0 0 no-repeat;
	padding: 0 0 1px 10px;
	display: block;
	height: 26px;
}
ul#subnav li a:hover {
	background: url("/images/sidebar_nav.jpg") 0 -27px no-repeat;
}
ul#subnav li.wide a {
	background: url("/images/sidebar_nav_wide.jpg") 0 0 no-repeat;
	padding: 3px 0 1px 10px;
	display: block;
	height: 41px;
	line-height: 1.3em;
}
ul#subnav li.wide a:hover {
	background: url("/images/sidebar_nav_wide.jpg") 0 -45px no-repeat;
}

#footer {
	background: #3a3a3a url("/images/bg_footer.jpg") 0 0 no-repeat;
	margin: 0 auto;
	width: 900px;
	padding: 20px 0;
	clear: both;
}

a#block_1, a#block_2 {
	width: 308px;
	height: 193px;
	display: block;
	float: left;
	margin: 6px 0 24px 0px;
	padding: 0px;
	text-indent: -9999em;
}

a#block_1 {
	background: url("/images/home_lt.jpg") 0 0 no-repeat;
	
}

a:hover#block_1 {
	background-position: 0 -193px;
}

a#block_2 {
	background: url("/images/home_rt.jpg") 0 0 no-repeat;
	float: right;
}

a:hover#block_2 {
	background-position: 0 -193px;
}

div.sect {
	width: 645px;
	position: relative;
	padding: 0px 0px 1em 0px;
}

div.sect h6 {
	width: 150px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	font-size: 1em;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: normal;
}

div.sect ul {
	text-align: left;
	list-style-type: square;
}

div.sect ul li {
	padding: 0px;
	margin: 0px;
}

div.clear {
	clear: both;
	padding: 0px;
	margin: 0px;
}

p.top_of_page {
	text-align: right;
	margin-bottom: 4em;
	clear: both;
}

a img {
	border: 0;
}

p.add_right {
 	float:right;
 	margin-right: 55px;
}

div.team_block {
	clear:both;
	display:block;
	border-top: solid 1px #3a3a3a;
	padding: 20px 0 0 0;
}

div.team_block div.team_photo_block {
	float: left;
	width: 220px;
	margin: 5px 25px 0 0;
}

/*---- Image Placements -----*/
div#proj_imgs img {
	border: solid 7px #3a3a3a;
	margin: 10px 20px 0 0;
}

a.block_wide_img {
	width: 610px;
	height: 126px;
	display: block;
	float: left;
	margin: 0 6px 6px 0;
	padding: 0px;
	text-indent: -9999em;
}
a.block_right_img {
	width: 200px;
	height: 126px;
	border: solid 7px #3a3a3a;
	display: block;
	clear: both;
	float: right;
	margin: 0 6px 6px 6px;
	padding: 0px;
	text-indent: -9999em;
}
/*---- About Images -----*/
a.about_mgt1 {
	background: url("/images/about/mgt/cheleine.jpg") 0 0 no-repeat;
}
a.about_mgt2 {
	background: url("/images/about/mgt/jheleine.jpg") 0 0 no-repeat;
}
a.about_mgt3 {
	background: url("/images/about/mgt/cbrock.jpg") 0 0 no-repeat;
}
a.about_mgt4 {
	background: url("/images/about/mgt/dlutz.jpg") 0 0 no-repeat;
}
a.about_mgt5 {
	background: url("/images/about/mgt/astone.jpg") 0 0 no-repeat;
}
a.about_miss {
	background: url("/images/about/mission.jpg") 0 0 no-repeat;
}
/*---- Service Images -----*/
a.serv_civ1 {
	background: url("/images/services/civ_1.jpg") 0 0 no-repeat;
}
a.serv_civ2 {
	background: url("/images/services/civ_2.jpg") 0 0 no-repeat;
}
a.serv_civ3 {
	background: url("/images/services/civ_3.jpg") 0 0 no-repeat;
}
a.serv_civ4 {
	background: url("/images/services/civ_4.jpg") 0 0 no-repeat;
}
a.serv_civ5 {
	background: url("/images/services/civ_5.jpg") 0 0 no-repeat;
}
a.serv_civ6 {
	background: url("/images/services/civ_6.jpg") 0 0 no-repeat;
}
a.serv_lsa1 {
	background: url("/images/services/lsa_1.jpg") 0 0 no-repeat;
}
a.serv_lsa2 {
	background: url("/images/services/lsa_2.jpg") 0 0 no-repeat;
}
a.serv_lsa3 {
	background: url("/images/services/lsa_3.jpg") 0 0 no-repeat;
}
a.serv_lsa4 {
	background: url("/images/services/lsa_4.jpg") 0 0 no-repeat;
}
a.serv_lsa5 {
	background: url("/images/services/lsa_5.jpg") 0 0 no-repeat;
}
a.serv_env1 {
	background: url("/images/services/env_1.jpg") 0 0 no-repeat;
}
a.serv_env2 {
	background: url("/images/services/env_2.jpg") 0 0 no-repeat;
}
a.serv_env3 {
	background: url("/images/services/env_3.jpg") 0 0 no-repeat;
}
a.serv_env4 {
	background: url("/images/services/env_4.jpg") 0 0 no-repeat;
}
a.serv_env5 {
	background: url("/images/services/env_5.jpg") 0 0 no-repeat;
}
a.serv_env6 {
	background: url("/images/services/env_6.jpg") 0 0 no-repeat;
}
a.serv_env7 {
	background: url("/images/services/env_7.jpg") 0 0 no-repeat;
}
/*---- Markets Images -----*/
a.mark_comm1 {
	background: url("/images/markets/commercial_1.jpg") 0 0 no-repeat;
}
a.mark_comm2 {
	background: url("/images/markets/commercial_2.jpg") 0 0 no-repeat;
}
a.mark_comm3 {
	background: url("/images/markets/commercial_3.jpg") 0 0 no-repeat;
}
a.mark_comm4 {
	background: url("/images/markets/commercial_4.jpg") 0 0 no-repeat;
}
a.mark_res1 {
	background: url("/images/markets/residential_1.jpg") 0 0 no-repeat;
}
a.mark_res2 {
	background: url("/images/markets/residential_2.jpg") 0 0 no-repeat;
	clear: right;
}
a.mark_gov1 {
	background: url("/images/markets/governmental_1.jpg") 0 0 no-repeat;
}
a.mark_gov2 {
	background: url("/images/markets/governmental_2.jpg") 0 0 no-repeat;
}
a.mark_gov3 {
	background: url("/images/markets/governmental_3.jpg") 0 0 no-repeat;
}
a.mark_inst1 {
	background: url("/images/markets/institutional_1.jpg") 0 0 no-repeat;
}
a.mark_inst2 {
	background: url("/images/markets/institutional_2.jpg") 0 0 no-repeat;
}
a.mark_ind1 {
	background: url("/images/markets/industrial_1.jpg") 0 0 no-repeat;
}
a.mark_ind2 {
	background: url("/images/markets/industrial_2.jpg") 0 0 no-repeat;
}
a.mark_ind3 {
	background: url("/images/markets/industrial_3.jpg") 0 0 no-repeat;
}
a.mark_ind4 {
	background: url("/images/markets/industrial_4.jpg") 0 0 no-repeat;
}
/*---- Contact Images -----*/
a.con_il {
	background: url("/images/contact/charlotte.jpg") 0 0 no-repeat;
	width: 300px;
}
a.con_nc {
	background: url("/images/contact/bloomington.jpg") 0 0 no-repeat;
	width: 300px;
}
a.proj_abs {
	background: url("/images/projects/env_asbestos.jpg") 0 0 no-repeat;
}
a.proj_alluminum {
	background: url("/images/projects/env_alluminum.jpg") 0 0 no-repeat;
}
a.proj_auto {
	background: url("/images/projects/env_auto.jpg") 0 0 no-repeat;
}
a.proj_boma {
	background: url("/images/projects/env_boma.jpg") 0 0 no-repeat;
}
a.proj_esa {
	background: url("/images/projects/env_esa.jpg") 0 0 no-repeat;
}
a.proj_spcc {
	background: url("/images/projects/env_spcc.jpg") 0 0 no-repeat;
}
a.proj_truck {
	background: url("/images/projects/env_truck.jpg") 0 0 no-repeat;
}

a.proj_ind {
	background: url("/images/projects/civ_ind_park.jpg") 0 0 no-repeat;
}
a.proj_bus {
	background: url("/images/projects/civ_business_park.jpg") 0 0 no-repeat;
}
a.proj_municipal {
	background: url("/images/projects/civ_municipal.jpg") 0 0 no-repeat;
}
a.proj_sub {
	background: url("/images/projects/civ_sub.jpg") 0 0 no-repeat;
}
a.proj_res {
	background: url("/images/projects/civ_res.jpg") 0 0 no-repeat;
}
a.proj_fairfield {
	background: url("/images/projects/civ_fairfield.jpg") 0 0 no-repeat;
}

/*---- Slideshow -----*/

ul#ces-slides {
	background: url("/images/slide_bg.jpg") 0 0 no-repeat;
	list-style: none;
	margin: 0 0 15px 0;
	padding:0;
	height: 200px;
}

ul#ces-slides li#slide-one, ul#ces-slides li#slide-two, ul#ces-slides li#slide-three {
	padding: 6px 0 0 5px;
	height: 180px;
}

a.link {
	display: block;
	height: 180px;
	width: 420px;
	float: left;
}

li#slide-one {
	background: url("/images/slide_one.jpg") 8px 8px no-repeat;
}

li#slide-two {
	background: url("/images/slide_two.jpg") 8px 8px no-repeat;
}

li#slide-three {
	background: url("/images/slide_three.jpg") 8px 8px no-repeat;
}

ul#ces-slides li div.slide {
	margin-left: 450px;
}

ul#ces-slides li div.slide h2 {
	font-size: 1.20em;
	margin:3px 0 0 0;
}
ul#ces-slides li div.slide p {
	font-size: .8em;
	padding:4px 10px 0 0;
	margin:0;
	line-height: 1.6em;
	color: #ccc;
}
ul#ces-slides li a.next {
	font-size: .8em;
	position: absolute;
	top: 160px;
	right: 20px;
}
div.float_right {
	float: right;
	padding: 0 15px;
	width: 45%;
}
ul.about {
	line-height: 1.3em;
	font-size: .95em;
}
