

body {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 16px;
	padding: 0;
	margin: 0;
	background: #DAD0C0;
	/*width: 950px;*/
	}


#wrap {
	position: relative;
	width: 950px;
	margin: 0 auto 30px;
	}

div.clearbox {
	clear: both;
	}



a:link, a:visited {
	color: #B84D16;
	}
a:hover, a:active {
	text-decoration: none;
	}




#top_links {
	height: 20px;
	padding: 10px 20px 0 0;
	text-align: right;
	}
	#top_links a:link, #top_links a:visited,
	#footer a:link, #footer a:visited {
		color: #655231;
		font-size: 10px;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
		}
	#top_links a:hover, #top_links a:active,
	#footer a:hover, #footer a:active { text-decoration: underline; }

	#footer {
		clear: both;
		height: 20px;
		padding: 10px 20px 30px 20px;
		}
	#footer.home { margin-left: 140px; }



#logo {
	position: absolute;
	}
	#header #logo {
		top: 0;
		left: 0;
		background-color: #DAD0C0;
		width: 137px;
		height: 87px;
		padding: 30px 0 0 13px;
		}
	#content #logo {
		background: url("/images/global/logo.png") no-repeat;
		top: 32px;
		left: 34px;
		width: 126px;
		height: 75px;
		}
		* html #content #logo {
			background-image: url(blank.gif);
			filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/global/logo.png");
			}
		#logo img { border: 0; }

#home_links a:link, #home_links a:visited {
	display: block;
	position: absolute;
	height: 20px;
	_height: 18px;
	border: 1px solid #fff;
	}
#home_links a:hover, #home_links a:active { background-color: #F37421; }
	
	#mining {
		top: 34px;
		left: 478px;
		width: 136px;
		_top: 36px;
		_width: 134px;
		background: url("/images/home/link_mining.png") no-repeat;
		}
		* html #mining {
			background-image: url(blank.gif);
			filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/home/link_mining.png");
			}

	#oilgas {
		top: 86px;
		left: 530px;
		width: 165px;
		_top: 88px;
		_width: 163px;
		background: url("/images/home/link_oilgas.png") no-repeat;
		}
		* html #oilgas {
			background-image: url(blank.gif);
			filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/home/link_oilgas.png");
			}

	#geotech {
		top: 138px;
		left: 536px;
		width: 189px;
		_top: 140px;
		_width: 187px;
		background: url("/images/home/link_geotech.png") no-repeat;
		}
		* html #geotech {
			background-image: url(blank.gif);
			filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/home/link_geotech.png");
			}

#home_text {
	position: absolute;
	top: 190px;
	left: 540px;
	width: 185px;
	}
	#home_text p {
		font-size: 13px;
		color: #fff;
		margin: 0 0 10px;
		}





/************************************************

	header block and main navigation panes
	
************************************************/

