﻿.ContactName
{
    color: #FC9F04;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding-bottom:4px;
}

.ContactPhone
{
    text-align: center;
}

.ContactEmail
{
    text-align: center;
}

.ContactWebsite
{
    text-align: center;
}

.ContactWebsite a
{
    text-decoration: none;
}

.ContactWebsite a:hover
{
    text-decoration: underline;
}

.ContactRow
{
    float:left;
}

.ContactContainer
{
    float:left;
    width: 380px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 50px;    
}

.ContactAdminLinks
{
    float:right;
}

