/*
Header
------  */

#header {
	position: relative;
	text-align: left;
	height: 112px;
	z-index: 2; /* should go on container*/
}

#satellites ul, #satellites li {
	margin: 0px;
	padding: 0px;
}

#satellites {
	margin: 0px 0px 0px 20px;
}

#satellites ul {
	list-style-type: none;
}

#satellites li {
	float: left;
}

#satellites li a {
	display: block;
	height: 42px;
}

#satellites li a span {
	display: none;
}

li#dotOrg a {
	width: 94px;
	background-image: url(http://assets.aarp.org/aarp.org_/images/header/hat_dotOrg_s18.gif);
}

li#magazine a {
	width: 124px;
	background-image: url(http://assets.aarp.org/aarp.org_/images/header/hat_magazine_s18.gif);
}

li#bulletin a {
	width: 91px;
	background-image: url(http://assets.aarp.org/aarp.org_/images/header/hat_bulletin_s18.gif);
}

li#segunda a {
	width: 149px;
	background-image: url(http://assets.aarp.org/aarp.org_/images/header/hat_segunda_s18.gif);
}

li#benefits a {
	width: 125px;
	background-image: url(http://assets.aarp.org/aarp.org_/images/header/hat_benefits_s18.gif);
}

li#foundation a {
	width: 109px;
	background-image: url(http://assets.aarp.org/aarp.org_/images/header/hat_foundation_s18.gif);
}

li#dwf a {
	width: 109px;
	background-image: url(http://assets.aarp.org/aarp.org_/images/header/hat_dwf_s18.gif);
}

#satellites li a:hover, #satellites li a.active {
	background-position: 0px -42px;
}

#textResize {
	position: absolute;
	top: 0px;
	left: 804px;
}  

#textResize img {  
	display: block;
	float: left;
}

#textResize a {
	display: block;
	float: left;
	width: 25px;
	height: 42px;
}

#textResize a#small {
	background-image: url(http://assets.aarp.org/aarp.org_/build/header/textSize_small_bg.gif);
}

#textResize a#medium {
	background-image: url(http://assets.aarp.org/aarp.org_/build/header/textSize_medium_bg.gif);
}

#textResize a#large {
	background-image: url(http://assets.aarp.org/aarp.org_/build/header/textSize_large_bg.gif);
}

#logoLockup {
	position: absolute;
	left: 21px;
	top: 62px;
}

#logoLockup img {
	border: none;
}


/*
Footer
------  */
#footer {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	

#fTopLinks {
	font-size: 12px;
	font-weight: bold;
}

#fTopLinks a {
	padding: 0px 7px;
}

#fBottomLinks {
	font-size: 12px;
	padding: 8px 0px;
}

#fBottomLinks a {
	padding: 0px 7px;
}

#fCopyright {
	font-size: 11px;
	margin-top: 20px;
	color: #666666;
}

#fCopyright a, #fCopyright a:visited {
	color: #666666;
}

.agnDesignation {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin-left: 3px;
	font-size: 11px;
	font-weight: bold;
}

#agnLogo {
	vertical-align: -35%;
	margin-left: 1px;
	border-style: none;
}
