@charset "UTF-8";
/* CSS Document */

body {
	background:#f7f7f8 url(images/bg.gif) repeat-x center -30px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	font-size:12px;
	color:#5f6062;
}

img {
	border:none;
}

.clr {
	clear:both;
}

.right {
	text-align:right;
}

p	{
	line-height:16px;
}

li {
	margin:8px 0;
}

#wrapper {
	width:1000px;
	margin:24px auto 0 auto;
	position:relative;
}

#header {
	float:left;
	display:block;
	height:231px;
	width:1000px;
	background:url(images/shadow_top_interior.gif) no-repeat center top;
}

#home #header {
	background:url(images/shadow_top.gif) no-repeat center top;
}

#content {
	clear:both;
	float:left;
	width:1000px;
	background:url(images/shadow_sides_interior.gif) repeat-y center;
}

#home #content {
	background:url(images/shadow_sides.gif) repeat-y center;
}

#footer {
	clear:both;
	float:left;
	width:1000px;
	background:url(images/shadow_bottom_interior.gif) no-repeat center top;
	padding-top:35px;
	height:130px;
	font-size:9px;
}

#home #footer {
	background:url(images/shadow_bottom.gif) no-repeat center top;
}

/* *************** header ************** */

#logo {
	position:absolute;
	left:65px;
	top:80px;
}

#phone {
	position:absolute;
	top:34px;
	right:60px;
	color:#f47b20;
	font-weight:bold;
	font-size:16px;
	margin:0px;
	padding:0px;
}

#nav {
	list-style:none;
	position:absolute;
	top:36px;
	right:220px;
	margin:0px;
	padding:0px;
	width:500px;
	z-index:5000;
	display:block;
	text-transform:lowercase;
}

#nav li {
	margin:0px;
	display:inline;
	padding:0 0 15px 0;
	position:relative;
	z-index:5001;
}

#nav .last a {
	border-right:none;
}

#nav a {
	color:#5f6062;
	text-decoration:none;
	border-right:1px solid #b2bb1e;
	padding:0px 10px;
	font-weight:bold;
	z-index:5010;
}

#nav a:hover {
	color:#0084a9;
}

#nav ul {
	position:absolute;
	z-index:500;
	background:#ffffff;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	top:21px;
	left:0px;
	margin:0px;
	padding:0px;
	display:none;
}

#nav ul li {
	list-style:none;
	margin:-1px 0 0 0px;
	padding:0px;
	display:block;
	border:1px solid #d2d2d3;
	float:left;
	clear:both;
}

#nav ul li a {
	margin:0px;
	display:block;
	padding:3px 5px;
	font-size:10px;
	border:none;
	color:#000000;
}

#nav #nav_about ul li a {
	width:87px;
}

#nav #nav_consulting ul li a{
	width:240px;
}

#nav #nav_industries ul li a {
	width:200px;
}

#btech_flash {
	width:570px;
	height:155px;
	top:57px;
	left:224px;
	position:absolute;
	z-index:1;
}

#clouds {
	width:154px;
	height:154px;
	position:absolute;
	right:50px;
	top:55px;
	background:url(images/clouds.jpg) no-repeat right top;
	color:#FFFFFF;
	font-weight:bold;
}

#clouds a {
	color:#FFFFFF;
	text-decoration:none;
	display:block;
}

#clouds a:hover {
	color:#f47b20;
}

#clouds h2 {
	padding:0px;
	margin:15px 0 0 0;
	font-size:14px;
	text-align:center;
}

#clouds ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#clouds li {
	margin:12px 10px 10px 0;
	padding:0px 10px 0 0;
	text-align:right;
	background:url(images/arrows.gif) no-repeat right center;
}

/* *************** end header ************** */


/* **************** content *************** */

#content h2 {
	font-size:13px;
	color:#0084a9;
	margin-top:0px;
	padding-top:0px;
}

#main h2, #home_main h2 {
	font-size:12px;
	margin-top:0px;
	padding-top:0px;
	color:#5f6062;
	line-height:18px;
	font-weight:normal;
}

#content h1, #main h1, #home_main h1 {
	font-size:16px;
	color:#0084a9;
	margin-top:0px;
	padding-top:0px;
}

#content p, #main p, #home_main p {
	font-size:12px;
	line-height:18px;
}

#content #left p, #content #right p {
	font-size:11px;
}

strong {
	color:#5f6062;
}

#content a {
	color:#0084a9;
}

#main a, #home_main a {
	color:#5f6062;
}

#main a:hover, #home_main a:hover {
	color:#0084a9;
}

#left {
	width:145px;
	float:left;
	margin-left:65px;
	margin-right:5px;
}

#home_main {
	float:left;
	width:520px;
	margin-left:35px;
}

#main {
	float:left;
	width:520px;
	margin:-150px 0 0 40px;
	display:block;
	position:relative;	
}

#right {
	float:left;
	width:156px;
	margin-left:20px;
	z-index:200;
}

#home #right {
	width:145px;
	margin-left:25px;
}

#announcements {
	margin-left:15px;
}

