@charset "UTF-8";
/* CSS Document */

/* STRUCTURAL SYTLE DEFINITIONS  */
 
body  {
	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 #bodywrapper selector */
	color: white;
	background-color: #ccc0b7;
}
/* --------------------------------------------------- */
a:link {
	font: normal 95%/120% Arial, Helvetica, sans-serif;
	color: #cc0000;
	text-decoration: underline;
}
a:visited {
	font: normal 95%/120% Arial, Helvetica, sans-serif;
	color: #857362;
	text-decoration: none;
}
a:hover {
	font: normal 95%/120% Arial, Helvetica, sans-serif;
	color: #857362;
	text-decoration: underline;
}
a:active {
	font: normal 95%/120% Arial, Helvetica, sans-serif;
	color: #857362;
	text-decoration: none;
	
}
img {
	border: 0px;
}
#trany {
	border: #fff 0px solid;
	display: none;
}

 /* -----HEADER CONTENT, INCLUDES LOGO, and main navigaiton----- */
 #header {
	background-color: white;
	height: 105px;
	width: 740px;
	margin: 0px;
	padding: 0px;
	border-top: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	border-left: 10px solid #FFFFFF;
}
 #header #logo2 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height: 105px;
	width: 741px;
	background-image: url(geotechnical_images/logo2.gif);
	background-repeat: no-repeat;
	padding: 0px;
}

 #bodywrapper {
	width: 760px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background: #FFFFFF;
}
 #contentwrap {
	padding: 0px;
	margin: 0px 10px;
	width: 740px;
	/*background: url(geotechnical_images/base_curves.gif) no-repeat left bottom; */
	bottom: 0px;
}
/* --------------------------------------------------- */	
/* GLOBAL NAVIGATION MENU  */

/* Start of Styles for Global Nav ------ brown #352c24 -------- light brown #ae9f94 --------- current link #0095C5 */
#globalnavtop {
	padding: 0px;
	width: 740px;
	height: 25px;
	background-color: #352c24;
	border: 10px solid #FFFFFF;	
/* Start of Styles for Global Nav  */
}
#nav {
	width: 740px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}
#nav a {
	font: normal 11px Verdana, Arial, Helvetica, "sans serif";
	color: #fff;
	padding: 6px 0px 6px 6px;
	margin-right: 20px; 
	display: block; 
	width: auto;/* width of TOP LEVEL LINKS, padding etc */
	text-decoration: none;
	white-space: nowrap;
	border-left: 2px solid #FFFFFF;	
}
#nav a .nolink {
	cursor: help;
}
#nav li {
	float: left;
	background-color: #352c24;
	padding: 0px; /* separates the TOP LEVEL LINKS spacing on the right hand side */
	/* width: auto; width of TOP LEVEL LINKS, padding etc */
}
#nav li.navcurrent { /* class 'navcurrent used to identify the current link of the global navigation */
	display: block;
	background-color: #ae9f94;
}
#nav li ul {
	font-weight: normal;
	left: -999em;
	position: absolute;
	width: 120px; 
	float: right; 
}
#nav li li {
	padding: 0px; width: 200px; /* width of the drop down menu, specifies the width of the hover */	
}
#nav li ul a {
	width: 200px;/* width of the drop down menu typography */	
}
#nav li ul ul {
	margin: 0px; width: 200px;
}
#nav li:hover ul ul {
	left: 10px; width: 200px;
}
#nav li.sfhover ul ul {
	left: 10px; width: 200px;
}
#nav li:hover ul {
	left: auto; width: 200px;
}
#nav li li:hover ul {
	left: auto; width: 200px;/* width must be kept at pixel value, if % used the menu will be displayed horizontally */
}
#nav li.sfhover ul {
	left: auto; width: 200px;
}
#nav li:hover {
	background: #ae9f94;
}
#nav li.sfhover {
	background: #ae9f94;	
}

