
/* The ff-default.css contains all the CSS code for Fastfleet */
@import url("ff-default.css");
 
/* The tenant.css contains all the CSS code for the current tenant */
@import url("/tenant/css/tenant.css");

#index-image-div {
    background: #FFFFFF url(/publishing/serve-content/item/1021821/revision/1021823) no-repeat;
    height:250px;
    width:675px;
}

a#brand {
    background: transparent url(/publishing/serve-content/item/1021824/revision/1021826) 0 0 no-repeat ;
	width: 100%;
}

.zipcard {
    background-image:url(/publishing/serve-content/item/1021833/revision/1021835);
    background-repeat:no-repeat;
    vertical-align:bottom;
}
    
#tenant-header{
    /* This will add the background for the header */
    float: left; 
    background-color: #A1DC8C; 
    height: 153px; 
    width: 100%;
    position: absolute;
}
 
#tenant-header-bar{
    /* This will add the background for the header navigation bar */
    float: left; 
    background-color: #004531; 
    height: 45px; 
    margin-top: 108px;
    width: 100%;
}
.everybody-page #nav li.nav-member ul ul li a{
    background-color: #004531;
}
.everybody-page #nav li.nav-member ul ul li a:hover {
    background-color: #004531;
}
* html .everybody-page #nav li.nav-member ul ul li a:hover{ background-color: #004531;}
 
/* Navigation bar link colors */
#nav a {
    color: #FFFFFF;
}
.everybody-page #nav li.nav-member ul ul li a {
    color: #FFFFFF;
}
 
#nav .active, #nav a:hover {
    color: #999933;
}
.everybody-page #nav li.nav-member ul ul li a:hover {
    color: #999933;
}

#nav .pipe {
    color: #9C9C9C;
    float: left;
    font-weight: normal;
    padding-left: 1em;
    padding-right: 1em;
}

#footer {
    /* This sets the background content for the footer including the bar on top. */
    background:transparent none repeat scroll 0 0;
    border-top:9px solid #ED1C3E;
    padding:20px 0;
} 

#secondary #sign-in-side h2, #secondary #zip-101 h2, #secondary #six-simple-rules h2, 
.nav-page h2, .dp_narrow #secondary .callout h3, 
.find-cars-page #primary div.content-well h2 , #wholeoverlay .dp_box h3{
    background: none;
    background-color: #004531;
    color: #FFFFFF;
} 
