html
  {
    font-family: Arial Regular, Arial, Sans Serif;
  }

ul
  {
    list-style-type: none;
  }

li
  {
    margin-bottom: 1em;
  }

#h-tie
  {
    display: block;
    position: absolute;
    z-index: 0;

    top: 0;
    left: 0.25;

    height: 10em;
    width: 80%;

    border-bottom: 1px solid #6FAFAE;
  }

#v-tie
  {
    display: block;
    position: absolute;
    z-index: 0;

    top: 8em;
    left: 0;

    height: 28em;
    width: 9.5em;

    border-right: 1px solid #6FAFAE;
  }




.panel
  {
    display: block;

    margin-top: 1.5em;
    margin-left: 1em;
  }

.panel-head
  {
  }

.panel-body
  {
  }

.panel-slice
  {
    display: block;

    color: white;

    // height: 1.5em;
    width: 11em;
    line-height: 1.25em;

    margin-bottom: 2px;
  }

.panel-slice-text
  {
    display: block;
    text-indent: -1em;
    margin-left: 2em;
    margin-right: 1em;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
  }

a.panel-slice
  {
    color: white;
    text-decoration: none;
    background-color: #6FAFAE;
  }

a.panel-slice:hover
  {
    background-color: gray;
  }

.panel-head a.panel-slice:hover
  {
    background-color: #DDDDDD;
  }


.panel-head .panel-slice
  {
    color: #6FAFAE;
    border: 1px solid #6FAFAE;
    width: 13.5em;
    margin-left: -0.5em;
    background-color: white;
  }

.panel-body .panel-slice-text
  {
    font-size: 88%;
  }

.panel-head .current-location .panel-slice-text
  {
    color: #555555;
  }

.panel-body .current-location .panel-slice-text
  {
    color: #333333;
  }

.panel-body
  {
    margin-bottom: 1em;
  }

#navigation
  {
    display: none;
  }


#site-menu
  {
    position: absolute;
    top: 7.5em;
    z-index: 5;
  }

#back-menu
  {
    position: absolute;
    z-index: 4;

    margin-top: 22em;
  }




#content
  {
    display: block;
    position: absolute;
    
    top: 4em;
    left: 16em;
    width: 500px;

    // margin-right: 8em;

    text-align: justify;
  }

#content p
  {
    font-size: 85%;
    color: #777777;
  }

#content ul
  {
    font-size: 85%;
    color: #777777;
  }

#content h1
  {
    font-size: 90%;
    color: #777777;
  }

#content a
  {
    color: #333333;
    text-decoration: none;
  }

#content a:hover
  {
    text-decoration: underline;
  }




#site-footer
  {
    display: block;
    //position: absolute;
    //top: 90%;
    //left: 60%;

    margin-top: 15em;
    
    color: gray;
    border-top: 1px solid #6FAFAE;
    font-size: 85%;
    text-align: right;
    line-height: 0.8em;
  }

#site-footer p
  {
    margin-top: 1px;
  }



#contact-table
  {
    vertical-align: top;
    color: #333333;
  }

#contact-table td
  {
    padding: 0.5em;
  }

#contact-table td.label
  {
    text-align: right;
    color: #777777;
  }

#site-header
  {
    position: absolute;
  }

#page-header
  {
    display: block;
    position: fixed;
    margin-top: -5em;
    right: 2em;
    z-index: 10;
  }
