/* --- Primary Content
-------------------------------------------------------*/

#primary_content {
	padding: 6px 26px 0 14px;
}
	
	#banner h1 {
		height: 1%;	/* IE6 Only. Of course */
	}



	/* --- Feature
	-------------------------------------------------------*/
	
	#feature {
		width: 888px;
		height: 228px;
		margin-bottom: 30px;
		padding: 16px;
		background: url(/images/stay_informed/feature_bg.jpg) no-repeat;
	}
		
		/* --- | Photo | --- */
		
		#feature #feature_photo {
			float: left;
		}
		
		/* --- | Content | --- */
		
		#feature #feature_content {
			float: right;
			width: 496px;
		}
		
			#feature #feature_content h3 {
				font-size: 1.333em;	/* 12px * 1.333em = 16px */
				font-weight: normal;
				line-height: 1.125em;	/* 16px * 1.125em = 18px */
				color: #748da0;
				margin-bottom: .5em;
			}
			
			#feature #feature_content .date {
				font-size: .833em;	/* 12px * .833em = 10px */
				font-style: italic;
				margin-bottom: .5em;
			}
			
			/* --- | CTA | --- */
			
			#feature #feature_content ul.cta {
				margin-top: 1em;
			}
	
	
	
	/* --- Column
	-------------------------------------------------------*/
	
	.column {
		float: left;
		width: 330px;
		margin-right: 30px;
	}
	
	
	/* --- Topic
	-------------------------------------------------------*/
	
	.topic {
		margin-bottom: 1em;
	}
		
		.topic h3 {
			font-size: 1em;
			font-weight: normal;
			color: #748da0;
		}
		
		/* --- | Topic Module with Photo | --- */
		
		.interior_content .photo img {
			float: left;
			margin-right: 12px;
		}
		
		.interior_content .photo .topic_content {
			float: right;
			width: 205px;
		}