/* ------------ resets ------------------------------------ */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, 
a, small, strike, strong, sub, sup, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	
}
td{
	padding:0px 8px 4px 8px;
	}

/* end resets ------------------------------------ */
body{
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	background-color:#efefef;
}
#wrapper
{
	clear:both;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding-right:0px;
	background-color:#ffffff;
}
#header
{
	clear:both;
	max-width:960px;
	height:115px;
	margin-left:auto;
	margin-right:auto;
	padding-right:0px;	
	background-color:#ffffff;
}
#banner{
	clear:both;
	margin-bottom: 2px;
	background:#ffffff;
	max-width:350px;
	float:left;
}
#login{
	margin-top: 12px;
	background:#ffffff;
	float:right;
}
#maincontent{
	clear:both;
	float: left;
	margin-bottom: 2px;
	background:#ffffff;
	width:90%;
	max-width:960px;
	padding-left: 8px;
	margin-left: 3%;
	margin-top: 1%;
}
#greencontent{
	background:#E9F3EA;
}
#colhome1
{
	width:200px;
	margin-left: 3%;
	margin-top: 1%;
	background:#ffffff;
	float:left;
}
#imagepane
{
	width:200px;
	
}
#news
{
	width:200px;
	margin-top: 1%;
	padding-top:1px;
	background:#E9F3EA;
	background-image:url(images/headbargrey.jpg);
	background-repeat:repeat-x;
	text-align:left;
}
#colhome2
{
	width:380px;
	margin-left:8px;
	padding-left: 8px;
	margin-top: 1%;
	background:#E9F3EA;
	background-image:url(images/headbargrey.jpg);
	background-repeat:repeat-x;
	float:left;
	text-align:left;
}
#col3home
{
	width: 300px;
	margin-top: 1%;
	margin-left:8px;
	background-image:url(images/headbargrey.jpg);
	background-repeat:repeat-x;
	border-left: thin dotted #c0c0c0;
	border-right: thin dotted #c0c0c0;
	padding-left:4px;
	float:left;
	text-align:left;
}
#logos{
	width: 300px;
	height:150px;
	background-color:#FFFFFF;
}
#rotator{
	width: 300px;
	height:150px;
	background-color:#FFFFFF;
}
#carboncalc{
	width: 300px;
	height:80px;
	padding-top: 2px;
	padding-left:8px;
	background:#E9F3EA;
	background-image:url(images/headbargrey.jpg);
	background-repeat:repeat-x;
	
}
#col1
{
	clear:left;
	float: left;
	width:62%;
	padding-left: 8px;
	margin-left: 3%;
	margin-top: 1%;
	display: inline;
	background:#ffffff;
	min-width:200px;
}
#col3
{
	float: right;
	width: 28%;
	margin-left: 3%;
	margin-right:4px;
	margin-top: 1%;
	min-width:300px;
	background-image:url(images/headbargrey.jpg);
	background-repeat:repeat-x;
	border-left: thin dotted #c0c0c0;
	border-right: thin dotted #c0c0c0;
	padding-left:4px;
}
	
#coldoclist
{
	float: right;
	width: 28%;
	margin-left: 3%;
	margin-right:4px;
	margin-top: 1%;
	background:#efefef;
	background-image:url(images/headbargrey.jpg);
	background-repeat:repeat-x;
	min-width:240px;
	border-left: thin dotted #c0c0c0;
	border-right: thin dotted #c0c0c0;
	padding-left:4px;
}

#rollovers
{
	clear: both;
	padding-top:16px;
	margin-left: 3%;
	background:#ffffff;
	max-width:960px;
} 

#footer
{
	clear: both;
	background:#e0e0e0;
	width:100%;
	height:80px;
	
} 
#innerfooter
{
	clear: both;
	margin-left:auto;
	margin-right:auto;
	width:960px;
	background-image:url(images/footer8.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height:80px;
} 
#fatfooter{
	clear: both;
	background:#e0e0e0;
	width:100%;
	height:230px;
	}

#fatinnerfooter{
	clear: both;
	margin-left:auto;
	margin-right:auto;
	width:960px;
	height:230px;
	
	}	
#bottomnav
{
	clear: both;
	float:right;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	max-width:960px;
} 

