/* Topic Left Column
--------------------- */
.gridCol.left .promoBox h2 {
	background-image: none;
	background-color: #F2911E;
	color: #FFFFFF;
	border-bottom: 0px double #FFFFFF;
	background-image: url(http://assets.aarp.org/www.aarp.org_/TopicAreas/createthegood/ctg/300ctg_titlebkgd.gif);
}
.gridCol.left .promoBox .promoContent {
	background-color: #F7EEE2;

}


/* Topic Center Column
--------------------- */
.fromCommunityPromo h2 {
	background-color: #FFFFFF;
	background-image: url(http://assets.aarp.org/aarp.org_/images/channels/channelHeader_bg2.jpg);
	color: #5E5B4F;
	border-bottom: 3px double #CACACA;
}


/* Topic Right Column
--------------------- */
.gridCol.right .promoBox h2 {
	background-image: none;
	background-color: #F2911E;
	color: #FFFFFF;
	border-bottom: 0px double #FFFFFF;
	background-image: url(http://assets.aarp.org/www.aarp.org_/TopicAreas/createthegood/ctg/300ctg_titlebkgd.gif);
}


/* Topic Ribbon
--------------- */
/*
Disregard previous theming method-- 
needs to change to support cell outline on hover
*/


/* Topic Article Sidebar
------------------------ */
#articleMedia .columnPromo h2 {
	color: #FFFFFF;
	font-weight: normal;
	background-color: #F2911E;
	border-bottom: 0px double #FFFFFF;
}

#articleMedia .columnPromo  {
	border: 1px solid #e1ddd1;
	background-image: none;
}


/* New/Custom Promo Area
------------------------- */
h3.promoBoxHead {
	background: #F2911E;
	color: #fff;
}

h3.promoBoxHeadLink a {
	background: #807D6C;
	color: #daf1f7;
}

h3.promoBoxHeadLink a:hover {
	color: #fdece7;
}



















/*CTG Browse*/



.searchContainer.ctg .toolTipBalloonSide {
	position: absolute;
	z-index: 100000;
	display: none;
	width: 340px; /* needed to handle these floats properly */
	height: 100px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Lucida, Helvetica, Verdana, Arial, sans-serif;
	left: 22px;
	top: -20px;
}


.searchContainer.ctg div.odd, .searchContainer.ctg div.even {
	padding: 10px 0 0 0;
  }
.searchContainer.ctg h3 {
  left: 10px;
  font-weight: bold;
  width: 420px;
  }
.searchContainer.ctg #ctg-display-results p {
  position: static;
	z-index: 1;
  margin-left: 10px;
  width: 420px;
	padding-left: 15px;
	padding-right: 15px;
}
.searchContainer.ctg #ctg-display-results p.where {
  position: absolute;
  top: 10px;
  left: 440px;
  width: 162px;
  margin: 0;
  padding: 0 10px 0 0;
	text-align: right;
  }
.searchContainer.ctg #ctg-display-results p.where .postal {
	margin-left: 15px;
}
.searchContainer.ctg div.period {
	margin-top: 1em;
}
.searchContainer.ctg ul {
  position: relative;
  left: 10px;
	margin: 8px 0 8px 30px;
	list-style-image: none;
	padding-left: 0;
  width: 390px;
  }
.searchContainer.ctg ul li {
	background: url(http://assets.aarp.org/aarp.org_/images/global/li.png) no-repeat;
	background-position: left 0.8em;
	font-size: 1.2em ;
	line-height: 1.5;
	margin-bottom: 0.64em;
	padding: 0 0 0 10px;
  }
.searchContainer.ctg #ctg-display-results p.moreLink {
  position: absolute;
  top: 10px;
  left: 440px;
  width: 162px;
  margin: 0;
  padding: 0 10px 0 0;
  }

.searchContainer.ctg form.aarpForm label {
	width: auto;
	clear: left;
	font-size: 1.0em;
	font-family: Verdana, Helvetica, sans-serif;
  }
.searchContainer.ctg form.aarpForm select {
	margin-bottom: 0;
	clear: left;
	display: block;
	margin-bottom: 14px;
  }

.searchContainer.ctg input.wide, .searchContainer.ctg select.wide {
	width: 300px;
	margin-right: 8px;
	margin-bottom: 14px;
	clear: left;
	display: block;
}
.searchContainer.ctg select.wide {
	width: 310px;
}
.searchContainer.ctg select.narrow {
	width: 150px;
	margin-right: 8px;
	margin-bottom: 5px;
}
.searchContainer.ctg form.aarpForm a#Submit {
	float: left;
}
.toolbar {
	border: solid #CDCDCD;
	border-width: 1px 0;
	padding: 7px 20px;
	margin-top: 10px;
	height: 16px;
}