/*--------------------------------------------------*/
/* Featured Sections                                */

	#featuredSections div {
		float: none;
		width: auto;
	}

	#featuredSections div h3 {
		padding-top: 1em;
		font-size: 1em;
		font-weight: bold;
		background: #FFF;
		color: #000;
	}

	#featuredSections div.online h3,
	#featuredSections div.imageBank h3 {
		color: #000;
		background: #FFF;
	}

	#featuredSections div p {
		padding-left: 30px;
		background: #FFF;
		color: #000;
	}

	#featuredSections div ul {
		padding-left: 30px;
		padding-bottom: 1em;
	}

