﻿#bannercontainer
{
    position:relative;
    width: 900px;
    left:50%;
    margin-left: -450px;
    margin-bottom: 20px;
}
#contentcontainer
{
    position:relative;
    width: 800px;
    left:50%;
    margin-left: -400px;
}
#navcontainer
{
    position:relative;
    width: 800px;
    left:50%;
    margin: 20px 0px 20px -400px;
}
#banner
{
    width:900px;
}
#nav
{
    height:45px;
    width:800px;
}

#nav #logo
{
    float:left;
    width:175px;
    height:46px;
}
#nav #menu
{
    float:left;
    width:625px;
    height:46px;
}
#nav ul
{
    padding: 0px;
    margin: 0px;
}
#nav li
{
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: inline;
}
#nav #menu #subLinks a
{
    font-family:Franklin Gothic Demi, Trebuchet MS, Impact;
    font-size:11px;
    /*color:#a3af7d;*/
    color:#b5bd9c;
    text-decoration:none;
    margin-right:10px;
}
#nav #menu #subLinks img
{
    border:none;
}
#nav #menu #mainLinks a
{
    font-family:Franklin Gothic Demi Cond, Trebuchet MS,  Impact;
    font-size:14px;
    color:#d7822d;
    text-decoration:none;
    margin-right:20px;
}
#nav #menu #mainLinks img
{
    border:none;
}
#content
{
    width:800px;
    padding-bottom: 65px;
}

#main
{
    float:left;
    width:475px;
}
#main .title
{
    padding: 0px;
    margin: 0px;
    font-weight: bold;
    font-family:Franklin Gothic Demi Cond, Trebuchet MS, Impact;
    font-size:45px;
    color:#E9CA92;
}
#main .text
{
    padding-left: 10px;
}
#sidebar
{
    float: right;
    width: 240px;
}
#sidebar .content
{
    background-color: #ffffff;
    padding-left: 18px;
    padding-right: 8px;
    padding-top: 10px;
    padding-bottom: 20px;
}

#sidebar .contentbottom
{
    background-image: url('images/sidebarDropshadow.png');
    background-repeat:no-repeat;
    background-position: center top;
    height:15px;
}
#sidebar .title
{
    color:#636363;
    font-family:Franklin Gothic Demi Cond, Trebuchet MS, Impact;
    font-size:30px;
    padding-bottom: 10px;
}
#sidebar .item
{
    background-image: url('images/bulletIcon.gif');
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 25px;
    margin-bottom: 5px;
}

#sidebar #social
{
    text-align:center;
}

#footerbackground
{
    background-color: #E7E7E9;
    height: 260px;
}

#footercontainer
{
    position:relative;
    width: 800px;
    left:50%;
    margin: 0px 0px 20px -400px;
}

#footer
{
}
#footer #greenbar
{
    margin-top:-9px;
    float:left;
    width:630px;
    height: 18px;
    background-color: #A3AF7D;
    margin-right: 20px;
}
#footer #orangebar
{
    float:left;
    width:150px;
    height: 18px;
    background-color: #D7832D;
    margin-top:-9px;
}
#footer #footermenu
{
    padding-top: 15px;
}
#footer .footercolumn
{
    float: left;
    width: 140px;
    padding-right: 15px;
}
#footer .footercolumnspacer
{
    float: left;
    width: 1px;
    padding-right: 5px;
    border-left: dashed 1px #A3A3A5;
    height: 160px;
}

#left
{
    float:left;
    width: 49%;
    background-image:url('/images/bkgd_left.jpg');
    background-position: left top;
    height: 536px;
}
#right
{
    float:right;
    width: 49%;
    background-image:url('/images/bkgd_right.jpg');
    background-position: left top;
    height: 536px;
}
#backgroundrepeater
{
    top: 0px;
    height: 536px;
    z-index:0;
}
#everything
{
    position:absolute;
    width:100%;
    top:0px;
    z-index: 10;
    background-image:url('images/bkgd.jpg');
    background-position: center top;
    background-repeat:no-repeat;
}
#iespacingfix
{
    margin-top: -20px;
    height: 20px;
    background-color: #E7E7E9;
}
#socialcontent
{
    padding-top:6px;
    padding-left:10px;
}
body
{
    margin:0px 0px 0px 0px;
    
    font-family:Verdana, Tahoma, Arial;
    font-size:12px;
    color:#636363;
}

#copyright
{
    padding-top:20px;
}
div.clear
{
    clear:both;
}