﻿/******************************************************************
 general styles
******************************************************************/
body {
	padding:0px;
	margin:0px;
	font-size:11px;
	font-family:Arial,Helvetica;
	line-height:17px;
	color:#353535;
	background:url(bg_body.gif) left top;
}
img{border-width:0px;}
h1,h2,h3,h4{
	padding:0px; 
	margin:0px;
}
h2{font-size:16px;}
h3{
	font-size:14px;
	color:#3b742d;
	padding:10px 0px 0px 0px;
}
p.green {
	color:#3b742d;
}
p{
	padding:15px 0px 0px 0px;
	margin:0px;
}
ul{
	padding:0px;
	margin:20px 0px 0px 0px;
	list-style:none;
}
ol
{
	padding:0px 0px 0px 0px;
	margin:20px 0px 0px 22px;
	list-style-type: decimal;
}
ul li {
	padding:0px 0px 1px 10px;
	background:transparent url(dot.gif) no-repeat left 5px;
}
ol li 
{
	padding:0px 0px 1px 0px;
	background: none;
}
ul.extraspace li{
	padding:0px 0px 10px 10px;
	background:transparent url(dot.gif) no-repeat left 5px;
}
ul.sub{
	padding:0px;
	margin:0px;
	list-style:none;
	font-weight:normal;
}
ul.sub li{
	padding:0px 0px 1px 10px;
	background:transparent url(dot.gif) no-repeat left 5px;
}
ul.sub a.pageSub{
	font-weight:normal;
}
a{color:#3a4e84;}
a.active{text-decoration:underline;}
.noVSpace{
	padding-top:0px;
	margin-top:0px;
}
.noBSpace{
	padding-bottom:0px;
	margin-bottom:0px;
}
.indentedList ul 
{
	margin-left:35px;	
}
.green
{color:#3b742d;}
/******************************************************************
 structural styles
******************************************************************/
#wrapper{
	width:100%;
	text-align:center;
}
#main{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
/******************************************************************
 header styles
******************************************************************/
#header{background:#fff url(bg_header.gif) repeat-x left 11px; height:142px;}
#topBar{
	background:#5c4973;
	color:#007873;
	width:900px;
	height:8px;
	overflow:hidden;
	border-width:0px;
	margin:0px 0px 2px 0px;
	padding:0px;
}
.logo{
	width:131px;
	height:45px;
	margin:40px 0px 0px 35px;
	float:left;
	z-index:20;
}
.navigation{
	float:right;
	margin-top:55px;
	width:697px;	
}
.slogan{
	width:298px;
	height:14px;
	margin-bottom:25px;
	float:left;
}
.search{
	float:right;
	margin-right:22px;
}
.search span{
	font-size:10px;
	padding-right:10px;
	font-weight:600;
}
.search .searchBox{
	border:solid 1px #a3a3a3;
	width:175px;
	font-size:14px;
}
.search .go{
	color:#fff;
	padding:2px;
	border:solid 1px #fff;
	background:#9d515d;
	font-size:10px;
	cursor:pointer;
}
/******************************************************************
 navigation bar styles
******************************************************************/
ul.nav{
	padding:0px;
	margin:0px;
	list-style:none;
}
ul.nav li{
	float:left;
	padding:0px 0px 4px 0px;
	background-image:none;
}
ul.nav li a{
	display:block;
	height:35px;
}
ul.nav li a span{display:none;}
a.navHome{
	width:61px;
	background:transparent url(nav_bar.gif) no-repeat 0px 0px;
}
a.navWho{
	width:105px;
	background:transparent url(nav_bar.gif) no-repeat -61px 0px;
}
a.navWhere{
	width:117px;
	background:transparent url(nav_bar.gif) no-repeat -166px 0px;
}
a.navWhatDo{
	width:104px;
	background:transparent url(nav_bar.gif) no-repeat -283px 0px;
}
a.navWhatDone{
	width:139px;
	background:transparent url(nav_bar.gif) no-repeat -387px 0px;
}
a.navCareers{
	width:82px;
	background:transparent url(nav_bar.gif) no-repeat -526px 0px;
}
a.navContact{
	width:89px;
	background:transparent url(nav_bar.gif) no-repeat -608px 0px;
}
a.navHome:hover{background:url(nav_bar.gif) 0px -35px;}
a.navWho:hover{background:url(nav_bar.gif) -61px -35px;}
a.navWhere:hover{background:url(nav_bar.gif) -166px -35px;}
a.navWhatDo:hover{background:url(nav_bar.gif) -283px -35px;}
a.navWhatDone:hover{background:url(nav_bar.gif) -387px -35px;}
a.navCareers:hover{background:url(nav_bar.gif) -526px -35px;}
a.navContact:hover{background:url(nav_bar.gif) -608px -35px;}

