html, body {
	background-color:#000;
	margin:0px 0px 0px 0px;
	height:100%;
	width:100%;
	min-height: 100%;
	font-family:arial, Geneva, sans-serif;
	font-size:11px;
	color:#000;
}

/*Float clearing fix*/
.clearfix:after {
    content: ".";
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .clearfix {height: 1%;}
/*End float clearing fix*/

img{
	display:block;
	margin:0px 0px 0px 0px;
	border:none;
}

a img, img a{border: none;}

form{
	margin:0px 0px 0px 0px;
}

#container{
  position: absolute;
  top: 0;
  padding: 0;
  height: 100%;       /* should be auto */
  width:100%;
  min-height: 100%;


}
html>body, html>body #container {
  height: auto;
}
#header{
padding-top:30px;


}
#content_box{
	display:block;
	position:relative;
	width:816px;
	left:50%;
	margin-left:-407px;
}
#main_nav{
	float:left;
	display:block;
	position:relative;
	top:25px;
}

#main_nav a img{
	display:inline;
	float:left;
}

#home_mast{
	float:left;
	padding-top:45px;
}

#home_callouts{
	float:left;
	margin-top:25px;
	font-size: 10px;
	line-height:12px;
	color: #ddd;
}
#home_callouts .more_btn{
	display:block;
	padding-left:5px;
	margin-top:-4px;
}
#home_callouts .copy{
	display:block;
	margin:63px 120px 7px 12px;
	padding-bottom:10px;
	color:#868686;
	height:110px;
}
#home_callouts .callout1{
	display:block;
	float:left;
	width:264px;
	height:255px;
	background:url(images/home_callout1_bg.jpg) no-repeat;
	padding-left:5px;
}

#home_callouts .callout2{
	display:block;
	float:left;
	width:270px;
	height:255px;
	background:url(images/home_callout2_bg.jpg) no-repeat;
	padding-left:5px;
}
#home_callouts .callout3{
	display:block;
	float:left;
	width:267px;
	height:255px;
	background:url(images/home_callout3_bg.jpg) no-repeat;
	padding-left:5px;
}












#home_news{
	display:block;
	background:url(images/home_news_bg.jpg) no-repeat;
	width:386px;
	height:158px;
	margin-top:10px;
	float:left;
	margin-bottom: 20px;

}
#home_current_prj{
	display:block;
	background:url(images/home_curr_prj_bg.jpg) no-repeat;
	width:388px;
	height:160px;
	margin-top:10px;
	float:left;
	margin-left:15px;
	line-height: 12px;
	margin-bottom: 20px;

}

#home_current_prj .copy{
	display:block;
	height:108px;
	padding-top:42px;
	color:#c1c0bd;
	font-size:10px;
	padding-right:15px;
	overflow: hidden; line-height:12px;

}


#home_current_prj .image{
	float:left;
	margin-right:10px;
	margin-left:10px;
}
#home_current_prj .title{
	color:#fec90e;
}
#home_current_prj .city_state{
	color:#979795;
	font-size:10px;
	display:block;
}
#home_current_prj .type{
	color:#4d4d4c;
	font-size:10px;
	display:block;
	padding-bottom:10px;
}

#home_current_prj .btn{
	display:block;
	margin-left:230px;
	margin-top:-8px;
}

#home_news .copy{
	display:block;
	height:106px;
	color:#c1c0bd;
	margin-top:40px;
	margin-left:12px;
	font-size:10px;
	margin-right:25px;
}

#home_news .btn{
	display:block;
	margin-left:113px;
}
#home_news .date{
	color:#5f5f5e;
	text-transform:uppercase;
	font-size:9px;
	display:block;
}
#home_news .image{
	float:right;
	display:block;
	width:105px;
	height:104px;
	margin-left:10px;
	text-align: center;
font-size: 10px;
}

.copy img{
	display:inline;
	padding-left:2px;
}

.copy .insite{ width: 80px; float: right; display: inline;}

.newsLinks{height: 100px;
 width: 210px;	line-height: 12px;
}

.newsLinks a{line-height: 12px; font-size: 10px; color: #fff; text-decoration:none;}
.newsLinks a:hover{text-decoration: underline;color: #fff;}

















#sub_container{
	background-image:url(images/subpage_border_top.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-top:24px;
	display:block;
	width:100%;
	padding-bottom:60px;

}

#sub_top_nav{
	background-image:url(images/subpage_nav_bg.jpg);
	background-repeat:no-repeat;
	width:804px;
	height:31px;
	padding-left:3px;
	margin-left:6px;
	margin-top:6px;
}

#sub_top_nav .divider{
	float:left;
	width:2px;
	height:31px;
	background-image:url(images/subpage_nav_divider.jpg);
	
}

#sub_top_nav a{
	float:left;
	padding:10px 15px 8px 15px;
}

