/* ForeverHome 2.0 Secondary Navigation Styles */
@media screen
{
  div.secondaryNav
  {
    width: 940px;
    height: 45px;
    clear: both;
    position: relative;
    top: 9px;
    left: 0px;
    
    margin: 0;
  }
  .secondaryNav a
  {
    text-decoration: none;
    color: black;
  }
  .secondaryNav a:hover
  {
    color: #1200ff;
  }
  .secondaryNav a img
  {
    border: 0;
  }
  .secondaryActive
  {
    color: #1200ff !important;
  }
  div.endLeft, div.endRight
  {
    width: 30px; 
    height: 45px;
  }
  div.noShow
  {
    visibility: hidden;
  }
  div.endLeft
  {
    float: left;
  }
  div.endRight
  {
    float: right;
  }
  .secondaryLeft
  {
    width: 30px;
    height: 43px;
    
    float: left;
    background: url('../images/interface/nav-main-arrow-lh.png');
  }
  .secondaryLeft, .secondaryRight
  {
    display: block;
    margin: 0 0 0 0;
  }
  .secondaryLeft:hover img, .secondaryRight:hover img
  {
    display: none;
  }
  .secondaryRight
  {
    width: 30px;
    height: 43px;
    
    float: right;
    background: url('../images/interface/nav-main-arrow-rh.png');
  }
  div.secondaryLinks
  {
    width: 880px;
    height: 45px;
    
    float: left;
  }
  div.secondaryLinks a
  {
    display: block;
    width: 205px;
    height: 45px;
    
    float: left;
    
    font-size: 1.8em;
    text-align: center;
  }
  div.secondaryLinks a:hover
  {
    
  }
  div.secondaryVerticalDivider
  {
    width: 12px;
    height: 45px;
    
    float: left;
    
    background: url('../images/interface/nav-secondary-divider.png') no-repeat center center;
  }
  div.secondaryVerticalSpace
  {
    width: 12px;
    height: 45px;
    float: left;
  }
  .pageNav
  {
    width: 140px;
    
    margin: 18px 0px 18px 0;
    
    float: left;
  }
  .pageButton
  {
    width: 140px;
    
    margin: 0;
    line-height: 20px;
    
    background: #fff url('../images/interface/secondary-nav-marker.png') no-repeat center left;
  }
  .pageButton a
  {
    display: block;
    width: 118px;
    
    margin: 0 0 0 12px;
    
    font-size: 1.5em;
    text-decoration: none;
    color: #000;
  }
  .pageButton a:hover
  {
    color: #0096d7;
  }
  .pageNavDivider
  {
    width: 140px;
    height: 10px;
    
    background: #fff url('../images/interface/horizontal-divider-page-nav.png') no-repeat center center;
  }
}
@media print
{
  div.secondaryNav
  {
    width: 940px;
    height: 45px;
    clear: both;
    position: relative;
    top: 9px;
    left: 0px;
    
    margin: 0;
  }
  .secondaryNav a
  {
    text-decoration: none;
    color: black;
  }
  .secondaryNav a:hover
  {
    color: #1200ff;
  }
  .secondaryNav a img
  {
    border: 0;
  }
  .secondaryActive
  {
    color: #1200ff !important;
  }
  div.endLeft, div.endRight
  {
    width: 30px; 
    height: 45px;
  }
  div.noShow
  {
    visibility: hidden;
  }
  div.endLeft
  {
    float: left;
  }
  div.endRight
  {
    float: right;
  }
  .secondaryLeft
  {
    width: 30px;
    height: 43px;
    
    float: left;
    background: url('../images/interface/nav-main-arrow-lh.png');
  }
  .secondaryLeft, .secondaryRight
  {
    display: block;
    margin: 0 0 0 0;
  }
  .secondaryLeft:hover img, .secondaryRight:hover img
  {
    display: none;
  }
  .secondaryRight
  {
    width: 30px;
    height: 43px;
    
    float: right;
    background: url('../images/interface/nav-main-arrow-rh.png');
  }
  div.secondaryLinks
  {
    width: 880px;
    height: 45px;
    
    float: left;
  }
  div.secondaryLinks a
  {
    display: block;
    width: 205px;
    height: 45px;
    
    float: left;
    
    font-size: 1.8em;
    text-align: center;
  }
  div.secondaryLinks a:hover
  {
    
  }
  div.secondaryVerticalDivider
  {
    width: 12px;
    height: 45px;
    
    float: left;
    
    background: url('../images/interface/nav-secondary-divider.png') no-repeat center center;
  }
  div.secondaryVerticalSpace
  {
    width: 12px;
    height: 45px;
    float: left;
  }
  .pageNav
  {
    width: 1.5in;
    
    margin: 18px 0px 18px 0;
    
    float: left;
  }
  .pageButton
  {
    width: 1.5in;
    
    margin: 0;
    line-height: 20px;
    
    background: #fff url('../images/interface/secondary-nav-marker.png') no-repeat center left;
  }
  .pageButton a
  {
    display: block;
    width: 118px;
    
    margin: 0 0 0 12px;
    
    font-size: 1.3em;
    text-decoration: none;
    color: #000;
  }
  .pageButton a:hover
  {
    color: #0096d7;
  }
  .pageNavDivider
  {
    width: 140px;
    height: 10px;
    
    background: #fff url('../images/interface/horizontal-divider-page-nav.png') no-repeat center center;
  }
}