@charset "utf-8";
/* CSS Document */

BODY, HTML {
	background-image: url(../img/PageFrame.gif);
	background-position: top center;
	background-repeat: no-repeat;
	/* background-color: DEFINED BELOW */
	margin: 5px 0 20px 0;
	padding: 0;
}
BODY {
	font-size: 12px;
	color: #555;
	margin: 0 0 20px 0;
	padding: 15px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
}
P {
	margin: 0 0 .75em 0;
}
P.standout, DIV.standout {
	margin: 3em 0 3em 0;
}
A {
	/* color: DEFINED BELOW */
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
A IMG {
	border: none;
}
STRONG {
}
EM {
}
SMALL, .small {
	font-size: .85em;
}
BLOCKQUOTE {
}
BLOCKQUOTE CITE {
	display: block;
	margin-left: 2em;
}
SUP {
}
SUB {
}
ACRONYM {
}
ABBR {
}
INPUT, SELECT, FIELDSET, TEXTAREA {
	border: 1px solid #666666;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
FORM {
	margin: 0;
	padding: 0;
}
FIELDSET {
	padding:15px;
	border:1px dotted #BBB;
}
LABEL {
}
INPUT, SELECT, TEXTAREA {
	font-size: 12px;
}
INPUT.none {
	border: 0px;
	background: none;
}
DIV {
	margin: 0;
	padding: 0;
}
TABLE {
	border-collapse: collapse;
}
TD {
	vertical-align: top;
}
HR {
	clear:both;
	border:none;
	background:none;
	border-top:1px dotted #BBB;
	margin:1.5em 0 1em 0;
}


/* START: Heading Styles */
H1 {
	color: #222;
	margin: .25em 0 .5em 0;
	padding: 0;
	font-size: 2em;
	font-weight: normal;
}
H2 {
	margin: .5em 0 .15em 0;
	padding: 0;
	font-size: 1.4em;
	font-weight:bold;
}
H3 {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}
H3.articleHead {
	font-size: 1.1em;
}
H3.articleHead A {
	font-size: 1.1em;
}
H4, DIV.interface DIV TABLE TR TH {
	margin: .25em 0 0 0;
	padding: 0;
	font-size: 1em;
}
H5 {
	margin: .25em 0 .25em 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
}
/* END:   Heading Styles */



SPAN.callout {
	display: block;
	font-size: 1.5em;
	font-weight: normal;
	margin: .5em 3em .5em 3em;
}
A.callout {
	font-size:1.6em;
	display:block;
	cursor:pointer;
	margin: .5em 0 .5em 0;
}
A.button {
	display:block;
	width:219px;
	height:18px;
	padding:5px 10px 22px 30px;
	margin:.75em 0 .75em 0;
	background-image:url(../img/LinkButton.gif);
	background-repeat:no-repeat;
	background-position:top left;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
A.button:hover {
	/* color: DEFINED BELOW */
	text-decoration: none;
}
DIV.highlight, P.highlight {
	clear: both;
	padding: 1em;
	border: 1px solid #AAA;
	margin: 1.5em 0 1.5em 0;
	background-color: #EEE;
	color: #333;
}
DIV.highlight P {
	margin: 0 0 1em 0;
}
P.indent, DIV.indent {
	margin-left: 2em;
}
TD.indent, TH.indent {
	padding-left: 2em;
}
P.indent.hang {
	text-indent:-2em;
}
.clear {
	clear: both;
}




/* START: Image Styles */
DIV.image {
	padding: 10px 5px;
	display: inline;
}
IMG.left, DIV.image.left, /* legacy: */.image_float_left {
	float: left;
	margin: 4px 15px 10px 0;
	clear: left;
}
IMG.right, DIV.image.right, /* legacy: */.image_float_right {
	float: right;
	margin: 4px 0 10px 15px;
	clear: right;
}
IMG.center, DIV.image.center, /* legacy: */.image_center {
	display: block;
	margin: 10px auto 10px auto;
	clear: both;
}
IMG.border {
	border: 1px solid #333;
}
DIV.image {
	width:100px; overflow:hidden;
}
DIV.image IMG.left, DIV.image IMG.right, DIV.image IMG.center { /* remove styles on the image within an image div */
	float: none; margin: auto; clear: none;
}
DIV.image.border {
	border: 1px dotted #BBB;
}
DIV.image .caption {
	font-size: .80em; margin: 5px; display: block; text-align:center;
}
DIV.image IMG {
	display: block; margin: 0 auto;
}
/* END:   Image Styles */




/* START: Navigation Styles */
.navigation UL {
	list-style: none;
	margin: 0;
	padding: 0;
}
.navigation UL LI {
	margin: 0;
}
.navigation.horizontal UL {
}
.navigation.horizontal UL LI {
	display: inline;
}
.navigation.vertical UL LI {
}
.navigation.vertical UL UL {
}
/* END:   Navigation Styles */


/* START: application-wide styles */
.notify {
	color: #990000;
	font-weight: bold;
}
.required {
	font-weight: bold;
	color: #990000;
}
.inactive, .inactive td, .inactive th {
	color: #999999;
}
a.active {
	color: #990000;
}
a.headline, .headline {
	font-weight: bold;
}
a.note, .note {
	font-style: italic;
}
a.external, a.popup {
	background: center right no-repeat;
	padding-right: 15px;
}
a.external:link {
	background-image: url("/globals/images/icons/linkexternal.gif");
}
a.external:visited {
	background-image: url("/globals/images/icons/linkexternal_visited.gif");
}
a.external:hover {
	background-image: url("/globals/images/icons/linkexternal.gif");
}
a.external:active {
	background-image: url("/globals/images/icons/linkexternal.gif");
}
a.popup:link {
	background-image: url("/globals/images/icons/linkpopup.gif");
}
a.popup:visited {
	background-image: url("/globals/images/icons/linkpopup_visited.gif");
}
a.popup:hover {
	background-image: url("/globals/images/icons/linkpopup.gif");
}
a.popup:active {
	background-image: url("/globals/images/icons/linkpopup.gif");
}
.alert {
	font-weight: bold;
	background-color: #FFFF7D;
	padding: 3px 5px 3px 10px;
	border: 1px solid #999999;
	color: #990000;

}
.incomplete, .incomplete a {
	color:#990000;
	font-weight: bold;
}
.complete, .complete a {
	font-weight: bold;
	color:#003300;
}
.new, .new a {
	font-weight: bold;
	color: #FF9900;	
}
.limbo {
	font-weight: bold;
	color:#FF6600;
}	
/* END: application wide styles */



/* START: nice interface styles */
DIV.interface {
	margin: 2em 0 3em 0;
}
.pageColumn_right .container .pod .podContent DIV.interface {
	margin: 0 0 0 0;
}
DIV.interface DIV.header {
	font-size: 1.25em;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 1em;
}
DIV.interface .label {
	font-weight: bold;
	text-align: right;
}
DIV.interface FORM .label {
	width: 120px;
}
DIV.interface DIV.form, DIV.interface DIV.list {
	width: 100%;
}
DIV.interface DIV TABLE {
	width: 100%;
	border-collapse: collapse;
}
DIV.interface DIV TABLE TR TD {
	padding: 5px 15px 5px 15px;
	vertical-align : top;
}
.pageColumn_right .container .pod .podContent DIV.interface DIV TABLE TR TD {
	padding: 5px 0 5px 0;
}
DIV.interface DIV.form TABLE TR TD {
	border-top: none;
}
DIV.interface DIV TABLE TR TH {
	text-align: left;
	padding: 10px 15px 0px 15px;
	background-color: none;
}
DIV.interface TABLE TR.alternate TD, TR.alternate TD, TD.alternate {
	background-color: #EEEEEE;
}
DIV.interface DIV.list TABLE TR TD IMG.pubImg {
	margin: 5px 0px 5px 5px;
	border: 1px solid #CCCCCC;
}
DIV.interface DIV.list TABLE TR TD A IMG.pubImg { /* removes borders from linked images */
	border: none;
}
/* END: nice interface styles */



/* START: Questionnaires - override some questionaires.css styles */
.questionnaire div.alternate {
	background-color: #F3F3F3;
}
.questionnaire .heading, .questionnaire .header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #3C3C3C;
	background-color: #FFFFFF;
	background-image: url("/skins/default/images/pod_header_green.jpg");
	background-position: bottom;
	background-repeat: repeat-x;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 8px 0 8px 10px;
}
/* END:   Questionnaires - override some questionaires.css styles */



/* START: Dropdown Boxes */
.dropdownmenu, .dropdownmenu .section {
	display: none;
}
.dropdownmenu .navigation {
	position: absolute;
	height: 100%;
}
.dropdownmenu .navigation UL {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
.dropdownmenu .navigation UL LI {
	float: left;
	padding: 0 2% .25em 0;
}
.dropdownmenu .navigation UL LI A:hover {
	text-decoration: underline;
}
.dropdownmenu .navMenu, .dropdownmenu .highlights {
	top: 25px;
}
.dropdownmenu .navMenu {
	width: 45%;
	left: 20px;
}
.dropdownmenu .navMenu DIV.title {
	font-size: 1.75em;
	margin: 5px 0 10px 0;
}
.dropdownmenu .navMenu UL LI {
	list-style-type: disc;
	color: #E3E3E3;
	margin-left: 20px;
	width: 40%;
}
.dropdownmenu .highlights DIV.title {
	font-size: 1.5em;
	margin: 37px 0 8px 0;
}
.dropdownmenu .highlights {
	position: absolute;
	width: 51%;
	right: 20px;
}
.dropdownmenu .highlights H1 {
	font-size: 1.25em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.dropdownmenu .description {
	position: absolute;
	width: 95%;
	height: 25px;
	right: 20px;
	bottom: 20px;
	margin: 0 auto;
	font-size: 1.5em;
}
.dropdownmenu .shareMenu {
	width: 100%;
	left: 10px;
	top: 10px;
}
.dropdownmenu .shareMenu UL LI {
	width: 45%;
}
/* END:   Dropdown Boxes */



/* START: General Layout Styles */
#SiteShell {
	width: 960px;
	margin: 0 auto 20px auto;
	padding: 0;
	position: relative;
	background-image: url(../img/PageBottom.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #FFF;
	min-height: 600px;
}
#SiteHeader {
	margin: 0 12px 0 14px;
	font-size: 12px;
}
#SiteContent {
	margin: 5px 15px 0 15px;
	padding: 0 0 20px 0;
}
#SiteFooter {
	margin: 35px Auto 20px Auto;
	padding: 0;
	font-size: 10px;
}
#SiteBanner {
	height: 85px;
	width: 930px;
	background-image: url("../img/banners/am11/banner2.jpg?v=0");
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
}
#SiteBanner A IMG {
	height: 100%;
	width: 100%;
}
#SitePreHeader {
	position: relative;
	height: 18px;
	margin: 0 15px 8px 9px;
	padding: 0;
	font-size: .85em;
}
#SitePageTools {
	position: relative;
	margin: 5px 30px 20px 29px;
	font-size: 10px;
}
#AANLogo {
	width: 169px;
	height: 53px;
	position: absolute;
	top: 15px;
	left: 18px;
	cursor: pointer;
}
#AMLogo {
	width: 270px;
	height: 85px;
	position: absolute;
	top: 12px;
	right: 18px;
	cursor: pointer;
}
#SiteFooter .copyright {
	text-align: center;
}
/* END:   General Layout Styles */



