/*
 *   @author Skyler Parr
 *     @company Dealertrend
 *       @copyright 2007
 *       */

/*
 *   borrowed with modifications from http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
 *
 */

html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, font, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td {
    padding: 0;
    border: 0;
    outline: 0;
}

li {
  margin-left: 15px;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

body {
    line-height: 0;
    color: black;
    background: black;
    text-align: center;
    font: 12px Arial, Helvetica, Verdana, Times;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after,
    q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

/*
*   \\ borrowed
*
*/

body {
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 0;
}

#page_container {
    width: 953px;
    position: relative;
    margin: 0 auto 0 auto;
    height: auto;
    text-align: left;
}

#page_header {
    line-height: 0;
}

#page_header img{
    line-height: 0;
    width: 950px;
    height: 310px;
}

#container {
    margin: 0 auto 0 auto;
    text-align: left;
}

#nav_background {
    position: relative;
    height: 0px;
}

#nav_links {
    position: absolute;
    top: 125px;
    left: 14px;
}

#nav_secondary {
    position: relative;
    z-index: 1;
    top: 0px;
    background: url( '../images/sec-nav-bg.jpg' ) no-repeat;
    width: 920px;
    height: 48px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    line-height: 0;
}

#nav_secondary ul {
    display: block;
    position: relative;
    left: 0px;
    top: 12px;
    padding: 0 0 20px 0;
    margin: 0;
    line-height: 0;
}

#nav_secondary li {
    display: inline;
    padding-right: 35px;
    line-height: 0;
}

#nav_secondary a {
    color: black;
    font: bold 14px Arial, Helvetica, Verdana;
    text-decoration: none;
    line-height: 0;
}

#nav_secondary a:hover {
    text-decoration: underline;
}

#content {
    text-align: left;
}

#content_main {
  z-index: 2;
}

#nav_main {
    position: absolute;
    top: 390px;
    left: 0px;
    width: 188px;
    padding: 0;
    margin: 0px;
    text-align: right;
    z-index: 1;
    text-transform: uppercase;
    border: 1px solid #ffff33;
    border-right: none;
    background: #222200;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius: 6px 0 0 6px;
}

#nav_links {
    color: white;
    position: relative;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 100%;
}

#nav_links ul {
    padding: 0;
    margin: 0;
    position: relative;
    top: 0px;
    left: 0px;
    padding: 4px 0;
    list-style: none;
}

#nav_links li {
    padding: 0;
    margin: 0;
    display: block;
}

#nav_links a {
  display: block;
  color: white;
  font: bold 12px Arial, Helvetica, Verdana;
  text-decoration: none;
  padding: 5px 22px 5px 0;
}

#nav_links a:hover {
    text-decoration: underline;
    background: black;
}

.phone_main {
    color:white;
    font: bold 24px Arial, Helvetica, Verdana;
}

.phone {
    color: #000;
    font: bold 24px Arial, Helvetica, Verdana;
}

.fax {
    color: white;
    font: bold 20px Arial, Helvetica, Verdana;
}

.address {
    color: white;
    font: bold 16px Arial, Helvetica, Verdana;
}

.opt_content {
    position:absolute; 
    z-index:2; 
    line-height:1.1; 
}

.opt_content p {
    padding:0;
    margin:0;
}

#page_footer {
    position: relative;
    background: url( '../images/footer.jpg' ) no-repeat;
    float: left;
    left: 0;
    width: 920px;
    height: 36px;
    clear: both;
}

#footer_content {
    float: right;
}

#copyright {
    position:relative;
    bottom: 35px;
    float: left;
    width: 950px;
    left: 0;
    text-align:center;
    color:white;
    line-height: 1;
}
.default .listings .title {
white-space:normal !important;
}
