/*----------------------------------------------------------------------------------------
growth.css
----------------------------------------------------------------------------------------*/
#content h1 { background-image: url(/img/hdr/hdr_growth_BASE.gif); } /* base */
#altassman h1 { background-image: url(/img/hdr/hdr_growth_AM.gif); } /* altassman */
#healthcare h1 { background-image: url(/img/hdr/hdr_growth_HC.gif); } /* healthcare */
#frontoffice h1 { background-image: url(/img/hdr/hdr_growth_FO.gif); } /* frontoffice */
#legal h1 { background-image: url(/img/hdr/hdr_growth_LE.gif); } /* legal */

/* #article_listing
----------------------------------------------------------------------------------------*/
#article_listing {
	border-bottom: 5px solid #E5E5E5;
	border-top: 1px solid #E4E4E4;
	margin: 0 0 10px 0;
}
	#article_listing ul {}
		#article_listing ul li {
			font-size: 1.3em;
			padding: 12px 0;
			border-bottom: 1px solid #E4E4E4;
		}
		#article_listing ul li.last { border-bottom: 0; }
			#content #article_listing ul li p {
				font-size: .9em;
				margin: 1px 0 0 0;
				line-height: 1.5;
			}
	.listing_head { padding: 8px 0; }