﻿body
{
    background-color: #F9F7F3;
    color: #4e554b;
    font-family: Tahoma;
    font-size: 8.0pt;
    margin: 0 0 0 0;
}

a, a.link, a.visted, a.active
{
    text-decoration: underline;
    color:  #da4e1e;
    
}

a:hover
{
    color:  #4e554b;
}

input, textarea 
{
    background-color: #EAE8E1;
    border: 1px solid #B8B4A8;
}

hr 
{
    display: block;
    border: none;
    height: 1px;
    background-image: url(Images/underline.gif);
}

ul 
{
    margin-left: .8em;
    padding-left: .8em;
    margin-top: 0px;
}

#headerSwooshImage
{
    z-index: -1;
    background-image: url(Images/swoosh.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-left: -730px;
    height: 99px;
}

#header
{
    z-index: 10;
    margin-top: -105px;
    margin-left: -30px;

}

#headerContent
{
    z-index: 100;
    width: 980px;
    height: 88px;
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
	text-align: justify;
}

#search
{
    margin-top: -64px;
    margin-left: 770px;
    vertical-align: middle;
    color: #465787;
}


#pageTitleLine
{
    z-index:-1;
    height: 157px;
    background-image: url('Images/topTitle.png');
    background-repeat: repeat-x;
}

#pageTitleContent
{
    /* Implemented in Master Page code behind */
}

#pageLine
{
    height: 108px;
    background-image: url('Images/topNoTitle.png');
    background-repeat: repeat-x;
}

#mainContent 
{
    z-index: 100;
	width: 980px;
	margin-left: auto;
    margin-right: auto;
	text-align: justify;
    min-height: 250px;
    margin-top: -75px;
}

#highlights
{
    height: 326px;
    background-image: url('Images/highlightsBackground.png');
    background-repeat: repeat-x; 
}

#highlightsContents
{
	width: 980px;
	margin-left: auto;
    margin-right: auto;
    text-align: justify;

}

#footer 
{
    z-index:-1;
    height: 157px;
    background-image: url('Images/footer.png');
    background-repeat: repeat-x;
}

#footerContent
{
    z-index: 110;
    font-size: 8.0pt;
    width: 980px;
    color: #596056;
    text-align:center;
    margin-left: auto;
    margin-right: auto;
}

#footerContent a, a.link, a.visted, a.active
{
    text-decoration: none;
    font-size: 8.0pt;
    color:  #4e554b;
}
#footerContent a:hover
{
    color:  #4e554b;
    text-decoration: underline;
}

#credit
{
    z-index:111;
    width: 980px;
    margin-top: -75px;
    margin-left: auto;
    margin-right: auto;
    font-size: 8.0pt;
    font-style: italic;
    text-align: center;
}

#credit a
{
    color: #666666;
    font-size: 8.0pt;
    text-decoration: none;
}
#credit a:hover
{
    color: #666666;
    text-decoration: underline;
}

.SiteMap a
{
    color: #4e554b;
    font-size: 10.0pt;
    text-decoration: none;
}
.SiteMap a:hover
{
    color: #4e554b;
    text-decoration: underline;
}


#dealerInfo 
{
    z-index:-1;
    height: 78px;
    background-image: url('Images/regDealerBar.png');
    background-repeat: repeat-x;
}

#dealerInfoContent
{
    z-index: 110;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

#dealerFooter 
{
    z-index:-1;
    height: 52px;
    background-image: url('Images/dealerFooter.png');
    background-repeat: repeat-x;
}

#dealerFooterContent
{
    z-index: 110;
    width: 980px;
    color: #596056;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.newsCell
{
    vertical-align:top; 
    font-size: 9.5px
}

.newsCell table
{
    padding: 15px 10px 0px 10px;
}
    
.header
{
	font-weight: bold;
}

.paragraphTitle
{
    font-weight: bold;
    text-decoration: underline;
    color: #4e554b;
}

.bigPageTitle
{
    font-size: 18.0pt;
    font-style: italic;
    font-family: Georgia;
}
    
.newArticleHeadline
{
    text-decoration: underline; 
    font-weight: bold
}

.newArticleDate
{
    font-weight: bold;
    font-style: italic;
}

.name
{
    font-weight: bold;
    color: #D8420F;
    font-family: Georgia;
    font-size: 8.0pt;
}

.title
{
    font-style: italic;
    font-family: Georgia;
    font-size: 8.0pt;
}
