﻿/*	-------------------------------------------------------------------------------
	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;
}

/*	-------------------------------------------------------------------------------
	Contact Us GlobalMenu
	------------------------------------------------------------------------------- */

.ContactUsGlobalMenu
{
    margin-bottom: 24px;

}

.ContactUsGlobalMenu div.Section
{
    margin-bottom: 24px;
    float: left;
    clear: none;
    overflow: hidden;
}

.ContactUsGlobalMenu div.Section p.SectionHead
{
    margin-top: 16px;
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: bold;
    border-bottom: solid 1px black;
}

.ContactUsGlobalMenu div.Section div.Items
{
    padding-top: 4px;
    padding-left: 14px;
    padding-right: 0px;
}

.ContactUsGlobalMenu div.Section div.Items p.Item
{
    margin-top: 0px;
    margin-bottom: 2px;
}