

/* Presentation Stylesheet */ 
body, html {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #5e6366;
	padding: 0;
	margin: 0;
}

/* topmenu links */
#topmenu ul li a {
	color: #ffffff;
	text-decoration: none;
	background: inherit;
	font-size: 11px;
	
}

#topmenu a:hover {
	color: #c3b089;
	background: iherit;
}

/*  top image for each page */
div#home-image {
	background: url(images/home-image.jpg) no-repeat;
	width: 860px;
	height: 109px;
	margin: 0;
	padding: 0;
}

a {
	color: #554125;
	text-decoration: none;
	background: inherit;
}

a:hover {
	text-decoration: underline;
	font-weight:bold;
}

a.news {
	text-decoration: underline;
}

body#about a#about,
body#work a#work,
body#contact a#contact,
body#careers a#careers {
	color: #c3b089;
	background: inherit;
	font-weight:bold;
}

.textbold {
	font-weight: bold;
}

#content ul li, #content ol li {
	padding: 0;
}

p.breadcrumb, .breadcrumb a {
	font-size: 9px !important;
	color: #7F7F83;
	background: inherit;
	text-decoration: none;
	
}

.breadcrumb a:hover {
	text-decoration: underline;
} 

.error {
	color: #ff0000;
	background: inherit;
}

/* left column */

#left p {	
	padding-bottom: 5px;
}

#left ul {
	list-style: url('images/diamond.gif') inside;
	margin: 0;
	padding: 0 15px;
}


#left ul li {
	padding: 10px 0;
	border-bottom: 1px solid #566366;
} 

#left ul li.last {
	border: none;
}

#left a, #left ul li a {
	color: #30302f;
	text-decoration: none;
	font-size: 12px;
	line-height: 12px;
	background: inherit;
	vertical-align: middle;
}

#left a:hover, #left ul li a:hover {
	color: #30302f;
	background: inherit;
	font-weight: bold;
	text-decoration: underline;
}

#left-images {
	padding-top: 40px;

}

#left-images2 {
	padding-top: 20px;

}


body#about #left a#history, 
body#about #left a#industry, 
body#about #left a#leadership,
body#about #left a#people,
body#work #left a#capabilities,
body#work #left a#markets,
body#work #left a#projects {
	font-weight: bold;
	text-decoration: underline;
}

/* content copy */
#content p {
	padding: 0;
 }
 
#content p, #content ul li, #content ol li {
}	 
 
#content ul {
	margin: 0 15px;
	padding: 0px;
}


h1 {
	margin:0; 
	padding: 15px 0 0 0;
	font-size: 16px;
	color: #554125;
	background: inherit;
}

h2 {
	font-size: 10pt;
	color: #5e6366;
	font-weight: bold;
}

p.logos {
	text-align: center;
	padding: 0 0 10px;
	margin: 0;
}

.italic {
	font-style: italic;
}

body#leaders p, body#leaders h1 {
	padding: 0 15px;
}

div.lead-images {
	float: right;
	padding: 20px 10px 10px 15px;
}

div.open {
	text-align: right;
	padding: 0 10px 20px 0;
}

div.open ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

div.open li {
	display: inline;
}



	

/* styles for a 3-column table */

div.table-row {
  background: inherit; 
  margin-left: 25px;
  padding-left: 0; 
  
}

.leftcol {
	border: none; 
	float: left; 
	margin: 0; 
	padding: 0 15px 0 0; 
	width: 30%;

}

.leftcol p, .rightcol p, .centercol p {
	margin-left: -25px;
	font-size: 11px;
	line-height: 16px;
}

.centercol {
	border: none; 
	float: left; 
	margin: 0; 
	padding: 0 15px 0 15px;; 
	width: 30%;
}	

.rightcol {
	float: left;
	border: none; 
	float: right; 
	margin: 0; 
	padding: 0; 
	width: 30%;
}


div.tablespace {
  clear: both; 
  margin: 0;
  padding: 0; 
  width: auto;
  height: 25px;
} 

div.tablespace2 {
  clear: both; 
  margin: 0;
  padding: 0; 
  width: auto;
  height: 5px;
} 

/* end 3-column table */

/* styles for a 3-column table */

div.table-row {
  background: inherit; 
  margin-left: 0px;
  padding-left: 0; 
  
}

.leftcol2 {
	border: none; 
	float: left; 
	margin: 0; 
	padding: 0 10px 0 0; 
	width: 20%;
}

.leftcol2 p, .centercol2 p {
	margin-left: -25px;
	font-size: 11px;
	line-height: 16px;
}

.centercol2 {
	border: none; 
	float: left; 
	margin: 0; 
	padding: 0 15px 0 5px;; 
	width: 30%;
}	

div.tablespace2 {
  clear: both; 
  margin: 0;
  padding: 0; 
  width: auto;
  height: 5px;
} 

/* end 2-column table */

body.bios {
	background-color: #ffffff;
	color: #000000;
}

/* footer */ 
#footer {
	font-size: 9px;
	text-align: center;
	color: #5e6366;
	padding: 20px 0 10px 0;
}

#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer li {
	display: inline;
}

#footer li.copy {
	padding-right: 15px;
}
 
#footer p {
	padding-bottom: 0;
	margin-bottom: 0;
	line-height: 12px;
}

#footer a {
	color: #5e6366;
	background: inherit;
	text-decoration: none;

}

#footer a:hover {
	text-decoration: underline;
	font-weight: normal;
}
	
	 
