/********************** Content **************************/

#contenttitle {
	width: 756px;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-family: 'Georgia';
	padding-top: 10px;
	text-align: left;
	position: relative;
	height: 20px;
	padding-left: 27px;
}

/* Lower Navigation */

#lowercontainer {
	position: absolute;
	width: 786px;
	height: 31px;
	padding: 0;
	margin: 0;
	top: 547px;
	background:url(../images/footerback.png);
	left: 0px;
}

#lowernav {
	position: absolute;
	top: 6px;
	left: 0px;
	list-style: none;
	margin: 0;
	padding: 0px 6px 0px 0px;
	height: 20px;
	display: inline;
	overflow: hidden;
	width: 370px;
}
	
#lowernav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}

#lowernav a {
	float: left;
	padding: 19px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:19px; /* for IE5/Win */
}
	
#lowernav a:hover {
	background-position: 0 -20px;
}
	
#currentprojects a  	{ width: 115px; background:url(../images/currprojects-tab.gif) top left no-repeat; }
#links a  				{ width: 85px; background:url(../images/links-tab.gif) top left no-repeat; }
#locations a  			{ width: 85px; background:url(../images/locations-tab.gif) top left no-repeat; }
#careers a  			{ width: 85px; background:url(../images/careers-tab.gif) top left no-repeat; }

/********************** Content **************************/

#aboutcontent {
	width: 786px;
	background-color: #FFFFFF;
	font-family: 'Georgia';
	font-size: 12px;
	height: 220px;
	float: left;
}

#aboutcontentinfo {
	width: 786px;
	height: 295px;
}

