@charset "utf-8";

@import url("nav.css");

.inputtext {
	color: #555;
	background-color: #fff;
	font-size: 11px;
	border: #888888 1px solid;
	height: 17px;
	width: 120px;
	padding: 3px 3px 1px 3px;
}

.inputtextrequired {
	color: #555;
	background-color: #eee;
	font-size: 11px;
	border: #888888 1px solid;
	height: 17px;
	width: 120px;
	padding: 1px 3px;
}	
.inputselect {
	color: #555;
	background-color: #fff;
	font-size: 11px;
	border: #888888 1px solid;
	width: 200px;
	padding: 1px 0px 1px 3px;
}	
.inputtextarea {
	color: #555;
	background-color: #fff;
	font-size: 11px;
	border: #888888 1px solid;
}	
.inputtextarearequired {
	color: #555;
	background-color: #eee;
	font-size: 11px;
	border: #888888 1px solid;
}	
.inputbutton {
	color: #555;
	background-color: #fff;
	font-size: 11px;
	cursor: pointer;
	border:  1px solid;
	height: 19px;
	width: 80px;
	font-weight : bold;
}

.inputbutton2 {
	color: #555;
	background-color: #fff;
	font-size: 11px;
	cursor: pointer;
	border:  1px solid;
	padding: 5px 10px;
	
	
	font-weight : bold;
}

.ImportantWords {
	color: #fff;
	font-weight: bold;
}

/* ==================================== */

html, body {
	height: 100%;
}

body#site {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;  
	line-height: 1.5em;
}

body.normal {
	background: url(../images/bodybg.jpg) repeat-x #f8f8f8;
}

body.darkblue {
	background: url(../images/bodybg-darkblue.jpg) repeat-x #f8f8f8;
}

body.green {
	background: url(../images/bodybg-green.jpg) repeat-x #f8f8f8;
}

body.lightblue {
	background: url(../images/bodybg-lightblue.jpg) repeat-x #f8f8f8;
}

body.orange {
	background: url(../images/bodybg-orange.jpg) repeat-x #f8f8f8;
}


@-moz-document url-prefix() {
	body#site {
		overflow-y: scroll;
	}
}

h1 {
	font-size: 18px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #292f87;
	margin: 0 0 10px 0;
	padding: 0;
}

.normal h1 {
	color: #292f87;
}

.darkblue h1 {
	color: #292f87;
}

.green h1 {
	color: #B4D03D;
}

.lightblue h1 {
	color: #3399FE;
}

.orange h1 {
	color: #f60;
}

h2 {
	font-size: 16px;
	color: #666;
	line-height: normal;
	margin: 0;
	padding: 0 0 5px 0;
	width: 100%;
}

h3 {
	margin: 0 0 10px 0;
	text-transform: uppercase;
	font-size: 15px;
}


a {
	text-decoration: none;
	color: #0066cb;
}

a:hover {
	text-decoration: underline;
}

a.moreInfo {
	display: block;
	background: url(/images/moreDetails.png) no-repeat;
	width: 84px;
	height: 22px;
	overflow: hidden;
	text-indent: -1000000px;
}

/*strong, b {
	color: #04639d;
}*/

a img {
	border: none;
}

td {
	font-size: 12px;
}

form {
	margin: 0;
	padding: 0;
	display: inline;
}

div.clear {
	clear: both;
}

#container {
	width: 918px;
	margin: 0 auto;
	text-align: left;
	padding: 0 20px;
	background: #fff;
}

#header {
	height: 114px;
	position: relative;
}

	#headerInfo {
		height: 60px;
		float: left;
		width: 620px;
		padding: 20px 0 0 10px;
		position: relative;
	}
	
		form#headerSearch {
			display: block;
			float:  right;
		}
		
			.searchText {
				background: #dbdbdb;
				border: none;
				width: 140px;
				height: 21px;
				margin: 0;
				font-size: 11px;
				font-family: Arial, Helvetica, sans-serif;
				color: #333;
				padding: 6px 5px 0 5px;
				position: absolute;
				bottom: 35px;
				right: 37px;
			}
			
			.headerSubmit {
				position: absolute;
				bottom: 35px;
				right: 0px;
			}
			
			#searchWebsite {
				position: absolute;
				bottom: 40px;
				right: 203px;
			}
	
	#header img {
		float: left;
	}
	
	#header ul {
		width: 367px;
		position: absolute;
		bottom: 1px;
		right: 0;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#header li {
		float: left;
	}
	
		#header li a {
			float: left;
			display: block;
			width: 91px;
			background: #666;
			height: 21px;
			
			border-right: 1px solid #d9d9d9;
			text-align: center;
			text-transform: uppercase;
			color: #fff;
			padding: 3px 0 0 0;
		}
		
		#header li:first-child a {
			border-left: none;
			width: 90px;
		}

