/* global */

*{
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	min-height: 100%;
}

body {
	height: 100%;
	min-height: 100%;  
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #959191;
	position: relative;
}

h1 {
	font-size: 30px;
	color: #92a1ae;
	padding: 8px 0 18px 0;
	line-height: 32px;
}

h2 {
	font-size: 18px;
	color: #105c80;
	padding: 0 0 20px 0;
	line-height: 22px;
}

h3 {
	font-size: 17px;
	color: #096692;
	font-weight: normal;
}

h4 {
	color: #096692;
	padding: 0 0 10px 0;
	font-size: 11px;
}

h5 {
	font-size: 14px;
	color: #92a1ae;
	padding: 0 0 10px 0;
}

ul {
	list-style-type: none;
	margin: 0 0 0 18px;
}

li {
	background: url(/images/ulbg.gif) no-repeat 0px 4px;
	padding: 0 0 5px 12px;
}

a {
	color: #FF9900;
	text-decoration: none;
	cursor: pointer;
}

a:hover, a.active {
	text-decoration: underline;
}

img {
	border: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.hidden {
	display: none;
}

p {
	padding: 0 0 10px 0;
}


/* end global */


/* basic */

#wrap {
	width:1000px;
	margin: 0 auto
}

#content {
	clear: both;
	float: left;
	width: 1000px;
	background: #fff;
	padding-bottom: 50px;
}

#columnLeft {
	float: left;
	margin-top: 30px;
	width: 150px;
	padding: 0 0 0 25px;
}

#columnRight {
	float: right;
}

/* end basic */


/* header */

#header {
	height: 126px;
	width: 100%;
	background: url(/images/bg_header.gif) 0 100% no-repeat;
	position: relative;
}

#logo {
	width: 200px;
	float: left;
}

#logo img {
	margin: 88px 0 0 34px;
}

.textOrange {	
	color: #ff9900;
}

.subheaderOrange {
	font-size: 13px;
	font-weight:normal;
	color: #ff9900;
	padding: 0;
}

.subheaderGray {
	font-size: 13px;
    font-weight:normal;
	color: #aea59c;
	padding: 0;
}


.navigation {
	position: absolute;
	top: 20px;
	left: 49px;
	height: 106px;
}

.navigation a {
	color: #5A4B3A;
}

.navigation a:hover {
	color: #fff;
	text-decoration: none;
}

.pad1 {
	padding: 0 0 0 10px;
}

.pad2 {
	padding: 0 0 0 20px;
}

.pad3 {
	padding: 0 0 0 30px;
}

.pad4 {
	padding: 0 0 0 40px;
}

#building-construction {
	width: 158px;
	height: 106px;
	position: absolute;
	left: 80px;
	display:block;
	z-index: 1;
}

#civil-utility {
	width: 158px;
	height: 106px;
	position: absolute;
	left: 180px;
	display:block;
	z-index: 1;
}

#facilities {
	width: 201px;
	height: 106px;
	position: absolute;
	left: 279px;
	display:block;
	z-index: 1;
}

#experience {
	width: 211px;
	height: 106px;
	position: absolute;
	left: 421px;
	display:block;
	z-index: 1;
}

#work-with {
	width: 158px;
	height: 106px;
	position: absolute;
	left: 570px;
	display:block;
	z-index: 1;
}

#contact-lin {
	width: 158px;
	position: absolute;
	left: 720px;
	display:block;
	z-index: 1;
	padding-top: 74px;
	color: #fff!important;
}

#search-bar {
	width: 158px;
	position: absolute;
	left: 786px;
	display:block;
	z-index: 1;
	margin-top: 74px;
	color: #fff!important;
}

#search-bar * {
	vertical-align: text-top;
}

#search-bar .form-text {
	width: 51px;
	height: 12px;
	overflow: hidden;
	font-size: 10px;
	margin: 0 5px;
	border: none;
	background: url(/images/search-bar.gif) no-repeat 0 0;
	margin-top: 4px;
	padding: 0 3px;
	line-height: 10px;
	color: #FFF;
	
}

#search-bar .form-button {
	border: none;
	height: 10px;
	background: #fff;
	font-size: 9px;
	padding: 0 0 0 0;
	margin-top: 4px;
	overflow: hidden;
	width: 19px;
	background: url(/images/search-button.gif) no-repeat 0 0;
}

#contact-lin:hover {
	color: #5A4B3A!important;
}

#experience-lin {
	padding: 8px 0 0 6px;
	display: block;
}

#work-with-lin {
	padding: 8px 0 0 6px;
	display: block;
	color: #fff!important;
}