/* START: Super Navigation -- Main, Members, Patients */
#SiteSuperNavigation {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 1px;
	padding-top: 2px;
}
#SiteSuperNavigation UL {
	height: 18px;
}
#SiteSuperNavigation UL LI {
	height: auto;
	padding: 0;
	margin: 0 5px 0 0;
	display: inline;
}
#SiteSuperNavigation UL LI A {
	height: 18px;
	vertical-align: middle;
	margin: 0;
	display: inline-block;
	padding-left: .5em;
	padding-right: .3em;
	font-weight: bold;
}
#SiteSuperNavigation UL LI A {
	text-decoration: none;
}
#SiteSuperNavigation UL LI A:hover {
	text-decoration: underline;
}
#SiteSuperNavigation UL LI.active A {
	text-decoration: underline;
}
/* END:   Super Navigation */



/* START: User Options -- Contact, Preferences, Login */
#SiteUserOptions {
	position: absolute;
	top: 0;
	right: 220px;
	margin-top: 1px;
	padding-top: 2px;
}
#SiteUserOptions UL LI: before {
	content: "|";
	color: #BBB;
}
#SiteUserOptions UL LI: first-child: before {
	content: "";
}
#SiteUserOptions UL LI A {
	padding-left: .5em;
	padding-right: .3em;
	font-weight: bold;
}
#SiteUserOptions UL LI: first-child A {
	padding-left: 0;
}
/* END:   User Options */



