/*********** MAIN ***********/
  * {
      margin: 0;
      padding: 0;
  }
  html {
      min-width: 930px;
  } /*IE7*/
  
  body {
      color: #7d1c04;
      margin: 0;
      padding: 0;
      text-align: left;
  }
  
  body#home {
 
  }
  
  
  body, td, th, textarea, input, select, h2, h3, h4, h5, h6 {
      font: 62.5%/1.2em Arial,Helvetica,sans-serif;
  }
  
  input {
      line-height: 1;
  }
  #home #container #main #navbar #navigation li a {
    margin-bottom: 10px;
    
  }
  #container #main #navbar #navigation li a {
    margin-bottom: 10px;
  }
  
  
  /*********** COMMON ***********/
  
  a { color: #7d1c04; cursor: pointer; text-decoration: none; outline: none !important; }
  a:visited { color: #7d1c04; }
  a:hover, a:focus { color: #592800; text-decoration: none; }
  a:active { color: #7d1c04; }
  
  img {
      border: none;
  }
  td, th, textarea, input, select {
    font-size: 100%;
  }
  td, th {
    padding: 5px;
  }
  p {
      line-height: 1.4;
  }
  
  
  form {
      clear: left;
      margin: 0;
  }
  
  h1 {
    font-size: 150%;
    letter-spacing: -0.03em;
    line-height: 1.0em;
    font-weight: bold;
  }
  
  h2 {
    font-size: 140%;
    font-weight: bold;
    letter-spacing: -0.02em;
    font-weight: bold;
  }
  
  h3 {
    font-size: 120%;
    letter-spacing: -0.01em;
    font-weight: bold;
  }
  h4 {
    font-size: 115%;
    letter-spacing: -0.01em;
    font-weight: bold;
  }
  
  ol,ul {
      margin: 0;
      padding: 0;
    list-style: none;
  }
  
  li p {
      margin: 0;
      padding: 0;
  }
  
  label {
    float: left;
    width: 100%;
    padding: 0.5em 0;
  }
  label span {
    float: left;
    width: 130px;
    text-align: left;
    padding: 2px 0;
    font-weight: bold;
  }
  label span.checkbox {
    width: 90%;
    padding: 4px 0;
    font-weight: normal;
  }
  
  .clear {
    clear: both;
  }
  
  .fl-left {
    float: left;
  }
  .fl-right {
    float: right;
  }
  
  
  /*********** TEMPLATE ***********/
  
  #main {
    float: left;
    position: relative;
    background: url(../img/main-bg.jpg) repeat-y 0 0;
    background-position: -250px 0; 
    width: 930px;
  }
  #home #main {
    background-image: url(../img/home-main-bg.jpg);
    height: 616px;
    overflow: hidden;
  }
  #content {
      float: left;
      min-height: 590px;
      width: 498px;
      padding: 10px 0 20px 30px;
      font-size: 120%;
      height: auto !important;   
      height: 590px;  
  }
  #container #main #content #table_google_maps img {
              margin: 0px;
              padding: 0px;
  }
  #container #main #content #table_google_maps td {
              margin: 0px;
              padding: 0px;
  }
  #container #main #content #table_google_maps {
              margin: 0px;
              padding: 0px;
  }
  #home #content {
    width: 611px;
    min-height: 410px;
    height: 410px;
    padding: 20px 0;
}
  #content h1,
  #content h2,
  #content h3,
  #content h4 {
      margin-bottom: .4em;
  }
  #content ul,
  #content p {
    margin-bottom: 1.4em;
  }
  
  #content ul {
      list-style: disc;
  }
  #content li {
      margin: 0 0 0 2em;
      line-height: 1.4em;
  }
  #content a {
      text-decoration: underline;
  }
  
  
  
  
  
  /*****************************************************************************
  scalable Inman Flash Replacement (sIFR) version 3.
  
  Copyright 2006 ‰€ší„íå 2008 Mark Wubben, <http://novemberborn.net/>
  
  Older versions:
  * IFR by Shaun Inman
  * sIFR 1.0 by Mike Davidson, Shaun Inman and Tomas Jogin
  * sIFR 2.0 by Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben
  
  See also <http://novemberborn.net/sifr3> and <http://wiki.novemberborn.net/sifr3>.
  
  This software is licensed and provided under the CC-GNU LGPL.
  See <http://creativecommons.org/licenses/LGPL/2.1/>
  *****************************************************************************/
  
  @media screen {
    .sIFR-flash {
      visibility: visible !important;
      margin: 0;
      padding: 0;
    }
    
    .sIFR-replaced, .sIFR-ignore {
      visibility: visible !important;
    }
    
    .sIFR-alternate {
      position: absolute;
      left: 0;
      top: 0;
      width: 0;
      height: 0;
      display: block;
      overflow: hidden;
    }
    
    .sIFR-replaced div.sIFR-fixfocus {
      margin: 0pt;
      padding: 0pt;
      overflow: auto;
      letter-spacing: 0px;
      float: none;
    }
  }
  
  @media print {
    .sIFR-flash {
      display    : none !important;
      height     : 0;
      width      : 0;
      position   : absolute;
      overflow   : hidden;
    }
    
    .sIFR-alternate {
      visibility : visible !important;
      display    : block   !important;
      position   : static  !important;
      left       : auto    !important;
      top        : auto    !important;
      width      : auto    !important;
      height     : auto    !important;
    }
  }
  
  /*
  Place CSS rules for to-be-replaced elements here. Prefix by .sIFR-active
  so they only apply if sIFR is active. Make sure to limit the CSS to the screen
  media type, in order not to have the printed text come out weird.
  */
  @media screen {
    /* Example:
    .sIFR-active h1 {
      font-family: Verdana;
      visibility: hidden;
    }
    */
  
    .sIFR-active #newsarchive h3 {
      font-family: Verdana;
      line-height: 1em;
      visibility: hidden;
    }
  }
  