#sub_top_nav a.active{
	background-image:url(images/sub_nav_active.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
}

#content{
	width:767px;
	background-color:#ededed;
	background-image:url(images/subpage_content_btm.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
	margin-left:6px;
	padding:15px 20px 25px 17px;

}


/*---  Text styles ----------------------------*/


h1{
	font-family:Tahoma, Geneva, sans-serif;
	margin:0px;
	font-size:19px;
	color:#2474a8;
	font-weight:normal;
}

h1 .grey{color: #999999}

h2{	margin:0px 0 3px 0;
	font-size:12px;
	color:#2474a8;
	font-weight:bold;
}

h3{margin: 0 0 3px 0; font-size: 12px;}

p{
	margin-top:0px;
}

hr{	border:0;
	border-top:#cacaca 1px solid;
	border-bottom:#fff 1px solid;
	margin-bottom:10px;
}

a{color: #033374;}
a:hover{color: #000;}

ul{margin: 5px 0 15px 10px; padding: 0;}

ul li{
	background-image:url(images/list_arrow.gif) ;
	background-repeat:no-repeat; 
	background-position: 0 3px;
	list-style-type: none;
	padding-left: 12px;
	margin: 0 0 5px 0;
}


#footer{
	position: absolute;
	clear:both;
	bottom:0px;
	margin-top:25px;
	width:100%;
	height:42px;
	border-top:#423404 1px solid;
	background-image:url(images/footer_tile.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	font-size:9px;

}

#footer .container{
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:815px;
}
.footer_links{
	float:left;
	padding-top:15px;
}
.footer_links a{
	color:#999999;
	text-decoration:none;
	padding-right:10px;
}
.copyright{
	display:block;
	float:right;
	color:#454544;
	text-align:right;
	padding-top:10px;
}
.copyright a{
	display:block;
	padding-top:2px;
	color:#454544;
}


#fade li {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	list-style-type:none;
	background-image:none;
	padding-left: 0px;
	margin: 0 0 0 0;
}

#home_news .copy .image ul {
    padding-left:1em;
    margin-left:0;
	margin-top:0px;
}

#home_news .copy .image .awarded_title{
padding-left:45px
}

/*Begin gallery styles*/

#project_content{
	width:782px;
	background-color:#ededed;
	background-image:url(images/psubpage_content_btm.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
	margin-left:6px;
	padding:15px 11px 24px 11px;
	font-family:Tahoma, Geneva, sans-serif;

}

#project_container{
	background-image:url(images/project_bg.jpg);
	width:782px;
}

.ptitle{
float:left;
clear:both;
font-size:17px;
color:#fdca0d;
padding-top:13px;
padding-left:12px;
}

.viewing{
	float:right;
	color:#ffcc00;
	font-size:9px;
	padding-right:12px;
	padding-top:10px;
}
.btns{
	display:block;
	width:300px;
	float:right;
	clear:right;
	padding-top:6px;
	padding-right:5px;
}
.btns input{
background-color:#cccccc;
}

#ctl00_previmg{
margin-right:-3px;
}

#prj_left_col{
	padding-top:30px;
	padding-left:20px;
	float:left;
	width:454px;
	clear:left;
	font-size:11px;
	color:#242424;
	
}
#p_image{
  display:block;
  width:454px;
  height:336px;

}

.arrows{
	color:#ffcc00;
	width:100%;
	text-align:center;
	display:block;
	margin-top:5px;
	display:inline;

}
.arrows table{
	padding-top:5px;

}

.thumb_table{
	padding-top:12px;
	display:block;
}

.thumb_table table tr td{
	padding-bottom:1px;
	padding-left:1px;
}
.thumb img{
	padding:1px;
	cursor:pointer;
	
}
.yellowBorder{
	background-color:#f6c60d;
}
.grayBorder{
	background-color:#aaa9a9;

}

#prj_right_col{
	padding-top:14px;
	float:right;
	width:280px;
	clear:right;
	font-size:11px;
	color:#242424;
	
}

.h_blue{
	color:#5380a1;
	font-weight: bold;

}
.location{
	display:block;
	padding-top:15px;
	
}
.value{
	display:block;
	padding-top:15px;
}
.completion{
	display:block;
	padding-top:15px;
}
.details{
	display:block;
	padding-top:15px;
}

.details ul{
	padding-left:0em;
	margin-left:0;
	margin-right:40px;
	list-style-type:none;
}
.details li{
	background-image:url(images/list_arrow.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:13px;
	line-height:13px;
	margin: 0 0 5px 0;
}

/*Headquarters gallery*/

#h_gallery{
	width:348px;
	height:317px;
	background:url(images/gallery_bg.jpg);
	float:left;
	margin-right:10px;

}

