﻿/* Header
--------------------------------------------------------------------------------------- */

#Outer-Header #Header #Navigation ul li#Nav-Contact a, 
#Outer-Header #Header #Navigation ul li#Nav-Contact a:hover
{
	background-position: 0 -82px;
}


/* Content
--------------------------------------------------------------------------------------- */

#Content .Message
{
    margin: 20px 338px 0 0;
}

#Content .Form
{
    margin: 20px 333px 0 0;
}

#Content .Form .Element
{
    margin: 2px 0 0 0;
    padding: 3px 0 3px 0;
    clear: left;
}

#Content .Form .Element label
{
    padding: 2px 0 0 4px;
    font-size: 1.2em;
    color: #444;
}

#Content .Form .Element label.Label
{
    float: left;
    display: inline;
    width: 120px;
    padding: 6px 0 2px 0;
    font-size: 1.2em;
    color: #999;
}

#Content .Form .highlight label.Label
{
    color: #666;
}

#Content .Form .Element .Text, 
#Content .Form .Element textarea
{
    width: 240px;
    padding: 5px;
    border: solid 1px #CCC;
    border-top-color: #AEAEAE;
    border-left-color: #AEAEAE;
    background: #F3F3F3;
    font-size: 1.2em;
    color: #666;
}

#Content .Form .highlight .Text, 
#Content .Form .highlight textarea
{
    background: #FFF;
}

#Content .Form .Element textarea
{
    width: 350px;
    height: 100px;
    overflow: auto;
}

#Content .Form .Element input[type="checkbox"]
{
    width: 14px;
}

#Content .Form .Submit
{
    margin: 15px 5px 0 0;
    text-align: right;
}

#Content .Form .Submit .Button
{
    float: right;
}

#Content #Contact-Info
{
    float: right;
    display: inline;
    width: 250px;
    margin: 13px 0 0 0;   
    padding: 0 0 60px 0; 
}

#Content #Contact-Info p
{
    margin-left: 6px;
    font-size: 1.1em;
}

#Content #Contact-Info ul
{
    margin: 0;
    list-style: none;
}

#Content #Contact-Info ul li
{
    margin: 0;
    padding: 3px 6px 3px 6px;
    border: solid #E0E0E0;
    border-width: 0 0 1px 0;
    background: none;
}

#Content #Contact-Info ul li.Last
{
    border: none;
}

#Content #Contact-Info ul li em
{
    float: right;
    display: inline;
    margin: 1px 0 0 0;
    font-size: 0.8em;
    color: #89BD4A;
    font-style: normal;
}