body {
	background-color: rgb(113,148,105);
	color: #000;
	font-family: "Times New Roman", "Times", serif;
	font-size: medium;
	background-image: url("images/background.png");
	background-position: -95px -40px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin: 0px;
}

img { border: none; padding: 1em;}
table.allborders td {border: 1px solid black; padding: .25em;}
h4 {margin-bottom: 0;}
h4 > p {margin-top: 0;}
div.right {
	float: right;
	text-align: right;
}

#container {
	position: absolute;
	width: 100%;
	max-width: 1200px;
	min-width: 783px;
		
}

#top_strip {
	background-color: rgb(25,25,25);
	position: absolute;

	top: 20px;
	left:0px;
	width: 100%;
	height: 63px;
	padding: 0;
	

}

#left_bar {
	background-color: rgb(25,25,25);
	position: absolute;
	z-index: 100;
	color: white;
	top: 0px;
	left: 10px;
	width: 30px;
	height: 60em;
	
}

#header {
	position: absolute;
	float: right;
	right: 0px;
	top: 20px;
	height: 350px;
	width: 640px;
	background-image: url('images/header.gif');
	background-repeat: no-repeat;
	text-align: right;
	font-size: 0px;
	
}
#header.up {
	background-image: url('images/header_min.gif');
	height: 63px;
	width: 472px;
}

#header img { padding: 0px; z-index: 3;}

#page_title {
	position: absolute;
	width: 75%;
	right: 20px;
	top: 150px;
	text-align: left;
	font-family: Helvetica,sans-serif;
	font-size: xx-large;
	color: #ddd;
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
		
}

#text_container {
	position: absolute;
	right: 20px;
	top: 400px;
	width: 72%;
	min-height: 450px;
	padding: 20px;
	border: 2px solid rgb(40,40,40);
	background-color: rgb(239,239,239);
	z-index: 900;
}

#text_container.up {
	top: 200px;
}

#text_container.down {
	top: 400px;
}

.interior h4 { margin-bottom: .5em; text-decoration: underline; }
.interior p { margin-top: 0px; }

#navigation {
	position: absolute;
	z-index: 1000;
	top: 400px;
	left: 25px;
}

#navigation.up {
	top: 200px;
}

#navigation.down {
	top: 400px;
}

#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#navigation a {
	display: block;
	text-decoration: none;
	padding: .5em;
    margin-bottom: 5px;
	font-size: large;
	font-family: 'Times New Roman',Times,Serif;	
	background-color: #333;
	color: #ddd;
	width: 6em;
	overflow: hidden;
}
#navigation a:hover, #navigation a:visited:hover {
	color: #333;
	background-color: #ddd;
}
#navigation a:visited { color: #aaa;}

#engin_sub, #survey_sub {
	display: none;
}

#engin_sub li, #survey_sub li {
	margin-left: 1em;
	font-style: italic;
	width: 4em;
}
#engin_sub a, #survey_sub a{
	background-color: #444;
	font-size: medium;
}

.references td{
	text-align: left;
	padding: 10px;
	font-family: arial, sans-serif;
	
}

.client_quote {
	display: block;
	font-style: italic;
	font-weight: bold;
	font-family: arial, sans-serif;
	margin-top: 1.5em;
}
ul.orgchart {
	display: none; 
	list-style: none;
}

div.footer {
	width: auto;
	text-align: center;
	font-size: small;
	color: #555;
}
div.footer a{
	font-size: large;
	font-family: arial, sans-serif;
	text-align: center;
}
div.copyright { 
	display: block;
	clear: both; 
	
	}

/*
ul.orgchart_2 {
	text-align: center;
	margin: 0px;
	padding: 0px;
	border: 2px solid red;
	display: block;
	float: none;
	clear: both;
	}
ul.orgchart_2 li{
	display: block;
	float: left;
	background-color: blue;
	color: white;
}
ul.orgchart_3 { 
	float: left;
	margin: 0px;
	padding: 0px;
	border: 2px solid yellow;	
}
ul.orgchart_3 li{
 float: none;
}
*/

div#resume {}
div#resume hr {clear: both;}



img.portrait {
	border: none;
	float: right;
	padding-top: 0;
}

p.indent {
	margin-left: 2em;
}