﻿body, html
{
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    color: #696969;
    height: 100%;
    width: auto;
    min-width: 100%;
    background: none repeat scroll 0 0 #FFF;
    margin: 0;
    padding: 0;
    position: absolute;
}

.page
{
    width: 100%;
    margin: 0px;
    padding: 0 0 0 0;
    border: 1px solid;
}

.divHeader
{
    width: 100%;
    background: #333333;
    border: 1px solid;
    height: 120px;
}

.error
{
    color: Red;
}

.divContent
{
    padding: 0;
    width: 100%;
    border: 1px solid;
    min-height: 600px !important;
    /*overflow-y: auto;*/
}

.learnmore
{
    color: #019AFF;
    text-decoration: none;
}
/*Header*/

.logoimg
{
    margin-left: 35%;
    padding-top: 30px;
}



/*Footer*/
.divFooter
{
    width: 100%;
    background: #333333;
    border: 1px solid;
}

.divFooterContent
{
    width: 90%;
    padding: 1% 5% 1% 5%;
}

    .divFooterContent .footHeading
    {
        font-size: 1.2em;
        color: white;
    }

    .divFooterContent td
    {
        font-size: 1em;
    }

        .divFooterContent td.before
        {
            content: "•";
        }

#ul_text li /*not work*/
{
    border-right: 0px solid #ffffff;
    width: 300px;
    float: left;
}

.social
{
    text-decoration: none;
    color: #696969 !important;
}

    .social:hover
    {
        color: #fff !important;
    }
/*Footer End*/


/* Menu Start */
.underlinemenu
{
    font-weight: bold;
    font-size: 1.5em;
    width: 100%; /* Add for horizontal scroll*/
    white-space:nowrap;
}

.btnMain
{
    color: #FFFFFF;
    font-size: larger;
    height: 150px;
    width: 100%;
    border: 1px solid black;
}

.btnWhite
{
    background-color: #FAFAFA;
    color: #696969;
    font-size: larger;
    padding:8% 10%;
    border: 1px solid #BFBFBF;
    text-decoration: none;
    white-space:nowrap;
}

.buttonGreen
{
    font-size: 18px;
    line-height: 18px;
    padding: 1em 1.4em 0.8em;
    /*background: none repeat scroll 0 0 #4FCB53;*/
    background:none repeat scroll 0 0 #00FF00;
    border: 1px solid #70A243;
    color: #FFFFFF;
    cursor: pointer;
    font-weight:bold;
}

    .buttonGreen:hover
    {
        background: none repeat scroll 0 0 #01f101;
    }

.underlinemenu ul
{
    padding: 2% 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
    margin: 0;
    text-align: left; /*set value to "left", "center", or "right"*/
}

    .underlinemenu ul li
    {
        display: inline;
        padding: 10px;
    }

        .underlinemenu ul li a
        {
            color: #CCCCCC;
            padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
            /*margin-right: 30px; spacing between each menu link*/
            text-decoration: none; /*border-bottom: 3px solid gray; bottom border is 3px*/
        }

.activemenu
{
    color: White;
    border-bottom: 2px solid White;
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected
{
    color: White;
    /*border-bottom: 2px solid White; */ /*bottom border is 3px*/ /*border-bottom-color: black;*/
}
/* Menu End */

.fontHeading
{
    font-size: 2em;
}

.fontMedium
{
    font-size: 1em;
}

.fontSmall
{
    font-size: .9em;
}

.divHomeText
{
    padding: 0% 5% 0% 5%;
    text-align: center;
    font-size: 1.5em;
    overflow: hidden;
}

.slider-wrapper
{
    width: 100%;
    /*margin: 10px auto;*/
}

.imgPadding
{
    padding-left: 20px;
}
/*Success Box    */
.successbox, .warningbox, .errormsgbox
{
    display: none;
    font-weight: bold;
    border: 1px solid;
    margin: 10px 0px;
    padding: 8px 10px 5px 50px;
    background-repeat: no-repeat;
    background-position: 8px center;
    width: 80%;
}

.successbox
{
    color: #4F8A10;
    background-color: #EDFCED;
}

.warningbox
{
    color: black;
    background-color: #FAF9C9;
}

.errormsgbox
{
    color: #D8000C;
    background-color: #FDD5CE;
}
.divGreenBorder {
    /*border:2px solid #4FCB53;
    padding:5px;
    min-width:50px;*/
}
