﻿body
{
    font-family: Trebuchet MS, Arial, Verdana, Sans-Serif;
    font-size: smaller;
    color: #5d5c58;
    background-color: #eceae5;
    text-align: center;
    margin-top: 0px;
}

img
{
    border: 0;
}

h1
{
    font-size: large;
}

h2
{
    padding: 0;
    margin: 0;
    font-size: small;
    color: #df6832;
}

hr
{
    color:#cccccc;
    background-color:#cccccc;
    height:1px;
    border:0;
}

a:link
{
    color: #df6832;
}

a:visited
{
    color: #df6832;
}

a:hover
{
    color: #df6832;
    text-decoration: none;
}

/* ---------------- Layout ---------------- */

#container
{
    width: 756px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#left_header
{
    float: left;
}

#main_navigation
{
    position: relative;
    top: 77px;
    height: 29px;
}

#header
{
    height: 106px;
}

#holder
{
    width: 742px;
    padding: 7px 7px 7px 7px;
    background-color: #ffffff;
}

#image
{
    width: 742px;
    height: 197px;
    background-color: #df6832;
}

#image_secondary
{
    width: 742px;
    height: 68px;
    background-color: #df6832;
}

#content
{
    float: left;
    width: 458px;
    margin-top: 8px;
}

#secondary_content
{
    width: 100%;
    margin-top: 8px;
}

#right_header
{
    height: 106px;
}

#address
{
    position: relative;
    top: 10px;
    float: right;
    width: 98px;
    height: 25px;
}

#footer_navigation 
{
    font-family: Arial, Trebuchet MS, Verdana, Sans-Serif;
    padding-top: 7px;
    border-top: solid 1px #dcd8cf;
}

#footer 
{
    font-family: Arial, Trebuchet MS, Verdana, Sans-Serif;
    color: #8f8571;
}

/* ---------------- Footer Navigation ---------------- */

a.footer_navigation:link
{
    color: #8f8571;
}

a.footer_navigation:visited
{
    color: #8f8571;
}

a.footer_navigation:hover
{
    color: #8f8571;
    text-decoration: underline;
}

a.footer_navigation_selected:link
{
    color: #8f8571;
    text-decoration: underline;
}

a.footer_navigation_selected:visited
{
    color: #8f8571;
    text-decoration: underline;
}

a.footer_navigation_selected:hover
{
    color: #8f8571;
    text-decoration: underline;
}

/* ---------------- Project Highlights ---------------- */

#project_highlights
{
    float: right;
    width: 250px;
}

#project_highlights_header
{
    width: 245px;
    background-color: #df6832;
    padding-top: 2px;
    padding-left: 5px;
    padding-bottom: 2px;
    margin-top: 8px;
    margin-bottom: 1px;
}

#project_highlights_header h1
{
    color: #ffffff;
    font-size: medium;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#project_highlights_content
{
    background-color: #f5f3ee;
    width: 245px;
    border-top: solid 1px #e8e6e2;
    border-bottom: solid 1px #e8e6e2;
    margin-bottom: 1px;
    padding: 3px;
}

.form_button
{
    color: #2b333c;
    font-weight: bold;
    font-size: 11px;
    padding: 2px;
    cursor: pointer;
}

.form_button, .form_button-disabled
{
    background: #fefefe url(../Image/bkg_button.gif) repeat-x;
    border: 3px double;
    border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;
}

.form_button:hover, .form_button:focus
{
    border: 3px double;
    border-color: #f1ad8f #f1ad8f #f1ad8f #f1ad8f;
}

.form_button:visited
{
    color: #2b333c;
}

a.footer_link
{
    color: #8F8571;
}

a.footer_link:hover
{
    color: #8F8571;
    text-decoration: none;
}

/* ---------------- Necessary Hacks ---------------- */ 

#clear {
    clear: both;
}

.border
{
    border-width:5px;
    border-color:#e7ecee;
    border-style:solid
}