#h_image{
	width:327px;
	height:261px;
	display:block;
	padding:9px 0px 0px 10px;
}
#h_caption{
	display:block;
	padding:7px 0px 0px 11px;
	font-size:11px;
	font-weight:bold;
	float:left;

}
#h_right{
	display:block;
	padding-top:5px;
	padding-right:11px;
	float:right;
	padding-bottom:5px;

}
#h_right span img{
	display:inline;
	margin-bottom:-4px;
	cursor:pointer;
}
#h_paging{
	color:#8d8d8d;
	font-size:9px;
	padding-right:5px;
}





/*      Oblic overlapping tabs      */

#tabContainer{
  background-color:#FFFFFF;
  padding:0px;
  float:left;
  margin:0px 0px 0px 5px;
  width:755px;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
}

#tabContainer2{
  background-color:#FFFFFF;
  padding:0px;
  float:left;
  margin:0px 0px 0px 5px;
  width:715px;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
}

.tabBox{
  float: left;
  height: 25px;
  width: 755px;
  margin-left:6px;
	border-bottom: 1px solid #bbb;
}

ul.obtabs {
    list-style: none;
    margin: 1px 0 -1px 0;
    padding: 0;
    position: absolute;
}

ul.obtabs li.first {
    margin-left: 4px;
}

ul.obtabs li {
    float: left;
    display: block;
    height: 24px;
    padding-right: 15px;
    padding-left:0px;
    margin-left: -5px;
    position: relative;
    background: url(images/tabright-back.gif) 100% 0 no-repeat;
    border-bottom: 1px solid #bbb8a9;
    white-space: nowrap;
}

ul.obtabs li img{float: left; padding: 5px;}

ul.obtabs li.first {
    margin-left: 4px;
}

ul.obtabs span {
    height: 24px;
    line-height: 24px;
    padding-left: 7px;
    background: url(images/tableft-back.gif);
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	float: left;
}

html>body ul.obtabs span {
    display: block;
}

ul.obtabs li.active {
    z-index: 1;
    border-bottom: 1px solid #fff;
    height: 25px;
    background-image: url(images/tabright.gif);
	color: #2474a8;
	font-weight: bold;
  
}

ul.obtabs li.activeFirst {
    z-index: 1;
    border-bottom: 1px solid #fff;
    height: 25px;
    background-image: url(images/tabright.gif);
}

ul.obtabs li.active span {
    background-image: url(images/tableft.gif);
		color: #2474a8;

}

ul.obtabs a {
    color: #777;
	text-decoration:none;
	margin-left: 3px;
}

ul.obtabs li.active a {
color: #2474a8;

}

.tabContent{
	display:block;
	width:600px;
	padding:10px 10px 20px 12px;
	float:left;
}

/*---  Subpage ----------------------------*/

.photo_subpage{float: right; margin: 0 0 0 10px;}

.photo_history{float: left; border: 1px solid #ccc;}

.timeline{float: left;width: 430px; padding-left: 12px;}
.timeline .date{color:#2474a8; display: inline; width: 40px; float: left; font-size: 13px;}
.timeline p{padding: 3px 0; border-bottom: 1px solid #ddd; margin: 0; }

.imagegridtable{background: #fff; font-size: 10px; font-weight:bold; text-align: center;}
.imagegridtable td{border: 1px solid #eee; vertical-align:bottom; height: 190px; vertical-align:middle}
.imagegridtable img{margin-bottom: 15px;}
.ImageGridText{display: block;}

.galleryButtons{width: 100%; text-align:center; position: relative; left: 6px;}

a.bulleted{background: url(images/bullet-link.gif); background-repeat:no-repeat; background-position: 0 1px; padding: 0 0 5px 19px;}

#awardsListing img{ margin: 0 8px 8px 0; border: 1px solid #ccc; float: left;}
#awardsListing h1{color: #000; font-weight:bold; margin: 3px 0 10px 0; width: 100%; display: block; clear: both;}
#awardsListing h2{font-size: 13px; margin: 0 0 3px 0; padding: 0;display: block; clear: both;}
#awardsListing .text{padding: 20px; background-image: url(images/bg_textinset.gif); background-repeat: no-repeat;}
#awardsListing p{color: #333333; margin: 0 0 17px 0;}
#awardsListing p.floatL{float: left; clear: right;}

.insite{text-align: center;}
.insite img{margin-top: 3px;}

#contacts td{vertical-align: top; padding: 2px;}
#contacts .salesContact{background: #ddd; padding: 4px 2px;}

#project_content select{display: block; margin: 0 0 5px 0; width: 258px;}



/*---  Careers page ----------------------------*/
.careerButtons { height: 80px; }
.careerButtons a{float: left}

.careerTable{width: 700px;}
.careerTable td{vertical-align: top; padding-right: 50px;}

.tabContent h2{width: 720px; }

.GridTable td{background: red;}
