/* CSS Document */

/* Works in conjuction with 'base_layout.css'to control the presentation of the section index pages. Controls the presentation of the billboard & topic-banner section. */
div.billboard {
	padding:0px;
	margin:0px;
	height:238px;
	width:792px;
	clear:both;
}
div.topic-banner {
	padding:0px;
	margin:0px;
	height:218px;
	width:792px;
	clear:both;
	border-top:3px solid #fff;
	background:#bfb4d2;
}
div.secondary-banner {
	padding:0px;
	margin:0px;
	height:36px;
	width:792px;
	clear:both;
	border-top:3px solid #fff;
}

/* Controls presentation of columns & rows for 'billboard' & 'topic-banner' divs. */
div.topic-banner-top-row {
	padding:0px;
	margin:0px;
	height:108px;
	width:792px;
	clear:both;
}
div.topic-banner-btm-row {
	padding:0px;
	margin:0px;
	height:108px;
	width:792px;
	clear:both;
	border-top:2px solid #fff;
}