body {
	background: url('../images/bg_header.png') repeat-x center top;
	}


/*------------------------Primary Messaging------------------------*/

div.primarymessaging {
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 630px;
	min-height: 330px;
	background: url('../images/bg_home_primarymessaging.png') no-repeat 0px 0px;
	text-align: right;
	float: left;
	position: relative;
	}

div.primarymessaging div.buttons {
	position: absolute;
	right: 15px;
	bottom: 15px;
	}

div.primarymessaging h1 {
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 65px 300px;
	font-size: 22px;
	line-height: 23px;
	font-weight: bold;
	color: #ab680f;
	}

div.primarymessaging h1 a:link,
div.primarymessaging h1 a:visited,
div.primarymessaging h1 a:hover,
div.primarymessaging h1 a:active {
	font-weight: bold;
	color: #ab680f !important;
	text-decoration: none;
	}

div.primarymessaging h2 {
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 10px 305px;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #000;
	}

div.primarymessaging h2 a:link,
div.primarymessaging h2 a:visited,
div.primarymessaging h2 a:hover,
div.primarymessaging h2 a:active {
	font-weight: normal;
	color: #000 !important;
	text-decoration: none;
	}

/*------------------------Secondary Messaging------------------------*/

div.secondarymessaging {
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 310px;
	min-height: 330px;
	background: url('../images/bg_home_secondarymessaging.png') no-repeat 0px 0px;
	text-align: center;
	float: left;
	position: relative;
	}

div.secondarymessaging h3 {
	margin: 0px 0px 0px 0px;
	padding: 30px 40px 10px 40px;
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	color: #7f7666;
	}

div.secondarymessaging h3 a:link,
div.secondarymessaging h3 a:visited,
div.secondarymessaging h3 a:hover,
div.secondarymessaging h3 a:active {
	font-weight: normal;
	color: #7f7666 !important;
	text-decoration: none;
	}

div.secondarymessaging div.buttons {
	position: absolute;
	right: 70px;
	bottom: 15px;
	}

/*------------------------News Ticker------------------------*/

div#ticker {
	margin: 20px 0px 20px 0px;
	padding: 0px 10px 0px 10px;
	width: 920px;
	height: 30px;
	background: url('../images/bg_home_ticker.png') 0px 0px no-repeat; 
	}

div#ticker div.headline {
	display: none;
	}

div#ticker div.headline a {
	width: 920px;
	height: 30px;
	display: block;
	}

div#ticker div.headline a:hover {
	text-decoration: none;
	}
	
div#ticker div.headline a img {
	margin: -2px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	vertical-align: center;
	}

div#ticker div.headline a h5 {
	padding: 7px 10px 0px 0px;
	font-size: 13px;
	line-height: 15px;
	}

div#ticker div.headline a h5 .dimmed {
	color: #666;
	}


/*------------------------3 Col Promos------------------------*/

div.threecolumnlayout div.block {
	width: 300px;
	height: 170px;
	background: url('../images/bg_promo_3col.png') 0px 0px no-repeat; 
	font-weight: normal;
	color: #333;
	display: block;
	}

	
div.threecolumnlayout div.block div {
	padding: 10px 10px 10px 10px;
	width: 280px;
	height: 150px;
	overflow: hidden;
	display: block;
	}

div.threecolumnlayout div.block div#bluemangroup {
	padding: 10px 120px 10px 10px;
	width: 170px;
	background: url('../images/bg_promo_3col_bluemangroup.png') 160px 0px no-repeat; 
	}

div.threecolumnlayout div.block div#motleyfool {
	padding: 10px 130px 10px 10px;
	width: 160px;
	background: url('../images/icon_webinar_motleyfool_170x170.png') 180px 10px no-repeat; 
	}

span.customerlogo {
	display: none;
	height: 90px;
	max-height: 90px;
	}

div.threecolumnlayout div.block div h3 {
	margin: 0px 0px 0px 0px;
	font-size: 19px;
	line-height: 20px;
	}