/* End of Styles for Global Nav  */
/* END OF GLOBAL NAVIGATION STYLES */

/* --------------------------------------------------- */
 #flash {
	padding: 0px;
	margin: 0px 10px;
	width: 732px;
	height: 304px;
	background-color: white;
	text-align: center; /* this overrides the text-align: center on the body element. */
/* FLOATED AND CLEARED STYLES */	
	
}
.fltrt { /* right float class. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* left float class */
	float: left;
	margin-top: 8px;
	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;
}

#contentwrap {
	
}
* html #contentwrap {
	
}

/* RIGHT COLUMN STYLES */	

 #right {
	float: right;
	width: 240px; /* top and bottom padding create visual space within this div */
	margin-top: 10px;
	padding: 10px 10px 0px 10px;	/* no width specified, to keep list edges flush */
	border-left: 1px solid #bfb2a6;
} 
 #right p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0px 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: normal 90%/130% Arial, Helvetica, sans-serif;
	color: #857362;
	width: 230px;
}
#right h2 {
	font: bold 18px/24px Arial, Helvetica, sans-serif;
	color: #cc0000;
	margin: 0px 0px 0px 10px;
	padding: 10px 0px 0px;
	text-transform: capitalize;
	display: block;
	border-bottom: 2px dotted #857362;
}
#right h3 {
 	font: bold 11px/14px Arial, Helvetica, sans-serif;
	color: #cc0000;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: capitalize;
	display: block;
}
 #right .featureproject {
	font: normal 100%/130% Arial, Helvetica, sans-serif;
	color: #000;
	width: 230px;
	padding: 0px;
	margin: 20px 0px 0px 10px;
}
/* MAIN COLUMN STYLES */

#right ul {
	color: #000;
	margin: 0;
	list-style-type: none;
	padding: 4px 0px;
	font: normal 90%/130% Arial, Helvetica, sans-serif;
}
#right ul li a:link {
	color: #000;
	line-height: 160%;
	margin: 0px;
	padding: 0px;
	width: 150px;
	
}
#right li .descriptionlist{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding-left: 4px;
	margin-left: 30px;
	width: 90%;
	line-height: 150%;
	list-style-type: none;
	font-weight: normal;
}
 #right .gallery {
	width: 300px;
	
	padding: 0px;
	margin: 0px 0px 0px 10px;
}

/* -------------------- NEXT ITEMS ------------------------------- */

