/*-----------------------------------------------------------------------------
author:    www.danielwriter.com
-----------------------------------------------------------------------------*/

/* =Default/Home Page
-----------------------------------------------------------------------------*/

#topSection {
	background:url(../img/topSectionBg.jpg) right top no-repeat;
	border-bottom:#dce7ee solid 1px;
	margin:0 0 20px 0;
	}
	
#topSection p {
	width:300px
	}
	
#slideShow {
	width:308px;
	height:191px;
	float:right;
	padding:43px 79px 85px 0;
	}
	
#printWebH1 {
	width:306px;
	height:47px;
	background:url(../img/printWebH1.jpg) no-repeat;
	position:absolute;
	}
	
#latestNewsH1new {
	width:350px;
	height:42px;
	background:url(../img/latestNewsH1new.jpg) no-repeat;
	position:absolute;
	}
	
#featuredProjectH1new {
	width:350px;
	height:42px;
	background:url(../img/featuredProjectH1new.jpg) no-repeat;
	position:absolute;
	}

/* old h1 tags */	
#latestNewsH1 {
	width:366px;
	height:47px;
	background:url(../img/latestNewsH1.jpg) no-repeat;
	position:absolute;
	}
	
#featuredProjectH1 {
	width:366px;
	height:47px;
	background:url(../img/featuredProjectH1.jpg) no-repeat;
	position:absolute;
	}
/* -- */
	
#bottomSection {
	background:#e0c8a8;
	border:#8d5431 solid 1px;
	padding:15px 15px 0 15px;
	margin:0 0 20px 0;
	width:718px;
	}
	
#bottomSection h1 {
	color:#e1c8a8;
	margin:0 0 30px 0;
	}
	
h3 {
	color:#947963;
	}
	
#leftCol {
	width:350px;
	float:left;
	}
	
#leftCol p {
	padding:0;
	}

.newsItem {
	background:#f5eadb;
	padding:10px;
	width:328px;
	margin:0 0 20px 0;
	border:#b09b80 solid 1px;
	}
	
#rightCol {
	width:350px;
	float:right;
	}
	
a.featureP {
	width:341px;
	display:block;
	border:#1e2930 solid 3px;
	}
	
a.featureP:hover {
	border:#dce7ee solid 3px;
	}
	
.featureP {
	float:right;
	width:341px;
	}
	
h4 {
	font-size:125%;
	margin:0 0 20px 4px;
	text-align:center;
	}
	
h4 a {
	padding:0 3px 3px 3px;
	font-weight:bold;
	}

h4 a:link, h4 a:visited {
	text-decoration:none;
	color:#947963;
	}

h4 a:hover, h4 a:active {
	color:#dce7ee;
	background:#1e2930;
	}