.imageright {
	float:right;
}
.imageleft {	
	float:left;
}
.imagerightpad {
	padding: 0px 0 10px 10px;
	float:right;
}
.imageleftpad {
	padding: 0px 10px 10px 0px;
	float:left;
}
div.greenback{
	background:#418173;
}
/**********************navigation styles************************/
#outernav{
	clear:both;
	min-width:800px;
	width:960px;
	background-image:url(images/nav_bg.jpg);
	background-repeat:repeat-x;
	position:relative;
	z-index:99;
}
#nav{
	display:block;
	clear:both;
	margin: 12px;
	padding-left:12px;
	padding-right:12px;
	min-width:700px;
	width:960px;
	text-align:left;
	}
#nav ul {
    font-size: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}
#nav ul li {
    display: block;
    position: relative;
    float: left;
}
#nav li ul {  /* hide second level menu  */
    display: none;
	}

#nav ul li a {  /* top level link rest colours   */
    display: block;
    text-decoration: none;
    color: #000000;
    padding: 5px 15px 5px 15px;
    margin-left: 1px;
    white-space: nowrap;
}
#nav ul li a.current {  /* top level link current page colours   */
	color:#326257;
	font-weight:bold;
	border-bottom: 1px dotted #418173;
}

#nav ul li a:hover {  /* top level link highlight colours   */
	/*background: #418173;*/
	color:#000000;
    background: #e0e0e0; 
} 
#nav li:hover ul {  /* display second level on hover   */
    display: block;
    position: absolute;
	width:200px;
}

#nav li:hover li { /* second level font style   */
    float: none;
    font-size: 14px;
}
#nav li:hover a { /* second level rest highlight colours   */
	background: #72B89E; 
}
#nav li:hover li a:hover { /* second level hover highlight colours   */
    color:#ffffff;
    background: #418173; 
}

/* *********level 3 **********/
#nav li:hover li ul{/* hide 3rd level menu */
	display: none;
}

#nav li li:hover ul {  /* display and position third level on hover   */
    display: block;
	position:absolute;
    top:0px;
	left:199px;
	width:350px;
}

#nav li li:hover li { /* third level font style   */
    float: none;
    font-size: 14px;
}
#nav li li:hover a { /* third level rest highlight colours   */
	background: #72B89E; 
}

#nav li li:hover li a:hover { /* third level hover highlight colours   */
    color:#ffffff;
    background: #418173; 
}


/**********************end navigation styles************************/
h1 {
	font-size:120%; 
	font-weight:bold; 
	color:#000000;
	margin-top:16px;
}
h2 {
	font-size:110%; 
	font-weight:bold; 
	color:#000000;
	margin-top:12px;
}
h3 {
	font-size:100%; 
	color:#000000; 
	font-weight:bold; 
	margin-top:12px;
}
h4 {
	font-size:95%; 
	font-weight:bold; 
	color:#000000; 
	margin-top:6px; 
	margin-bottom:2px;
}
h5 {
	font-size:90%; 
	font-weight:bold; 
	color:#000000; 
	margin-top:6px; 
	margin-bottom:2px;
}
p {
	font-size:90%; 
	color:#000000; 
	margin-top:12px; 
	margin-bottom:2px;
	margin-right:16px;
}
p.orange{
	color:#cc6600;
}
p.green{
	color:#418173;
	font-size:110%;
}