#right #next { 
	margin: 0px 0px 0px 0px;
	height: 10px;
}
#right #greenboxnext { 
	margin: 0px 0px 0px 0px;
}
#right .greenboxnext img { 
	float: left;
	width: 17px; 
	height: 17px;
	margin: 0px 15px 15px 0; 
}
#right .greenboxnext p { 
	position: inherit;
	font: bold Arial, Helvetica, sans-serif;
	color: #7FAB13; 
}
#right p .imgfloatright {
	float: right;
	margin: 0px 0px 10px 20px;
}
#right p .imgfloatleft {
	float: left;
	margin: 0px 20px 10px 0px;
	border: 1px solid #A58E74;
}
/* -------------------- MAIN CONTENT ------------------------------- */

 #center {
	margin: 10px;
	background: transparent;
} 
 #center p {
	font: normal 90%/100% Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 10px 10px 0px;
	width: 450px;
	text-align: justify;
}
#center p .bold {
	font-weight: bold;	
}
#center p .boldgrey {
	font-weight: bold;	
}
h1 {
	font: bold 160% Arial, Helvetica, sans-serif;
	color: #cc0000;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	text-transform: capitalize;
}
h1 .subtext {
	color: #cc0000;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
}
h2 {
	font: bold 140%/110% Arial, Helvetica, sans-serif;
	color: #cc0000;
	margin: 0px;
	padding: 16px 0px 6px 0px;
	text-transform: capitalize;
}
h3 {
	font: bold 100%/100% Arial, Helvetica, sans-serif;
	color: #cc0000;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	text-transform: capitalize;
}
h3 .thumbnailtxt {
	font: bold 140% Arial, Helvetica, sans-serif;
	color: #2b85bb;
	margin: 0px;
	padding: 0px;
	float: left;
}
#center ul {
	font: normal 85%/120% Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 4px 0px 4px 10px;
	margin-bottom: 10;
	list-style: url(geotechnical_images/list_icon.gif) inside;
}
#center ol {
	font: bold 90% Arial, Helvetica, sans-serif;
	color: #6E7A33;
	margin: 0;
	padding: 0px 0px 0px 10px;
	list-style-type: decimal;
	list-style-position: inside;
}
#center ol p {
	margin: 0px 0px 10px 16px;
	padding: 0px 10px 0px 0px;
}
#center .sitemap {
    font: bold 100% Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0;
	margin: 0;
}
#center .sitemap ul {
	margin: 0;
	padding: 4px 0px 4px 0px;
	list-style: none;
}
#center .sitemap li {
	font: bold 90%/110% Arial, Helvetica, sans-serif;
	color: #6E7A33;
	margin: 0;
	padding: 0px 0px 0px 10px;
	list-style: none;
}
#center .sitemap p{
    font: normal 100% Arial, Helvetica, sans-serif;
	color: #848589;
	padding: 0px 0px 10px 0px;
	margin: 0;
}
#center li .descriptionlist{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding-left: 4px;
	margin-left: 30px;
	width: 90%;
	line-height: 150%;
	list-style-type: none;
	font-weight: normal;
}
 #center #gallery {
	width: 440px;
	height: 300px;
	padding: 0px;
	margin: 0px 0px 0px 10px;
}
#center ol {
	font: normal 90% Arial, Helvetica, sans-serif;
	color: #352C24;
	margin: 0;
	padding: 0px;
	list-style-type: decimal;
	list-style-position: inside;
}
#center ol p {
	margin: 0px 0px 10px 16px;
	padding: 0px 10px 0px 0px;
}
/* start of styles for Thumbnail Gallery  */
/* ------------------- THUMBNAILS HORIZONTAL - LALNDSCAPE SHAPE--------------------------------*/

#center #thumbnail_h { 
	margin: 10px 0px 0px 20px;
}
#center .thumbnail_h img { 
	float: left;
	width: 164px; 
	height: 112px;
	margin: 10px 10px 10px 0;
	border: 1px solid #A58E74; 
}
#center .thumbnail_h p { 
	position: inherit;
	font: bold Arial, Helvetica, sans-serif;
	color: #7FAB13; 
}
/* ------------------- THUMBNAILS VERTICAL - PORTRAIT SHAPE--------------------------------*/

#center #thumbnail_v { 
	margin: 10px 0px 0px 20px;
}
#center .thumbnail_v img { 
	float: left;
	width: 163px; 
	height: 218px;
	margin: 10px 10px 10px 0; 
	border: 1px solid #A58E74;
}
#center .thumbnail_v p { 
	position: inherit;
	font: bold Arial, Helvetica, sans-serif;
	color: #7FAB13; 
}
#center p .imgfloatright {
	float: right;
	margin: 5px 0px 5px 10px;
	
}
#center p .imgfloatleft {
	float: left;
	margin: 5px 20px 20px 2px;
	
}

/* --------------------------------------------------- */

