﻿html
{
    background-color:Black;
}

body
{
    background-image: url(../images/header-bg-wide.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    font-family: Arial;
    color: #d8d8d8;
}

a
{
    color: #dfdfdf;
    text-decoration: none;
}

em
{
	  font-style: italic;
}

a:hover
{
    text-decoration: underline;
}

	
#yuiMenu a:hover
{
    text-decoration: none;
}

	
#container
{
		width: 1053px;
		min-width: 925px;
    margin: auto;
}


#logo
{
    padding-left: 88px;
    padding-bottom: 17px;
}

#siteTabs
{
	
	padding-top: 14px;
	padding-left: 70px;
}

#siteTabs ul
{
	line-height: 1;
}

#siteTabs li
{
	float: left;
	padding-right: 15px;
	margin-bottom: -2px;
	*margin-bottom: -3px;
}

#siteTabs li a
{
	line-height: 1;
}

#siteTabs .hide
{
	display: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#siteTabs li { margin-bottom: -1px;}	
}

#topMenu
{
	float: right;
	width: 600px;
	padding-top: 10px;
	padding-right: 70px;
}

#topMenu #topLinks
{
    margin-left: 350px;
    height: 145px;  
}

#topMenu #topLinks li
{
    float: left;
    border-left: solid 1px white;
    padding: 0px 10px;
    line-height: .75; 
}

#topMenu #topLinks li.first
{
    border-left: none;
}


#topMenu #topLinks a
{
	font-size: 85%;
	font-weight: bold;
	color: #F3F3F3;
}

#topMenu #topLinks a:hover
{
	color: #ECAB33;
	text-decoration: none;
}



#bdWrapper
{
    background-image: url(../images/body-bg-left.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-left: 12px;
    margin-bottom: 2px;
}

#bd
{
   background-image: url(../images/body-bg-right.jpg);
   background-repeat: no-repeat;	
   background-position: right bottom; 
	 width: 1032px; 
   margin-left: 11px;
   padding-bottom: 20px;
}

#leftCol
{
    margin-right: 435px;
}

#wideCol
{
	margin-right: 120px;
	width: 910px;
}

#mainColContent
{
    border: solid 1px #444242;
    margin-left: 110px;
    padding: 15px;
}

#mainColContent.home
{
    background-image: url(../images/leftCol-bg.jpg);
    background-repeat: no-repeat;
    padding: 220px 10px 10px 14px; 
    
}

#mainColContent h1
{
    font-family: Verdana;
    font-size: 197%;
    color: White;
    font-weight: bold;
    padding-bottom: 3px;    
}
#mainColContent h2
{
    font-family: Verdana;
    font-size: 157%;
    color: White;
    font-weight: bold;
    padding-bottom: 3px;    

}


#mainColContent h3
{
	/*padding-left: 30px; hung*/
	/*font-size: 180%; hung*/
	font-size: 120%;
	/*margin-top: -10px; hung*/
	color: #fffefe;
}

#mainColContent h4
{
		font-family:Arial, Helvetica, sans-serif;
    color: #de751d;
    font-size: 180%;
    font-weight: bold;
    padding: 6px;
		text-align: right;
    
}
#mainColContent h5
{
	font-family:Arial, Helvetica, sans-serif;
    color: #de751d;
    font-size: 123.1%;
    font-weight: bold;
    padding: 6px;
		text-align: right;
    
}

#mainColContent .ProjectHeader
{
		font-family:Arial, Helvetica, sans-serif;
    color: #de751d;
    font-size: 180%;
    font-weight: bold;
    padding: 6px;
    
}

#mainColContent .ProjectContent
{		
		font-family:Arial, Helvetica, sans-serif;
	  font-size: 123.1%;
    padding: 6px;
}
#mainColContent .ProjectDescription
{		
		font-family:Arial, Helvetica, sans-serif;
	  font-size: small;
    padding: 6px;
}


#mainColContent h1.title
{
    border-bottom: solid 1px #bf6a14;
    margin-bottom: 15px;
}

#mainColContent p
{
    padding-bottom: 20px;
    font-size: 123.1%;
}

#mainColContent p.Orange
{
	color:#B75309; font-size:medium; font-weight:bold;
}

#mainColContent a
{
	color: #B75309;
	text-decoration:underline;
}

#mainColContent a.SiteMapLink
{
	color: #de751d;
	text-decoration:underline;
	padding: 10px;
}

#mainColContent a:hover 
{
	color:#bebebe;
	text-decoration:underline;
}

/*
#mainColContent table
{
   margin-left: 20px;
   margin-top: 169px;
}


#mainColContent td
{
    padding-right: 75px;
}
*/

#emailAddresses table, .emailAddresses table	{	
	width: 100%;
	border: 1px solid #666666;
	padding: 4px;
	}

#emailAddresses td, .emailAddresses td	{
	padding: 7px;
	border: 1px solid #666666;		
}

