/*######################################################
########################################################
####                   GENERAL                      ####
####                                                ##*/
body{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: rgb(81, 79, 79);
    background-color: rgb(80, 73, 120);
    background-image: url(/images/page-background.gif);
    background-repeat: repeat-x;
    font: 13px arial;
}


img{
    border: none;
    outline: none;
}


a{
    text-decoration: none;
    color: rgb(94, 133, 136);
}


div#PageContainerWrapper{
    width: 960px;
    margin: 0px auto 0px auto;
    overflow: hidden;
}


div#PageContainer{
    width: 960px;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    float: left;
}


div.Label{
    width: 200px;
    float: left;
    color: rgb(80, 80, 80);
}


.Clear{
    clear: both;
}


.FalseLink{
    cursor: pointer;
}


p{
    margin: 12px 0px;
}
/*##                                                ####
########################################################
######################################################*/



/*######################################################
########################################################
####                   TOP NAVIGATION               ####
####                                                ##*/
div#PageTop{
    width: 100%;
    height: 116px;
    background-image: url(/images/page-top-background.gif);
    background-repeat: no-repeat;
    background-position: 0% 100%;
}

img#Title{
    margin-top: 10px;
    float: left;
}


div#Toolbar{
    float: right;
    text-align: right;
    color: white;
    margin-top: 15px;
}


div#Toolbar a{
    color: white;
}


div#Toolbar a.Active, div#Toolbar a:hover{
    color: rgb(237, 212, 108);
}


div#Toolbar span{
    padding: 0px 18px 0px 18px;
}


div#MainMenu{
    width: 650px;
    float: right;
    clear: right;
    height: 39px;
    font-size: 15px;
    margin: 25px 0px 0px 0px;
}


div#MainMenu div{
    float: right;
    height: 39px;
    background-image: url(/images/main-menu-background.gif);
    background-repeat: repeat-x;
}


div#MainMenu div.Separator img{
    padding: 0px 5px 0px 5px;
}


div#MainMenu div a{
    color: white;
    padding: 10px 17px 10px 17px;
    position: relative;
    top: 10px;
    font-weight: bold;
}


div#MainMenu div.Active a{
    color: rgb(79, 61, 15);
}


div#MainMenu div.Active, div#MainMenu a:hover{
    background-image: url(/images/main-menu-background-active.gif);
    background-repeat: repeat-x;
    color: rgb(79, 61, 15);
}
/*##                                                ####
########################################################
######################################################*/



/*######################################################
########################################################
####                   SIDE NAVIGATION              ####
####                                                ##*/
div#SideMenu{
    width: 325px;
    height: 319px;
    float: right;
    background-image: url(/images/side-menu-background.gif);
    background-repeat: repeat-x;
    background-color: rgb(234, 233, 213);
}


div#SideMenu div.SideMenuLevel0, div#SideMenu div.SideMenuLevel0Active{
    font-size: 16px;
    padding-left: 48px;
}


div#SideMenu div.SideMenuLevel1, div#SideMenu div.SideMenuLevel1Active{
    padding-left: 52px;
    position: relative;
    top: -5px;
}


div#SideMenu div.SideMenuLevel1 a{
    color: rgb(66, 52, 52);
}


div#SideMenu div.SideMenuLevel1 a:hover, div#SideMenu div.SideMenuLevel1Active a{
    color: #59527f;
}


div#SideMenu div.Active{
    background-image: url(/images/icon-left-arrow.gif);
    background-repeat: no-repeat;
    background-position: 27px 50%;
}


div#SideMenu div.Active a{
    color: #59527f;
}


div#SideMenu div.Separator{
    height: 12px;
    background-image: url(/images/side-menu-separator.gif);
    background-repeat: no-repeat;
    background-position: 50% 0%;
}


div#SideMenu div.Top{
    width: 100%;
    height: 5px;
    background-image: url(/images/main-menu-top-image.gif);
    background-repeat: no-repeat;
    margin-bottom: 5px;
}


div.Left div#Shadow{
    float: right;
    width: 25px;
    height:  305px;
    background-image: url(/images/home-page-left-shadow.jpg);
    background-repeat: no-repeat;
    margin: 0px;
    border-right: 1px solid white;
}
/*##                                                ####
########################################################
######################################################*/



