﻿body
{
    background-color: #676767;
    font-family: Tahoma;
    font-size: 8pt;
    color: #5C5C5C;
}

*
{
    margin: 0px;
    padding: 0px;
}

#Container
{
    width: 986px;
    background-image: url('Images/Middle.jpg');
    background-repeat: repeat-y;
    margin: auto;
    position: relative;
}

#Banner
{
    background-position: 50% top;
    width: 986px;
    height: 175px;
    background-image: url('Images/Top.jpg');
    background-repeat: no-repeat;
    /*position: relative;
    top: 0px;
    left: 0px;*/
}

#Footer
{
    width: 986px;
    height: 35px;
    background-image: url('Images/Bottom.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
}

#FooterContent
{
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 10px;
    padding-bottom: 40px;
}

.imgLogo
{
    position: absolute;
    top: 50px;
    left: 80px;
    width: 146px;
    height: 99px;
}

.imgBannerGraphic
{
    position: absolute;
    top: 40px;
    right: 50px;
    width: 266px;
    height: 238px;
}

/*.imgBannerGraphica
{
    width: 266px;
    height: 238px;
    background-image: url('Images/BallsImage.jpg');    
    position: absolute;
    top: 40px;
    right: 50px;
}*/

.imgBannerGraphica
{
    width: 254px;
    height: 197px;
    background-image: url('Images/BallsCurveTrans.gif');    
    position: absolute;
    top: 35px;
    right: 60px;
}

#Navigation
{
    margin-left: 80px;
}

#Navigation li
{
    padding-right: 20px;
    border-width: 1px;
    margin-right: 20px;
    display: inline;
    border-right-style: solid;
}

#Navigation a
{
    color: #5C5C5C;
    text-decoration: none;
}

#Navigation a:hover
{
    color: #999999;
    text-decoration: none;
}

#MainNavigation
{
    border: 1px solid #C0C0C0;
    position: absolute;
    top: 215px;
    left: 80px;
    width: 150px;
    padding-left: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #E1E1E1;
    right: 754px;
}

#MainNavigation a
{
    color: #5c5c5c;
}

#MainNavigation a:hover
{
    color: #5c5c5c;
    text-decoration: underline;
}

.CallMeBack
{
    position: absolute;
    left: 80px;
    top: 610px;
}


/*#Awards
{
    position: absolute;
    top: 610px;
    left: 80px;
    width: 170px;
    text-align: center;
}*/

#MainNavigation .RootNode
{
    font-weight: bold;
}

#MainNavigation .LeafNode
{
}

#MainContent
{
    margin-right: 80px;
    min-height: 470px;
    height: auto !important;
    height: 470px;
    margin-left: 260px;
    color: #666666;
    margin-bottom: 40px;
    margin-top: 25px;
}

#Warnings
{
    /*float: left;*/
    width: 100%;
}

.imgAward1
{
    width: 100px;
    height: 67px;
    float: right;
    margin-left: 10px;
}

.imgAward2
{
    width: 76px;
    height: 88px;
    float: left;
    margin-right: 10px;
}

.SmallCaps
{
    font-variant: small-caps;
    font-size: 7pt;
}

.Bold
{
    font-weight: bold;
}

.Center
{
    text-align: center;
}

.Hand
{
    cursor: hand;
}

.UnderLine
{
    text-decoration: underline;
}

ul
{
    list-style-type: none;
    margin-top: 30px;
    margin-bottom: 30px;
}

ul li
{ 
    background-position: left top; 
    margin-bottom: 15px;
    background-image: url('Images/PinkBullet.gif'); 
    background-repeat: no-repeat; 
    padding-left: 30px;
}

h1
{
    color: #5C5C5C;
    font-size: 12pt;
    margin-bottom: 15px;
    font-family: 'Century Gothic';
    font-weight: bold;
}

h2
{
    font-size: 9pt;
    color: #5C5C5C;
    margin: 0px 0px 10px 0px;
}

p
{
    margin-bottom: 10px;
}

hr
{
    height:1px;
    color: #808080;
    margin-right: 80px;
    margin-left: 80px;
}

#Lenders
{
    width: 140px;
    height: 125px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: 50px;
}

.GreyBorder
{
    border: 1px solid #CCCCCC;
    padding: 10px;
}

.NoMargin
{
    margin: 0px;
}

.ProfileContainer
{
    margin-bottom: 50px;
    width: 100%;
}

a
{
    color: #666666;
    text-decoration: underline;
}

a:hover
{
    text-decoration: none;
}

.Section
{
    width: 100%;
    margin-bottom: 10px;
    min-height: 40px;
    height: auto !important;
    height: 40px;
}

.TitleSection
{
    width: 100%;
    margin-bottom: 10px;
    min-height: 18px;
    height: auto !important;
    height: 18px;
}

.TitleSectionA
{
    width: 100%;
    margin-bottom: 10px;
    min-height: 18px;
    height: auto !important;
    height: 18px;
    margin-top: 100px;
}

.TwentySix
{
    width: 35%;
    float: left;
}

.Fifty
{
    width: 50%;
    float: left;
}

.SeventyFour
{
    width: 65%;
    float: left;
}

.Third
{
    width: 33%;
    float: left;
}

.Input
{
    width: 90%;
}

#CalculatorResult
{
    margin-top: 10px;
    font-weight: bold;
}

.Rate
{
    font-weight: bold;
    font-size: 9pt;
}

.Copyright
{
    color: #fff;
    text-decoration: none;
}