﻿/* Sticky footer styles
-------------------------------------------------- */
html
{
    position: relative;
    min-height: 100%;
}
body
{
    /* Margin bottom by footer height */
    margin-bottom: 70px;
}
.footer
{
    position: absolute;
    bottom: 0;
    width: 100%; /* Set the fixed height of the footer here */
    height: 70px;
    background-color: #222;
    z-index: 0;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.page-footer-text
{
    font-family: Century Gothic,arial,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    color: #788fac;
    text-decoration: none;
}

.page-footer-text:hover
{
    font-family: Century Gothic,arial,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    color: #788fac;
    text-decoration: none;
}

.text-link-footer
{
    color: #788fac;
    font-size: small;
    display: inline;
    text-decoration: none;
}

.text-link-footer:hover
{
    color: #788fac;
    font-size: small;
    display: inline;
    text-decoration: none;
}

#ulFooterMenu li
{
    display: inline;
    list-style-type: none;
    padding-right: 0px;
    text-decoration: none;
}

#ulFooterMenu li a
{
    color: #788fac;
    text-decoration: none;
}

#ulFooterMenu li a:hover
{
    color: #fff;
    text-decoration: none;
}