/*######################################################
########################################################
####                   MAIN CONTENT AREA            ####
####                                                ##*/
div#MainContent div.Left{
    float: left;
    width: 525px;
    margin-left: 54px;
    margin-top: 37px;
}


div#IndexContainer{
    width: 100%;
    float: left;
    background-image: url(/images/home-page-left-background.gif);
    background-repeat: repeat-x;
    background-color: rgb(235, 234, 218);
}


div#IndexContainer a{
    color: #716A97;
}


div#IndexContainer div.Left{
    margin-top: 0px;
}
/*##                                                ####
########################################################
######################################################*/



/*######################################################
########################################################
####                    COMMON PAGE THEME           ####
####                                                ##*/
div#CommonHeader{
    width: 100%;
    height: 66px;
    background-image: url(/images/common-page-header-background.jpg);
    background-repeat: no-repeat;
}


div#CommonHeader h1{
    position: relative;
    top: 12px;
    left: 29px;
}


h1{
    color: #6e678f;
    font-style: italic;
    font-size: 28px;
    padding: 0px;
    color: rgb(110, 103, 143);
    height: 50px;
}


hr{
    color: rgb(226, 224, 214);
    background-color: rgb(226, 224, 214);
    height: 1px;
    border: none;
}


.sIFR-replaced{
    padding: 0px;
    margin: 0px;
}


.sIFR-flash{
    position: static;
    padding: 0px;
    margin: 0px;
}


h2{
    color: #514f4f;
    font-size: 18px;
    font-weight: normal;
    margin: -10px 0px 0px 0px;
}


h3{
    color: #6e678f;
    font-size: 18px;
    font-weight: normal;
    margin-top: 30px;
}


div#PageVideo{
    width: 262px;
    height: 300px;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}


div#ErrorMessage{
    display: none;
    background-color: rgb(255, 220, 220);
    color: rgb(80, 0, 0);
    border: 1px solid rgb(80, 0, 0);
}


div.Label{
    width: 43px;
    float: left;
    font-weight: bold;
}


div.LabelWide{
    width: 100%;
    font-weight: bold;
}


div.FormRow{
    width: 100%;
    float: left;
    clear: left;
    padding: 0px;
    margin: 0px 0px 9px 0px;
}


span.Example{
    font-style: italic;
    font-size: 12px;
    color: #888888;
}
/*##                                                ####
########################################################
######################################################*/



/*######################################################
########################################################
####                    FOOTER                      ####
####                                                ##*/
div#Footer{
    width: 100%;
    float: left;
    background-color: rgb(234, 233, 216);
    background-image: url(/images/footer-background.gif);
    background-repeat: repeat-x;
    height: 94px;
    font-size: 11px;
}


div#Footer a{
    color: rgb(113, 106, 151);
}


div#FooterSeal{
    width: 48px;
    height: 48px;
    float: left;
    background-image: url(/images/footer-seal.png);
    background-repeat: no-repeat;
    margin: 29px 0px 0px 14px;
}


div#FooterJFK{
    width: 56px;
    height: 56px;
    float: right;
    /*background-image: url(/images/footer-jfk.png);
    background-repeat: no-repeat;*/
    margin: 20px 29px 0px 0px;
}


div#JKDesign, div#FooterLevel1{
    margin-top: 36px;
}


div#FooterLevel1{
    position: relative;
    left: 20px;
    width: 400px;
}


div#FooterLevel2{
    position: relative;
    left: 20px;
    top: 14px;
}


div#FooterLevel2 a{
    color: rgb(158, 141, 74);
}


div#FooterLevel1 span.Separator{
    margin: 0px 16px;
}

div#FooterLevel2 span.Separator{
    margin: 0px 13px;
}


div#JKDesign{
    float: right;
    padding-right: 35px;
}


div#FooterAddress{
    width: 100%;
    height: 18px;
    float: left;
    margin-top: 10px;
}


div#FooterAddress div{
    width: 512px;
    height: 18px;
    margin: 0px auto 0px auto;
    background-image: url(/images/footer.png);
    background-repeat: no-repeat;
}
/*##                                                ####
########################################################
######################################################*/
