/*Switch Web Design Style Sheet* - Last Updated by Simon Del Giudice on 02-05-07
******************************************************************/

/*Homepage Styles*
******************************************************************/
#h_newsfeature {
	float: right;
	padding: 75px 10px 0 8px;		
	width: 232px;
	min-height: 160px;
	text-align: left;
	vertical-align: top;
	margin: 0 0 0 10px;
	background: #3d3d3d url(../images/home/newsfeature_back.jpg) no-repeat;
}
	#h_newsfeature p {
		float: right;
		width: 190px;
		margin: 0 0 10px 0;
		text-align: left;
		padding: 0;	
		color: #EFEFEF;
	}
	#h_newsfeature h2 {
		color: white;
		font-size: 3px;
		text-align: left;
		padding: 0;
		margin: 0;
		text-indent: -5000px;
	}	

	#h_newsfeature ul li {
		list-style: none;
		display: inline;
	}


	#h_newsfeature  a {
		color: white;
		text-decoration: none;
		font-size: 11px;
		font-weight: bold;
		}
	#h_newsfeature  a:hover, #h_newsfeature  a.active {
		color: white;
		}	


	

.h_news_date {
	float: left;
	clear: both;
	background: url(../images/home/date_back.jpg) no-repeat;
	text-align: center;
	margin:0;
	width: 35px;
	height: 50px;
	padding: 0 5px 0 0;
	color: white;
}

.news .month {
	float: left;
	width: 35px;
	padding: 0;
	font-size: 110%;
	color: white;
	clear: both;
}
.news .day {
	float: left;
	width: 35px;
	font-size: 120%;
	color: white;
}










#h_casefeature {
	float: left;
	padding: 75px 10px 0 10px;	
	width: 232px;
	min-height: 160px;	
	text-align: left;
	vertical-align: top;	
	margin: 0 0 0 10px;
	background: #3d3d3d url(../images/home/casefeature_back.jpg) no-repeat;
}
	#h_casefeature p {
		color: #EFEFEF;
		text-align: left;
	}
	#h_casefeature h2 {
		color: white;
		font-size: 3px;
		text-align: left;
		padding: 0;
		margin: 0;
		text-indent: -5000px;
	}		

#h_aboutfeature {
	float: left;
	padding: 75px 10px 0 10px;
	width: 236px;
	min-height: 160px;	
	text-align: left;
	vertical-align: top;	
	background: #3d3d3d url(../images/home/aboutfeature_back.jpg) no-repeat;
}
	#h_aboutfeature p {
		color: #EFEFEF;
		text-align: left;
	}
	#h_aboutfeature h1 {
		color: white;
		font-size: 3px;
		text-align: left;
		padding: 0;
		margin: 0;
		text-indent: -5000px;
	}		
	
	