a.navHomeSelected{background:url(nav_bar.gif) 0px -35px;}
a.navWhoSelected{background:url(nav_bar.gif) -61px -35px;}
a.navWhereSelected{background:url(nav_bar.gif) -166px -35px;}
a.navWhatDoSelected{background:url(nav_bar.gif) -283px -35px;}
a.navWhatDoneSelected{background:url(nav_bar.gif) -387px -35px;}
a.navCareersSelected{background:url(nav_bar.gif) -526px -35px;}
a.navContactSelected{background:url(nav_bar.gif) -608px -35px;}
/******************************************************************
 content styles
******************************************************************/
#content{
	background:#3b742d;
}
.contentWrapper{background:url(bg_left_content.gif) no-repeat 10px bottom;}
.homeContent{
	padding:22px 0px 30px 0px;
	background-color:#fff;
}
/******************************************************************
 home page styles
******************************************************************/
#flash{
	width:900px;
	height:169px;
}
.homeContent .left {
	float:left;
}
.homeContent .left .box 
{
	width:178px;
	border:solid 1px #e0dfdb;
	border-left:0px;
	padding:10px 13px 10px 13px;
	margin-bottom:15px;
}
.homeContent .left h3{
	color:#9d515d;
	font-size:12px;
	margin-bottom:8px;
}
.left a {
	font-size:10px;
	display:block;
}
.left .project{
	font-weight:bold;
}
.left ul{
	margin:0;
	padding:0;
}
.homeContent .right{
	float:right;
	width:679px;
}
.homeContent .right .welcome{
	float:left;
	width:350px;
}
.homeContent .right .welcome h2{font-size:14px;}
.homeContent .right .latestNews{
	float:right;
	border:solid 1px #e0dfdb;
	border-right:0px;
	padding:20px 25px 30px 20px;
}
.latestNews ul {
	width:250px;
}
.latestNews ul li{
	background:#fff url(dot.gif) no-repeat left 8px;
	padding-left:15px;
}
.latestNews h4{font-size:11px;}
/******************************************************************
 interior 1 styles
******************************************************************/
.leftContent{
	float:left;
	width:150px;
	padding:30px 26px 172px 20px;
	color:#fff;
	font-size:10px;
}
.leftContent ul{list-style:none;}
.leftContent ul li{
	padding:0px 0px 5px 10px;
	background:url(dot_white.gif) no-repeat left 7px;
}
.leftContent ul li a{
	text-decoration:none;
	color:#fff;
}
.leftContent ul li a.selected{
	text-decoration:underline;
}
.leftContent ul.leftNavInner
{
	list-style:none;
	margin:0px 0px 0px 0px;
}
.leftContent ul.leftNavInner li{
	padding:10px 0px 0px 0px;
	background:none;
	line-height: 13px;
}
.leftContent ul.leftNavInner li a{
	text-decoration:none;
	color:#ecd995;
	font-size:11px;
}
.leftContent ul.leftNavInner li a.selected{
	text-decoration:underline;
}
.rightContent{
	float:right;
	width:645px;
	background-color:#fff;
	margin-top:5px;
	padding:25px 25px 50px 30px;
}
.rightContent .content{
	float:left;
	width:425px;
}
.rightContent ul li a{
	font-weight:600;
}
.sideContent{
	float:right;
	width:198px;
}
.sideContent img{
	display:block;
	margin:15px 0px 5px 0px;
}
.sideContentCentered
{
	float:right;
	width:198px;
}
.sideContentCentered img
{
	display:block;
	margin:auto;
}
.sideContent p{padding:0px 0px 10px 0px;}
.sideContent .box{
	width:160px;
	padding:19px;
	background:#efefec;	
}
.bottomContent div
{
	float:left;
	width:196px;
	margin:0px 27px 0px 0px;
	font-size:10px;
}
.bottomContent img
{
	display:block;
	margin:0px 0px 5px 0px;
}
.contentFooter{
	background:#8e839c;
	padding:20px 0px 20px 235px;
	color:#fff;
	font-size:9px;
}
.contentFooter img{padding-right:18px;}
/******************************************************************
 template 2 styles
******************************************************************/
.people
{
	margin:5px 0px 15px 0px;
}
.people img{
	float:left;
	width:112px;
	height:108px;
}
.people p{
	float:left;
	margin-left:15px;
	width:270px;
	padding:0px;
	margin-top:0px;
}
.people a{font-weight:600;}
/******************************************************************
 landing page styles
******************************************************************/
.cityLanding{
	float:left; 
	width:294px;
}
.cityImageMap{
	float:right; 
	width:324px; 
	margin:20px 25px 0px 0px;
}
/******************************************************************
 breadcrumb styles
******************************************************************/
.breadCrumb{margin-bottom:24px;}
.breadCrumb .links{
	float:left;
	font-size:10px;
	color:#6d6d6d;
	width:446px;
}
.breadCrumb .links a{
	text-decoration:none;
	color:#6d6d6d;
	font-size:10px;
}
.anyQuestions{
	float:right;
	width:118px;
	margin-right:65px;
}
/******************************************************************
 footer styles
******************************************************************/
#footer{
	margin:24px auto 0px auto;
	padding-bottom:25px;
	font-size:10px;
	line-height:16px;
	color:#7a7566;
	text-align:left;
	width:900px;
}
#footer .inner{margin-left:235px;}
#footer a{
	padding:0px 3px 0px 3px;
	color:#7a7566;
}
#footer a.first{padding-left:0px;}
#footer a.last{padding-right:0px;}
/******************************************************************
 in the news styles
******************************************************************/
.news
{
	margin:12px 0px 0px 0px;
	width:322px;
	position:relative;
	height:65px;
}
.news img{
	width:53px;
	height:65px;
	position:absolute;
	left:0px;
	top:0px;
}
.news p{
	padding:0px;
	width:250px;
	position:absolute;
	left:63px;
	bottom:0px;
}
.news a
{
	font-weight:600;
}
/******************************************************************
 contact styles
******************************************************************/
.contact {
	margin:0px 20px 0px 0px;
	width:420px;
}
.contact img {
	display:block;
	margin:auto;
	padding:-5px 0px 20px 0px;
}
.contact .row {
	margin:10px 0px;
	padding:0;
	font-size:11px;
}
.contact .required {
	color:#9d515d;
}
.contact .label {
	float:left;
	width:90px;
	padding:0;
	margin:0;
}
.contact .innerLabel {
	margin:0px 5px;
}
.contact input {
	width:301px;
}
.contact input.short {
	width:110px;
}
.contact input.lastName {
	width:115px;
}
.contact select.state {
	width:45px;
}
.contact input.zip {
	width:64px;
}
.contact textarea {
	overflow:auto;
	width:300px;
	height:75px;
}
.contact input.submit {
	width:103px;
	height:27px;
	vertical-align:middle;
	margin:5px 0px 0px 90px;
}
.addresses {
	float:right;
	width:165px;
	margin:0px 10px;
	padding:10px 0 10px 15px;
	background-color:#efefec;
}
.addresses p {
	margin:0;
	padding:0;
}
/**************************************************************************
admin
**************************************************************************/
#adminBar{
height:33px;
background-color:#F1F088;
overflow:hidden;
width:900px;
margin-left:auto;
margin-right:auto;
}
#adminBar .leftItem{
float:left;
margin-left:5px;
}
#adminBar .rightItem{
float:right;
margin-right:5px;
}
#adminBar img
{
	border: 0px;
	padding-right: 9px;
	height: 32px;
	width: 32px;
}
/**************************************************************************
consultants
**************************************************************************/
#consultants h3
{
	clear:both;
	padding-top:20px;
}
#consultants ul
{
	list-style:none;
}
#consultants ul li
{
	float:left;
	width:200px;
	height:100px;
	background-image:none;
	margin:10px 0;
}
/**************************************************************************
privacy policy
**************************************************************************/
#privacy .header {
	font-size:10pt;
	text-decoration:underline;
}
/**************************************************************************
terms
**************************************************************************/
#terms .header {
	font-size:10pt;
}
#terms .sublist li {
	list-style-type:upper-alpha;
	margin-bottom:10px;
}
/**************************************************************************
qualification form
**************************************************************************/
br.clear {
	clear:both;
}
#qualification {
	float:left; 
	padding-top:5px;
}
#qualification .row {
	float:left;
	margin-top:8px;
	width:600px;
	clear:both;
}
#qualification .label {
	float:left;
	width:80px;
	margin-top:3px;
}
#qualification .inner {
	margin-left:10px;
}
#qualification .input {
	float:left;
}
#qualification .required {
	color:#a80000;
}
#qualification table.status tr td.first {
	width:100px;
}
#qualification table.status th {
	text-align:center;
}
#qualification table.subcontractor tr td.first {
	width:100px;
}
#qualification .column
{
	float:left;
	width:300px;
	margin-top:-5px;
}
#qualification .column p
{
	text-decoration:underline;
}
#qualification .labels {
	clear:both;
}
#qualification .labels p {
	float:left;
	width:200px;
	margin:0;
	padding:7px 0 0 0;
}
#qualification .inputs {
	clear:both;
}
#qualification .inputs input {
	float:left;
	margin-right:14px;
}
#qualification .hr 
{
	height:1px;
	width:585px;
	background-color:#e2e1dd;
	margin:20px 0 0 0;
	overflow:hidden;
}
#qualification table.osha tr td.first {
	width:120px;
}
#qualification table.osha th {
	text-align:center;
}
#qualification ul.accommodations {
	margin-top:0;
	padding-top:0;
	margin-left:25px;
}
#qualification .professional-services {
	position:relative;
}
#qualification .professional-services .other {
	position:absolute;
	top:425px;
	left:145px;
}