﻿
div.form
{
    margin-left:6px;
}

div.contactApplet
{
    float:right;
    margin:0 10px 0 0;
    width:210px;
    overflow:hidden;
    
}

div.contentArea
{
    width:700px;
    float:left;
    margin-left:10px;
}

a.submitBtn
{
    margin-left:7px;
}

div.successMessageContainer
{
    margin-left:10px;
}

h2.contactHdr
{
    margin:22px 0;
}

div.contactContent
{
    margin:22px 0 0 0;
}

div.contactContent, div.contactContent *
{
    color:#666;
    font-size:12px;
}

/* LOWER CONTENT */

div.lowerContentArea
{

    width:945px;
    margin:0 10px;
    
}

div.lowerContentArea *
{
    line-height:150%;
}

h2.lowerContentTitle
{
    border-bottom:solid 1px #a1a1a1;
    margin:40px 0 20px 0;
    line-height:28px;
}



