@charset "UTF-8";
body  {
	font: small Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(images/body-bg.png) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a:link {
	color: #026227;
	text-decoration: none;	
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #2F7E4D;
	text-decoration: underline;
}
a:active {
	color: #2F7E4D;
	text-decoration: underline;
}

#container {
	width: 780px;
	margin: 0 auto 10px;
	text-align: left;
	background-image: url(images/sidebar-bg.gif);
	background-repeat: repeat-y;
} 
#tophead {
	padding-top: 12px;
	background-image: url(images/topheaderbar.png);
	background-repeat: no-repeat;
} 
#headerNavContainer {
	width: 780px;
	margin: 0;
	padding: 0;
	float: left;
}
#logo {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	height: 83px;
	width: 241px;
	margin: 0;
	padding: 0;
	float: left;
}
#menu {
	margin: 0;
	padding: 0;
	height: 83px;
	width: 539px;
	float: left;
}
#headerTagContainer {
	width: 780px;
	margin: 0;
	padding: 0;
	float: left;
}
.uiphoto {
	height: 94px;
	width: 241px;
	margin: 0;
	padding: 0;
	background-image: url(images/uiphoto.jpg);
	float: left;
}
#pgHome .uiphoto {
	background-image: url(images/uiphoto-about.jpg);
}
#pgBios .uiphoto {
	background-image: url(images/uiphoto-home.jpg);
}
#pgCompanyOverview .uiphoto {
	background-image: url(images/uiphoto-home.jpg);
}
#pgContactUs .uiphoto {
	background-image: url(images/uiphoto-contact.jpg);
}
#pgDirections .uiphoto {
	background-image: url(images/uiphoto-directions.jpg);
}
#pgSolidWasteEngineering .uiphoto {
	background-image: url(images/uiphoto-solid_waste.jpg);
}
#pgSiteInvestigation .uiphoto {
	background-image: url(images/uiphoto-site_investigation.jpg);
}
#pgCivilDesign .uiphoto {
	background-image: url(images/uiphoto-civildesign.jpg);
}
#pgGeotechnicalEngineering .uiphoto {
	background-image: url(images/uiphoto-geotech_eng.jpg);
}
#pgGeotechnicalTesting .uiphoto {
	background-image: url(images/uiphoto-geotech_testing.jpg);
}
#pgWaterResources .uiphoto {
	background-image: url(images/uiphoto-water.jpg);
}
#pgEnvironmentalManagement .uiphoto {
	background-image: url(images/uiphoto-env-man.jpg);
}
#taglineBlock {
	width: 539px;
	height: 94px;
	margin: 0;
	padding: 0;
	float: left;
	background-image: url(images/uitagline-address.gif);
}
#contentContainer {
	width: 780px;
	float: left;
	clear: left;
	margin: 0;
	padding: 0;
}
.twoColFixRtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 241px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 0px;
}
.twoColFixRtHdr #mainContent {
	margin: 0px 0px 20px 262px; /* the left margin on this div element creates the space occupied by the left sidebar */
	padding: 0 0px; 
} 
#mainContent ul {
	line-height: 1.5em;
	list-style-type: square;
}
.twoColFixRtHdr #footer { 
	padding: 0 12px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#e0ecf2; 
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	font-size: 90%;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 12px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* sidebar navigation list */

#sidebar1 ul {
	font-size: 0.9em;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
#sidebar1 li {
	
}
#sidebar1 li a {
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 13px;
	display: block;
	text-decoration: none;
	color: #006595;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	width: 216px;
}
#sidebar1 li a:hover, #sidebar1 li a:active {
	color: #FFFFFF;
	background-color: #006595;
}
/* State navigation for side nav */
#pgSolidWasteEngineering #sidebar1 li a#buttonSolidWaste,
#pgCivilDesign #sidebar1 li a#buttonCivilDesign,
#pgGeotechnicalEngineering #sidebar1 li a#buttonGeotechnicalEngineering,
#pgGeotechnicalTesting #sidebar1 li a#buttonGeotechnicalTesting,
#pgSiteInvestigation #sidebar1 li a#buttonSiteInvestigation,
#pgWaterResources #sidebar1 li a#buttonWaterResources,
#pgEnvironmentalManagement #sidebar1 li a#buttonEnvironmentalManagement {
	color: #FFFFFF;
	background-color: #006595;
}

#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #006595;
	margin-top: 20px;
	padding-top: 0px;
	font-size: 140%;
}
#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #006595;
}
#creditline {
	margin: 0;
	padding: 4px 0 5px;
	background-color: #fff;
	text-align: right;
	font-size: 80%;
	color: #666666;
}
.photoBlockRight {
	float: right;
	width: 252px;
	margin: 6px 0 15px 20px;
}
.photoBlockRight img {
	border: 1px solid #000;
}
.photoBlockRight p {
	margin: 5px 0 6px 0;
	text-align: right;
	font-size: 80%;
	font-style: italic;
}
.photoBlockLeft {
	float: left;
	width: 252px;
	margin: 6px 20px 15px 0;
}
.photoBlockLeft img {
	border: 1px solid #000;
}
.photoBlockLeft p {
	margin: 5px 0 6px 0;
	text-align: left;
	font-size: 80%;
	font-style: italic;
}
