﻿
/*-----------Home Page - Footer Information START --------*/
#Footer
{
    width: 780px;
    margin: auto;
    clear: both;
    display: block;
    padding-top: 4px;
    margin-bottom: 10px;
    background-color: #fff;
}
#FooterInfoWhite
{
    margin: 0px 0px 2px 0px;
    width: 780px;
    display: block;
    clear: both;
    height: 17px;
    background-color: #fff;
}
#FooterInfoWhite a
{
    color: #000;
    font-size: x-small;
    text-decoration: none;
    letter-spacing: normal;
}
#FooterInfoWhite a:hover
{
    color: #f47c30;
    text-decoration: underline;
}
#FooterInfoWhite .CallForQuote
{
    float: left;
    color: #000;
    font-weight: 600;
    height: 15px;
    font-size: 85%;
     padding-left: 0px;
    background-color: #fff;
}
 






#FooterInfoWhite .LinesOpen
{
    float: left;
    color: #000;
    height: 15px;
    padding: 0px 0px 0px 1px;
    font-size: 70%;
    background-color: #fff;
}




#FooterInfoWhite .Links
{
    height: 15px;
    padding: 0px 0px 0px 2px;
    color: #f47c30;
    background-color: #fff;
    font-size: 70%;
    float: left;
    width: 229px;

}
#FooterInfoWhite .Links a
{
   
    color: #f47c30;


}



/*----Start of Black Background footer --- */

#FooterInfoBlack
{
    margin: 0px 0px 2px 0px;
    width: 780px;
    display: block;
    clear: both;
    height: 17px;
    background-color: #000;
}
#FooterInfoBlack a
{
    color: #fff;
    font-size: x-small;
    text-decoration: none;
    letter-spacing: normal;
    background-color: #000;
}
#FooterInfoBlack a:hover
{
    color: #f47c30;
    text-decoration: underline;
    background-color: #000;
}
#FooterInfoBlack .CallForQuote
{
    float: left;
    color: #fff;
    font-weight: 600;
    height: 15px;
    padding-left: 0px;
    background-color: #000;
    font-size: 85%;

}
#FooterInfoBlack .LinesOpen
{
    float: left;
    color: #fff;
    height: 15px;
    padding: 0px 0px 0px 3px;
    font-size: 70%;
    background-color: #000;

}
#FooterInfoBlack .Links
{
    float: right;
    height: 15px;
    padding: 0px 0px 0px 2px;
    color: #f47c30;
    background-color: #000;
    font-size: 70%;
    width: 229px;

}

#FooterInfoBlack .Links a
{
    color: #f47c30;
}

#RSS .Links a 
{
    float: right;
    padding: 5px 0px 0px 20px;
    color: #f47c30;
    font-size: 85%;
    width: 220px; 
    text-decoration: none;
    font-weight: bold; 
}

#RSS .Links a:hover
{
    color: #000;
}














/*----Start of Footer details and list styles --- */

#FooterDetail
{
    width: 780px;
    clear: both;
    font-size: xx-small;
    color: #fff;
    background-color: #000;
    padding-top: 5px;
}
#FooterDetail p
{
    font-size: 100%;
    color: #fff;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}
#FooterDetail a
{
    color: #fff;
    text-decoration: undrline;
}
#FooterDetail ul
{
    list-style-image: url(../../UserFiles/Image/Default/bullet-orange.png);
    padding: 0px 30px 0px 10px;
    margin: 0px;
    float: left;
    color: #ed6541;
}
#FooterDetail ul li
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 10px;
}
#FooterDetail ul li a
{
    color: #000;
    text-decoration: none;
    letter-spacing: normal;
}
#FooterDetail ul li a:hover
{
    color: #f47c30;
    text-decoration: underline;
}

/*-----------Home Page - Footer Information END--------*/


/*-----------Footer Navigations - START --------*/

#FooterSpecialist
{
    width: 780px;
    color: #fff;
    margin: auto;
    padding: 0px 0px 0px 0px;
    text-align: center;
    background-image: url(../../UserFiles/Image/Navigation/nav-cars-bg.jpg);
    background-repeat: repeat-y;
}
.FooterSpecialistNav
{
    background-image: url(../../UserFiles/Image/Navigation/nav-footer-top.png);
    text-align: center;
    background-repeat: no-repeat;
    background-color: #fff;
    padding: 0px 0px;
    width: 780px;
    margin: auto;
}
.FooterSpecialistNav ul
{
    list-style-image: none;
    list-style: none;
    height: 12px;
    margin: auto;
    padding: 14px 0px 0px 50px;
}
.FooterSpecialistNav ul li
{
    float: left;
    list-style-image: none;
    font-size: 75%;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
.FooterSpecialistNav ul li a
{
    float: left;
    list-style-image: none;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    padding: 0px 5px;
    border-right: solid 2px #fff;
}
.FooterSpecialistNav ul li a:hover
{
    color: #fff;
    text-decoration: underline;
    padding: 0px 5px;
}
/*-----------Footer Navigations - END --------*/



