html {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
	margin:0;
	padding:0;
background: #13561B;

}
#container {
width: 100%;
background: white;
float: left;
margin-top: 0;
padding-bottom: 2em;
}
a {
color: darkgreen;
}
h2 {
font-size: 1.8em;
margin-bottom: 1em;
padding-bottom: 0.5em;
border-bottom: 1px solid black;
width: 600px;
}
#content ul {
display: block;
width: 100%;
float: left;
clear: left;
}
h3 {
font-size: 1.4em;
}
#content ul {
font-size: 1.2em;
}
#content {
background: #fff;
clear: both;
display: block;
margin:0;
float: left;
}
#header {
	background: url(header.gif) repeat-x;
}
#header h1 {
padding:0;
margin:0;
}
#header h1 a{
	background: url(logo.png) no-repeat;
	height: 92px;
	width: 547px;
	padding:0;
	margin:0;
display: block;
	text-indent: -9999px;
}
#header h2 {
	display: none;
}
#header ul {
	height: 28px;
	text-transform: uppercase;
	padding:0;
	margin:0;
	margin-left: 160px;
}
#header ul li {
	float: left;
	font-size: 1.1em;
	position: relative;
	list-style: none;
}
#header ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
	padding: 1.5em;
	padding-top: .75em;
	padding-bottom: .75em;
}
#header ul li a:hover {
text-decoration: underline;
}
#header ul ul {
	display: none;
	float: left;
z-index: 50;
}
#header ul ul li {
	font-size: 1em;
	text-transform: none;
	float: left;
	clear: left;
	background: black;
	width: 100%;
padding: 0;
}
#header ul ul li a {
padding: 7px;
padding-left: 1em;
padding-right: 2em;
}
#header ul li:hover ul, #header ul li.over ul {
	display: block;
	position: absolute;
	margin: 0;
	top: 20px;
	padding: 2px;
}
#content {
padding-left: 175px;
z-index: 10;
}
p {
font-size: 1.2em;
line-height: 1.6em;
width: 600px;
clear: left;
}
div.summary {
	background: #EFFFE6;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.1em;
	padding-bottom: 0.5em;
	margin-top: 0.8em;
	-moz-border-radius: 10px;
	font-size: 1.1em;
}
#footer {
	background: #13561B url(footer.png) no-repeat;
	padding-left: 175px;
	padding-top: 1em;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	height: 10em;
clear: both;
margin-top: 2em;
}
#footer p {
	line-height: 1em;
	font-size: 1.1em;
}
#footer p a {
	color: #EFFFE6;
	font-weight: normal;
	font-size: 0.83em;
	text-decoration: none;
}
.project, .person  {
margin-top: 1em;
position: relative;
width: 600px;
display: block;
clear: both;
float: left;
margin-right: 1em;
}
.person {
width: 600px;
margin-bottom: 1em;
}
.project h3, .person h3 {
 float: right;
width: 375px;
padding:0;
margin:0;
font-size: 1.4em;
}

.project h4, .person h4 {
float: right;
clear: right;
width: 375px;
padding:0;
margin:0;
font-size: 1.2em;
text-transform: uppercase;
font-weight: normal;
}
.project h5, .person h5{
position: absolute;
top: -1em;
font-size: 1em;
left:10px;
}
.project h5 a, .categories li a ,.categories li a:hover {
font-size: 1em;
padding: 3px;
background: #EFFFE6;
-moz-border-radius: 5px;
width: 120px;
text-align: center;
text-transform: uppercase;
color: black;
font-weight: bold;
text-decoration: none;
}
.project p, .person p{
float: right;
clear: right;
width: 375px;
padding:0;
margin:0;
margin-top: 0.5em;
}
.person h5, .person h4, .person h3, .person p {
width: 600px;
}
.project img{
float: left;
width: 200px;
}
.person img{
float: left;
width: 100px;
}
h2 {
float: left;
width: 100%;
}
.categories {
margin-left: 0;
padding-left:0;
border-bottom: 1px solid black;
float: left; width: 100%;
padding-bottom: 1em;
margin-bottom: 1em;
margin-top: 0;
}
.categories li {
float: left; 
list-style: none;
margin-right: 1em;
}
.categories li a {
float: left;
background: black;
color: white;
}
div#info {
float: right;
width: 200px;
}
#contact_form {
float:left;
width: 400px;
}
div#info p, #contact_form p {
width: 100%;
}
#contact, #services{
width: 335px;
float: left;
clear: left;
}
#services {
float: right;
clear:none;
}
#contact p {
float: left;
clear: left;
margin:0;
margin-bottom: 1em;
}
#services ul {
width: 330px;
}
#services ul li {
width: 150px;
float: left;
margin-bottom: 0.5em;
}