
/* 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/onecare/leftnav-background-repeat.jpg);
}

#contentArea
{
  /*	background-image: url(../images/members/onecare/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 #a7d4d3;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
  background-color: #deeeed;
}
/* 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: #51b3b4;
  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: #51b3b4;
  color: #FFF;
}

/* Setting the styles of the headings.*/

.headingTierThree
{
  color: #008579;
}

.headingTierFourFive
{
  color: #008579;
}

/* 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/onecare/promonav-buttonbackground.jpg);
}

#rightNavTierFourFive ul li a:link, #rightNavTierFourFive ul li a:visited, #rightNavTierFourFive ul li a:active
{
  background-image: url(/css/images/members/onecare/rightnav-buttonbackground.jpg);
}

.paragraphSubHeadingA
{
  color: #008579;
}

.highlightedListLinkItem a:link, .highlightedListLinkItem a:visited, .highlightedListLinkItem a:active
{
  background: #deeeed;
  background-image: url(/css/images/members/onecare/content-orangearrow-onecare.gif);
  background-repeat: no-repeat;
  background-position: 10px 11px;
}

.highlightedListLinkItem a:hover
{
  color: #008579;
}

.highlightedList ul li
{
  background: #deeeed;
}



