@charset "utf-8";
/* CSS Document */

.clearAll
{
    clear: both;
    margin: 0;
    padding: 0;
    line-height: 0;
    width: 100%;
}

.login
{
    font-size: 14px;
    margin: 0;
    padding-right: 28px;
    padding-top: 18px;
    padding-bottom: 0px;
}

body
{
    background-color: #181818;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
    font-size: 14px;
    margin: 0px 0px 30px 0;
    background-image: url(../images/layout/top_bck.png);
    background-repeat: repeat-x;
}
body img
{
    border: none;
}
body a
{
    color: #004ec2;
    text-decoration: none;
}
body a:visited
{
    color: #004ec2;
}
body a:hover
{
    text-decoration: underline;
}
body a:active
{
    text-decoration: underline;
    border: none;
}

#page_wrapper
{
    margin: 0 auto;
    width: 983px;
    /*background-color: #000;*/
}

#header_wrapper
{
    width: 980px;
    margin: 0 auto;
}


#body_wrapper
{
    /*background-color: #339;*/
}

#img_box_lg
{
   /* background-color: #FF3;
    display: block;
    width: 947px;
    height: 213px;

    padding-top: 0px;
    padding-bottom: 0px; */

    padding-top: 12px;
    padding-bottom: 12px;
    /*background-image: url(../images/layout/img_box_lg.png);
    background-repeat: no-repeat;*/
}

#body_content
{
    /*background-color: #30C;*/
    padding: 8px 26px 0 26px;
    line-height: 150%;
}
#googledirections
{
    /*background-color: #262626;*/
    background-image:url(../images/layout/img_shadowbox.png);
    background-repeat: no-repeat;
    width: 503px;

    float: left;
    margin-top: 17px;
    padding: 18px 0px 17px 19px;
}



#footer_wrapper
{
    /*background-color: #30F;*/
    padding-top: 40px;
}

#footer_content
{
    margin: 0 140px 0 140px;
    padding-top: 14px;
    text-align: center;
    font-size: 10px;
    color: #333;
    border-top: solid 1px #333;
}


.menu {position:relative; margin-left: 30px; height:69px;  font-size: 14px; font-weight: bold;}
.menu ul {list-style:none; position:absolute; z-index:2; margin: 0; padding: 0; }
.menu li {float:left; width: 154px; display: block; text-align: center; margin: 0; padding: 0;  }
.menu a, .menu a:active, .menu a:visited, .menu a:hover {text-decoration:none; color:#FFF;  width: 154px; display: block; height: 49px; padding-top: 20px; }
#slide {position:absolute; top:0px; height: 69px;  background-image: url(../images/layout/menu_sel_tab.png); z-index:1}




.small_date
{
    margin: 0 0 0 0;
    font-size: 12px;
}

h3 /* News Titles */
{
    margin-top: 18px;
    margin-bottom: 0px;
}

.glowBox
{
    width: 909px;
    margin: 0 auto;
    /*background-color: #006;*/
    background-image: url(../images/layout/img_glowbox_service.png);
    background-repeat: no-repeat;
    padding-top: 30px;
    display: block;
    height: 204px;
    margin-top: 20px;
    margin-bottom: 40px;
}
.glowBoxCol
{
    width: 302px;
    /*background-color: #099;*/
    float: left;
}

.glowBoxImg
{
    width: 225px;
    display: block;
    margin: 0 auto;
    /*background-color: #9FC;*/
}

.glowBoxCaption
{
    width: 225px;
    display: block;
    padding-top: 12px;
    margin: 0 auto;
    /*background-color: #9FC;*/
    text-align: center;
    font-size: 11px;
    line-height: 100%;
}

.info_box_app
{
    /*background-color: #06C;*/
    line-height: 160%;
    font-size: 12px;
    display: block;
    height: 237px;
    padding-left: 20px;
    padding-right: 20px;

}

.infoBox
{
    /*background-color: #06C;*/
    line-height: 160%;
    font-size: 12px;
    display: block;
    height: 237px;
    padding-left: 20px;
    padding-right: 20px;
    
}

.infoBox a
{
    color: #FFF;
}
.infoBox a:visited
{
    color: #FFF;
}

.infoBoxCol1
{
    /*background-color: #0F9;*/
    width: 480px;
    float: left;
    /*border-right: solid #999 1px;*/
}

.infoBoxCol2
{
    /*background-color: #CC0;*/
    width: 300px;
    float: left;
}

.infoBoxCol3
{
    /*background-color: #0F9;*/
    width: 160px;
    float: left;
}

#appwrapper
{
    margin-top: 20px;
    margin-bottom: 0px;
    width: 100%;
    background-color: #000;
    color: #000;
}

#app_content
{
    margin-left: 220px;
    background-color: #FFF;
}

.app_menu
{
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
    background-color: #666666;
    width: 200px;
    float: left;
}
.app_menu a
{
    display: block;
    padding-left: 10px;
    padding-top: 8px;
    height: 23px;
    color: #FFF;
    vertical-align: middle;
}

.app_menu_item a, .app_menu_item a:visited, .app_menu_item a:active
{
    color: #FFF;
}

.app_menu_item a:hover
{
    background-color: #FFF;
    color: #000;
}

.app_menu_item_selected, .app_menu_item_selected a, .app_menu_item_selected a:active, .app_menu_item_selected a:visited
{
    color: #000;
    background-color: #FFF;
}

.login_table p
{
    margin: 0 0 0 0;
}


