/**
 **********************************************************************************
 *  HomePage Layout
 **********************************************************************************
 */
div.aColumn {
	float: left;
	display: inline;
	margin: 0 25px 0 0;
	width: 163px;
	font-size: .9em;
	}
	
	div.aColumn h4 {
		position: relative;
		margin: 4px 0 .85em;
		padding: 0 0 16px; border-bottom: 1px solid #E5DFD4;
		width: 163px;
		font-weight: normal; font-size: 1.3em; color: #818181; text-transform: uppercase;
		}
	
div.bColumn {
	float: left;
	display: inline;
	margin: -11px 0 0;
	width: 470px;
	}
	
	div.bColumn h1 {margin-top: 11px;}
	
/**
 *  Bulleted Lists
 */
.home #content ul {margin: 0 0 2em;}
	.home #content ul li {
		margin: 0 0 1em;
		padding: 0 0 0 22px;
		background: transparent url(../../images/Common/icons/bullet-lrg.gif) 0 .4em no-repeat;
		}

/**
 **********************************************************************************
 *  Content
 **********************************************************************************
*/
#content dl {margin: 0 0 1em;}
	#content dt {
		margin: 1em 0 0;
		font-weight: bold;
		}
	
ul.list-news li {
	margin: 0 0 2em;
	padding: 0 !important; /* override "Sub Layout: Bulleted Lists" styles */
	background: transparent !important;  /* override "Sub Layout: Bulleted Lists" styles */
	}
	
	ul.list-news h3 {margin: 0;}
	
	ul.list-news p {
		margin: 0;
		font-weight: normal; font-size: .9em; color: #787878;
		}
		
/**
 **********************************************************************************
 *  Inline Market2Lead form
 **********************************************************************************
*/
#m2l-inline {margin: 2em 0;}
