﻿/*	-------------------------------------------------------------------------------
	Contact Us
	------------------------------------------------------------------------------- */

.ContactUs h3
{
    color: gray;
    text-transform: uppercase;
    border-top: solid 2px gray;
    border-bottom: solid 1px lightgrey;
    margin: 5px 0;
}

.ContactUs table
{
    width: 100%;
}

.ContactUs table td
{
    width: 50%;
    vertical-align: top;
}

.ContactUs table table td
{
    width: auto;
}

.ContactUs th
{
    font-weight: bold;
    width: 100px;
    vertical-align: top;
}