/* 
    Document   : contact
    Created on : Feb 16, 2011, 3:26:39 PM
    Author     : Emerson
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

form#contactForm
{
    font-size: 1.4em;
}
form#contactForm ul
{
    list-style-type: none;
    padding: 0;
}
span.error
{
    color: red;
}
form#contactForm label
{
    display: block;
    margin: 10px 0 5px 0;
}
.mapBox
{
    width: 628px;
    height: 300px;
    margin: 50px 10px 10px 0;
    border: 1px solid #777;

    font-size: 1.4em;
}
div#left-callout
{
    width: 340px !important;
    margin-top: 0px;
}
div#left-callout ul
{
    padding-left: 20px;
    list-style-type: none;
    font-size: 1.8em;
}
div#left-callout li
{
    width: 300px;
    margin: 15px 0;
}
div#left-callout li span
{
    display: block;
    float: right;
}
h3.masthead{
    height: auto !important;
}
div#right-callout
{
    float: right;
}