/* START: Search */
#SiteSearch {
	position: absolute;
	top: 0;
	right: 0;
}
#SiteSearch DIV.searchbox {
	height: 18px;
	width: 153px;
	background-image: url(../img/SiteSearchBox.gif);
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 2px;
	float: left;
}
#SiteSearch INPUT.text {
	width: 140px;
	font-size: 1.2em;
	background-color: transparent;
	border: none;
	margin: 1px 7px 0 7px;
}
#SiteSearch INPUT.submit {
	background-color: transparent;
	background-image: url(../img/SiteSearchButton.gif) ;
	background-position: top;
	background-repeat: no-repeat;
	border: none;
	height: 20px;
	width: 53px;
	color: #006600;
	font-size: .85em;
	font-weight: bold;
	padding-bottom: 3px;
	display: block;
	float: left;
}
/* END:   Search */



/* START: Main Navigation Bar */
#SiteMainNavigation {
	margin: 0;
	padding: 0;
	background-position: top left;
	background-repeat: no-repeat;
}
#SiteMainNavigation.navigation UL {
	height: 32px;
	width: 100%;
	margin: 0;
	padding: 0;
}
#SiteMainNavigation.navigation UL LI {
	margin: 0;
	padding: 0;
	display: inline;
}
#SiteMainNavigation.navigation UL LI A {
	margin: 0;
	cursor: hand;
	cursor: pointer;
}
#SiteMainNavigation.navigation UL LI A DIV {
	background-position: top left;
	background-repeat: no-repeat;
	height: 32px;
	float: left;
}
/* END:   Main Navigation Bar */



