
/* CSS Document */



/**********************************************************************************************************
TIER 3, 4, and 5 SPECIFIC STYLES
These styles cover elements common to tier 3, tier 4, and tier 5 pages.
***********************************************************************************************************/

/* These divs set the width of the content area and also house the background of the Left Navigation Bar.*/

#contentContainer
{
	background-image: url(/css/images/members/healthyfamilies/leftnav-background-repeat.jpg);
}

#contentArea
{
	/*background-image: url(../images/members/healthyfamilies/leftnav-background-anchor.jpg);*/
}

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	border: 0px solid #CCC;
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	border: 1px solid #b4d5a7;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	background-color: #e5efdf;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: #70b65f;
	color: #FFF;
}

/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #70b65f;
	color: #FFF;
}

/* Setting the styles of the headings.*/

.headingTierThree
{
	color: #289728;
}

.headingTierFourFive
{
	color: #289728;
}

/* Defining the promo area.  There are two variations of this, one with content and one with only a single line dotted border.  The single line dotted border version closes the text on all the pages without a content filled promo area. */

#promoRightTierThree ul li a:link, #promoRightTierThree ul li a:visited, #promoRightTierThree ul li a:active
{
	background-image: url(/css/images/members/healthyfamilies/promonav-buttonbackground.jpg);
}

#rightNavTierFourFive ul li a:link, #rightNavTierFourFive ul li a:visited, #rightNavTierFourFive ul li a:active
{
	background-image: url(/css/images/members/healthyfamilies/rightnav-buttonbackground.jpg);
}

.paragraphSubHeadingA
{
	color: #289728;
}

.highlightedListLinkItem a:link, .highlightedListLinkItem a:visited, .highlightedListLinkItem a:active
{
	background: #e5efdf;
	background-image: url(/css/images/members/healthyfamilies/content-orangearrow-healthyfamilies.gif);
	background-repeat: no-repeat;
	background-position: 10px 11px;
}

.highlightedListLinkItem a:hover
{
	color: #289728;
}

.highlightedListItem
{
	background: #e5efdf;
}

