* {
	margin: 0;
	padding: 0;
	}
body {
	background-color: #000;
	color: #000;
	font-family: verdana, helvetica, geneva, arial, sans-serif;
	font-size: 75%;
	}
div#header {
	background: #000 url(graphics/header_bg.gif) repeat-x;
	position: relative;
	}
div#wrapper {
	position: relative;
	background-color: #000;
	}
div#extras {
	width: 25%;
	background-color: #000;
	color: #cc9966;
	font-family: helvetica, geneva, arial, sans-serif;
	position: absolute;
	top: 0;
	left: 0;
	}
div#content {
	margin-left: 25%;
	padding: 20px;
	background-color: #fff;
	}


	
ul#nav, ul#footer_nav {
	padding-left: 25%;
	height: 29px;
	}
ul#footer_nav {
	background: url(graphics/footer.gif) no-repeat right top;
	}
ul#nav li, ul#footer_nav li {
	list-style: none;
	display: block;
	width: 80px;
	padding-left: 20px;
	float: left;
	font-weight: bold;
	color: #CC9966;
	font-size: 90%;
	height: 29px;
	line-height: 29px;
	}
ul#nav a, ul#footer_nav a {
	color: #fff;
	text-decoration: none;
	}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.clearfix {
	display: inline-block;
	}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
	}
.clearfix {
	display: block;
	}
/* End hide from IE-mac */
	
	
div#header h1 {
	height: 42px;
	width: 357px;
	text-indent: -200em;
	overflow: hidden;
	background: #000 url(graphics/logo.gif) no-repeat top right;
	padding-left: 25%;
	}
div#header img {
	position: absolute;
	top: 0;
	right: 0;
	}
div#extras p, div#wrapper address {
	font-weight: bold;
	margin: 1em 16px;
	line-height: 140%;
	}
div#extras p {
	font-size: 135%;
	}
div#wrapper address {
	font-style: normal;
	font-size: 80%;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #CC9966;
	}
div#content h1 {
	font-size: 140%;
	margin-bottom: 1em;
	color: #926e49;
	}
h2 {
	font-size: 110%;
	margin-bottom: 1.5em;
	}
h3 {
	font-size: 100%;
	}
p.image {
	float: left;
	width: 170px;
	margin-right: 10px;
	}
div#plan_design, div#select_spec, div#proj_man {
	clear: left;
	width: 70%;
	}
div#select_spec {
	padding-left: 144px;
	}
div#proj_man {
	padding-left: 47px;
	}
p.left {
	float: left;
	margin-right: 10px;
	}
p.right {
	float: right;
	margin-left: 10px;
	clear: both;
	}
.clear_left {
	clear: left;
	}
div#content address {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	position: relative;
	color: #000;
	}
div#content p {
	margin-bottom: 1em;
	}
div#content ul {
	padding-left: 1.5em;
	}
div#content h2 {
	margin-top: 1em;
	}
div.col {
	width: 45%;
	margin-right: 4%;
	float: left;
	}
div#content div.resume ul {
	padding-left: 0;
	}
div#content div.resume li {
	list-style: none;
	margin: 0 0 1.5em 0;
	}
div#content div.resume h2 {
	margin-bottom: 0;
	}
div#content div.resume ul.compact li {
	margin: 0;
	}
div#content div.resume ul.responsibilities {
	padding-left: 1.5em;
	}
div#content div.resume ul.responsibilities li {
	list-style: disc;
	margin: 0;
	}
div#content div.resume2 ul {
	padding-left: 0;
	}
div#content div.resume2 li {
	list-style: none;
	margin: 0 0 1.5em 0;
	}
div#content div.resume2 h2 {
	margin-bottom: 0;
	}
div#content div.resume2 ul.compact li {
	margin: 0;
	}
div#content div.resume2 ul.responsibilities {
	padding-left: 1.5em;
	}
div#content div.resume2 ul.responsibilities li {
	list-style: disc;
	margin: 0;
	}