/***********************************************/
/* feature_style.css                            */
/***********************************************/

/************** .feature_left styles ***************/

.feature_left{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature_left h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature_left img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */

/************** .feature_right styles ***************/

.feature_right{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature_right h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature_right img{
	float: right;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #000000;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}