body
{
    font-family: Helvetica, Arial, sans-serif;
    margin: 0px 0px 0px 20px;
    padding: 0px;
}

form
{
    width: 950px;
}

img
{
    border: none;
}

.header
{
    width: 950px;
    height: 80px;
    margin: 0px;
    padding: 0px;
    position: relative;
}


.footer
{
    top: 50px;
    margin: 0;
    border-top: solid 1px #ccc;
    width: 950px;
    clear: both;
    position: relative;
    font-size: 10px;
    padding: 0;
    color: #999;
    text-align: right;
    height: 100px;
}

.footer a
{
    color: gray;
    text-decoration: none;
}

.footer-right
{
    position: absolute;
    right: 0px;
}

.left-column
{
    width: 710px;
    float: left;
    margin-bottom: 10px;
}

.right-column
{
    width: 230px;
    float: right;
    margin-bottom: 10px;
}

/****************************************
	Menu
*****************************************/

.service-menu
{
    right: 0px;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    font-size: 7pt;
    bottom: 10px;
    position: absolute;
    color: gray;
}

.service-menu a
{
    color: gray;
    text-decoration: none;
}

.service-menu li
{
    padding: 0px;
    margin: 0px;
    display: inline;
}

.main-menu-item
{
    padding: 0px;
    margin: 0px;
    display: inline;
}

.main-menu
{
    position: relative;
    z-index: 3000;
    margin: 0px;
    padding: 0px;
}

.main-menu li
{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.main-menu
{
    background-image: url(/resources/images/main-menu-bg.jpg);
    width: 953px;
    height: 30px;
    font-size: 9pt;
    font-family: Arial;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}

.sub-menu
{
    display: none;
    position: absolute;
    top: 29px;
    padding: 0px;
    margin: 0px;
    background-color: Gray;
}

.sub-menu li
{
    margin: 0px;
    padding: 6px 10px 4px 10px;
    font-weight: bold;
}
.sub-menu li a
{
    color: White;
    text-decoration: none;
}

.sub-menu li a:hover
{
    color: rgb(171,208,55);
}

/*******************************
 content
*******************************/

.content
{
    font-size: 10pt;
    margin: 0px;
    padding: 0px;
}
.content h2
{
    font-weight: bold;
    font-size: 11.5pt;
    color: #94b52f;
    margin: 16px 0px 2px 0px;
    padding: 0px;
}

.content h3
{
    font-weight: bold;
    font-size: 11pt;
    color: gray;
    padding: 16px 0px 2px 0px;
    margin: 0px;
}
.content h3
{
    font-weight: bold;
    font-size: 11pt;
    color: gray;
    padding: 16px 0px 2px 0px;
    margin: 0px;
}

.content h4
{
    font-weight: bold;
    font-size: 10pt;
    color: gray;
    padding: 0px;
    margin: 0px;
}

.content em
{
    font-size: 9.5pt;
    color: #666666;
}

.content p
{
    color: #666666;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    line-height: 125%;
    padding-right: 16px;
}

.content a
{
    font-weight: bold;
    color: #94b52f;
    text-decoration: none;
}

label a
{
    font-weight: bold;
    color: #94b52f;
    text-decoration: none;
}

.content dl
{
    margin-bottom: 20px;
    padding-right: 16px;
}

.content dt
{
    font-weight: bold;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    color: #94b52f;
}

.content dd
{
    margin: 0px 0px 16px 8px;
    padding: 0px;
    color: #666666;
}

.content ul
{
    margin-top: 4px;
    margin-left: 18px;
    padding: 0px;
}

.content li
{
    margin: 0px;
    padding: 0px;
    color: #666666;
}

.content-header
{
    display: block;
    margin: 0px 0px 16px 0px;
    padding: 0p;
    border: none;
}

.content .note
{
    color: Black;
}

.content object
{
    margin-bottom: 10px;
}

/******************************
 promotion
*******************************/
.promotion
{
    position: relative;
}

.panel-frame
{
    position: absolute;
}

/**************************************
	popup
*/

.popup
{
    position: absolute;
    display: none;
    background-color: White;
    border: solid 4px rgb(171,208,55);
    padding: 10px;
    overflow: hidden;
    z-index: 100;
}

/**************************************
	specials
*/
.info-panel
{
    height: 180px;
    color: #666666;
    padding-left: 10px;
    line-height: 105%;
}

.info-panel h3
{
    color: #666666;
}
.loan-calculation
{
    background-image: url(/resources/images/green-bg.gif);
    background-position: left top;
    height: 180px;
    color: #666666;
    padding-left: 10px;
}

.loan-calculation label
{
    padding-bottom: 10px;
}

.loan-calculation p
{
    color: #666666;
    margin-top: 10px;
}

.loan-calculation h3
{
    color: #666666;
}