#header {
	background: #DAD0C0 url("/images/home/bk_header.jpg") no-repeat;
	padding: 15px 0 0 165px;
	position: relative;
	*height: 102px;
	}

	#header .clearbox { *display: none; }
	
	/** search tab **/
	
	#search_tab {
		position: absolute;
		bottom: 0;
		*bottom: -1px;
		right: 15px;
		padding: 6px 6px 0;
		background: #F37421;
		}
		#search_tab input.keywords {
			width: 135px;
			height: 17px;
			background: #FAD9AF url("/images/global/search_back.gif") no-repeat;
			border: none;
			color: #766441;
			padding: 1px 0 1px 10px;
			vertical-align: bottom;
			*vertical-align: baseline;
			}
		#search_tab input.submit {
			width: 20px;
			height: 19px;
			background: #FAD9AF url("/images/global/search_but.gif") no-repeat;
			border: none;
			margin-left: 2px;
			vertical-align: bottom;
			*vertical-align: baseline;
			}
	
	/** main nav panes (3 top blocks) **/
	
	#header ul {
		background: #766441;
		width: 187px;
		height: 104px;
		height: 8.5em;
		margin: 0 8px 0 0;
		padding: 0;
		float: left;
		}
	#header ul.selected { background: #EEE8E0; }
	
		#header ul li.description {
			display: none;
			}
		#header ul.selected li.description {
			display: block;
			position: absolute;
			background: #EEE8E0;
			width: 167px;
			height: 58px;
			padding: 8px 10px 0 10px;
			color: #655231;
			}
	
	#header li {
		list-style: none;
		margin: 0;
		padding: 0;
		line-height: 12px;
		}
		
	#header ul a:link, #header ul a:visited {
		display: block;
		color: #fff;
		font-size: 12px;
		line-height: 12px;
		padding: 4px 5px 4px 19px;
		background: url("/images/nav/nav_pointer.gif") no-repeat -5px 0;
		text-decoration: none;
		_width: 163px;
		}
	#header ul a:hover, #header ul a:active,
	#header ul a.selected { background-position: -5px -50px; }

	#header ul.selected a:link, #header ul.selected a:visited {
		color: #655231;
		background-position: -5px -110px;
		}
	#header ul.selected a:hover, #header ul.selected a:active,
	#header ul.selected a.selected { background-position: -5px -145px; }


	#header li.head {
		margin: 0 0 3px;
		}
		#header li.head a:link,
		#header li.head a:visited {
			padding: 0;
			width: 187px;
			height: 30px;
			}
		#nav1 li.head a:link, #nav1 li.head a:visited { background: url("/images/nav/head1.gif") no-repeat; }
		#nav2 li.head a:link, #nav2 li.head a:visited { background: url("/images/nav/head2.gif") no-repeat; }
		#nav3 li.head a:link, #nav3 li.head a:visited { background: url("/images/nav/head3.gif") no-repeat; }
		#nav1 li.head a:hover, #nav1 li.head a:active,
		#nav2 li.head a:hover, #nav2 li.head a:active,
		#nav3 li.head a:hover, #nav3 li.head a:active { background-position: 0 -30px; }
		#nav1 li.head a:focus, #nav2 li.head a:focus, #nav3 li.head a:focus { outline: 0; }

		#nav1.selected li.head a:link, #nav1.selected li.head a:visited,
		#nav2.selected li.head a:link, #nav2.selected li.head a:visited,
		#nav3.selected li.head a:link, #nav3.selected li.head a:visited { background-position: 0 -30px; }
		/*
		#nav1.selected li.head a:hover, #nav1.selected li.head a:active,
		#nav2.selected li.head a:hover, #nav2.selected li.head a:active,
		#nav3.selected li.head a:hover, #nav3.selected li.head a:active { background-position: 0 0; }
		*/
		
		
	
	/** toggling nav panes **/
	
	#pane1a, #pane1b, #pane1c,
	#pane2, #pane3 {
		position: absolute;
		width: 187px;
		}
		#pane1a { left: 165px; z-index: 100; }
		#pane1b { left: 360px; z-index: 101; }
		#pane1c { left: 555px; z-index: 102; }
		#pane2 { left: 360px; z-index: 103; }
		#pane3 { left: 555px; z-index: 104; }

		#pane1a_slider, #pane1b_slider, #pane1c_slider,
		#pane2_slider, #pane3_slider {
			position: relative;
			*top: -1px;
			}

		ul.pane {
			margin: 0;
			padding: 0 0 10px;
			border: 1px solid #766441;
			border-top: 0;
			background: #EEE8E0;
			}
			
			ul.pane li {
				margin: 0;
				padding: 0;
				list-style: none;
				color: #655231;
				line-height: 12px;
				_display: inline;
				}
				
				ul.pane li a:link, ul.pane li a:visited {
					display: block;
					padding: 2px 5px 2px 19px;
					background: url("/images/nav/nav_pointer.gif") no-repeat -5px -112px;
					color: #655231;
					text-decoration: none;
					font-size: 11px;
					}
				ul.pane li a:hover, ul.pane li a:active,
				ul.pane li a.selected {
					color: #B84D16;
					background-position: -5px -147px;
					}
					#subnav.pane li a:link, #subnav.pane li a:visited {
						background: url("/images/nav/subnav_pointer.gif") no-repeat -5px -2px;
						}
					#subnav.pane li a:hover, #subnav.pane li a:active,
					#subnav.pane li a.selected {
						background-position: -5px -52px;
						}
							
				ul.pane li.head a:link, ul.pane li.head a:visited,
				ul.pane li.subhead a:link, ul.pane li.subhead a:visited,
				#subnav.pane li.head a:link, #subnav.pane li.head a:visited,
				#subnav.pane li.subhead a:link, #subnav.pane li.subhead a:visited {
					background: none;
					padding: 10px 5px 3px 8px;
					font-weight: bold;
					}
				ul.pane li.head a {
					font-size: 12px;
					}


	#breadcrumb {
		margin: 0;
		padding: 9px 0 0 165px;
		height: 21px;
		color: #fff;
		font-size: 11px;
		line-height: 11px;
		background: #F37421;
		}
		#breadcrumb a:link, #breadcrumb a:visited {
			color: #fff;
			text-decoration: none;
			}
		#breadcrumb a:hover, #breadcrumb a:active { text-decoration: underline; }










/************************************************

	Layout Blocks
	
************************************************/

/** login block **/

#login_box,
#column_login {
	height: 126px;
	padding: 15px 15px 0 8px;
	}
	#login_box {
		width: 137px;
		position: absolute;
		top: 248px;
		border-top: 1px solid #fff;
		background: #DAD0C0 url("/images/home/bk_login.gif") no-repeat 100% 0;
		}

	#login_box fieldset,
	#column_login fieldset {
		border: 0;
		background: #BCAD97;
		padding: 2px 5px;
		margin: 0 0 5px;
		color: #fff;
		}
	#login_box input,
	#column_login input {
		font-size: 10px;
		margin: 1px 0;
		border: none;
		float: right;
		background: none;
		text-align: right;
		}
	#login_box input.login,
	#column_login input.login {
		border: 1px solid #BCAD97;
		float: none;
		padding: 2px 14px 2px 3px;
		*padding-right: 3px;
		font-weight: bold;
		color: #766441;
		text-align: left;
		text-transform: uppercase;
		background: url("/images/home/lock.gif") no-repeat 90% 50%;
		}
	#login_box a,
	#column_login a {
		font-size: 11px;
		color: #766441;
		}
	
	#ftp_note {
		color: red;
		font-size: 10px;
		line-height: 12px;
		}


