footer {
   background-color: #0a3a5e;
   color: #ffffff;
   font-weight: normal;
}

#connectWithUs {
    font-weight: 300;
    font-size: smaller;
    text-align: left;
    margin: 5px;
    float: left;
    width: 300px;
}
#connectWithUs img { border: none; margin-right: 8px; }

.footerPhone { float: left; }
#ccCopyright, #altCopyright {
    margin: 5px 5px 0 0;
    width: 500px;
    float: right;
    font-weight: 300;
    font-size: smaller;
    text-align: right;
}

#connectWithUs a:hover
{
    text-decoration: underline;
    color: #ADD8E6;
}

#ccCopyright a:hover
{
    text-decoration: underline;
    color: #ADD8E6;
}

#connectWithUs a:visited
{
    text-decoration: none;
    color: #ADD8E6;
}

#ccCopyright a:visited
{
    text-decoration: none;
    color: #ADD8E6;
}


#connectWithUs a:link
{
    text-decoration: none;
    color: #F5F5F5;
}

#ccCopyright a:link
{
    text-decoration: none;
    color: #F5F5F5;
}

#connectWithUs a:active
{
    text-decoration: none;
    color: #EBEBEB;
}

#ccCopyright a:active
{
    text-decoration: none;
    color: #EBEBEB;
}
