/* footer.css */
/* 
   This sheet contains styles used in footer linked pages:  
   
   fleet-vehicles.php
   about-ncv.php
   privacy.php
   copyright.php
   site-map.php
   other-nissan-sites.php
   
   For rules that
   apply to the site footer, please see base.css.
*/

#feature-content {
   width: 960px;
   height: 167px;
   margin: 0 auto;
}

#feature-content #title-box {
   width: 922px;
   height: 90px;
   position: relative;
   clear: both;
   padding: 77px 0 0 38px;
}

/* see individual footer page css files for background definitions */
#feature-content #title-box h2 {
   position: absolute;
   top: 15px;
   left: 15px;
   font-size: 11px;
   width: 250px;
}

#feature-content h3 {
   font: bold 26px Arial, sans-serif;
   color: #4c4d4f;
   width: 800px;
   margin:45px 0px 0px 35px;
   display:block;
}

#content-container {
   background: transparent;
}

#content {
   background: transparent url(/images/base/content-tile.jpg) repeat-y top left;
   width: 886px;
   padding: 34px 37px 0 37px;
}

#content p {
   margin: 10px 0 0 0;
}

#content-bottom {
   width: 960px;
   height: 40px;
   margin: 0 auto;
   background: transparent url(/images/base/content-footer-bg.jpg) no-repeat top left;
   clear: both;
}