#emailAddresses th, .emailAddresses th {
	height: 40px;
	padding: 7px;
}

#emailAddresses thead th, .emailAddresses thead th{	
	border: 1px solid #666666;
	padding: 4px;
}


.addressT table {
	widows: 320px;
	border: none;
}

.addressT td {
	padding: 2px;
	border: none;
}
	
#mainColContent li
{
    font-weight: bold;
    font-size: 110%;
    list-style-type: disc;
		margin-left: 40px;
		line-height: 150%;
}
#mainColContent ul
{
}

#mainColContent ol
{
    font-weight: normal;
    font-size: 100%;
		margin-left: 40px;
		line-height: 150%;
}

#mainColContent ol li
{
	list-style-type: decimal;
	}
	
#mainColContent ul.IndexPage
{
    font-size: 160%;
    list-style-type: disc;
		margin-left: 10px;
		line-height: 150%;
		color: #B75309;

}
#mainColContent li.LiIndexPage
{
	font-weight: normal;
}


#mainColContent #rightImage
{
    padding: 7px;
	  margin: 0 0 0 7px;
    background-image: url(../images/rightCol-bg.jpg);
    background-repeat: no-repeat;
	  float:right;
}

#mainColContent #leftImage
{
    padding: 7px;
	  margin: 0 7px 0 0;
    background-image: url(../images/leftCol-bckgrd.jpg);
    background-repeat: no-repeat;
	  float:left;
}

#mainColContent #HistoryPage
{
    padding: 7px;
	  margin: 0 0 0 7px;
    background-image: url(../images/History_Page_bg.jpg);
    background-repeat: no-repeat;
	  float:right;
}

#mainColContent #ServicesPage
{
    padding: 7px;
	  margin: 0 0 0 7px;
    background-image: url(../images/Services_bg.jpg);
    background-repeat: no-repeat;
	  float:right;	
}

#mainColContent #CivilPage
{
    padding: 7px;
	  margin: 0 0 0 7px;
    background-image: url(../images/civil_bottom_bk.jpg);
    background-repeat: no-repeat;
	  float:right;	
}



#mainColContent #longImage

{
	padding-top: 8px;
	width: 768px;
	height: 303px;
    background-image: url(../images/pic-bckgrd-long-mstr.jpg);
    background-repeat: no-repeat;
	text-align: center;
}

#mainColContent #CivilBottomBackground, #mainColContent .CivilBottomBackground

{
	padding-top: 4px;
	width: 313px;
	height: 276px;
    background-image: url(../images/civil_bottom_bk.jpg);
    background-repeat: no-repeat;
	text-align: center;
}



#mainColContent #CivilRightBottomBackground

{
	padding-top: 8px;
	margin-left: 100px;
	width: 303px;
	height: 276px;
    background-image: url(../images/civil_bottom_bk.jpg);
    background-repeat: no-repeat;
	text-align: center;
}

#mainColContent #StructuralBottomBackground

{
	padding-top: 8px;
	width: 303px;
	height: 276px;
    background-image: url(../images/civil_bottom_bk.jpg);
    background-repeat: no-repeat;
	text-align: center;
	float: left;
}


		
#rightCol
{
    float:right;
    width: 418px;
}