#work-with-lin:hover {
	color: #fff!important;
}

.linkHolder {
	padding: 66px 0 0 50px;
	display: block;
}

.subnav {
	position: absolute;
	bottom: 45px;
	z-index: 100;
	display: none;
	width: 150px;
}

.subnav a {

}

.subnav a:hover {
	color: #fff;
}

#building-construction-sub {
	left: 105px;
}

#civil-utility-sub {
	left: 206px;
}

#facilities-sub {
	left: 305px;
}

#experience-sub {
	left: 428px;
}

#work-with-sub {
	left: 588px;
}

/* end header */


/* content */

.homeMessage {
	padding: 5px 30px;
	font-weight: normal; /*bold*/
	font-size: 10px; /*10*/
	text-align: center;
	letter-spacing:-.5px
}

.colLeft1 {
	border-right: 1px solid #fff;
}

.colLeft2 {
	width:200px!important;
}

h3.lefttitle {
	font-size: 14px;
    font-weight:normal;
	color: #FF9900;
	margin-left: 10px;
	padding: 0 0 10px 0;
}

ul.navUl {
	margin: 0;
}

ul.navUl li {
	background: url(/images/ulbg.gif) no-repeat 0 6px;
	list-style: none;
}

.navUl li.active {
	background: url(/images/ulbgOver.gif) no-repeat 0 6px;
}

.navUl li.active a {
	color: #FF9900;
}

ul.navUl a {
	color: #5A4B3A;
}

ul.navUl a:hover {
	color: #FF9900;
}

ul.navUl li ul {
	margin: 0 0 0 0;
}

ul.navUl li ul li {
	background: url(/images/ulbg2.gif) no-repeat 0 6px;
}

.navUl li.active li a, .navUl li li a {
	color: #5A4B3A;
}

.colRight1 {
	width: 810px;
}

.colRight2 {
	width: 764px!important;
	padding: 0;
	margin: 0;
	
}

.projectImg {
	float: right;
	margin-left: 15px;
}

.productHolder {
	border-bottom: 3px solid #FF9900;
	float: left;
	width: 100%;
}

.productHolder img {
	float: right;
	margin-left: 15px;
}

.productHolderTeam {
	border-bottom: 3px solid #FF9900;
	float: left;
	width: 100%;
}

.caseStudy {
	color: #ADA59C;
}

.caseText {
	margin-top: 60px;
	padding-left:15px;
	width: 375px;
}

.projectText {
	margin-top: 60px;
	padding-left:15px;
	width: 255px;
}

h4.caseStudy {
	color: #C1BBB4;
	font-size: 10px;
}

h3.projecttitle {
	color: #FF9900;
	font-size: 14px;
	margin-bottom: 15px;
}

h3.projecttitle1 {
	color: #FF9900;
	font-size: 18px;
	margin-bottom: 15px;
}

.projectThumbs {
	border-top: 3px solid #FF9900;
	margin-top: 15px;
	clear: both;
	float: left;
	width: 100%;
	background: url(/images/bg_projectThumbs.gif) repeat-x 0 0;
}

.thumbsLeftText {
	width: 222px;
	padding: 23px 8px 10px 8px;
	border-right: 5px solid #fff;
	float: left;
	height: 113px;
}

h3.thumbTitle {
	color: #fff;
	font-size: 15px;
	margin-left: 12px;
	margin-bottom: 10px;
}

.thumbsLeftText ul li a, .PortBox ul li a, .PortBox ul li, .thumbsLeftText ul li {
	color: #fff;
	background: url(/images/ulbg1.gif) no-repeat 0 6px;
}

.thumbsLeftText ul, .PortBox ul {
	padding: 0 0 5px 0px;
	margin: 0 0 0 12px;
}

.thumbHolder {
	float: left;
	background: url(/images/thumbHolder.gif) repeat 0 0;
	height: 136px;
	width: 540px;
}

.thumbHolder img {
	border-right: 5px solid #fff;
	border-bottom: 5px solid #fff;
	float: left;
}

.PortBox {
	width: 232px;
	padding: 15px 8px 5px 8px;
	border-right: 5px solid #fff;
	float: left;
	height: 140px;
    background-color: #887f6e;
}

.lastPortBox {
	border: none;
}

.big {
	font-size: 16px;
	font-weight: bold;
}

.thumbHolder1 {
	margin-top: 15px;
	clear: both;
	float: left;
}
	
/* end content */


/* inner content */


/* end inner content */


/* footer */

