/*
  description:  CSS2 stylesheet for /familyphotos webpages  
  version:      1.2
  email:        info@businesslearninginc.com
*/

  a:link, a:visited, a:hover, a:active
    {
    text-decoration: underline;
    }
  
  h1
    {
    font-family: tahoma, sans-serif;
    font-size: 20px;    
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    color: #000000;
    background: transparent;
    }

  a.a-header:link, a.a-header:visited, a.a-header:hover, a.a-header:active
    {
    text-decoration: none;
    color: #ffffff;
    background: transparent;
    }
    a.a-header:hover
      {
      font-weight: bold;
      }

  div.div-description-text-main
    {
    float: left;
    width: 100%;
    height: auto;
    }
                   
  div.div-description-text-ie, div.div-description-text-ie-nopadding
    {
    float: left;
    height: auto;
    width: 765px;
    margin-left: 5px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    }      
    div.div-description-text-ie-nopadding
      {
      margin-bottom: 0px;
      padding-bottom: 0px;
      } 

  div.div-description-text, div.div-description-text-nopadding
    {
    float: left;
    height: auto;
    max-width: 765px;
    width:expression(document.body.clientWidth > 765? "765px": "auto" );
    margin-left: 5px;
    margin-top: 40px;
    
/* ####
    margin-bottom: 40px;
*/  
  
    margin-bottom: 25px;
    }
    div.div-description-text-nopadding
      {
      margin-bottom: 0px;
      } 

  div.div-index-menu-container
    {
    height: 100%;
    position: relative;
    }
    
  div.div-index-menu
    {    
    position: absolute;
    bottom: 0px;    
    width: 256px;
    }
   
  p.p-index-menu-text, p.p-header-text, p.p-description-text, p.p-pizzafest-invitation-text, 
  p.p-description-text-list, p.p-description-text-title, p.p-description-text-right,
  p.p-description-text-title-right 
    {
    font-family: tahoma, sans-serif;
    font-size: 11px;
    }
    p.p-index-menu-text
      {
      text-align: right;
      color: #FFFFFF;
      background: transparent;
      font-weight: normal;
      margin: 10px;            
      }        
    p.p-header-text
      {
      text-align: right;
      color: #FFFFFF;
      background: transparent;
      font-weight: bold;
      }
    p.p-description-text
      {
      text-align: left;
      color: #000000;
      background: transparent;
      font-weight: normal;   
      margin: 0px;
      }
    p.p-description-text-right
      {
      text-align: right;
      color: #000000;
      background: transparent;
      font-weight: normal;   
      margin: 0px;
      }      
    p.p-pizzafest-invitation-text
      {
      text-align: left;
      color: #000000;
      background: transparent;
      font-style: italic;
      font-weight: normal;   
      margin-left: 20px;
      margin-right: 20px;      
      }
    p.p-description-text-list
      {    
      text-align: left;
      color: #000000;
      background: transparent;
      margin-top: 4px;
      margin-bottom: 8px;
      margin-left: 0px;
      }
    p.p-description-text-title
      {
      margin-top: 0px;
      text-align: left;
      font-weight: bold;
      }
    p.p-description-text-title-right
      {
      margin-top: 0px;
      text-align: right;
      font-weight: bold;
      }
            
  table.table-description-text
    {
    width: auto;
    margin-left: -2px;
    margin-top: 15px;
    margin-bottom: 0px;
    }
    
  td.td-description-text
    {
    padding-right: 20px;
    }

  table.table-description-text-list
    {
    margin-left: -5px;
    margin-top: 0px;
    margin-bottom: 5px;
    }
    
  td.td-description-text-list
    {
    vertical-align: top;
    }
    
  body.body-header-text
    {
    margin: 2px;
    }

  div.div-thumbnail-main
    {
    max-width: 800px;
    height: auto;
    }
    
  div.div-thumbnail-main-ie
    {
    width: 800px;
    height: auto;
    }
                   
  div.div-thumbnail-container
    {
    float: left;
    overflow: hidden;
    height: 108px;
    width: 108px;
    border: 0px;
    margin: 1px;
    }
  
  div.div-thumbnail
    {
    position: relative; 
    height: 108px;
    width: 108px;
    top: -112px;
    border: 0px;
    margin: 0px;
    }

  img.img-thumbnail-main
    {
    border: 0px;
    margin: 0px;
    }    
  
  img.img-thumbnail, img.img-thumbnail-overlay
    {
    height: 108px;
    width: 108px;
    border: 0px;
    margin: 0px;
    }
    img.img-thumbnail-overlay
      {
      -moz-opacity: 0.5;
      filter: alpha(opacity = 50);      
      }
      
  div.div-thumbnail-text-main
    {
    float: left;
    height: auto;
    width: 100%;
    }
        
  body.body-image-popup,
  div.div-thumbnail-text-container,
  div.div-image-popup-container,
  img.img-image-popup
    {
    margin: 0px;
    border: 0px;
    }
  
  div.div-thumbnail-text-nav,
  div.div-image-popup-nav
    {
    width: 65px;
    height: 38px;
    padding-top: 10px;
    float: right;
    margin-left: -1px;
    border: 0px;
    }
    
  div.div-thumbnail-text,
  div.div-image-popup-text
    {
    padding: 10px;
    margin: 0px;
    border: 0px;
    }
    
  img.img-image-popup-nav
    {
    float: right;
    padding: 2px;
    height: 23px;
    width: 23px;
    border: 0px;
    }

  p.p-thumbnail-text,
  p.p-image-popup-text
    {
    text-align: left;
    font-family: tahoma, sans-serif;
    font-size: 11px;
    margin: 0px;
    border: 0px;
    }  
    p.p-thumbnail-text
      {
      color: #ffffff;
      background: transparent;
      }      
    p.p-image-popup-text
      {
      color: #000000;
      background: transparent;
      }
              
  div.div-header-right,
  div.div-header-center,
  div.div-header-left
    {
    float: left;
    height: auto;
    width: 256px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-right: 2px;
    margin-bottom: 2px;
    color: #000000;
    background: transparent;
    }
    div.div-header-right
      {
      background: url(../images/header_right.jpg);
      }
    div.div-header-center
      {
      background: url(../images/header_center.jpg);
      }
    div.div-header-left
      {
      background: url(../images/header_left.jpg);
      }
        
  div.div-index-header-right,
  div.div-index-header-center,
  div.div-index-header-left
    {
    float: left;
    height: 400px;
    width: 256px;
    margin-left: 2px;
    margin-bottom: 2px;
    color: #000000;
    background: transparent;
    }  
       
  p.p-index-header-welcome
    {
    text-align: right;
    margin-top: 5px;
    font-family: tahoma, sans-serif;
    font-size: 30px;
    color: #ffffff;
    background: transparent;
    letter-spacing: -0.5px;
    }
    
  div.div-index-header-menu
    {
    text-align: right;
    }
    
  img.img-index-header-menu-adventures,
  img.img-index-header-menu-family,
  img.img-index-header-menu-property,
  img.img-index-header-menu-random-events,
  img.img-index-header-menu-contact  
    {
    position: relative;
    border: 0px;
    padding: 0px;    
    }    
    img.img-index-header-menu-adventures
      {
      top: 243px;
      left: 34px;
      width: 217px;
      height: 152px;
      } 
    img.img-index-header-menu-family
      {
      top: 334px;
      left: 15px;
      width: 236px;
      height: 61px;
      }
    img.img-index-header-menu-property
      {
      top: 347px;
      left: 143px;
      width: 108px;
      height: 48px;
      }
    img.img-index-header-menu-random-events
      {
      top: 284px;
      left: 46px;
      width: 205px;
      height: 111px;
      }
    img.img-index-header-menu-contact
      {
      top: 375px;
      left: 210px;
      width: 41px;
      height: 20px;
      }
    
  div.div-index-header
    {
    position: absolute;
    top: 50%;
    margin-top: -210px;
    }
    
  div.div-index-container
    {
    height: auto;
    width: 100%;
    }

  img.img-signature
    {
    margin-left: 0px;
    margin-top: 25px;
    height: 40px;
    width: 78px;
    border: 0px;    
    }
    
  div.div-float-clear
    {
    clear: both;    
    }

  div.div-pizzafest-poster-container
    {
    margin-top: 10px;
    padding: 1px;
    }
    
  div.div-pizzafest-poster, div.div-pizzafest-poster-right 
    {
    float: left;
    height: auto;
    width: auto;
    margin-bottom: 15px;
    margin-right: 15px;
    }
    div.div-pizzafest-poster-right
      {
      float: right;
      margin-right: 0px;
      margin-left: 15px;
      }
    
  div.div-pizzafest-description-text, div.div-pizzafest-description-text-left 
    {
    height: auto;
    width: auto;
    margin-top: 1%;
    }
        
  img.img-pizzafest-poster
    {
    border: 0px;
    margin: 0px;
    height: auto;
    width: auto;
    }
  
  img.img-description-text-list
    {
    border: 0px;
    vertical-align: middle;
    width: 12px;
    height: 12px; 
    }

  img.img-inline, img.img-inline-nomargin
    {
    vertical-align: middle; 
    border: 0px; 
    margin-right: 10px;
    }
    img.img-inline-nomargin
      {
      margin-right: 0px;
      }
      
  table.table-downloads, table.table-downloads-2col 
    {
    border: 1px;
    border-collapse:collapse;
    border-style: solid;
    border-color: #c0c9d1;
    margin-top: 10px;
    margin-bottom: 15px;
    width: 100%;
    background-color: #000000;
    }
    table.table-downloads-2col
      {
      width: auto;
      }
    
  td.td-downloads-col-left, td.td-downloads-col-right, td.td-downloads-col-right-header, td.td-downloads-col-left-header  
    {
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    align: left;
    background-color: #c0c9d1;
    }
    td.td-downloads-col-left
      {
      width: 20%;
      }
    td.td-downloads-col-right
      {
      width: 30%;
      }
    td.td-downloads-col-left-header
      {
      width: 20%;
      background-color: #ffffff;      
      }  
    td.td-downloads-col-right-header
      {
      width: 30%;
      background-color: #ffffff;
      }

