/*

  This page will be structured as follows.
    body
        outer
            upbg
            inner
                header
                splash
                menu
                main
                sidebar
            footer

  This stylesheet constructs the following page:
  /--------------------------------------\
  |       /---------------------\        |
  |       | header | splash     |        |
  |       +--------+------------+        |
  |       | menu                |        |
  |       +---------------+-----+        |
  |       | main          |  s  |        |
  |       |               |  i  |        |
  |       |               |  d  |        |
  |       |               |  e  |        |
  |       |               |  b  |        |
  |       |               |  a  |        |
  |       |               |  r  |        |
  |       +---------------+-----+        |
  |       | footer              |        |
  \-------+---------------------+--------/

 */


{
    padding: 0px;
    margin:  0px;
}

body
{
    background: #F9F9F7 url('images/fadelines.gif') repeat-x;
    color:      #7C7C63;

    font-size:   12px;
    line-height: 18px;
    font-family: helvetica, sans-serif;
}

/*
 * Basic definitions for links and helpful div classes
 * for alignment (currently only used in the footer).
 */

a
{
    color: #A21616;
    text-decoration: none;
}

a:hover
{
    color: #FF0000;
    text-decoration: none;
}

a:active
{
    color: #0000FF;
    text-decoration: none;
}

p
{
    margin-bottom: 14px;
    text-align: justify;
}

em
{
    font-weight: bold;
    text-decoration: none;
    font-style: normal;
}

.left
{
    position: absolute;
    float: left;
    clear: left;
    left: 0px;
    text-align: left;
    margin: 5px;
    padding: 0px;
}

.right
{
    position: absolute;
    float: right;
    clear: right;
    right: 0px;
    text-align: right;
    margin: 5px;
    padding: 0px;
}

.center
{
    position: absolute;
    float: center;
    left: 50%;
    text-align: center;
    margin: 5px;
    padding: 0px;
}

.leftbox
{
    position: relative;
    float: left;
    margin: 5px 15px 15px 5px;
    padding: 3px;
    border: 1px solid #999999;
    text-align: center;
    z-index: 1;
}

.rightbox
{
    position: relative;
    float: right;
    margin: 5px 5px 15px 15px;
    padding: 3px;
    border: 1px solid #999999;
    text-align: center;
    z-index: 1;
}

.strike
{
    text-decoration: line-through;
}

/*
 * Global layout helpers.  These are used to
 * contain the whole page cleanly.
 */

#upbg
{
    position: absolute;
    top:  0px;
    left: 0px;
    background: #ffffff;
    width:  747px;
    height: 264px;
    z-index: 1;
}

#outer
{
    position: relative;
    width: 747px;
    margin: 0 auto;
    background: #ffffff;
}

#inner
{
    position: relative;
    padding: 13px 30px 13px 30px;
    z-index: 2;
}

/*
 * Definitions for the header and splash.
 * NOTE: These encode the actual images as well.
 */

#header
{
    position: absolute;
    background: #A21616;
    width: 202px;
    height: 92px;
    color: #ffffff;
    padding-left: 20px;
}

#header span
{
    font-weight: normal;
}

#header h1
{
    position: absolute;
    font-size: 23px;
    letter-spacing: -1px;
    top:    25px;
    left:   40px;
    height: 92px;
}

#splash
{
    position: absolute;
    right:  30px;
    width:  458px;
    height: 92px;
    background: #EAEAE2 url('images/trees.png') no-repeat; 
}

/*
 * Definitions for the menu.
 */

#menu
{
    position: relative;
    background: #46461F;
    height: 50px;
    padding: 0px 20px 0px 5px;
    margin: 98px 0px 20px 0px;
}

#menu ul
{
}

#menu ul li
{
    display: inline;
    line-height: 52px;
    padding-left: 3px;
}

#menu ul li.first
{
    border-left: 0px;
}

#menu ul li a
{
    background-color: transparent;
    background-repeat: repeat-x;
    padding: 8px 12px 8px 12px;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
}

#menu ul li a:hover
{
    background: #ffffff;
    color: #4A4A24;
    text-decoration: none;
}

#date
{
    position: absolute;
    top: 0px;
    line-height: 52px;
    color: #BDBDA2;
    right: 30px;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: -1px;
}

/*
 * Definitions for the main text block.
 */

#main
{
    position: relative;
    width: 500px;
    float: left;
}

#main h2
{
    position: relative;
    font-size: 18px;
    letter-spacing: -1px;

    padding: 5px 0px 5px 5px;
    margin-bottom: 10px;
    margin-top:    10px;

    background: url('images/sidelines.gif') bottom repeat-x;
}

#main h3
{
    position: relative;
    font-size: 14px;
    letter-spacing: -1px;

    padding: 5px 0px 5px 5px;
    margin-bottom: 10px;
    margin-top:    10px;

    background: url('images/sidelines.gif') bottom repeat-x;
}

#address
{
    position: relative;
    font-size: 14px;
    padding: 5px 0px 5px 15px;
    margin-bottom: 10px;
    margin-top:    10px;
}

.comments
{
    position: relative;
}

/*
 * Sidebar definitions.
 */

#sidebar
{
    position: relative;
    width: 180px;
    float: right;
}

#sidebar ul
{
    list-style: none;
}

#sidebar ul li
{
    border-top: solid 1px #EEEEEE;
    padding-top: 5px;
    margin: 5px 0px 0px 0px;
}

#sidebar ul li.first
{
    border-top:  0px;
    margin-top:  0px;
    padding-top: 0px;
}

#sidebar img
{
    border: 0px;
}

/*
 * The footer definition.
 */

#footer
{
    position: relative;
    clear: both;
    background-color: #F9F9F7;
}

#footer a
{
    color: #8C8C73;
}

#lang
{
    position: absolute;
    width: 200px;
    left: -100px;
    text-align: center;
}

#lang ul
{
    margin:  0px;
    padding: 0px;
}

#lang ul li
{
    display: inline;
    padding-left: 10px;
}

#lang ul li.first
{
    border-left: 0px;
}

#lang ul li a
{
    color: #A21616;
}

#lang ul li a:hover
{
    color: #FF0000;
}