/* START: Main Navigation Drop Down */
#SiteMainNavigationDropdown {
	padding: 0;
	position: relative;
	height: 300px;
	color: #FFF;
	background-image: url(../img/MainDropdownBackground.gif);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #000;
	z-index: 100;
	clear: both;
}
#SiteMainNavigationDropdown A {
	color: #FFF;
}
/* END:   Main Navigation Drop Down */



/* START: Breadcrums */
#SiteBreadcrums {
	width: 590px;
	margin: 6px 0 6px 0;
	padding: 0;
}
#SiteBreadcrums UL {
	margin: 0;
}
#SiteBreadcrums UL LI {
	margin: 0 3px 0 0;
	padding: 1px 0 1px 0;
	background-image: url(../img/NavArrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
#SiteBreadcrums UL LI A {
	margin: 0 0 0 0;
	padding: 0 0 0 12px;
}
#SiteBreadcrums UL LI A:hover {
	text-decoration: underline;
}
#SiteBreadcrums UL LI.first {
	margin-left: 0;
	padding-left: 0;
}
#SiteBreadcrums UL LI.first {
	background: none;
}
#SiteBreadcrums UL LI.first A {
	margin-left: 0;
	padding-left: 0;
}
/* END:   Breadcrums */



/* START: Footer Nav */
#FooterNavigation {
	text-align: center;
}
#FooterNavigation UL {
}
#FooterNavigation UL LI {
	margin: 0 5px 0 0;
}
#FooterNavigation UL LI A {
	margin: 0 0 0 5px;
}
#FooterNavigation UL LI: before {
	content: '|';
}
#FooterNavigation UL LI.first: before {
	content: '';
}
/* END:   Footer Nav */



/* START: Secondary Navigation */
#SiteSecondaryNavigation {
	font-size: 12px;
	padding-top: 2.5em;
	margin-bottom: 25px;
}
#SiteSecondaryNavigation H3 {
	font-size: 1.5em;
	font-weight: normal;
}
#SiteSecondaryNavigation UL {
	margin: 10px 0;
	padding: 0;
}
#SiteSecondaryNavigation UL LI {
	margin: 0;
	padding: 5px 0 5px 15px;
	border-top: 1px dotted #BBB;
	font-size: 12px;
	font-weight: bold;
}
#SiteSecondaryNavigation UL LI.active A {
	text-decoration: underline ;
}
#SiteSecondaryNavigation UL LI.inactive A {
	text-decoration: none;
}
#SiteSecondaryNavigation UL LI A:hover {
	text-decoration: underline;
}
#SiteSecondaryNavigation UL UL {
	margin: 6px 0 6px 30px;
	padding: 0;
	border: none;
	list-style: disc;
}
#SiteSecondaryNavigation UL UL LI {
	padding: 1px 0 1px 0;
	border: none;
	font-size: 10px;
	/* color: DEFINED BELOW */
}
#SiteSecondaryNavigation UL UL LI A {
	text-decoration: none;
	/* color: DEFINED BELOW */
}
/* END:   Secondary Navigation */




