body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	background: url(/images/background.jpg) repeat left top;
}
p, br, h1, h2, h3, h4, h5, ul, li {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
a img, a:link img, a:visited img {
	border: none;
}
img.right {
	margin: 0px 7px 20px 30px;
	float: right;
	display: inline;
}


/* MAIN STRUCTURE */
#topCap {
	width: 984px;
	height: 50px;
	margin: 0px auto;
	background: url(/images/bg-content-top.png) no-repeat left top;
}
#container {
	width: 984px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	background: url(/images/bg-content.png) repeat-y left top;
}
#header {
	height: 80px;
	margin: 0px 47px;
	position: relative;
}
#banner {
	width: 910px;
	height: 175px;
	margin: 0px 0px 0px 37px;
}
#mainContent {
	width: 910px;
	margin: 0px 0px 0px 37px;
}
#footer {
	padding: 20px 45px 0px 45px;
}
#bottomCap {
	width: 984px;
	height: 55px;
	margin: 0px auto;
	background: url(/images/bg-content-bottom.png) no-repeat left top;
}

/* HEADER INFO */
#logo-15years {
	width: 102px;
	height: 102px;
	margin: 0px;
	padding: 0px;
	background: url(/images/logo-15years.png) no-repeat left top;
	position: absolute;
	top: -40px;
	right: 150px;
}
#contactInfo {
	width: 125px;
	height: 60px;
	margin: 0px;
	padding: 0px;
	float: right;
}

/* COLUMN 3 */
#col1 {
	width: 195px;
	margin: 6px 7px;
	float: left;
	display: inline;
}

/* MENU */
#menu {
	width: 195px;
	margin: 0px;
}
#menu a, #menu a:link, #menu a:visited {
	width: 195px;
	height: 35px;
	margin: 1px 0px;
	padding: 0px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: -9999px;
	display: block;
	border: none;
}
a#menuAboutUs, a:link#menuAboutUs, a:visited#menuAboutUs  {
	background: url(/images/menu-aboutUs.gif) no-repeat left top;
}
a#menuOurCulture, a:link#menuOurCulture, a:visited#menuOurCulture  {
	background: url(/images/menu-ourCulture.gif) no-repeat left top;
}
a#menuMEPCivil, a:link#menuMEPCivil, a:visited#menuMEPCivil  {
	background: url(/images/menu-MEPCivil.gif) no-repeat left top;
}
a#menuUtilityAndEarth, a:link#menuUtilityAndEarth, a:visited#menuUtilityAndEarth  {
	background: url(/images/menu-utilityAndEarth.gif) no-repeat left top;
}
a#menuTrenchlessTechnology, a:link#menuTrenchlessTechnology, a:visited#menuTrenchlessTechnology  {
	background: url(/images/menu-trenchlessTechnology.gif) no-repeat left top;
}
a#menuTotalSiteDev, a:link#menuTotalSiteDev, a:visited#menuTotalSiteDev  {
	background: url(/images/menu-totalSiteDev.gif) no-repeat left top;
}
a#menuQualifications, a:link#menuQualifications, a:visited#menuQualifications  {
	background: url(/images/menu-qualifications.gif) no-repeat left top;
}
a#menuContactUs, a:link#menuContactUs, a:visited#menuContactUs  {
	background: url(/images/menu-contactUs.gif) no-repeat left top;
}
#menu a:hover, #menu a:active, #menu a.selected {
	background-position: 0px -35px;
}
#menuSustainabilityPromise {
	margin: 7px 0px 0px -31px;
}

/* COLUMN 2 */
#col2 {
	width: 487px;
	margin: 7px 7px 0px 0px;
	background: url(/images/bg-gray.jpg) repeat-x left top;
	float: left;
}
#col2.home {
	width: 387px;
}
#col2.full {
	width: 690px;
}
#content {
	padding: 20px 24px;
}
#content h2 {
	font-size: 1.2em;
	color: #F05A28;
}
#content h2 span.gray{
	color: #4F4F4F;
}
#content p {
	margin: 0px 0px 15px 0px;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #4F4F4F;
	text-indent: 0px;
}
#content strong {
	color: #08588A;
}
.subCol {
	width: 200px;
	margin: 10px 20px 0px 0px;
	float: left;
}
.subColLast {
	width: 200px;
	margin: 10px 0px 0px 0px;
	float:left;
}
#content .subCol h2 {
	margin: 0px;
	font-size: 1.4em;
}
#content .subCol p {
	margin: 20px 0px 0px 0px;
}
.subColWide {
	width: 400px;
	margin: 10px 0px;
	float: left;
}
#content .subColWide h2 {
	margin: 10px 0px 5px 0px;
	font-size: 1.4em;
	font-weight: normal;
	color: #F05A28;
}
#content .subCol p.corporateInfo {
	margin: 5px 0px 0px 0px;
	color: #08588A;
}
#content ul {
	margin: 10px 0px;
}
#content li {
	margin: 0px 0px 5px 0.5em;
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: bold;
	text-indent: -0.5em;
	color: #4F4F4F;
	list-style: outside none;
}
#content p a, #content p a:link, #content p a:visited {
	color: #F05A28;
}
#content p a:hover, #content p a:active {
	color: #93AC54;
}

