body
{
    margin: 0;
    padding: 0;
    font-family: Verdana;
    font-size: 13px;
    color: #202020;
    background: #d8e9f1 url(../images/body.png) center top repeat-x;
}

a
{
    color: rgb(12, 73, 118);
    text-decoration: underline;
}

#siteContainer
{
    overflow: hidden;
    width: 100%;
    background: url(../images/header.jpg) no-repeat top left;
}

#contentContainer
{
    width: 962px;
    overflow: hidden;
    margin: 0 auto;
}

#header
{
    margin: 0 auto;
    background: url(../images/book.png) 90% 100px no-repeat;
    width: 960px;
    height: 310px;

}

.logo
{
    background: url(../logo.png) center top no-repeat;
    display: block;
    height: 69px;
    width: 300px;
    margin: 0 0 40px 0;
}

.headingText h1, .headingText h2
{
    font-size: 18px;
    font-weight: normal;
}

.headingText h1
{
    line-height: 25px;
}

.headingText h2
{
    font-size: 14px;
}


.headingText h1 span, form h3
{
    color: #f17409;
}

.headingText
{
    float: left;
    width: 500px;
    margin-right: 50px;
}



#header h2
{
    margin-top: 20px;
    font-size: 14px;
    width: 360px;
    line-height: 1.5em;
}

form h3
{
    font-weight: normal;
    font-size: 15px;
    margin: 6px 0 20px 0;
}

form div
{
    width: 100%;
    overflow: hidden;
    margin: 11px 0;
}


form div label
{
    width: 100px;
    float: left;
    display: block;
    padding: 4px 0 0 0;
}

form input
{
    padding: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: solid 1px #b9b9b9;
    font-size: 13px;
    width: 220px;
    background: #fff;
    float: left;
}

input[type="submit"]
{
    width: 338px;
    height: 60px;
    background: url(../images/signupButton.png) no-repeat;
    border: none;
    text-indent: -9999px;
    cursor: pointer;
    margin: 10px 0 0 0;
}

.disclaimer
{
    margin-top: 40px;
    color: #535353;
}

/* footer stuff */

#footer
{
    background: url('../bg-footer.gif') repeat-x;
    text-align: center;
    padding-top: 25px;
    clear: both;
}

#footer ul
{
    padding: 10px 0pt;
}

#footer ul li
{
    padding: 0 4px;
    list-style: none;
    display: inline;
}

#footer .explore
{
    margin: 0 0 5px 0;
}

#footer .contact
{
    margin: 0 0 10px 0;
    font-size: 12px;
}

#footer p
{
    font-size: 10px;
    color: #7F7F7F;
}

.column
{
    width: 50%;
    float: left;
}

