body {
	font-size: 10px;
}

h2, h3 {
	color: #2f312d;
	text-transform: uppercase;
}

h2 {
	color: white;
}

#navigation #homeLink a {
	background-position: 20px -22px;
}

#recentProjects {

}

#content #feature1 {
/*    min-height:491px;
    height:auto !important;
*/
    overflow: hidden;
    height:491px;	
	margin: 0;
	padding: 0;
}

#content .feature_text
{
    height: 220px;
    overflow: auto;
    margin-bottom: 0.5em;
}

#content .feature_text p {
	font-size: 11px;        
}

#content .readmore {
    margin: 0;
    padding: 0;
}

#content #intro .title {
	background: url(../img/welcome.gif) no-repeat;
	width: 258px;
	height: 41px;
	overflow: hidden;
	margin: 10px 0 0 0;
	padding: 0;
}

#content .title h1 {
	display: none;
}

#content #intro #about {
	width: 382px;
	height: 130px;
	padding: 0 0 0 383px;
	margin: 10px 0;
	background: url(../img/index-about.gif) top left no-repeat;
}

#content h2 {
	background: #d5d3b6;
	margin: 0;
	padding: 0;
	height: 38px;
}

#content #intro p {
	margin: 0;
	padding: 0;
}

#recentProjects {
	overflow: hidden;
	height: 490px;
}

#recentProjects ul {
	list-style: none;
	padding-left: 0;
	margin: 0 0 0 0;
	padding: 0;
}

#recentProjects div.title {
	background: #d5d3b6 url(../img/latest-news.gif) 10px 12px no-repeat;		
	width: 100%;
	height: 38px;
}

#recentProjects .title h2 {
	display: none;
}

#recentProjects h3 {
	font-size: 10px;
	margin: 0;
	padding: 5px 0 3px 0;
}

#recentProjects a, #recentProjects a:link, #recentProjects a:visited, #latestNews a, #latestNews a:link, #latestNews a:visited {
	color: #2f312d;
}

#recentProjects p {
	margin: 0;
}

#recentProjects img, #latestNews img {
	width: 73px;
	height: 63px;
	margin: 4px 0 4px 3px;
	float: right;
	background: black;	
}

#recentProjects ul li, #latestNews ul li {
	border-bottom: 4px solid #d5d3b6;
	clear: both;
	height: 72px;
	margin: 0;
	padding: 0;
}

#latestNews div.title {
	background: #d5d3b6 url(../img/recent-projects.gif) 10px 13px no-repeat;		
	width: 100%;
	height: 38px;
}

#latestNews .title h2 {
	display: none;
}

#latestNews {
	margin-top: 1px;
	clear: both;
}

#latestNews ul {
	list-style: none;
	margin: 0;
	padding: 0;
/*	height: 340px;*/
/*	background: #e8e7d7;	*/
}

#latestNews h3 {
	font-size: 10px;
	margin: 0;
	padding: 10px 0 0 0;
}

#latestNews p {
	margin: 0;
}

#latestProject {
	font-size: 11px;
}

#feature2 div.title {
    background: #d5d3b6;
/*  background: #d5d3b6 url(../img/latest-project.gif) 10px 13px no-repeat;     */
	width: 100%;
	height: 38px;
	margin-bottom: 10px;
}

#feature2 .title h2 {
	display: none;
}

#latestProject #latestProjectContent p {
	margin: 0 0 10px 0;
}

#latestProject #latestProjectContent {
	position: relative;
/*	height: 335px;*/
	margin-top: 5px;
}
                  
h1 {
	text-transform: uppercase;
	margin: 8px 0 3px 0;	
}

#latestProjectContent h2, #latestProjectContent h3 {
	font-weight: normal;   
	text-transform: none;
	background: none;
	color: #d5d3b6;
	margin: 0;	 
	padding: 0 0 2px 0;
	height: 1em;
}

#latestProjectContent p {
	margin-top: 0;
}

.slideshow {
    width: 382px;
    height: 268px;
    overflow: hidden;
    padding: 0;  
    margin:  0;
    position: relative;    
}

.slideshow .controls {
    width: 382px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    background: pink;
    display: block;
}

