/*******************************************************************************
*   Contact.css
*******************************************************************************/
.Contact-Names,
.Contact-Hours
{
    width: 50%;
}

.Contact-Hours #Office
{
    width: 100%;
    border: 1px solid #5685A5; 
}

.Contact-Hours .Day
{
    width: 40%;
    padding-right: 15px;
    text-align: right;    
}
.Contact-Hours .Time
{
    width: 60%;
    padding-left: 15px;
    text-align: left;    
}
/******************************************************************************/
