﻿
/* Page Background Images */
.Content
{
    background-image: url(/Design/Images/People_Contact.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    opacity: 0.75;
}

body
{
    background-image: url(/Design/Images/Bkgr_Contact.jpg);
    background-repeat: no-repeat;
}

/*   Page Layout  */
.Right
{
    float: right;
    width: 46%;
    margin-top: 5px;
    margin-bottom: 50px;
    font-size: 13px;
    padding: 10px;
}

.Left
{
    margin-top: 10px;
    float: Left;
    width: 50%;
    margin-bottom: 50px;
}

/*   Text Formatting   */
.BriefDesc
{
    font-size: 1.5em;
    margin-bottom: 15px;   
}

.UserList li
{
    margin-bottom: 30px;
}

/* Form Formatting */
.SubmitContactButton
{
    background: url(/design/images/submit.jpg) no-repeat top left;
    text-align: left;
    display: block;
    border: none !important;
    width: 68px !important;
    height: 21px;
    color: #ec8000;
    text-align: center;
    padding: 0;
}

.ContactUsFields input, .ContactUsFields textarea
{
    margin: 0 0 1em 0;
    width: 16em;
    border: 1px solid Gray;
}

.ContactUsFields textarea
{
    height: 150px;
}

.ContactUsFields label
{
    display: block;
    margin-right: 1em;
}

.name
{
	 font-weight: bold;
}

/* Results */
.ThankYouResult
{
    min-height: 500px;
    font-weight: bold;
    font-size: 1.1em;
    margin-top: -4px;
}

.FatalError
{	
    min-height: 500px;
    font-weight: bold;
    color: Red;
}