#nav {
	height: 32px;
	margin: 0 0 5px 0;
}

	#nav ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#nav li {
		float: left;
	}
	
	#nav a  {
		float: left;
		display: block;
		height: 27px;
		text-align: center;
		color: #fff;
		background: #999;
		padding: 5px 0 0 0;
		text-transform: uppercase;
		font-weight: bold;
		margin-left: 1px;
	}
	
	#nav li:first-child a {
		width: 228px;
		margin: 0;
	}
	
		#nav2 a {
			background: #292f87;
			width: 229px;
		}
		
		#nav3 a {
			background: #b4d03d;
			width: 229px;
		}
		
		#nav4 a {
			background: #3399fe;
			width: 182px;
		}
		
		#nav5 a {
			background: #f60;
			width: 228px;
		}

#homeBanner {
	height: 220px;
	margin: 0 0 12px 0;
	position: relative;
	color: #fff;
}

	#homeBannerInfo {
		width: 170px;
		height: 190px;
		position: absolute;
		top: 0;
		right: 0;
		background: #666;
		padding: 15px;
		font-size: 11px;
		line-height: 1.3em
	}
	
	#homeBanner h2 {
		color: #fff;
		font-size: 14px;
		margin: 0 0 10px 0;
		padding: 0;
	}

#homeLeft {
	width: 708px;
	margin: 0 10px 0 0;
	min-height: 350px;
	float: left;
}

* html #homeLeft {height: 350px;}

#contentWrap {
	overflow: hidden;
	margin-bottom: 20px;
}

.blue {
	background: url(../images/blueBG.gif) repeat-y top right;
}

.normal {
	background: url(../images/greyBG.gif) repeat-y top right;
}

.darkblue .normal {
	background: url(../images/blueBG.gif) repeat-y top right;
}

.lightblue .normal {
	background: url(../images/lightblueBG.gif) repeat-y top right;
}

.orange .normal {
	background: url(../images/orangeBG.gif) repeat-y top right;
}

.green .normal {
	background: url(../images/greenBG.gif) repeat-y top right;
}



#furtherLeft {
	width: 667px;
	margin: 0 10px 0 0;
	min-height: 350px;
	float: left;
	border-left: 1px solid #ccc;
	padding: 0 20px;
	position: relative;
}

	#breadcrumb {
		position: absolute;
		left: 300px;
		top: 4px;
		font-size: 10px;
	}

	#homeIntro {
		width: 453px;
		min-height: 150px;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		float: left;
		margin: 12px 0 20px 0;
		padding: 0 10px;
		line-height: 1.2em;
	}
	
	* html #homeIntro {height: 150px;}
	
	#newsletterSignup {
		width: 213px;
		height: 150px;
		float: left;
		margin: 12px 0 20px 0;
		padding: 0 10px;
	}
	
		#newsletterSignup h2 {
			font-size: 18px;
			line-height: normal;
			font-family: Arial, Helvetica, sans-serif;
			color: #00b5c6;
			margin: 0 0 10px 0;
			padding: 0;
		}
		
		
		.newsletterInput {
			border: none;
			background: #DBDBDB;
			padding: 4px 5px 6px 5px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
		}
		
		.newsletterSubmit {
			border: none;
			background: #292F87;
			color: #fff;
			font-weight: bold;
			font-size: 12px;
			font-family: Arial, Helvetica, sans-serif;
			padding: 4px 10px;
		}
		
	#homeCols {
		height: 168px;
		clear: both;
	}
	
		.homecol {
			width: 236px;
			float: left;
			height: 168px;
			background: #d8d8d8
		}
			
			#homeCols div:first-child p {
				border: none;
			}
		
			.homecol p {
				margin: 10px 15px 0 0;
				padding: 0 0 0 32px;
				border-left: 1px solid #c1cad1;
				width: 190px;
				height: 100px;
			}
			
				.homecol p img {
					float: left;
					margin: 0 10px 0 0;
				}
			
			.homecol a {
				font-weight: bold;
			}
		
			a.homecoltop {
				display: block;
				background: #999;
				height: 30px;
				padding: 10px 0 0 0;
				border-bottom: 5px solid #828282;
				color: #fff;
				text-align: center;
				text-transform: uppercase;
			}
			
			a.middlecoltop {	
				background: #666;
				border-bottom: 5px solid #575757;
			}
			
