﻿/**** Element Styles ****/
body
{
    background-color: White;
    background-image: url(images/bg.jpg);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    color: #264137;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 130%;
    margin: 0px;
}

a
{
    color: #264137;
}

a:hover
{
    color: #8885bc;
}

td
{
    vertical-align: top;
}

p
{
    margin: 12px 0px 12px 120px;
}

img
{
    border: 1px Solid #9f2631;
}

/**** Master Page Styles ****/
#wrapper
{
    margin-left: auto;
    margin-right: auto;
    height: 914px;
    width: 970px;
}

#logo
{
    background-image: url(images/logo.jpg);
    background-repeat: no-repeat;
    height: 206px;
    width: 970px;
}

#content_wrapper
{
    background-image: url(images/content_bg.jpg);
    background-repeat: no-repeat;
    height: 588px;
    width: 910px;
    padding: 20px 30px 20px 30px;
}

#sidebar
{
    /*float: left;*/
    width: 197px;
    padding-right: 53px;
}

#content
{
    /*float: left;*/
    width: 660px;
}

#latest_news
{
    background-image: url(images/news_bg.jpg);
    color: White;
    font-size: 10px;
    margin-top: 12px;
    height: 188px;
    width: 177px;
    padding: 6px 10px 6px 10px;
    line-height: 150%;
}

#text
{
    /*height: 564px;*/
    width: 660px;
    line-height: 160%;
    padding-right: 6px;
    overflow: auto;
}

#bottom_nav
{
    height: 12px;
    margin-top: 16px;
    text-align: center;
}

#bottom_nav a
{
    text-decoration: none;
}

#footer
{
    background-color: #264137;
    color: White;
    font-size: 10px;
    height: 50px;
    width: 910px;
    padding: 20px 30px 0px 30px;
}

#footer a
{
    color: White;
}

#copyright
{
    float: left;
    width: 400px;
}

#brand
{
    text-align: right;
    position: relative;
    float: left;
    width: 510px;
}

.nav_button
{
    padding-bottom: 1px;
}

/**** Page Styles ****/
.white_title
{
    color: White;
    font-size: 16px;
    font-weight: bold;
}

.title
{
    font-family: georgia, serif;
    font-size: 26px;
    font-weight: bold;
}

/**** Input Styles ****/
.button
{
    font-size: 14px;
    padding: 0px 2px 0px 2px;
}

.checkbox
{
    border: 1px Solid #9f2631;
    position: relative;
    left: 24px;
}

.error
{
    color: #9f2631;
}

.dropdown
{
    border: 1px Solid #9f2631;
    font-size: 14px;
    padding: 0px;
    width: 163px;
}

.textbox
{
    border: 1px Solid #9f2631;
    font-size: 14px;
    padding: 0px;
    width: 160px;
}