/***********************************************/
/* Containers                                  */
/***********************************************/ 


/*** Image spans the entire top on homepage ***/
#top img{
	width: 790px;
	height: 92px;
}

.news{
	float: left;
	width: 260px;
	min-height: 200px;
	margin: 8px 0px 4px 10px;
	padding: 1px;
	background: #eeeeee;
	border: 4px ridge #eeeeee;
	font-size: 80%;
}

.news p{
}

.news h3{
	text-decoration: none;
	color: #333333;
}

/************** .feature styles ***************/

.feature{
	float: right;
	background: #eeeeee;
	height: 145px;
	width: 250px;
	padding: 2px;
	font-size: 80%;
}

.feature h3{
	padding: 0px;
	text-decoration: none;
	margin-bottom: 0px;
}

.feature ul{
	padding: 0px;
	margin-top: 3px;
	margin-left: 1.5em;
}

.feature li{
	padding: 0px;
	margin: 0px;
}

/* adjust margins to change separation between the feature image and text flowing around it */


#wdsg-med{
	float: left;
	padding: 0px 10px 0px 4px;
	margin: 0px 5px 5px 0px;
}

