﻿.Header
{
	background: url('../images/contact-header.gif') no-repeat;
	width:960px;
	height:162px;
}
#PageContent
{
	min-height:220px;
}
h2
{
    color: #004F52;
}

h3
{
    font-weight: normal;
	font-size:12px;
	line-height:1.5;
}

ul
{
    list-style-type: none;
    margin-left: 20px;
    padding-left: 0;
}
h4, h5
{
	color: #004242;
}
a
{
    color: #016D6D;
}
a:hover
{
	color: #004242;
}

address
{

	line-height:1.5;
    margin-left: 0;
    margin-top: 1em;
    margin-bottom: 1em;
}

#contactInfo
{
    position: relative;
}

#address
{
    position: absolute;
    top: 0;
    left: 0;
}

#phoneNumbers
{
    position: absolute;
    top: 110px;
    left: 0;
}

#emailAddresses
{
    position: absolute;
    top: 0;
    left: 360px;
    
}

#emailAddresses h3
{
    line-height:.5;
}

.contactCategory
{
    font-weight: bold;
    
}

#phoneNumbers address
{
    margin-left: 0;
    margin-top: 0;
}