.more {
	padding-right:10px;
	text-align:right;
	background:url(images/arrows.gif) no-repeat right center;
}

.more a {
	font-weight:bold;
}

#content .more a:hover {
	color:#f47b20;

}

#contact_form {
	background:url(images/form_grey.gif) no-repeat left top;
	width:156px;
	padding-top:15px;
	height:246px;
	margin-bottom:3px;
	margin-top:-20px;
}

#contact_form form {
	margin-left:5px;
}

select,textarea {
	font-size:12px;
	color:#5f6062;
	font-family:Arial, Helvetica, sans-serif;
}

input.error, select.error {
	border:1px solid #f47b20 !important;
}

div.error {
	border:1px solid #f47b20;
	color:#f47b20;
	padding:5px;
	font-weight:bold;
	display:block;
	float:right;
	clear:left;
}

#right input, #right textarea {
	width:115px;
	background:#d2d2d3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	border:0px;
	margin:5px 0;
	padding:2px 5px;
	color:#5f6062;
}

#right h2 {
	color:#0084a9;
}

#right textarea {
	height:91px;
}

#right #contact_submit, #content #main_submit {
	background:#f47b20;
	border:1px solid #c5c8cc;
	height:21px;
	width:82px;
	margin:5px auto 0 auto;
	color:#FFFFFF;
	padding:0 0 2px 0;
	text-align:center;
	display:block;
	font-weight:bold;
	font-size:12px;
}

fieldset {
	border:none;
}

#contact fieldset {
	border:1px solid #d2d2d3;
	margin:5px 0;
}

#contact fieldset {
	float:left;
	display:block;
	width:500px;	
	padding:0 10px 10px 10px;
}

legend, .submit {
	color:#FFFFFF;
	font-weight:bold;
}

#testimonial_wrapper {
	background:url(images/testimonial_top.gif) no-repeat right top;
	position:relative;
}

#testimonial {
	background:url(images/testimonial_bottom.gif) no-repeat right bottom;
	padding:15px;
	position:relative;
	z-index:200;
	margin-bottom:-23px;
}

#testimonial h2 {
	color:#5f6062;
}

#testimonial p {
	line-height:12px;
}

/* **************** end content *************** */


/* **************** footer *************** */
#footer ul {
	margin:5px auto;
	padding:0px;
	text-align:center;
}

#footer li {
	padding:0px;
	margin:0px;
	display:inline;
	list-style:none;
	text-align:center;
}

#footer a {
	border-right:1px solid #b2bb1e;
	padding:0 4px 0 3px;
	color:#5f6062;
	text-decoration:none;
	text-transform:capitalize;
}

#footer a:hover {
	color:#0084a9;
}

#footer .last a {
	border-right:none;
}

#copyright {
	text-align:center;
}

/* **************** end footer *************** */
 
 
 #contact p#contact_address {
 	color:#fff;
	padding:0 15px 0 15px;
	font-size:11px;
	line-height:16px;
}

#contact_address strong {
	color:#fff;
}

#company {
	font-size:12px;
}

#contact label, #contact input, #contact select, #contact textarea {
	display:block;
	float:left;
}

#contact input {
	margin:0 0 5px 0;
	color:#5f6062;
}

#main_general input {
	width:150px;
}

#main_contact_form p {
	padding:0px;
	margin:5px 0px;
	line-height:14px;
}

#main_general label {
	margin:0;
	width:80px;
}

#main_hear label {
	margin:0;
	width:80px;
}

#contact select {
	margin:0 0 0 80px;
	padding:0px;
	width:392px;
}

select#main_referral {
	width:200px;
}

#contact textarea {
	margin:0 0 0 80px;
	width:392px;
}

#main_general div {
	display:block;
	float:left;
	width:240px;
	height:30px;
}

#main_contact_form input, #main_contact_form textarea, #main_contact_form select {
	border:1px solid #5f6062;
	background:none;
}

#content #left a.current {
	color:#f47b20 !important;
}

#about #nav_about a.nav_link, #contact #nav_contact a.nav_link, #environmental_consulting #nav_consulting a.nav_link, #industries_projects #nav_industries a.nav_link {
	color:#0084a9 !important;
}

#left ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#left li {
	margin:0 0 10px 10px;
	padding:0px;
	font-size:11px;
	text-transform:lowercase;
}

#left a {
	text-decoration:none;
}

#left li a {
	color:#5f6062;
	font-weight:bold;
}

#left li a:hover {
	color:#f47b20;
}

#main_assist {
	_height:235px;
	*height:235px;
	padding:0px;
	margin:0px;
}

.referral {
	display:inline;
	float:left;
	width:150px;
	height:25px;
}

#referral {
	_height:100px;
	*height:100px;

}

.referral input {
	margin:3px 0 5px 0;
}

#contact #assist_field, #contact #assist_details {
	height:278px;
}


#assist_details p {
	height:28px;
}

#main_details {
	height:225px;

}

.orange {
	color:#f47b20;
}

.blue {
	color:#0084a9 !important;
}