p.widemargin{
	margin-left:160px;
}
.bold{
	font-weight:bold;
}
p.small {
	font-size:80%; 
	color:#000000; 
	margin-top:6px; 
	margin-bottom:2px;
}
p.vsmall {
	font-size:20%; 
	color:#000000; 
	margin-top:0px; 
	margin-bottom:0px;
}
a:link{color:#cc6600;}
a:visited{color:#cc6600;}
a:hover{color:#ff9900;}
a:active{color:#ff9900;}

a.heading:link{color:#326257;
	text-decoration:none;
	margin-left:12px;
}
a.heading:visited{color:#326257;}
a.heading:hover{color:#cc6600;}
a.heading:active{color:#cc6600;}

a.homeheading:link{color:#326257;
	text-decoration:none;
	margin-left:0px;
}
a.homeheading:visited{color:#326257;}
a.homeheading:hover{color:#cc6600;}
a.homeheading:active{color:#cc6600;}

a.plain{text-decoration:none;}

/* all buttons are bold */
input[type="submit"]{
     border: 1px solid black;
     background: #AAA;
     color: #FFFFFF;
     cursor: pointer;
     font-weight: bold;
     padding: 3px 0;
     width: auto;
	 padding-left:4px;
	 padding-right:4px;
}
input[type="image"]{
	vertical-align:bottom;
	}
li.normal{
	margin-top:16px;
	}
ul.normal{
	list-style:disc;
	margin-left:24px;
	font-size:90%;
	}
ol{
	list-style: lower-alpha;
	margin-left:48px;
	margin-top:16px;
	font-size:90%;
	}
ol.numbered{
	list-style:decimal;
	font-size:90%;
}

blockquote{
	margin-left:24px;
	}
.red{
	color:#FF0000;
}
table.outline{
	border:thin;
	border-style:dotted;
	border-color:#666666;
}
td.outline{
	border:thin;
	border-style:dotted;
	border-color:#666666;
}
td.heading{
	border:thin;
	border-style:dotted;
	border-color:#666666;
	border-bottom-style:solid;
	background:#C2D69B;
}
td.subheading{
	border:thin;
	border-style:dotted;
	border-color:#666666;
	border-bottom-style:solid;
	background:#D6E3BC;
}
td.doclist{
	background:#efefef;
	background-image:url(images/headbargrey.jpg);
	background-repeat:repeat-x;
	border-left: thin dotted #c0c0c0;
	border-right: thin dotted #c0c0c0;
	text-align:left;
	margin-right:36px;
}
table.greenback{
	background:#E9F3EA;
	margin-bottom:0px;
	vertical-align:top;
}
td.topalignleft{
	vertical-align:top;
	text-align:left;
	padding-left:48px;
	padding-right:36px;
}
td.topalignright{
	vertical-align:top;
	text-align:right;
	padding-right:24px;
}

td.techtable{
	background:#e0e0e0;
	border-color:#666666;
	border-width:thin;
	border-style:ridge;
	margin:24px;
	padding:16px;
}
img{
	border:0;
	}
	
	
/* hide/unhide text */

.hidden { display: none;
		margin-left:48px;
 }

.unhidden { display: block; 		
		margin-left:48px;
 }
/* =rollover buttons----------------------------------------------- */

.ground-improve-rollover a{
 display: block;
 width: 100px;
 height: 90px;
 background: url(../fps/images/groundimprove.jpg) no-repeat;
 text-decoration: none;
 float: left;
 
}
 
.ground-improve-rollover a:hover {
 background-position: -100px 0;
 
}

.bored-piling-rollover a{
 display: block;
 width: 100px;
 height: 90px;
 background: url(../fps/images/bored-piling.jpg) no-repeat;
 text-decoration: none;
 float: left;
 
}
 
.bored-piling-rollover a:hover {
 background-position: -100px 0;
 
}

.driven-piling-rollover a{
 display: block;
 width: 100px;
 height: 90px;
 background: url(../fps/images/driven-piling.jpg) no-repeat;
 text-decoration: none;
 float: left;
 
}
 
.driven-piling-rollover a:hover {
 background-position: -100px 0;
 
}

.cfa-piling-rollover a{
 display: block;
 width: 100px;
 height: 90px;
 background: url(../fps/images/cfa-piling.jpg) no-repeat;
 text-decoration: none;
 float: left;
 
}
 
.cfa-piling-rollover a:hover {
 background-position: -100px 0;
 
}

.minipiles-rollover a{
 display: block;
 width: 100px;
 height: 90px;
 background: url(../fps/images/minipiles.jpg) no-repeat;
 text-decoration: none;
 float: left;
 
}
 
.minipiles-rollover a:hover {
 background-position: -100px 0;
 
}

.retaining-walls-rollover a{
 display: block;
 width: 100px;
 height: 90px;
 background: url(../fps/images/retaining-walls.jpg) no-repeat;
 text-decoration: none;
 float: left;
 
}
 
.retaining-walls-rollover a:hover {
 background-position: -100px 0;
 
}

.pile-testing-rollover a{
 display: block;
 width: 100px;
 height: 90px;
 background: url(../fps/images/pile-testing.jpg) no-repeat;
 text-decoration: none;
 float: left;
 
}
 
.pile-testing-rollover a:hover {
 background-position: -100px 0;
 
}

.other-systems-rollover a{
 display: block;
 width: 100px;
 height: 90px;
 background: url(../fps/images/other-systems.jpg) no-repeat;
 text-decoration: none;
 float: left;
 
}
 
.other-systems-rollover a:hover {
 background-position: -100px 0;
 
}

