@charset "utf-8";
/* 
  -----------------------------------
  CompanyName Style Sheet
  by Echo Web Services
  www.echowebservices.com
  -----------------------------------
Color Scheme

*/

html, body, div, ul {
	margin:0;
	padding:0;}

body {
	font:12px Trebuchet MS, tahoma, sans-serif;
	background-color:#a9c191;
	line-height:1.25;
	color:#fff;
	text-align:center;}
a {
	color:#99884e;
	text-decoration:none;}
a:hover {text-decoration:underline;}

/* Layout */	
#wrap, #credits{
	width:794px;
	margin:0 auto;
	margin-top:1em;
	text-align:left;
	background-color:#000;}
#hdr {
	margin:0 auto;
	background-color:#000;
	text-align:left;
	position:relative;
	height:114px;}
#hdr h1 {
	background: url(../img/theme/header.gif) no-repeat top;
	width:794px;
	height:113px;
	position:absolute;
	top:0;
	left:1px;
	font-size:1px;
	text-indent:-5000em;}
#hdr h1 a {
	display:block;
	width:794px;	
	height:113px;}
#hdr p {
	background:url(../img/theme/tagline.png) no-repeat top;	
	position:absolute;
	top:0;
	right:0;
	width:302px;
	height:113px;
	margin:0 auto;
	font-size:1px;
	text-indent:-5000em;}
#nav{
	/* 776f67 */
	background-color:#8c8a63;
	height:21px;
	width:100%;
	text-align:center;
	margin-top:0;}

#nav ul {
	list-style:none;
	text-align:left;
	width:290px;
	float:right;}
#nav ul li {
	float:left;
	margin:2px;
	width:48%;
	letter-spacing: .25em;
	}  /*Change this to roughly match the number of menu items you have (Change the one below as well for the home page*/
#homePage #nav ul li {xwidth:98%;}
#homePage #nav ul li.homeLink {display:none;}
#nav ul li a {	
	display:block;
	margin:0;
	padding:0;
	font-weight:700;
	text-decoration:none;
	color:#fff;
	text-transform:uppercase;
}
#nav ul li a:hover{text-decoration:underline;}
	
#content {padding:15px;}
#footer {
	margin:0 auto;
	background-color:#000;
	text-align:center;}
#footer p{
	padding:.5em 0 .5em 0;
	margin:0;}
#homePage #content {padding:0;padding-top:15px;}
#credits {
	text-align:right;
	margin-top:1em;}
#credits a{
	color:#504732;
	font-size:90%
}
.project {
	margin:0 auto;
	width:100%;
	margin-top:15px;
	xborder:1px solid #fff;
}
.project p{
	line-height:1.25;
	xborder:1px dotted #ff0;
	margin:0;
	margin-top:1em;
}
.projectPhoto {
	float:left;
	width:215px;
}
.projectText {
	float:right;
	width:510px;
}
.projectText h3{
	font-size:110%;
	color:#fff;
	margin:0;
	padding:0;
	margin-bottom:-10px;
}
.projectText h3 a {color:#fff;;}
p {color:#fff;}

.clearing{clear:both;}
img{border:none;}

