/* HOME */
/* ----------------------------------------- */
.home p.intro {
	border-bottom: 1px dotted #ddd; 
	font-size: 1.2em;
	line-height: 1.4em; 
	margin-bottom: 25px; 
	padding-bottom: 25px; 
	text-align: justify;
}
.home .featured { 
	font-size: 13px;
	overflow: hidden;
	text-align: justify;
}
.home .featured h2 { margin-bottom: 15px; }
.home .featured img { 
	border: 1px solid #eee; 
	float: left; 
	height: 220px;  
	margin: 5px 25px 5px 0; 
	padding: 2px;
	width: 325px;
}
.home .featured h3{ margin-bottom: 15px; }
.home .featured ul { margin-left: 30px; }
.home .featured ul li { 
	list-style-type: decimal; 
	margin-bottom: 2px; 
	padding-left: 5px; 
}