﻿/* Top menu with LOGO Background Color */
.menu-back {
    background-color: #fff;
    min-height: 80px;
}

/*************************** Social Menu Under Top Menu AND LOGO Background Color***********/
#div-social-top {
    background-color: #107bc6;
    /*min-height: 50px;*/
    padding: 5px 50px 5px 50px;
    color: #fff;
    font-size: 17px;
    margin-top: 56px;
}

    #div-social-top a:link {
        color: #fff;
        text-decoration: none;
    }

    #div-social-top a:visited {
        color: #fff;
        text-decoration: none;
    }

    #div-social-top a:active {
        color: #fff;
        text-decoration: none;
    }

    #div-social-top a:hover {
        color: #fff;
        text-decoration: none;
    }

.MenuPadding {
    padding-top: 15px;
}

.SocialHeight {
    /*height: 0px;
    margin-top: -10px;*/
}


/************************** the footer Bar with Articles command social media**************/

.FooterBarBIG {
    background-color: #107bc6;
    padding: 0px;
    color: white;
}

/* The footer BAR FOR HIDDEN TEXT (BAR 2 ) ABOVE the copyright data **************/


#footser-text {
    text-align: right;
    background-color: #2B64A5;
    color: #fff;
    padding: 10px;
}


/******************************** The footer with the copyright data *******************/

#footser-end {
    text-align: right;
    background-color: #104e97;
    color: #fff;
    padding: 10px;
}

    /********************************************** LINKS SUCH AS IVO INC ON BOTTOM OF PAGE ******************/
    #footser-end a:link {
        color: #fff;
        text-decoration: none;
    }

    #footser-end a:visited {
        color: #fff;
        text-decoration: none;
    }

    #footser-end a:active {
        color: #fff;
        text-decoration: none;
    }

    #footser-end a:hover {
        color: #fff;
        text-decoration: none;
    }

#bigfooterbar a:link {
    color: #fff;
    text-decoration: none;
}

#bigfooterbar a:visited {
    color: #000000;
    text-decoration: none;
}

#bigfooterbar a:active {
    color: #000000;
    text-decoration: none;
}

#bigfooterbar a:hover {
    color: #000000;
    text-decoration: none;
}


#footser-text a:link {
    color: #000000;
    text-decoration: none;
}

#footser-text a:visited {
    color: #000000;
    text-decoration: none;
}

#footser-text a:active {
    color: #000000;
    text-decoration: none;
}

#footser-text a:hover {
    color: #000000;
    text-decoration: none;
}
