﻿.clear
{
    clear: both;
}

Table
{
    padding: 0;
    margin: 0;
}
*
{
    padding: 0;
    margin: 0;
    border: 0px none;
}

html
{
    height: 100%;
    width: 100%;
}

body
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    background-color: #243a2e;
    background-image: url(../images/background.jpg);
    background-repeat: repeat-x;
    text-align: center;
    font-size: 90%;
    font-family: Georgia;
    color: #494949;
}

#Logo
{
    text-align: center;
    width: 985px;
    margin: auto;
}
#HeaderWrap
{
    width: 985px;
    background-image: url(../images/hdrShadow.png);
    background-repeat: no-repeat;
    text-align: left;
    height: 39px;
    margin: auto;
}
#NavBox
{
    width: 961px;
    background-image: url(../images/bgNav.gif);
    background-repeat: repeat-x;
    height: 31px;
    border-left: 3px solid #220d10;
    border-right: 6px solid #220d10;
    padding: 8px 0 0px 0;
}

.RadMenu_Simple ul.rmRootGroup, .RadMenu_Simple div.rmRootGroup
{
    background-color: Transparent !important;
    border: 0 !important;
    text-transform: uppercase;
}
.RadMenu_Simple, .RadMenu_Simple .rmLink
{
    font-weight: bold !important;
    font-size: 9pt !important;
    font-family: Century Gothic !important;
}
.RadMenu_Simple .rmLink:hover
{
    cursor: pointer;
}

.RadMenu .rmHorizontal .rmItem
{
    border-right: 1px solid #a26a2b;
}
.RadMenu .rmHorizontal .rmLast
{
    border-right: 0px !important;
}

.RadMenu_Simple .rmGroup, .RadMenu_Simple .rmGroup .rmVertical
{
    background-image: none !important;
    border: 1px solid #a26a2b !important;
   
    border-right: 1px solid #666666 !important;
     border-bottom: 2px solid #666 !important;
    background-color: #bd9d7b !important;
    text-transform: none !important;
}

.RadMenu_Simple .rmGroup .rmItem, .RadMenu_Simple .rmGroup .rmVertical .rmItem
{
    border-right: 0px;
    border-bottom: 1px solid #a26a2b;
}

.RadMenu_Simple .rmGroup .rmItem .rmLink .rmText{
padding-right: 15px!important;
padding-left:5px!important;
}
#TopContent
{
    background-image: url(../images/bgTop.gif);
    background-repeat: no-repeat;
    width: 970px;
    height: 52px;
}
#ContentWrap
{
    width: 985px;
    margin: auto;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: left;
    background-image: url(../images/Shadow.png);
    background-repeat: repeat-y;
}

#ContentBox
{
    background-color: #60242c;
    width: 965px;
    padding: 0 5px 5px 0px;
}
#content
{
    margin-left: 3px;
    background-color: #d7d7d7;
    background-repeat: repeat-x;
    background-image: url(../images/bgContent.gif);
    width: 961px;
    height: 772px;
}

/*Font styles*/
a
{
    color: #95713f;
    text-decoration: none;
}

a:hover
{
    color: #66282f;
    text-decoration: underline;
}

.BoldText
{
    font-weight: bold;
}
.Title
{
    color: #f0e5cf;
    font-size: 16pt;
    font-family: Rockwell;
    padding: 15px 0 0px 20px;
}
.Header1
{
    color: #95713f;
    font-size: 14pt;
    font-family: Rockwell;
    padding: 0 0 10px 0;
}

.Header2
{
    color: #95713f;
    font-size: 12pt;
    font-family: Rockwell;
    margin: 5px 0;
}

.RedText
{
    color: #ff0000;
}
.contentBox
{
    clear: both;
    text-align: justify;
    padding: 0px 20px 0 10px;
}
.contentBox:after
{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
#MasterLeft
{
    margin-top: 1px;
    width: 220px;
    background-color: #cfc4a0;
    height: 770px;
    float: left;
    padding: 0 10px;
}

#MasterLeft a
{
    text-decoration: none;
    color: #494949;
}

#MasterLeft .dark
{
    padding: 20px 0;
    background-color: #e1dac5;
    text-align: center;
    margin: 10px 0;
}

#MasterLeft .dark2
{
    padding: 20px 0;
    background-color: #dad1b5;
    text-align: center;
    margin: 10px 0;
}

#MasterLeft .light
{
    padding: 20px 0;
    margin: 20px 0;
    background-color: #e7e1d0;
    text-align: center;
}

#MasterRight
{
    float: right;
    padding: 25px 25px;
    width: 670px;
    height: 721px;
    overflow-y: auto;
    overflow-x: hidden;
}

.btnDefault, a.btnDefault
{
    display: block;
    text-align: center;
    vertical-align: middle;
    background-image: url(../images/button.gif);
    background-repeat: no-repeat;
    width: 221px;
    height: 29px;
    line-height: 29px;
    color: #FFF;
    cursor: pointer;
    margin: 15px 0;
    font-size: 12px;
}
.btnDefault:hover
{
    text-decoration: none;
}
/*Default*/

#Repeater
{
    margin: 0px auto;
    width: 810px;
    height: 317px;
    border: 1px solid white;
    background-color: #f0e5cf;
}
#ContentFrame
{
    float: left;
    width: 756px;
    height: 317px;
    text-align: center;
}
#ContentFrame .Header1
{
    color: #304057;
    font-family: Georgia;
    display: block;
    font-size: 18pt;
    text-indent: -25px;
    margin: 0 0 15px 15px;
}
#LeftButton
{
    background-image: url(../images/btnLeft.gif);
    width: 27px;
    height: 317px;
    float: left;
}
#RightButton
{
    background-image: url(../images/btnRight.gif);
    width: 27px;
    height: 317px;
    float: right;
}
.ContentSeparator
{
    background-image: url(../images/separatorLarge.gif);
    background-repeat: no-repeat;
    width: 617px;
    margin: auto;
    margin-top: 20px;
    clear: both;
}

.ContentLeft
{
    float: left;
    padding-right: 10px;
    width: 400px;
}
.ContentRight
{
    float: right;
    width: 210px;
}

/*************************************
************* Footer *****************
**************************************/

#footer
{
    clear: both;
    width: 900px;
    margin: 0 auto 10px auto;
    padding: 0 0 30px 0px;
    position: relative;
    clear: both;
    text-align: left;
    color: #999999;
}

.FooterNav
{
    text-align: left;
    float: left;
    width: 800px;
    margin: 0px 0px 10px 0px;
    color: #999999;
    vertical-align: middle;
    font-size: 11px;
    line-height: 18px;
}

.FooterNav A, .FooterNav A:link, .FooterNav A:active, .FooterNav A:visited
{
    color: #999999;
    text-decoration: none;
}

.FooterNav A:hover
{
    color: #e8e3d3;
    text-decoration: underline;
}

.FooterLogos
{
    width: 55px;
    float: right;
}

.FooterLogos img
{
    border: 0;
}

.letterStyle p
{
    margin: 10px 5px;
    text-indent: .25in;
}

.letterStyle p.signature
{
    text-indent: 0;
    margin-top: 20px;
    margin-left: 1in;
}


/*png fix*/
* html img, * html #HeaderWrap, * html #ContentWrap
{
    behavior: url(styles/resources/iepngfix.htc);
}
* html #ContentBox
{
    width: 960px;
}
* html #MasterRight
{
    width: 620px;
}