#footer {
	clear: both;
	width: 1000px;
	height: 30px;
	color: #555;
	/*background: url(/images/bg_footer.gif) no-repeat 388px 0 #FF9900;*/
	background: #FF9900;
	padding: 0px 0 10px 0;
	margin: auto;
	text-align:center;
}

#footer a {
	color: #555;
}

.footerLinks {
	float: left;
	padding: 11px 10px 0 10px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	vertical-align:top;
}

.footerLinks span {
	padding: 0 0px 10px 0;
	margin: 0 0 10px 0;
}

.footerSlash {
	border:none;
    padding-top:5px;
	margin: 0;
	float: left;
    display:block;
}

.bottomNav {
    clear: both;
	width: 960px;
	color: #fff;
	padding: 10px 20px;
	margin: auto;
}

.bottomNav a {
	color: #fff;
    font-weight:bold;
    text-decoration:none;
}

.bottomNav a:hover {
	color: #fff;
    text-decoration:none;
}

/* end footer */

.mainLeft {
    float:left;
}

.mainLeft ul {
	padding: 0 0 5px 0px;
	margin: 0 0 0 0px;
}

.mainRight {
    float:right;
}


h2.bodyHeader {
	font-size: 18px;
    font-weight:normal;
	color: #ff9900;
	padding: 0 0 10px 0;
}


h3.sidebarHeader {
	font-size: 10px;
    text-transform:uppercase;
	color: #ff9900;
	padding: 2px 0;
    border-top: 1px solid #ff9900;
    border-bottom: 1px solid #ff9900;
    margin-bottom:8px;
}


.sidebarPad {
	padding-right: 18px;
}


.quote {
	position:relative;
    left:-20px;
    margin-top:12px;
    padding-left:22px;
    background: url(/images/bgQuote.gif) no-repeat;
	color: #ff9900;
	font-size: 12px;
    line-height:16px;
}


.quoteAuthor {
	color: #aea59c;
	font-size: 12px;
}


.newsItem {
	padding-bottom:15px;
	margin-bottom:15px;
    border-bottom: 1px solid #999;
}


.newsImg {
	float:left;
	padding-right:12px;
	padding-bottom:8px;
}

.caseInfo {
    display:none;
}

.block {
    display:block;
}

.blogWrap {
    background-image:url('/images/bgBlogWrap.gif');
    background-repeat: repeat-y;
    background-position: right;
    padding-top:48px;
}

.blogLeft {
    float:left;
    width:502px;
    padding:0 84px 20px 34px;
}

.blogRight {
    float:right;
    width:280px;
    padding:0 50px 20px 50px;
    color:#fff;
}

.blogRight td a {
    color:#fff;
}

.blogRight td a:hover {
    color:#fff;
}

.blogHeader {
	font-size: 18px;
    font-weight:normal;
	color: #ff9900;
	padding: 0 0 10px 0;
}

.blogSubheader {
    font-size:9px;
    color:#ff9900;
    padding-bottom:6px;
    font-weight:bold;
}


.blogPost {
    padding-bottom:20px;
    border-bottom: 2px solid #ff9900;
    color:#887f6e;
}

.blogDate {
    font-size:9px;
    color:#ada59c;
    padding-bottom:6px;
}

.blogLeft .blogAuthor {
    font-size:10px;
    color:#c7bfb6;
    padding-top:6px;
}

.blogLeft .blogAuthor a {
    font-size:10px;
    color:#c7bfb6;
}

.blogRight td a.blogAuthor {
    font-size:10px;
    font-style: italic;
    color:#fff;
}

.blogCatWrap {
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
}

.blogPostWrap {
    padding-bottom: 2px;
    border-bottom: 1px solid #ff9900;
    margin-bottom: 2px;
}

.blogDividerOrange {

    padding-top:6px;
}

.navSubhead {
    display:block;
	font-size: 11px;
	color: #FF9900;
	margin-left: 10px;
    margin-bottom:6px;
    font-weight:bold;
}

.execImg {
    position:absolute;
    left:163px; /*168*/
    top:70px;
    width:622px;
    z-index:5;
}

.execImg p {
    margin:0;
    padding:0;
}

.teamTitle {
    font-style: italic;
}

.searchHeader {
    font-size: 12px;
    font-weight:bold;
}

.bold {
    font-weight:bold;
}

.rhombOver {
    display:none;
    width:160px;
    height:65px;
    position:absolute;
    opacity: 0.4;                    /* Firefox, Safari(WebKit), Opera */
   -ms-filter: "alpha(opacity=40)"; /* IE 8 */
   filter: alpha(opacity=40);       /* IE 4-7 */
   zoom: 1;       /* set "zoom", "width" or "height" to trigger "hasLayout" in IE 7 and lower */
}

