body {
	margin: 0px;
	padding: 0px;
	letter-spacing: .05px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	/*background-color: #a0a0a4;*/
	background-color: #ffffd9;
}

/* In order to work around bugs in IE & visual weirdness in firefox
 * we use this div to force a containing element to have a minimum
 * width.
*/
div.min_width {
	width: 1065px;
}

div {
	margin: 0px;
	padding: 0px;
}

div.autofill {
	display: block;
	clear: both;
	line-height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}

div.container {
	/*width: 1065px;*/
	width: 100%;
	margin: 0px 0px;
	font-family: Verdana, sans-serif;
}

div.top_colorbar {
	background-color: #660000;
	height: 20px;
}

div.top_colorbar_white_line {
	height: 20px;
	width: 112px; 
	border-right: 1px solid #fff;
}

div.header {
	height: 128px;
	background-color: #fff;
	width: 100%;
	min-width: 1065px;
}

div.header_gutter {
	height: 3px;
	background-color: #660000;
	font-size: 0px;
	line-height: 0px;
	min-width: 1065px;
}


a.logo {
	display: block;
	float: left;
	width: 113px;
	background-color: #fff;
	padding-right: 15px;
}

a.logo img {
	margin-left: 25px;
	margin-top: 28px;
	margin-bottom: 30px;
}

div.header img.founder {
	margin-top: 28px;
	/*margin-left: 17px;*/
	margin-left: 2px;
	margin-bottom: 12px;

}

div#geotechnical {
	position: absolute;
	top: 172px;
	left: 226px;
	float: left;
	z-index: 100;
}

/* This needs to precede other ul definitions for the sake of IE */
ul {
	margin: 0px;
	padding: 0px;
	padding-top: 8px;
	list-style-position: inside;
}

ul li {
	margin: 0px;
	margin-left: 2px;
	color: #666;
}


div.top_menu {
	/*font-family: Univers, Helvetica, sans-serif;
	font-size: 1.6em;*/
	margin-left: 15px;
	border-top: 1px dotted #afafaf;
	padding-top: 8px;
	/*width: 100%;*/
}

div.top_menu a {
	/*border: 1px solid #000;*/
}

div.top_menu a img {
	border: 0px;
	border-left: 1px solid #987575;
}

div.top_menu a.first img {
	border-left: 0px;
}

/*div.top_menu ul li a.home {
	color: #000;
}

div.top_menu ul li a:hover, 
div.top_menu ul li a.selected {
	color: #660000;
}*/

a {
	color: #660000;
}

a:hover {
	color: #aa5555;
}

div.content_area_bg {
	background-color: #ffffd9;
}

div.content_area {
	margin-left: 25px;
	background-color: #ffffd9;
	width: 1040px;
}

p {
	font-size: 1.2em; /*/1.7em;*/
	line-height: 1.5em; 
	padding: 0px;
	margin: 1.4em 0px 0px;
}

p.top {
	margin-top: .5em;
}

p.highlight {
	color: #660000;
}

img.header {
	display: block;
	/*border: 1px solid #000;*/
}

h1 {
	display: block;
	font-family: "Univers 45 Light", Helvetica, sans-serif;
	margin: 0px;
	padding: 2px 0px 0px;
	font-size: 3.0em;
	line-height: 1.0em;
	font-weight: normal;
	color: #660000;
}

img.arrow {
	display: block;
	margin-bottom: 4px;
	/*border: 1px solid #000;*/
}

div.content_1 {
	float: left;
	width: 332px;
	padding-top: 40px;
	padding-bottom: 36px;
}

div.picture_container_1 {
	float: right;
	padding-bottom: 36px;
	margin-left: 16px;
	overflow: hide;
}

div.picture_container_1 img {
	padding: 0px;
	margin: 0px;
}

div.picture_caption_home {
	font-size: 9px;
	padding: 9px 11px 8px;
	/*margin-top: 1px;*/
	border-top: 1px solid #a0a0a0; 
	background-color: #c7b8b8;
	color: #5e5e5e;
	font-weight: bold;
}

div.content {
	padding-top: 40px;
	float: left;
	width: 558px;
	padding-bottom: 36px;
}

div.picture_container {
	float: right;
	width: 462px;
	padding-bottom: 36px;
	overflow: hide;
}

div.picture_caption {
	font-size: 9px;
	padding: 9px 11px 8px;
	border-top: 1px solid #555; 
	background-color: #666;
	color: #fff;
}

div.content_old2 h3 {
	padding: 6px 0px 18px;
	background-image: url(../images/header_decoration.gif);
	background-repeat: repeat-x;
	background-position: 0px 24px;
}

div.section_line {
	background-image: url(../images/dotted.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 1em;
}


/* Footer */

div.footer_gutter {
	height: 3px;
	background-color: #7f7f7f;
	font-size: 0px;
	line-height: 0px;
	min-width: 1065px;
}
div.footer {
	background-color: #a0a0a4;
	padding-top: 10px;
	padding-left: 130px;
	color: #fff;
	padding-bottom: 9px;
	min-width: 935px;
}

div.contact_info {
	width: 935px;
}

div.footer a {
	color: #fff;
}

div.footer a:hover {
	color: #eee;
}

div.footer_text {
	float: left;
}

div.copyright {
	text-align: right;
	color: #777;
	width: 935px;
	padding: 2em 0px 0px;
}

div.copyright a {
	color: #777;
}