/* START: Banner Ads */
.advertisement {
	margin-bottom:20px;
}
.adDeclare {
	margin-left: 15px;
	font-size: 95%;
	font-weight: bold;
}
/* END:   Banner Ads */




/* START: Toolbox */
.toolbox {
	float: right;
}
.toolbox .toolboxItem {
	float: left;
	line-height: 18px;
	margin-left: 20px;
}
/* END:   Toolbox */


/* START: ShareTool */
#ShareTool a {
	display: block;
	background-image: url("../img/IconShare.gif");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 28px;
}
#ShareDropdown {
	position: relative;
	height: 90px;
	z-index: 99;
	clear: both;
	background-color: #FFFFFF;
	border: 1px solid #333333;
}
/* END:   ShareTool */


/* START: FollowTool */
#FollowTool a {
	display: block;
	background-image: url("../img/IconFollow.gif");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
}
/* END:   FollowTool */




/* START: FontSize */
#FontSizeUp {
	margin-left: 2px;
}
#FontSizeDown {
	margin-left: 0;
}
#FontSize a {
	display: block;
	background-image: url("../img/IconFontSize.gif");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 28px;
}
#FontSizeUp a, #FontSizeDown a {
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	width: 14px;
	height: 18px;
}
#FontSizeUp a {
	background-image: url("../img/IconFontSizeUp.gif");
}
#FontSizeDown a {
	background-image: url("../img/IconFontSizeDown.gif");
}
#FontSizeUp a div, #FontSizeDown a div {
	display: inline;
}
/* END:   FontSize */




/* START: Bullets/Icons */
.bulletIcon, .bulletIconAudio, .bulletIconDocument, .bulletIconImage, .bulletIconVideo, .bulletIconWeb {
	display: block;
	background-image: url("/globals/images/icons/filetypes/exit16.gif");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 19px;
	margin-bottom: 4px;
	line-height: 16px;
}
.bulletIconAudio {
	background-image: url("/globals/images/icons/filetypes/audio16.gif");
}
.bulletIconDocument {
	background-image: url("/globals/images/icons/filetypes/document16.gif");
}
.bulletIconImage {
	background-image: url("/globals/images/icons/filetypes/image16.gif");
}
.bulletIconVideo {
	background-image: url("/globals/images/icons/filetypes/video16.gif");
}
.bulletIconWeb {
	background-image: url("/globals/images/icons/filetypes/rightArrow16.gif");
}
a.rss_icon {
	width: 38px;
	height: 15px;
	background-image: url(/globals/images/icons/rss_icon.gif);
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
}
a.rss_icon span {
	visibility: hidden;
	width: 38px;
}
.community_icon {
	background-image: url(/communities/images/communities_icon.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 33px;
	height: 22px;
}
/* END:   Bullets/Icons */


/* START: Medium Icons */
.mediumIcon, .mediumIconMoney, .mediumIconDocument, .mediumIconHeadline, .mediumIconProfile, .mediumIconRegister {
	display: block;
	background-image: url("/globals/images/icons/documents.gif");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 34px;
	margin-bottom: 2px;
	line-height: 23px;
}
.mediumIconMoney {
	background-image: url("/globals/images/icons/money.gif");
}
.mediumIconDocument {
	background-image: url("/globals/images/icons/documents.gif");
}
.mediumIconHeadline {
	background-image: url("/globals/images/icons/headline.gif");
}
.mediumIconProfile {
	background-image: url("/globals/images/icons/profile.gif");
}
.mediumIconRegister {
	background-image: url("/globals/images/icons/register.gif");
}
/* END:   Medium Icons */




/* START: Generic Page Styles */
.sitePage {
	margin: 0 2px 0 15px;
}
.sitePage {
	font-size: 100%;
}
.fullpage .sitePage {
	margin-left: 0;
}
.sitePage DIV.pageColumn_left {
	float: left;
	width: 300px;
}
.sitePage DIV.pageColumn_right {
	float: right;
	width: 300px;
}
.sitePage DIV.pageColumn_center {}
.sitePage #PageColumns.withLeft DIV.pageColumn_center {
	width:580px;
	margin:0 0 0 30px;
	float:right;
}
.sitePage #PageColumns.withRight DIV.pageColumn_center {
	width: 580px;
	margin:0 30px 0 0;
	float:left;
}
.sitePage #PageColumns.withRight.withLeft DIV.pageColumn_center {
	width: 300px;
	margin:0 30px 0 30px;
	float:none;
}
/* END:   Generic Page Styles */



