/* --- Banner
-------------------------------------------------------*/

#banner .synopsis {
	height: 50px;
	margin-top: 11px;
}

#banner .highlights ul li {
	width: 150px;
}


	/* --- Mini Program Guide
	-------------------------------------------------------*/

	#banner .mini_program_guide {
		font-size: .923em;	/* 13px * .923em = 13px */
		position: absolute;
		top: 44px;
		right: 47px;
		margin-right: 0;
	}



/* --- Interior Content
-------------------------------------------------------*/

.layout_5 .interior_content {
	float: left;
	display: block;
}



/* --- Modules Style A
	This is copied from landing.css
	Find a way to refactor later on
-------------------------------------------------------*/

#modules_a {
	position: relative;
	height: 370px;
}
	
	#modules_a .module {
		float: left;
		width: 180px;
		height: 300px;
		margin-right: 30px;
		padding-right: 20px;
		border-right: 1px solid #cecece;
	}
	
		#modules_a .module h2 {
			font-size: 1.5em;	/* 12px * 1.5em = 18px */
			font-weight: normal;
			line-height: 1em;
			text-transform: uppercase;
			color: #2c4459;
			height: 36px;
			margin-bottom: 25px;
		}
		
		#modules_a .module p {
			margin: 1em 0;
		}
		
		#modules_a .module_3 {
			margin-right: 0;
			border: 0;
		}