/* Topic Left Column
--------------------- */
.gridCol.left .promoBox h2 {
	background-image: url('http://assets.aarp.org/www.aarp.org_/TopicAreas/radio/222_bg.jpg');
	background-color: none;
	color: #fff;
	border-bottom: none;
}

.gridCol.left .promoBox .promoContent {
	background-color: #f1f1f1;
}
/***/

/* Topic Center Column
--------------------- */
.gridCol.middle .promoBox h2 {
	background-image: url('http://assets.aarp.org/www.aarp.org_/TopicAreas/radio/378_bg.jpg');
	background-color: none;
	color: #fff;
	border-bottom: none;
}
/***/

/* Topic Right Column
--------------------- */
.gridCol.right .promoBox h2, .gridCol.right .newsletterPlacement h2 {
	background-image: url('http://assets.aarp.org/www.aarp.org_/TopicAreas/radio/300_bg_long2.jpg');
	background-color: none;
	color: #fff;
	border-bottom: none;
}
/***/

/* Topic Article Sidebar
------------------------ */
#articleMedia .columnPromo h2 {
	background-image: url('http://assets.aarp.org/www.aarp.org_/TopicAreas/radio/222_bg.jpg');
	background-color: #333;
	color: #fff;
	border-bottom: none 
}

#articleMedia .columnPromo  {
	background-image: none;
	background-color: #f1f1f1;
}
/***/

/* New/Custom Promo Area
------------------------- */
h3.promoBoxHead {
	background: #5a1617;
	color: #fff;
}

h3.promoBoxHeadLink a {
	background: #807d6c;
	color: #daf1f7;
}

h3.promoBoxHeadLink a:hover {
	color: #fdece7;
}
/***/