/* START: Generic Pod & Article Styles */
.pod {
	margin: 0 0 25px 0;
}
.pageColumn_center .container .pod {
	margin: 0 0 0 0;
}
.pageColumn_left .article {
	margin: 0 0 25px 0;
}
.pod .podHeader {
	border-bottom: 1px dotted #BBB;
	padding-bottom: 5px;
}
.pod .podHeader .title {
	font-size: 1.5em;
}
.pod .podContent {
}
.pod .podFooter {
	margin-top: 5px;
	padding-top: 5px;
}
.pageColumn_right .container .pod .podContent {
	/*padding: 15px 15px 10px 15px;*/
	padding: 15px 15px 10px 15px;
}
.pageColumn_right .container .pod .podContent UL,
.pageColumn_right .container .pod .podContent OL {
	margin:.25em 0 1em 15px;
	padding:0;
}
.pageColumn_right .container .pod .podContent UL LI,
.pageColumn_right .container .pod .podContent OL LI {
	margin: 0 0 .5em 0;
	padding:0;
}
/* END:   Generic Pod & Article Styles */


/* START: Specific Pod Styles */
		
	/* START: For More Information Pod */
	.forMoreInfoPod {
		border: 1px solid #CCC;
	}
	.forMoreInfoPod .podHeader {
		background-color: #EEEEEE;
		border-bottom: 1px solid #DDD !important;
		padding: 5px 15px 5px 15px !important;
	}
	.forMoreInfoPod .podHeader .title {
		font-size: 1em;
		font-weight: bold;
	}
	.forMoreInfoPod .podContent {
		background-color: #fff;
	}
	.forMoreInfoPod .podContent .asset {
		margin-bottom:.5em;
	}
	.forMoreInfoPod .podFooter {
		border-top: none !important;
	}
	.forMoreInfoPod H5 {
		font-style: normal;
		font-size:1.5em;
		margin:0;
		padding:0;
	}
	/* END:   For More Information Pod */
	
	/* START: Quick Links Pod */
	.quickLinks .container .pod {
		width: 300px;
		margin-bottom: 5px;
		float: right;
	}
	.quickLinks .container .pod .podHeader {
		padding: 5px 0 8px 0;
	}
	.quickLinks .container .pod .podContent {
		padding: 10px 0 5px 13px;
	}
	.quickLinks .container .pod .interface {
		margin: 10px 0 10px 0;
	}
	.quickLinks .container .pod .interface, .quickLinks .container .pod TABLE TD {
		border: none;
	}
	.quickLinks .container .pod TD {
		background: none;
		padding: 1px 0 1px 15px;
	}
	/* END:   Quick Links */
	
	/* START: Alert Pod */
	.alertPod .container .pod,
	.alertPod .container .article {
		float: right;
		background-image: url(../img/AlertBackground.gif);
		background-position: bottom right;
		background-repeat: no-repeat;
		color: #fff;
		width: 300px;
		height: 55px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		margin-top: 14px;
	}
	.alertPod .container .article {
		margin-top: 4px;
	}
	.alertPod .container .pod .podContent,
	.alertPod .container .article .asset {
		padding: 2px 0 2px 0;
	}
	.alertPod .container .pod .podHeader, .alertPod .pod .podFooter {
		display: none;
	}
	
	.alertPod .container .pod .podContent P,
	.alertPod .container .article .asset P {
		margin: 8px 15px 0 15px;
	}
	.alertPod .container .pod .podContent A,
	.alertPod .container .article .asset A {
		color: #fff;
	}
	/* END:   Alert Pod */
	
	/* START: Blog Pod */
	.blogPod {
		clear: left;
		background-image: url(../img/BlogPodBackground.gif);
		background-position: bottom right;
		background-repeat: no-repeat;
		color: #FFF;
		width: 300px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		margin-top: 14px;
		padding: 6px 0 6px 0;
	}
	.blogPod P {
		padding: 8px 15px 0 15px;
	}
	.blogPod  A {
		color: #FFF;
	}
	/* END:   Blog Pod */

