

/* landing pages */
#landing {
	margin-top: 122px;
}

.subfeature {
	margin-top: 10px;
	border-bottom: 1px dotted #dedede;
	margin-bottom: 20px;
}

.smallfeature {
	clear: both;
	border-bottom: 1px dotted #dedede;
	margin-bottom: 20px;
}

.subfeature img {
	margin: 10px 0;	
}

.smallfeature h4 {
	
	font-size: 18px;
	font-weight: normal;
}

.smallfeature img {
	width: 100px;
	height: 100px;
	margin: 0 10px 20px 0;
}

.smallfeature p {
	font-size: 13px;
}


/* subfeature */


 .subfeature h3, .features h3 {
	color: #444;	
	font-family:   "Bodoni", Georgia, "Times New Roman", Times, serif;	
	text-transform: uppercase;
	font-weight: normal;
	font-size: 20px;
	margin: 0 0 10px 0;	
	padding: 0;
	line-height: 130%;
}


.subfeature h3 a:link, .subfeature h3 a:visited {
	color: #687819; /* green */
}


 .subfeature h4 {
	color: #444;	
	font-family:   "Bodoni", Georgia, "Times New Roman", Times, serif;	
	text-transform: none;
	font-weight: normal;
	font-size: 20px;
	margin: 0 0 10px 0;	
	padding: 0;
	line-height: 130%;
}



 .subfeature h4 a:link, .subfeature h4 a:visited {
	color: #687819; /* green */
}


