﻿body
{
    background-color: #F9F8F6;
    font-family: Verdana,arial;
    font-size: 12px;
}

div
{
    text-align: left;
}

a
{
    text-decoration: none;
    font-weight: bold;
}

a:hover
{
    text-decoration: underline;
}

.top-nav-button a:hover
{
    text-decoration: none;
}

a, body
{
    color: #857E7A;
}

form
{
    margin: 0px;
}

input
{
    margin: 0px;
    font-family: Verdana, sans-serif;
    padding: 3px;
    font-size: 12px;
}

input.blur
{
    color: #999;
    font-style: italic;
}

#container
{
    position: relative;
    width: 990px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#header
{
    position: relative;
    top: 0;
    left: 0;
    width: 990px;
    background-color: #fff;
    z-index: 100;
}

#body
{
    z-index: 1;
}

#content
{
    position: relative;
    float: left;
    width: 990px;
    background-color: #fff;
    min-height: 500px;
    text-align: left;
    z-index: 2;
}

#newsletter
{
    position: relative;
    float: left;
    width: 990px;
    background-color: #F2EDEC;
    text-align: right;
    padding: 10px 0 10px 0;
    margin-bottom: 10px;
}

#footer
{
    position: relative;
    float: left;
    width: 990px;
    text-align: left;
    padding-bottom: 10px;
    background-color: #fff;
}

#footer span a
{
    margin-left: 30px;
    font-weight: normal;
}

.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error, .validate input.error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validate label.error
{
    position: absolute;
    width: 1px;
    overflow: hidden;
}


.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

.site-nav-selected
{
    color: #FF4107;
    font-weight: bold;
}

.grey-background
{
    background-color: #DDDDDD;
}

#gray-radar-bg
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 514px;
    height: 511px;
    background-repeat: no-repeat;
}

.autocompleter
{
    width: 150px;
}

/* ---------------------------------------------------------- BEGIN TOP NAVIGATION -------------------------------------------------------- */

.top-nav
{
    position: absolute;
    top: 39px;
    left: 295px;
    width: 515px;
    height: 49px;
    z-index: 100;
    font-size: 11px;
    margin: 0;
    padding: 0;
}

#ie6 .top-nav, #ie7 .top-nav
{
    width: 695px;
}

.top-nav div
{
    float: left;
}

.top-nav-button
{
    position: relative;
}

.top-nav-button a
{
    display: block;
    font-family: Arial;
    font-size: 13px;
    color: #908B87;
    padding: 5px 11px 0 11px;
}

.top-sub-nav-header
{
    display: none;
    position: absolute;
    top: -1px;
    left: -1px;
    cursor: pointer;
}

.top-sub-nav-header a
{
    margin-top: -5px;
    margin-bottom: -1px;
}

.top-sub-nav
{
    display: none;
    position: absolute;
    left: -1px;
    top: 25px;
    z-index: 100;
}

.top-sub-nav a
{
    position: relative;
    width: 93%;
    margin-left: 12px;
    font-family: Arial;
    font-size: 12px;
    display: block;
}

/* ---------------------------------------------------------- END TOP NAVIGATION ---------------------------------------------------------- */

.padded-content
{
    padding: 2em 5em;
}


#salesforce-lead input
{
    width: 20em;
}

#salesforce-lead th
{
    padding-right: 1em;
    text-align: right;
    width: 100px;
}

#salesforce-lead .salesforce-lead-comments, #salesforce-lead input.salesforce-lead-comments
{
    width: 35em;
}

/* Validation with jQuery plugin: http://docs.jquery.com/Plugins/Validation */
label.error
{
    float: none;
    color: red;
    padding-left: .5em;
    vertical-align: top;
}