/* COLUMN 3 */
#col3 {
	width: 200px;
	margin: 7px 0px 0px 0px;
	padding: 0px;
	float: left;
}
#col3.other {
	padding: 0px 0px 50px 0px;
	background: url(/images/bg-brown.jpg) repeat-x left top;
}
#col3.home {
	width: 300px;
}
#col3.other p {
	margin: 10px 20px;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #4F4F4F;
}
#col3.other strong {
	color: #08588A;
}
#col3.other p.italics {
	margin: 60px 20px 10px 20px;
	font-style: italic;
	color: #4F4F4F;
}
#col3.other p a, #col3.other p a:link, #col3.other p a:visited {
	color: #F05A28;
	text-decoration: underline;
}
#col3.other p a:hover, #col3.other p a:active {
	color: #F05A28;
}

/* HOME */
#newsHome {
	margin: 7px 0px 0px 0px;
	padding: 10px 0px 20px 0px;
	background: url(/images/bg-brown.jpg) repeat-x left top;
}
.newsItem {
	padding: 5px 20px;
	clear: left;
}
.newsItem h1 {
	margin: 0px 0px 2px 0px;
	font-size: 1.4em;
	line-height: 1.2em;
	color: #00518A;
}
.newsItem p {
	font-size: 1.2em;
	line-height: 1.2em;
	color: #4F4F4F;
}
.newsItem h1 a, .newsItem h1 a:link, .newsItem h1 a:visited {
	color: #00518A;
	text-decoration: none;
}
.newsItem h1 a:hover, .newsItem h1 a:active {
	color: #00518A;
	text-decoration: underline;
}
.newsItem p a, .newsItem p a:link, .newsItem p a:visited {
	color: #F05A28;
}
.newsItem p a:hover, .newsItem p a:active {
	color: #08588A;
}
.newsItem img {
	width: 50px;
	height: 50px;
	margin: 5px 10px 15px 0px;
	float: left;
}

/* NEWS ARTICLE */
#news {
	padding: 20px 24px 40px 24px;
}
#news .newsItem {
	padding: 0px;
}
#news .newsItem h1 {
	margin: 5px 0px 0px 0px;
	font-size: 1.3em;
	line-height: 1.2em;
	color: #08588A;
}
#news .date {
	margin: 0px 0px 5px 0px;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #4F4F4F;
}
#news p {
	margin: 0px 0px 15px 0px;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #4F4F4F;
}
#news #article {
	width: 400px;
	margin: 0px 40px 0px 0px;
	float: left;
}
#news #article h1 {
	font-size: 1.8em;
	line-height: 1.2em;
	color: #4F4F4F;
}
#news #article h2 {
	width: 300px;
	margin: 0px;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: normal;
	font-style: italic;
	color: #4F4F4F;
}
#news #article p {
	margin: 15px 0px 0px 0px;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #4F4F4F;
}
#news #article #image {
	margin: 0px;
	width: 200px;
	margin: 0px 0px;
	float: right;
	clear: right;
}
#newsBack {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	font-size: 1.4em;
	line-height: 1.2em;
	width: 200px;
	margin: 0px;
	float: right;
}
#newsBack a, #newsBack a:link, #newsBack a:visited {
	font-weight: bold;
	color: #08588A;
	text-decoration: none;
}
#newsBack a:hover, #newsBack a:active {
	color: #08588A;
	text-decoration: underline;
}

/* QUALIFICATIONS */
#qualCol1 {
	width: 305px;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	float: left;
}
#qualCol2 {
	width: 305px;
	margin: 0px;
	padding: 0px;
	float: left;
}

/* FOOTER */

#copyright {
	margin: 10px 5px;
	font-size: 1.0em;
	line-height: 1.2em;
	color: #4F4F4F;
}
#footerNav {
	margin: 10px 0px 0px 0px;
}
#footer a, #footer a:link, #footer a:visited {
	margin: 0px 5px 0px 5px;
	font-weight: bold;
	color: #08588A;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #08588A;
	text-decoration: underline;
}