/** right column **/

#column_right,
#column_right_brown,
#column_login {
	width: 185px;
	float: left;
	color: #fff;
	padding: 0 5px 0 10px;
	}
	#column_right {
		background: #F37421;
		height: 210px;
		overflow: auto;
		}
	#column_right_brown {
		background: #766441;
		height: 148px;
		padding-top: 10px;
		}
	#column_login {
		padding-top: 10px;
		background: #DAD0C0;
		}
		
		/** text styles **/
		
		#column_right h3,
		#column_right_brown h3,
		#column_login h3 {
			font-size: 11px;
			text-transform: uppercase;
			margin: 0 0 10px;
			}
			#column_login h3 { color: #766441; }

		#column_right h3 a:link, #column_right h3 a:visited,
		#column_right_brown h3 a:link, #column_right_brown h3 a:visited {
			color: #fff;
			text-decoration: none;
			}
		#column_right h3 a:hover, #column_right h3 a:active,
		#column_right_brown h3 a:hover, #column_right_brown h3 a:active {
			text-decoration: underline;
			}
		
		
		/** list styles for column contact info **/
		
		#column_right ul {
			margin: 0;
			padding: 0;
			}
			#column_right li {
				list-style: none;
				font-size: 11px;
				line-height: 12px;
				padding: 0;
				margin: 0 0 6px;
				}
				#column_right li a:link, #column_right li a:visited {
					color: #fff;
					text-decoration: none;
					}
				#column_right li a:hover, #column_right li a:active {
					text-decoration: underline;
					}
		
		/** table styles for column contact info **/
		
		#column_right table,
		#column_right_brown table {
			border-spacing: 0;
			border-collapse: collapse;
			margin: 5px 0;
			}
		#column_right th,
		#column_right_brown th,
		#column_right td,
		#column_right_brown td {
			vertical-align: top;
			font-size: 10px;
			line-height: 13px;
			padding: 0 10px 8px 4px;
			text-align: right;
			}
		#column_right th,
		#column_right_brown th,
		#column_right strong,
		#column_right_brown strong {
			text-transform: uppercase;
			}
		#column_right td.link {
			font-size: 10px;
			color: #fff;
			padding-top: 10px;
			padding-bottom: 0;
			}
		#column_right td.link a {
			font-size: 10px;
			color: #fff;
			}
			#column_right_brown td.link,
			#column_right_brown td.link a {
				color: #DAD0C0;
				}












/************************************************

	content
	
************************************************/

#content {
	border: 1px solid #fff;
	border-left: none;
	width: 749px;
	position: relative;
	float: left;
	min-height: 366px;
	}
#content.home {
	background: url("/images/home/brain.jpg") no-repeat;
	height: 366px;
	}

	#subnav.pane {
		float: left;
		width: 150px;
		background: none;
		border: none;
		margin: 10px 0 0;
		min-height: 250px;
		}
	#content_output {
		float: left;
		width: 544px;
		_width: 542px;
		margin: 10px 0 0 35px;
		padding: 0 20px 50px 0;
		}
		#content_output img {
			border: 1px solid #766441;
			}

	#content_img_hr {
		float: left;
		*float: none;
		width: 584px;
		height: 100px;
		overflow: hidden;
		margin: 0 0 0 15px;
		*margin-left: 165px;
		_margin-left: 162px;
		}
	
	#content_img_vt {
		float: left;
		width: 187px;
		margin: 0 0 0 15px;
		padding: 0;		
		}

		#content_output.img_vt {
			_float: none;
			*float: left;
			width: 362px;
			margin-left: 15px;
			}
		#content_img_vt img {
			padding: 0 0 2px;
			}


div.addresses {
	float: right;
	margin-right: 25px;
	width: 140px;
	text-align: right;
	font-size: 11px;
	line-height: 15px;
	color: #655231;
	}
	div.addresses strong {
		text-transform: uppercase;
		}


#bottom_brown_bar {
	height: 23px;
	background: #766441;
	clear: both;
	}



p {
	margin: 0 0 6px;
	padding: 0;
	}
	p.caption {
		font-style: italic;
		color: #766441;
		}

h1 {
	font-size: 14px;
	margin: 10px 0 15px;
	padding: 0;
	}

h2 {
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 25px;
	padding: 0;
	}

h3 {
	font-size: 12px;
	margin: 20px 0 5px 0;
	}
	h3 span {
		font-weight: normal;
		font-style: italic;
		}

h4 {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 25px;
	padding: 0;
	}


div.highlight {
	color: #766441;
	margin: 20px 5px;
	font-size: 15px;
	line-height: 17px;
	}

