﻿body 
{
    margin:0px;
    background-color:#020c33;
    background-image: url("images/main_bg.jpg");
    background-repeat: repeat-y;
    background-position:center;
}
.mainBody
{
    width: 850px;    
    padding-left: 10px;
    padding-right: 10px;
    text-align:left;
}
.header
{
    position: relative;
    width: 814px;
    height: 134px;
    background-image: url("images/header_bg.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    right: 18px;
    left: 18px;
}
.header #shadow_left
{
    width: 5px;
    height: 5px;
    background-image: url("images/header_shadow_left.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 128px;
}
.header #shadow_bot
{
    width: 804px;
    height: 6px;
    background-image: url('images/header_shadow_bottom.png');
    background-repeat: repeat-x;
    position: absolute;
    top: 128px;
    left: 5px;
}
.header #shadow_bot_right
{
    width: 5px;
    height: 6px;
    background-image: url('images/header_shadow_bot_right.png');
    background-repeat:no-repeat;
    position: absolute;
    top: 128px;
    right:0px;
}
.header #shadow_right
{
    width: 5px;
    height: 128px;
    background-image: url('images/header_shadow_right.png');
    background-repeat:repeat-y;
    position: absolute;
    top: 0px;
    right:0px;
}
.header #logo
{
    width:335px;
    height:75px;
    position: absolute;
    bottom:10px;
    left:6px;
}
.header #tag
{
    width: 500px;
    position: absolute;
    top: 105px;
    left: 20px;
}
.header #tag h1
{
    /*font: Gotham-Medium;*/
    font-size: 10px;
    font-weight: bolder;
    letter-spacing: 2px;
    font-variant: small-caps;
}
.header #globalNav
{
    list-style-type: none;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10pt;
    color: #64041b;
    font-weight: bold;
    position: absolute;
    right: 10px;
}
.header #globalNav li
{
    display:inline;
    
}
.header #globalNav a
{
    text-decoration:none;
    color:#64041b;
}
.header #globalNav a:hover
{
    color:#020c33;
}
.footer
{
    position: relative;
    background-position: center center;
    width: 814px;
    text-align: left;
    background-image: url('images/footer.png');
    background-repeat: no-repeat;
    height: 130px;
}
.footer h1
{
    font-size: small;
    margin-bottom: -9px;
}
.footer p
{
    font-size: medium;
    margin-bottom: -9px;
}
.footer #physicalAddress
{
    width: 200px;
    position: absolute;
    left: 120px;
    bottom: 65px;
}
.footer #mailingAddress
{
    width: 200px;
    position: absolute;
    left: 330px;
    bottom: 65px;
}
.footer #extraAddress
{
    width: 200px;
    position: absolute;
    left: 555px;
    bottom: 65px;
}
.footer #copyright
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: xx-small;
    color: #9b9476;
    letter-spacing: 2px;
    position: absolute;
    width: 624px;
    left: 135px;
    text-align: center;
    top: 100px;
}
.menu
{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10pt;
    color: #64041b;
    font-weight: bold;
    text-align: center;
    position: relative;
    width: 814px;
    right: 18px;
    left: 18px;
    padding-top: 5px;
    padding-bottom: 10px;
    letter-spacing: 1px;
}
.menu li
{
    display: inline;
    padding-right: 1px;
    padding-left: 1px;
}

.menu a:link
{
    color: #64041b;
    text-decoration:none;
}
.menu a:visited
{
    color: #64041b;
    text-decoration:none;
}
.menu a:hover
{
    color:#020c33;
    text-decoration:none;
}
.menu #line
{
    width:812px;
    height:1px;
    /*padding-bottom:2px;*/
    padding-top:4px;
    /*color:#b38f8f;*/
    background-image:url("images/menu_sep_line.gif");
    background-repeat:repeat-x;
}
.content
{
    width: 816px;
    background-image: url('images/v_sep_line.gif');
    background-position: 550px;
    background-repeat: repeat-y;
    left: 19px;
    position: relative;
    top: 0px;
    margin-top: 0px;
}
.left_content
{
    width: 547px;
    top: 0px;
}
.left_content h1
{
    font-family: "Times New Roman", Times, serif;
    color: #504b44;
    font-weight: bold;
    font-size: 20px;
    display: inline;
}
.left_content h2
{
    font-family: "Times New Roman", Times, serif;
    color: #29231a;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 2px;
    margin-top: 2px;
}
.left_content p
{
    font-family: "Times New Roman", Times, serif;
    color: #504b44;
    font-size: 13px;
    line-height: 20px;
    padding-right: 15px;
}
.right_content
{
    width: 280px;
}
.listContainer
{
    vertical-align: top;
    width: 50%;
    
}
.listContainer li 
{
    font-family: "Times New Roman", Times, serif;
    color: #504b44;
    font-size: 14px;
    list-style-image: url('images/list_bullet.gif');
    font-weight: bold;
    padding-top: 5px;
}

.line
{
    height:1px;
    width:95%;
    background-repeat:repeat-x;
    background-position:center;
    padding-bottom:3px;
}
a:link
{
    text-decoration:none;
    color: #64041b;
}
a:visited
{
    text-decoration:none;
    color:#020c33;
}
a:hover
{
    text-decoration:none;
    color:#CCCCCC;
}