/*
Homepage, CMS
-------------  */


/* Page Structure
----------------- */
body {
	margin: 0px;
}

#footer {
	clear: both;
}


/*
Page Container
--------------  */
#pageContainer {
	z-index: 1;
}


/*
Column Structure
----------------  */
#leftColumn {
	width: 612px;
	padding: 0px 0px 0px 20px;
 	float: left; 
	position: relative;
}

#rightColumn {
	width: 300px;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	float: right; 
	display: inline;
	position: relative;
}

/* %%%%%
added by kaiser [2007-09-27]
for any components that just need some basic padding around the object in
the right column, use <div class='general'></div> until the component warrants
needing a specific selector.
%%%%% */

#rightColumn div.general {
	margin-top: 9px;
	margin-bottom: 9px;
}


/*
Body Content & Type
-------------------  */
#toolbar { 
	padding: 0 20px 15px 20px; 
	float: none;
	background: #ffffff;
}

#centerPromoHeader {
	font-family: Arial, sans-serif;
	font-size: 18px;
}

#lPromo {
	margin-top: 10px;
	background: #ffffff;
}

h2 {
	text-transform: none;
}

img {
	border: 0px none;
}


/*
Top Tabbed Feature Box
----------------------  */
#heroPromo {
	width: 615px; 
	height: 270px;
}

#heroTabs {
	float: left;
	width: 195px;
}	

#heroTabs li {
	display: block;
	float: left;
	text-align: left;
	height: 54px;
	width: 197px;
	background-image: url(http://assets.aarp.org/aarp.org_/images/home/template/heroTabBg.gif);
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	overflow: hidden;
}

#heroTabs li.activeHeroTab {
	background-position: 0px -108px;
}

#heroTabs a {
	display: block;
	margin: 11px 22px 0px 10px;
}

#heroTabs a:hover {
	text-decoration: none;
}

#heroTabs a:visited {
	color: #015cb7;
}

#heroTabs a.activeHeroLink, #heroTabs a.activeHeroLink:visited {
	color: #222222;
	text-decoration: none;
}

#heroImages {
	float: left;
}



/************************************

BEGIN: RIGHT COLUMN STYLES FOR MEMBERSHIP 
TOUT AND "AARP GOES LOCAL" STATES WIDGET

added by Yonas Hassen on 27 July 2007
last modified on 19 Oct 2007

************************************/

div#membershipTout, div.membershipTout {
	margin: 0px 0px 12px 0px;
}

div#aarpGoesLocal {
	padding: 92px 0 51px 14px;
	background: url('http://assets.aarp.org/aarp.org_/build/homepage/goesLocalMap.jpg') top left no-repeat;
}

div#stateSelection {
}

div#aarpGoesLocal #submitButton {
	margin-top: 12px;
}

div#aarpGoesLocal h2 {
	margin: 10px 0px 2px 15px;
	font-size: 20px;
	font-weight: normal;
	color: #5E5B4F;
}

div#aarpGoesLocal p {
	margin: 0px 5px 10px 15px;
	font-size: 14px;
	color: #999999;
}

input#zipCode {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444444;
	padding: 3px;
	width: 60px;
}

/************************************

END: RIGHT COLUMN STYLES FOR "AARP GOES
LOCAL" STATES WIDGET

************************************/





/*
%%%%%%%%%%
Homepage Tools
%%%%%%%%%%

Added by Kaiser Shahid [2007-11-28]
*/

div.toolsHome img.header {
	display: block;
	border-bottom: 2px solid #fff;
}

div.toolsHome div.body {
	border: 1px solid #c8c6c3;
	background-color: #f5f5f4;
}

div.toolsHome div.entity { padding: 0px; }
div.toolsHome div.entity img {
	float: left;
	margin: 0px 5px 0px 0px;
}

div.toolsHome div.entity h3 {
	padding-top: 5px;
	font-size: 14px;
}

div.toolsHome div.entity p {
	margin-top: 5px;
	font-size: 12px;
}

div.toolsHome div.entity p a.readmore {
	display: block;
}

div.toolsHome a.link {
	display: block;
	background: #e7e6e4;
	padding: 5px 10px;
	border-top: 1px solid #c8c6c3;
	font-size: 10pt;
}

div.toolsHome a:hover.link {
	background: #0570AD;
	color: #FFFFFF;
}


SPECIAL/MISC
(added by yonas, 30 July 2007)
last modified 21 Sep 2007 (yh)

a.button:link, a.button:hover, a.button:active, a.button:visited {
	padding: 0px;
	text-decoration: none;
	background-color: transparent;
	border: 0;
}

.borderDottedBlue, .borderDottedGray {
	display: none;
	height: 0px;
	line-height: 0px;
}



/* System and Error Messages
---------------------------- */

#systemMessages {
	margin-bottom: 140px;
}

#systemMessages h1, #systemMessages h1 {
	color: #015CB7;
	font-size: 21px;
	margin-top: 18px;
	margin-bottom: 12px;
}

#systemMessages p {
	font-size: 13px;
	margin-bottom: 16px;
	line-height: 18px;
}

#systemHidden {
	display: none;
}

/***********************************/

/* end Homepage CSS */
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */


.voicesPromo {
	border-bottom: 1px solid #e1ddd1;
	margin: 0px 0px 10px 0px;
	background-image: url(http://assets.aarp.org/aarp.org_/images/home/template/voicesPromo_bg.gif);
}

.voicesPromo h2 {
	margin: 0px;
	width: 300px;
	height: 24px;
	background-image: url(http://assets.aarp.org/aarp.org_/images/home/template/homeVoicesPromoHeading_bg.gif);
}

.voicesPromo h2 span {
	display: none;
}

.voicesPromo h3 {
	margin: 2px 5px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	line-height: 15px;
}

.voicesPromo p, .voicesPromo li {
	margin: 0px 5px;
}

p.more {
	text-align: right;
	margin-top: 5px;
}

.voicePromoRow {
	clear: both;
	margin: 8px 0px;
}

.voicePromoRow img.featuredEntityImage {
	float: left;
	width: 66px;
	background-color:#ffffff;
	border: 1px solid #c0c0c0;
	padding: 2px;
	margin: 0px 5px 0px 5px;
}

.communityPromo {
	background-color: #d3d8dc;
	margin-top: 10px;
}

.communityPromo h2 {
	margin: 0px;
	width: 612px;
	height: 24px;
	background-image: url(http://assets.aarp.org/aarp.org_/images/home/template/fromCommunityHeader_bg.gif);
}

.communityPromo h2 span {
	display: none;
}

.communityPromo h3 {
	margin: 2px 5px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	line-height: 15px;
}

.communityPromoRow {
	float: left;
	width: 178px;
	margin: 0px 10px 4px 10px;
}

.communityPromoRow img.featuredEntityImage {
	width: 170px;
	background-color: #ffffff;
	border: 1px solid #c0c0c0;
	padding: 2px;
}

.communityPromoRow a:hover img.featuredEntityImage {
	background-color: #0570AD;
	border: 1px solid #0570AD;
}

.communityPromoRow p, .communityPromoRow blockquote {
	font-size: 11px;
	line-height: 14px;
	margin-left: 5px;
}

.communityPromoRow blockquote {
	font-style: italic;
}

