﻿/**************************
main elements
**************************/

body
{
    font-size: 12px;
    color: black;
    font-family: Arial, Monospace;
    padding:0px;
    margin:0px;
    height:100%;
}

div#body
{
    width: 800px;
    height: 100%;
    float: left;
    /*background-image: url(images/site_images/bg_main.gif);
    background-repeat: no-repeat;*/
    /*border: solid 1px black;*/
    background-color: #fafbe3;
}


div#main_nav /* div for main navigation bar */
{
    position: absolute;
    top: 208px;
    left: 86px;
    width: 714px;
    height: 30px;
    background-image: url(images/site_images/bg_main_nav.gif);
    background-repeat: no-repeat;
    z-index: 1;
}

.main_nav /* class for main navigation control */
{
    margin: 5px 5px 5px;
}

.main_nav a
{
    color: #996600;
    font-size: 14px;
    font-weight: 600;
}

.main_nav a:hover
{
    color: olive;
    font-size: 14px;
    font-weight: 600;
}

div#bridge /* div for the image of the bridge */
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 800px;
    height: 227px;
    background-image: url(images/site_images/bg_bridge.gif);
    background-repeat: no-repeat;
    background-color: transparent;
    z-index: 1;
}

div#main_logo /* div for the main logo (text) */
{
    position: absolute;
    top: 18px;
    left: 460px;
    background-color: transparent;
    z-index: 1;
}

div#main_content /* div for the main content of the page */
{
    width: 100%;
    vertical-align:top;
    height:78%;
    /*z-index: 8;*/
    /*left: 0px;
    position: absolute;
    top: 233px;*/
    margin-top: 233px;
    /*border:solid 1px black;*/
}

div#main_content 
    .spacer_img 
    {
       float:right;
    }

div#main_content /* page titles */
    h1#page_title
    {
        font-size:18px;
        font-weight:600;
        text-align:center;
        margin-top:25px;
        margin-bottom:10px;
    }

div#main_content 
    div#one_column 
    {
        padding-left: 10px;
        padding-right: 10px;
        height:100%;
        vertical-align: top;
        z-index:1;
        /*border:solid 1px black;*/
    }
    
div#main_content 
    div#one_column 
        .section 
        {
            margin-top: 30px;
        }

div#main_content 
    div#left_smaller
    {
        height: 100%;
        width:230px;
        float:left;
        padding-left: 10px;
        padding-right: 10px;
        background-color: #f9f5d4;
    }

div#main_content 
    div#left_smaller 
        h1
        {
            margin-top: 0px;
            padding:1px;
            font-weight: bold;
            font-size: 12px;
            margin-bottom: 3px;
            color: white;
            background-color: #999d6a;
        }
        
div#main_content 
    div#left_smaller 
        .section 
        {
            margin-top:30px;
        }

div#main_content 
    div#right_larger
    {
        float:right;
        width:526px;
        height:100%;
        padding-left:10px;
        padding-right:10px;
        /*border:solid 1px black;*/
        /*z-index:1;*/
    }
div#main_content 
    div#right_larger 
        .section
        {
            margin-top:30px;
            clear: both;
        }
div#main_content 
    div#right_larger 
        h1
        {
            margin-top: 0px;
            margin-bottom: 5px;
            font-size: 14px;
        }

div#main_content 
    div#right_larger 
        h2
        {
            margin-top: 3px;
            margin-bottom: 0px;
            font-size: 12px;
        }
        
        
/***** GRIDS *****/
.grid_normal 
    {
        border: solid 1px gray;
    }
.grid_normal 
    th 
    {
        text-align: left;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 10px;
        padding-right: 10px;
        /*border: none;*/
    }
.grid_normal 
    td 
    {
        text-align: left;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 10px;
        padding-right: 10px;
        /*border: none;*/
    }
    
    
/***** LABELS *****/
.label_normal
    {
        font-weight: 600;
    }
    
    