/* END:   Specific Pod Styles */



/* ============================================================ */


/* START: Site-Specific Styles */

BODY, HTML {
	background-color: #E9E1D1;
}
A {
	color: #006600;
}
A.button:hover {
	color: #A7E3C4;
}


	/* START: Nice Interface Table Highlights */
	DIV.interface TABLE TR.highlight TD, TR.highlight TD {
		background-color: #FFF5DC;
	}
	
	DIV.interface TABLE TR TD.highlight, TR TD.highlight, TD.highlight {
		background-color: #FFF5DC;
	}
	
	DIV.interface TABLE TR.alternate TD.highlight, TR.alternate TD.highlight {
		background-color: #ffe7af;
	}
	
	DIV.interface TABLE TR.alternate.highlight TD, TR.alternate.highlight TD {
		background-color: #ffe7af;
	}
	
	DIV.interface TABLE TR.highlight TD.highlight, TR.highlight TD.highlight {
		background-color: #ffdb85;
	}
	/* START: Nice Interface Table Highlights */



	/* START: Secondary Navigation */
	#SiteSecondaryNavigation UL LI.active A {
		color: #996600;
	}
	#SiteSecondaryNavigation UL UL LI {
		color: #996600;
	}
	#SiteSecondaryNavigation UL UL LI A {
		color: #996600;
	}
	/* END:   Secondary Navigation */

	/* START: Home Page */
	#page_72 {
		margin: 0 2px 0 0;
	}
	.pageType_59 {
	}
	/* END:   Home Page */
	
	/* START: Promo Player Pod */
	.pageType_59 .promoPod .pod {
		width: 625px;
		float: left;
	}
	/* END:   Promo Player Pod */
	
	/* START: QuickLinks Pod on Home Page */
	.pageType_59 .quickLinks .container .pod .podFooter {
		border-top: 1px dotted #BBB;
	}
	/* END:   Promo Player Pod */
	
	/* START: Communities Article Pod */
	.pageType_59 .communitiesPod {
		width: 300px;
		float: left;
		margin-bottom: 30px;
	}
	/* END:   Communities Pod */
	
	/* START: Dendrite Pod */
	.pageType_59 .dendritePod .pod {
		width: 300px;
		float: left;
	}
	.pageType_59 .dendritePod .pod .podContent DIV.interface {
		margin-bottom: 0;
	}
	/* END:   Dendrite Pod */
	
	/* START: Home Page News Pod */
	.publicationsPod .pod {
		width: 615px;
		float: right;
		min-height: 600px;
	}
	.publicationsPod .pod #newsBar {
		background-image: url("/elibrary/publications/images/publications_background.gif");
		background-repeat: no-repeat;
		height: 30px;
		width: 615px;
		margin-bottom: 15px;
	}
	.publicationsPod .pod .tabs {
		width: 580px;
		padding: 0 20px 0 20px;
		/* border: solid 1px #000; */
		font-family: Arial, Helvetica, sans-serif;
	}
	.publicationsPod .pod .htabs {	
		overflow: hidden; 
		margin: 0 0 0 0;
		padding: 0;
	}
	.publicationsPod .pod .htabs ul {
		margin: 0 0 0 0;
		padding: 0;
	}
	.publicationsPod .pod .htabs li {
		float: left;
		margin: 0;
		padding: 0;
		width: auto;
		overflow: hidden;
		color: #fff;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-align: center;
	}
	.publicationsPod .pod .htabs li a {
		display: inline-block;
		padding: 4px 0 4px 0;
		/* padding: 4px 10px 4px 10px; */
		margin: 0 1px 0 1px;
		color: #fff;	
		height: 100%;
		width: auto;
		/* border: solid 1px red; */
	}
	.publicationsPod .pod .htabs li a:hover {
		background-image:url("/elibrary/publications/images/publications_highlight.gif");
		background-position:center top;
		background-repeat:repeat-x;
		/* text-decoration:underline; */
	}
	.publicationsPod .pod .tabActive {
		background-image:url("/elibrary/publications/images/publications_highlight.gif");
		background-position:center top;
		background-repeat:repeat-x;
	}
	.publicationsPod .pod .newsArticle {
		margin-bottom:1em;
	}
	.publicationsPod .pod .newsArticle P {
		margin-bottom:0;
	}
	.publicationsPod .pod .readmore {
		margin-top:0;
	}
	.publicationsPod .pod H3 {
		font-size: 1em;
	}
	/* END:   Home Page News Pod */
	
	
	
	/* START: Main Navigation Items */
	#SiteMainNavigation.navigation UL LI.section_35 A DIV {
		width: 101px;
		background-image: url("../img/mainNavigation/MembershipUp.gif");
	}
	#SiteMainNavigation.navigation UL LI.section_35.active A DIV,
	#SiteMainNavigation.navigation UL LI.section_35 A:hover DIV {
		background-image: url("../img/mainNavigation/MembershipDown.gif");
	}
	#SiteMainNavigation.navigation UL LI.section_33 A DIV {
		width: 77px;
		background-image: url("../img/mainNavigation/PracticeUp.gif");
	}
	#SiteMainNavigation.navigation UL LI.section_33.active A DIV,
	#SiteMainNavigation.navigation UL LI.section_33 A:hover DIV {
		background-image: url("../img/mainNavigation/PracticeDown.gif");
	}
	#SiteMainNavigation.navigation UL LI.section_36 A DIV {
		width: 85px;
		background-image: url("../img/mainNavigation/EducationUp.gif");
	}
	#SiteMainNavigation.navigation UL LI.section_36.active A DIV,
	#SiteMainNavigation.navigation UL LI.section_36 A:hover DIV {
		background-image: url("../img/mainNavigation/EducationDown.gif");
	}
	#SiteMainNavigation.navigation UL LI.section_37 A DIV {
		width: 70px;
		background-image: url("../img/mainNavigation/ScienceUp.gif");
	}
	#SiteMainNavigation.navigation UL LI.section_37.active A DIV,
	#SiteMainNavigation.navigation UL LI.section_37 A:hover DIV {
		background-image: url("../img/mainNavigation/ScienceDown.gif");
	}
	#SiteMainNavigation.navigation UL LI.section_38 A DIV {
		width: 84px;
		background-image: url("../img/mainNavigation/AdvocacyUp.gif");
	}
	#SiteMainNavigation.navigation UL LI.section_38.active A DIV,
	#SiteMainNavigation.navigation UL LI.section_38 A:hover DIV {
		background-image: url("../img/mainNavigation/AdvocacyDown.gif");
	}
	#SiteMainNavigation.navigation UL LI.section_40 A DIV {
		width: 104px;
		background-image: url("../img/mainNavigation/PublicationsUp.gif");
	}
	#SiteMainNavigation.navigation UL LI.section_40.active A DIV,
	#SiteMainNavigation.navigation UL LI.section_40 A:hover DIV {
		background-image: url("../img/mainNavigation/PublicationsDown.gif");
	}
	#SiteMainNavigation.navigation UL LI.section_39 A DIV {
		width: 95px;
		background-image: url("../img/mainNavigation/FoundationUp.gif");
	}
	#SiteMainNavigation.navigation UL LI.section_39.active A DIV,
	#SiteMainNavigation.navigation UL LI.section_39 A:hover DIV {
		background-image: url("../img/mainNavigation/FoundationDown.gif");
	}
	#SiteMainNavigation.navigation UL LI.section_434 A DIV {
		width: 101px;
		background-image: url("../img/mainNavigation/CommunitiesUp.gif");
	}
	#SiteMainNavigation.navigation UL LI.section_434.active A DIV,
	#SiteMainNavigation.navigation UL LI.section_434 A:hover DIV {
		background-image: url("../img/mainNavigation/CommunitiesDown.gif");
	}
	#SiteMainNavigation.navigation UL LI.section_44 A DIV {
		width: 108px;
		background-image: url("../img/mainNavigation/MarketplaceUp.gif");
	}
	#SiteMainNavigation.navigation UL LI.section_44.active A DIV,
	#SiteMainNavigation.navigation UL LI.section_44 A:hover DIV {
		background-image: url("../img/mainNavigation/MarketplaceDown.gif");
	}
	#SiteMainNavigation.navigation UL LI.section_41 A DIV {
		width: 106px;
		background-image: url("../img/mainNavigation/PressRoomUp.gif");
	}
	#SiteMainNavigation.navigation UL LI.section_41.active A DIV,
	#SiteMainNavigation.navigation UL LI.section_41 A:hover DIV {
		background-image: url("../img/mainNavigation/PressRoomDown.gif");
	}
	/* END:   Main Navigation Items */

/* END:   Site-Specific Styles */
