﻿/*
    Blue        #2c94b6
    BG Grey     #414141
    Dk Grey     #2e3235
    White       #ffffff
    Grey Text   #333333
    Left Nav    #32464d
*/

body
{
    background: #414141;
    background-image: url("/Images/bg.gif");
    margin: 0px;
    padding: 10px 0px 10px 0px;
    text-align: center;
}

img
{
    border-style: none;
}

#DivContainer
{
    width: 974px;
    background: #2c94b6;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    border: 1px solid #ffffff;
    text-align: left; /* this overrides the text-align: center on the body element. */
}

#DivHeader
{
    background: #ffffff;
    background-image: url("/Images/headerbg.jpg");
    padding: 0px 0px 0px 0px;
    width: 974px;
    height: 103px;
}

#DivTopNav
{
    background: #2c94b6;
    padding: 0px 0px 0px 0px;
    width: 974px;
    height: 40px;
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
}

#DivFlashIntro
{
    background: #2e3235;
    width: 974px;
    height: 332px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}


#mainContent
{
    padding: 0px 20px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    background: #2c94b6;
}

#DivFooter
{
    width: 974px;
    height: 50px;
    padding: 0px 0px 0px 0px;
    background: #2c94b6;
    text-align: center;
    color: #333333;
    font-size: 10px;
    clear: both;
}

#DivFooter a, #DivFooter a:visited
{
    color: #333333;
}

#DivFooter a:hover
{
    color: #F9A51B;
}

#DivFooter a:active
{
    color: #B4212B;
}

#DivFooter #DivFooterMenu
{
    padding: 10px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

#DivFooter #DivCopyright
{
    padding: 5px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}


#ContentArea_Home
{
}


#ContentArea_Home #DivCol1
{
    float: left;
    padding: 15px 10px 10px 10px;
}


#ContentArea_Home #DivCol2
{
    width: 470px;
    height: auto;
    float: right;
    padding: 20px 80px 10px 10px;
}

#ContentArea_Home p
{
    text-align: justify;
}

#DivAlternateTopNav
{
    font-size: 14px;
    font-weight: bold;
    padding: 12px 12px 12px 10px;
}

#DivAlternateTopNav a, #DivAlternateTopNav a:visited
{
    color: #ffffff;
    text-decoration: none;
}

#DivAlternateTopNav a:hover
{
    color: #F9A51B;
    text-decoration: underline;
}

#DivAlternateTopNav a:active
{
    color: #B4212B;
    text-decoration: underline;
}


#DivSubPageContainer
{
    height: auto;
    border-bottom: solid 1px #ffffff;
    background: #32464d;
    overflow: auto;
}


#DivContentContainer
{
    width: 758px;
    height: auto;
    float: right;
    text-align: right;
    padding: 0px 0px 0px 0px;
    background-color: #2c94b6;
    border-left: solid 1px #ffffff;
}

#DivLeftMenuContainer
{
    float: left;
    padding: 0px;
    width: 214px;
    height: auto;
    background-color: #32464d;
}


#DivLeftMenu
{
    float: left;
    padding: 0px;
    width: 214px;
    height: 260px;
    background-color: #4D4D4D;
}



#DivContentPhoto
{
    width: 758px;
    height: 200px;
    height:auto;
    padding: 0px 0px 0px 0px;
}


#DivGallery
{
    width: 758px;
    height: 525px;
    padding: 0px 0px 0px 0px;
}



#DivContentArea
{
    width: 600px;
    height: auto;
    padding: 10px 80px 20px 78px;
    text-align: left;
    background-color: #2c94b6;
}

#DivContentArea p
{
    text-align: justify;
}


#DivDealerNetwork
{
    background-color: #32464D;
    height: 400px;
    width: 974px;
    border-bottom: solid 1px #ffffff;
}


.TblStripe
{
    border-left: solid 1px #2783A1;
    border-right: solid 1px #2783A1;
}

.TblStripe td
{
    
}

.TblStripe .Row
{
    background-color:#2783A1;
}

.CompactListHeading
{
    margin-bottom:-10px;
}

.CompactList ul 
{
}

.CompactList li 
{
    margin-left:-20px;
}

.InlinePhoto
{
    float: right;
    width:250px;
    padding-left:15px;
    padding-bottom:10px;
}