#rightColContent
{
    width: 303px;      
}

#rightColContent #rightImage
{
    padding: 7px;
    background-image: url(../images/rightCol-bg.jpg);
    background-repeat: no-repeat;
}

#projectSamplesSlider
{
    background-image: url(../images/project-sample-bg.jpg);
    background-repeat: no-repeat;
}

.scroll
{
    height: 246px;    
}

.scrollContainer div.panel
{
    height: 279px;
    width: 296px;          
}


#projectSamplesSlider .panel
{
    padding: 8px 0px 0px 8px;
}

#projectSamplesSlider .panel .caption
{
    font-size: 116%;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
}

#buttons
{
    height: 35px;
    padding-left: 10px;
}

#buttons li
{
    float: left;
    padding: 4px;
}

#buttons li a
{
    padding: 2px 0px;
    font-size: 116%;
    font-weight: bold;
    display: block;
    background-image: url(../images/button-bg.gif);
}

#buttons li a:hover
{
    background-position: 0 -25px;
    text-decoration: none;
}

#buttons li a.selected
{
    background-position: 0 -25px;
}

#news
{
    background-color: #121212;
    border: solid 1px #333333;
    background-image: url(../images/news-bg.jpg);
    background-repeat: no-repeat;
    margin-top: 15px;
}

#news  a
{
	color: #B75309;
	text-decoration: underline;

}
#news a:hover 
{
	color:#bebebe;
	text-decoration: underline;

}

#news h1
{
    margin: 6px;
    font-size: 131%;
    color: White;
    font-weight: bold;
    background-color: #242424;
    padding: 1px;
    padding-left: 5px;
}

.newsStory
{
    margin: 6px;
    padding: 5px;
    background-image: url(../images/newsStory-bg-stretch.jpg);
    background-repeat: no-repeat;
}

#news h2
{
    color: #de751d;
    font-size: 93%;
    font-weight: bold;
    padding-bottom: 2px;
    
}

#news h3
{
	font-size: 120%;
	color: #fffefe;
}

#news h3 ul li
{
	list-style: outside disc;
	margin-left: 15px; 
}

#solutions
{
	margin-top: 15px;
	background: url(../images/sidebar-box-bg.jpg) no-repeat;
	padding: 10px;
	font-family: Arial;
	color: #ffffff;
	height: 175px;
}

#solutions h1
{
	font-size: 19px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 4px;
}


#solutions li
{
	list-style: disc outside;
	font-size: 17px;
	font-weight: normal;
}

#ftRod
{
    margin-top: 0;
}

#ft
{
    border-top: solid 1px #bf6a14;   
}

#ft a:hover
{
	color: #B75309;
	text-decoration: none;
}


#ftContent
{
    width: 860px;
    margin: auto;
    margin-top: -2px;    
}

#ft #links
{
    padding-left: 12px;
    padding-bottom: 40px;
		font-size: 92%;
}

#ft #links li
{
    font-size: 93%;       
    float: left;
    padding: 5px 7px;
}

#ft #address
{
    padding-left: 142px;
    padding-bottom: 20px;
	padding-top: 10px;
	margin: 5px;
	line-height: 150%;
}

#ft #address li
{
    font-size: 93%;
    line-height: .75;
    float: left;
    padding: 0px 8px;
    border-left: solid 1px #dfdfdf;
}

#ft #address li.first
{
    border-left: none;
}

#ft #copyright
{
    font-size: 77%;
    text-align: center;
    color: #bebebe;
    padding-bottom: 20px;
}

#ft #copyright a
{
	color: #B75309;
	text-decoration: none;

}
#ft #copyright a:hover 
{
	color:#bebebe;
	text-decoration: none;

}
#ftWrapper
{
	width: 1053px;
	min-width: 925px;
}

#mainColContent .NormalList
{
	font-family: Arial, Helvetica, sans-serif;
    color: #d8d8d8;
	font-size: 85%;
	font-weight: normal;
	padding-left:10px;
}