#latestNews, #relatedLinks {
	color: #fff;
	font-size: 11px;
	line-height: 1.5em;
	width: 170px;
	margin: 0 0 0 0;
	padding: 15px;
	min-height: 320px;
	float: left;	
}

#latestNews {
	background: #292f87;
}

.normal #relatedLinks {
	background: #666666;
}

.darkblue #relatedLinks {
	background: #292f87;
}

.green #relatedLinks {
	background: #B4D03D;
}

.lightblue #relatedLinks {
	background:#3399FE;
}

.orange #relatedLinks {
	background: #f60;
}

	#latestNews ul, #relatedLinks ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#latestNews li, #relatedLinks li {
		margin: 0;
		padding: 0;
	}

	#latestNews a {
		display: block;
		color: #fff;
		font-weight: normal;
	}
	
	#latestNews strong a {
		font-weight: bold;
	}
	
	#relatedLinks a {
		padding: 5px 5px 5px 15px;
		background-color: #333;
		background-image: url(../images/relatedListArrow.png);
		background-repeat: no-repeat; 
		background-position: 5px 9px;
		display: block;
		color: #fff;
		font-weight: bold;
		margin: 0 0 1px 0;
	}
	
		#relatedLinks ul ul ul a {
			font-size: 10px;
			font-weight: normal;
			background-position: 15px 9px;
			padding: 5px 5px 5px 25px;
		}
		
		#relatedLinks ul ul ul a:hover {
			background-position: 15px 9px;
		}
	
		.darkblue #relatedLinks a {
			background-color: #090f63;
		}
		
		.green #relatedLinks a {
			background-color: #819f00;
		}
			
		.lightblue #relatedLinks a {
			background-color: #1166b9;
		}

		.orange #relatedLinks a {
			background-color: #c43d02;
		}
	
	#relatedLinks a:hover {
		background: url(../images/relatedListArrow.png) no-repeat 5px 9px #454545;
	}
	
		.darkblue #relatedLinks a:hover {
			background-color: #0b1278;
		}
		
		.green #relatedLinks a:hover {
			background-color: #93b501;
		}
		
		.lightblue #relatedLinks a:hover {
			background-color: #0a77e3;
		}
		
		.orange #relatedLinks a:hover {
			background-color: #de591e;
		}
	
	#latestNews p {
		margin: 0 0 10px 0;
	}
	
	.tabledarkblue td
	{
	background-color:#292f87;
	color:#FFFFFF;
	}
	
	.tablegreen td
	{
	background-color:#B4D03D;
	color:#FFFFFF;
	}
	
	.tablelightblue td
	{
	background-color:#3399FE;
	color:#FFFFFF;
	}
	
	h2.concreteProjects, h2.constructionProjects, h2.engineeringProjects {	
		padding: 10px 5px;
		color: #fff;
		margin: 10px 0;
	}

	h2.constructionProjects {
		background: #0B1278;
	}
	
	h2.engineeringProjects {
		background: #B4D03D;
	}
	
	h2.concreteProjects {
		background: #3399FE;
	}

#footer {
	height: 85px;
	clear: both;
	border: 1px solid #d5e1ed;
	margin: 0 0 20px 0;
	padding: 10px 15px;
}

	#footer img {
		vertical-align: middle;
		margin: 0 0 0 25px;

	}
	
	#footer a:first-child img {
		margin: 0;
	}
	
	#footer span {
		float: right;
		display: block;
		margin: -75px 10px 0 0;
		width: 130px;
		font-size: 10px;
		line-height: 1.3em;
	}
	
		
	@-moz-document url-prefix() {
		#footer span {
			margin: 15px 10px 0 0;
		}
	}
	#homeContent1{
		display:block;
		position:absolute;
		width:100%;
		}
	#homeContent2{
		display:none;
		position:absolute;
		width:100%;
		}
	#homeContent3{
		display:none;
		position:absolute;
		width:100%;
		}
		
		#logocontrol + div {
			display: none !important;
		}
		
		#mtgt_unnamed_0 {
			background: url(/images/maparrow.png);
		}


