﻿/*------------------------------------------------------------
FOOTER
------------------------------------------------------------*/
.web-site-footer
{
    border-top: dotted 1px #999;
    background-color: #fff;
    color: #666;
    clear: both;
    padding-top: 10px;
    padding-bottom: 20px;
    /*text-align: center;*/
    margin-top: 20px;
    position: relative;
}

.web-site-footer a.public-pages
{
    position: absolute;
}

.web-site-footer a,
.web-site-footer a:hover
{
    text-decoration: none;
}

.web-site-footer .external-links
{
    vertical-align: middle;
    text-align: center;
    margin-left: 7px;
}

.web-site-footer .external-links a
{
    padding: 0 7px;
    vertical-align: middle;
}

.web-site-footer .copyright
{
    font-size: 80%;
    margin: 0.5em 0;
    text-align: center;
}

.medigenesis-footer-logo
{
    vertical-align: middle;
}





/*----------------------------------------------------------------------------------------------------
PRINT STYLES
----------------------------------------------------------------------------------------------------*/
@media print
{

.web-site-footer
{
    display: none;
}

} /* END: print styles */