@charset "UTF-8";
body {
	font: 11px "Trebuchet MS", Helvetica, sans-serif;
	background: #5E748C url(../_images/bg.jpg) no-repeat top center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #453f44;
}
.oneColFixCtrHdr #container {
	width: 972px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height:95px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 3px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #footer {
	clear:both;
	padding: 0 4px 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.oneColFixCtrHdr #subpageFooter {
	clear:both;
	float:right;
	padding: 10px 3px 0 0;
	color:#898887;
	font-size:8pt;
}
.oneColFixCtrHdr #footer  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 8px 6px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:right;
	color:#898887;
	font-size:8pt;
}

a {text-decoration:none; color:#000;}


#footer a, #subpageFooter a {
	color:#898887;
	text-decoration:none;
	}
#footer a:hover, #subpageFooter a:hover {
	color:#000;
	}
	
#homeText {
	width:200px;
	text-align: justify;
	padding: 2px 0 0 3px;
	line-height:17px;
	}
#homeImage{
	float:right;
	width:757px;
	height:308px;
	background:#000;
	margin-right:3px;
	}
	
#subpageTextWrapper {
	float:left;
	left:-1px;
	position:relative;
	padding:3px 1px;
	width:590px;
	}

#subpageText {
	padding: 4px 6px;
	background: #fff;
	text-align: justify;
	}
	
#subpageText a {
	text-decoration:underline;
	color:#3c6384;
	}
	
#subpageText ul{
	padding-left:14px;
	}
	
#subpageText .heading {
	letter-spacing:1px;
	text-transform:uppercase;
	}

#right{
	float:right;
	width:380px;
	left:-1px;
	position:relative;
	margin-top: 1px;
	}
	
#top{
	padding-right:3px;
	float:right;
}
	
/* Classes ----------------------------------- */	

.Times{
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
}
	
/* Navigation ----------------------------------- */
	
#navigation{
	height:130px;
	width:208px;
	margin-left:3px;
	background:url(../_images/nav/bg.jpg);
	padding-top:23px;
}
	
#navigation ul{
	margin:0;
	padding:0;
	}

#navigation li{
	padding:0;
	display:block;
	width:208px;
	height:26px;
	background:#000;
	margin-bottom: 1px;
	line-height:26px;
	}
	
#navigation li:hover{
	background:#938a89;
}	
	
#navigation a {
	display:block;
	height:26px;
	color:#938a89;
	text-decoration:none;
	font-size:2px;
	}
	
#navigation a:hover {
	color:#938a89;
	}
	
#navigation a span{display:none;}
	
#whoweare{
	background:url(../_images/nav/who-we-are.jpg);
}
#whoweare:hover{
	background:url(../_images/nav/who-we-are-over.jpg);
}
#whatwedo{
	background:url(../_images/nav/what-we-do.jpg);
}
#whatwedo:hover{
	background:url(../_images/nav/what-we-do-over.jpg);
}
#howwedoit{
	background:url(../_images/nav/how-we-do-it.jpg);
}
#howwedoit:hover{
	background:url(../_images/nav/how-we-do-it-over.jpg);
}
#portfolio{
	background:url(../_images/nav/project-portfolio.jpg);
}
#portfolio:hover{
	background:url(../_images/nav/project-portfolio-over.jpg);
}