/* ForeverHome 2.0 Community Specific Styles */
@media screen
{
  .imageMain
  {
    height: 662px;
  }
  
  div.luWrap, div.ldWrap
  {
    width: 270px;
  }
  a.listUp, a.listDown
  {
    margin: 0 auto 0 auto;
  }
  div.communityNav
  {
  }
  a.activeMain
  {
    display: block;  
    height: 23px;
    margin: 5px 4px 0 4px;
    padding: 0 2px 0 2px;
    
    line-height: 20px;
    
    background: url('../images/interface/nav-main-highlight.png') repeat-x;
    
  }
  .branding
  {
    width: 660px;
    
    float: left;
    
    font-size: 1.4em;
    font-family: "Lucida Calligraphy", sans-serif;
    text-align: center;
    
  }
  .branding h2
  {
    margin-top: 0px;
  }
  .pageBody
  {
    margin-top: 36px;
  }
  #mapDisplay
  {
    display: none;
  
    height: 492px;
    width: 492px;
    background: #444;
    
    position: absolute;
    top: 214px;
    
    margin-left: 81px;
    
    text-align: center;
    font-size: 1.6em;
    
    background: url('../images/general/map-display-background.jpg');
  }
  #mapDisplay h3, h4
  {
    font-weight: normal;
  }
  #mapDisplay img
  {
    margin-top: 40px;
  }
}
@media print
{
  .imageMain
  {
   
  }
  div.luWrap, div.ldWrap
  {
    width: 2in;
  }
  a.listUp, a.listDown
  {
    margin: 0 auto 0 auto;
  }
  div.communityNav
  {
  }
  a.activeMain
  {
    display: block;  
    height: 23px;
    margin: 5px 4px 0 4px;
    padding: 0 2px 0 2px;
    
    line-height: 20px;
    
    background: url('../images/interface/nav-main-highlight.png') repeat-x;
    
  }
  .branding
  {
    width: 5in;
    
    float: left;
    
    font-size: 1.2em;
    font-family: "Lucida Calligraphy", sans-serif;
    text-align: center;
    
  }
  .branding h2
  {
    margin-top: 0px;
  }
  .pageBody
  {
    margin-top: 36px;
  }
  #mapDisplay
  {
    display: none;
  
    height: 3.5in;
    width: 3.5in;
    background: white;
    
    position: absolute;
    top: 226px;
    
    margin-left: 70px;
    
    text-align: center;
    font-size: 1.4em;
    border: 1px solid #666;
  }
  #mapDisplay h3, h4
  {
    font-weight: normal;
  }
  #mapDisplay img
  {
    margin-top: 10px;
    width: 1.15in;
  }
}