/* Start Form Styles */
#center .forms {
	float: left;
	width: 60%;
		
}
#center .forms p{
	font: normal Arial, Helvetica, sans-serif;
	color: #352c24; 
	padding: 0px;
	margin: 0px 0px 10px 0px;
	clear: both;
}
#center .forms p label {
	float: left;
	width: 50%;
	font-weight: normal;
	white-space: normal;
}
#center .forms .text {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #000;
	background: #ccc0b7;
	padding: 2px;
	width: 190px;
	border: 1px solid #ccc;
}
#center .forms p .submit {
	font: bold 90% Arial, Helvetica, sans-serif;
	color: #352c24;
	background: #ccc0b7;
	border: 1px solid #ccc;
	padding: 0px;
	margin: 0px;
}
#center .forms p .reset {
	font: bold 90% Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	border: 1px solid #ccc;
	padding: 0px;
	margin-left: 40px;
	
}
#forms caption
{
	font: bold 100%/130% Arial, Helvetica, sans-serif;
	color: #000;	
	text-align: left;
}
#center .forms .text2 {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #000;
	background: #E6ECEE;
	padding: 2px;
	width: 30px;
	border: 1px solid #ccc;
}
/* --------------------------------------------------- */
/* --------------------------------------------------- */
caption
{
	font: bold 100%/130% Verdana, Arial, Helvetica, sans-serif;
	color: #A58E74;	
	text-align: left;
	border-top: 1px solid #D9C8B5;
	display: none;
}
table 
{
	width: 100%;
	border: none;
	background: #fff;
	margin-bottom: 40px;
}
thead th 
{
	font: bold 100%/130% Verdana, Arial, Helvetica, sans-serif;
	color: #cc0000;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	background-color: #fff;
}
th 
{
	font: bold 100%/110% Verdana, Arial, Helvetica, sans-serif;
	color: #cc0000;
	padding: 4px 0px 4px 0px;
	text-align: left;
	vertical-align: top;
}
td 
{
	font: normal 80%/110% Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	padding: 4px 0px 4px 0px;
	text-align: left;
	vertical-align: top;
}

/* --------------------------------------------------- */
/* End Form Styles */

/* --------------------------------------------------- */			
.pad {
	padding: 10px 0px 0px 10px;
}

/* -------------------------------------background: #bfb2a6;-------------- */

#footer {
	width: 740px;
	height: 270px;
	margin: 0px auto 10px;
	padding: 0px;
	border-right: 10px solid #FFFFFF;
	border-bottom: 10px solid #FFFFFF;
	border-left: 10px solid #FFFFFF;
}
#footerwrap {
	margin: 0px;
	padding: 180px 0px 0px 0px;
	text-align: left;
	vertical-align: bottom;
	background: url(geotechnical_images/base_curves.gif) no-repeat left top;
}
#footer p {
	font: normal 75%/130% Arial, Helvetica, sans-serif;
	color: #48463f;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	text-align: left;
	vertical-align: bottom;
}
#footer a:link {
	font: normal 100%/130% Arial, Helvetica, sans-serif;
	color: #fff; /* wine colour */
	text-decoration: none;
}
#footer a:visited {
	font:  normal 100%/130% Arial, Helvetica, sans-serif;
	color: #fff; /* wine colour */
	text-decoration: none;
}
#footer a:hover {
	font:  normal 100%/130% Arial, Helvetica, sans-serif;
	color: #fff; /* black background */
	text-decoration: underline;
}
#footer a:active {
	font:  normal 100%/130% Arial, Helvetica, sans-serif;
	color: #fff; /* black colour */
	text-decoration: underline;
}
#footer ul {
	margin: 0px 0px 20px 200px;
	padding-left: 12px;
}
#footer li {
	font:  normal 70%/130% Arial, Helvetica, sans-serif;
	color: #007EB0;
	display: inline;	
	padding: 0px 4px 0px 4px;
	border-right: 1px solid;
}
#footer li a:link {
	color: #fff;
	text-decoration: none;
}
#footer li a:visited {
	color: #fff; 
	text-decoration: none;
}
#footer li a:hover {
	color: #fff;
}
#footer li a:active{
	color: #fff; 
	text-decoration: none;
}
#footer ul li.first {
	border-left: 0px;
}
#footer ul li.last {
	border-right: 0px;
}
#footer .bold {
	font-weight: bold;	
}
#footer .zofo {
	color: #48463f;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 30px 0px 20px 10px;
}
.clearboth { clear: both; 
}