.rhombOver img {
  display:block;
}

#teamSlot1 {
    left:114px;
    top:0;
}

#teamSlot2 {
    left:244px;
    top:0;
}

#teamSlot3 {
    left:374px;
    top:0;
}

#teamSlot4 {
    left:504px;
    top:0;
}

#teamSlot5 {
    left:634px;
    top:0;
}

#teamSlot6 {
    left:2px;
    top:72px;
}

#teamSlot7 {
    left:132px;
    top:72px;
}

#teamSlot8 {
    left:262px;
    top:72px;
}

#teamSlot9 {
    left:392px;
    top:72px;
}

#teamSlot10 {
    left:522px;
    top:72px;
}

/* new for header */


#building-construction2 {
	width: 127px;
	height: 50px;
	position: absolute;
	left: 110px;
    top:57px;
    padding:0 0 0 20px;
	display:block;
	z-index: 1;
}

#building-construction2-sub {
	left: 77px; /* 80 */
	height: 30px;
	width: 100px;
    padding-top:27px;
    padding-left:28px;
}

#civil-utility2 {
	width: 128px;
	height: 50px;
	position: absolute;
	left: 209px;
    top:57px;
    padding:0 0 0 20px;
	display:block;
	z-index: 1;
}

#civil-utility2-sub {
	left: 176px; /*180*/
	height: 30px;
	width: 100px;
    padding-top:27px;
    padding-left:28px;
}

#facilities2 {
	width: 171px;
	height: 50px;
	position: absolute;
	left: 309px;
    top:57px;
    padding:0 0 0 20px;
	display:block;
	z-index: 1;
}

#facilities2-sub {
	left: 277px; /*279*/
	height: 30px;
	width: 100px;
    padding-top:27px;
    padding-left:28px;
}

#experience2 {
	width: 181px;
	height: 50px;
	position: absolute;
	left: 452px;
    top:57px;
    padding:0 0 0 25px;
	display:block;
	z-index: 1;
}

#experience2-sub {
	left: 422px;
	height: 57px;
	width: 200px;
    padding-top:0;
    padding-left:10px;
}
/* -------------- added wm 11/4/2009 ----------------------*/
#experience2 {
	width: 181px;
	height: 50px;
	position: absolute;
	left: 452px;
    top:57px;
    padding:0 0 0 25px;
	display:block;
	z-index: 1;
}

#experience2-sub {
	left: 414px;
	height: 67px;
	width: 200px;
    padding-top:0px;
    padding-left:20px;
    margin-top:10px;
}

#work-with2 {
	width: 100px;
	height: 50px;
	position: absolute;
	left: 602px;
    top:57px;
    padding:0 0 0 23px;
	display:block;
	z-index: 1;
}

#work-with2-sub {
	left: 570px; /*571*/
	height: 30px;
	width: 200px;
    padding-top:27px;
    padding-left:15px;
}

#work-with2-lin {
	color: #fff!important;
}

#work-with2-lin:hover {
	color: #fff!important;
}

.linkHolder2 {
	padding: 0;
	display: block;
}

.subnav2 {
	position: absolute;
	bottom: 49px;
	z-index: 100;
	display: none;
    background-image:url(/images/subnav2On.gif);
    background-position:top left;
    background-repeat:no-repeat;
}

.subnav2On {
	position: absolute;
	bottom: 49px;
	z-index: 100;
	display: block;
    background-image:url(/images/subnav2On.gif);
    background-position:top left;
    background-repeat:no-repeat;
}

/* -------------- added wm 11/4/2009 ----------------------*/

.subnav2a {
	position: absolute;
	bottom: 49px;
	z-index: 100;
	display: none;
    background-image:url(/images/subnav2aOn.gif);
    background-position:top left;
    background-repeat:no-repeat;
}

.subnav2aOn {
	position: absolute;
	bottom: 49px;
	z-index: 100;
	display: block;
    background-image:url(/images/subnav2aOn.gif);
    background-position:top left;
    background-repeat:no-repeat;
}

.navlink2 {
	display:block;
    padding:12px 0 8px 0;
    line-height: 13px;
}

.navlink2On {
	display:block;
    padding:12px 0 8px 0;
    color:#fff;
    line-height: 13px;
}

.linkHolder2On {
	padding: 0;
	display: block;
    color:#fff;
}

.linkBg2On {

}

.subnavLinkOn {
    color:#fff;
}

.subnavLinkOn:hover {
    color:#fff;
}

.linkBg2 {
}

 /* end new for header */




