@import url("menus.css");
@import url("staff.css");
body
{
    background-color: #0c0c0c;
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-x;
    margin: 0px;
    padding: 0px auto;
    color: #333333;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
}

#main
{
    width: 920px;
    margin: 0 auto;
}

#content
{
    min-height: 380px;
    width: 920px;
    padding: 0;
    margin: 0;
    background-color: #0c0c0c;
}
* html #content /*override min-height for ie6 only*/
{
    height: 380px;
}
#headerDiv
{
    background: url(../images/header.jpg);
    text-align: right;
    height: 110px;
    width: 920px;
}
/*.headerImg {
    border:0px;
    width:920px;
    height:110px;
    }*/
.headerPhones
{
    text-align: right;
    font: bold 14px 'Century Gothic' , Futura, 'URW Gothic L' , arial, verdana, sans-serif;
    color: #999;
}
.headerPhones span
{
    font: bold 18px 'Century Gothic' , Futura, 'URW Gothic L' , arial, verdana, sans-serif;
    color: #990100;
}
.headerTitle
{
    text-align:right;
    font: bold 30px 'Century Gothic', Futura, 'URW Gothic L', arial, verdana, sans-serif;
    color:#fff;
  padding:10px 70px 0 0;
vertical-align:top;
float:right;
width:50%;
}
.headerLogo
{
    border: 0;
    margin: 0;
    padding: 5px 0 0 0;
    vertical-align: top;
    float: right;
    width: 90px;
    text-align: right;
}
#footerDiv
{
    border: 0px;
    margin: 0;
    padding: 4px 0px 0px 0px;
    width: 920px;
    height: 86px;
    background: url(../images/footer_bg.jpg) repeat-x;
    clear: both;
}
#footerDiv img
{
    float: left;
    display: inline;
    margin: 0;
    padding: 0;
    border: 0;
    height: 61px;
}


A
{
    color: #990100;
}



A:HOVER
{
    color: #990100;
}
.footerText
{
    text-align: center;
    font-weight: normal;
    margin-left: 2px;
    margin-right: 0px;
    color: #666;
    font: 11px/13px Verdana, Arial, Helvetica, sans-serif;
}
.footerText a
{
    font: 10px/14px Verdana, Arial, Helvetica, sans-serif;
    color: #666;
}

.footerText a:HOVER
{
    color: #333;
}


a img
{
    border: 0px;
    margin: 0px;
    padding: 0px;
}

p
{
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 8px;
    margin-bottom: 10px;
}



h1
{
    font: 18px/20px Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
    color: #333;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 8px;
    margin-bottom: 5px;
}

h2
{
    font: bold 16px/18px Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
    color: #666;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 8px;
    margin-bottom: 10px;
}

.cImg
{
    width: 920px;
    height: 249px;
    margin-bottom: 5px;
    padding: 0px;
}

.cImg img
{
    width: 920px;
    height: 249px;
    margin-bottom: 5px;
}

.homeMain, .homeMain img
{
    border: 0px;
    width: 920px;
    height: 249px;
    margin-bottom: 5px;
    padding: 0;
}
/*---------first row of home links with images and dividers----------*/
.homeLink
{
    width: 162;
    height: 67px;
    margin: 0;
    padding: 0;
    border: 0;
}
.homeLinkDivider
{
    height: 67px;
    width: 2px;
    margin: 0;
    padding: 0;
}
/*---------second row of home links with text----------*/
.homeLinkTextDiv a
{
    margin-top: 15px;
    background-repeat: no-repeat;
    display: -moz-inline-box; /*for firefox2-*/ /*alows you to set a width on an inline element*/
    display: inline-block; /*not supported by firefox2*/
    padding: 5px 14px 5px 10px;
    height: 39px;
    background: url(../images/homelink2_divider.png) no-repeat right top;
    vertical-align: top; /*fixes extra space on top in firefox caused by -mox-inline-box. also removes little extra space from below in ie*/
    font: bold 14px/14px 'Century Gothic' , Arial, sans-serif;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
}
.homeLinkTextDiv a.last
{
    background-image: none;
}
.homeLinkTextDiv a:hover
{
    color: #990100;
}

/*.imgLinksDiv span
{

 display: none; use this to hide the text
}*/


/*--------Left Home Links-------------*/
.imgLinksDivHome
{
    width: 224px;
    float: left;
    text-align: center;
    padding-right: 5px;
}

.imgLinksDivHome a
{
    background-repeat: no-repeat;
    display: -moz-inline-box; /*for firefox2-*/ /*alows you to set a width on an inline element*/
    display: inline-block; /*not supported by firefox2    /*vertical-align:top;fixes extra space on top in firefox caused by -mox-inline-box. also removes little extra space from below in ie*/
    padding-top: 5px;
    display: block;
    width: 224px;
    height: 29px;
    background-image: url("../images/link_bg.png");
    font: bold 16px/18px 'Century Gothic' , Verdana, Arial, Helvetica, sans-serif;
    color: #fff; /*text-transform:uppercase;*/
    text-decoration: none;
    letter-spacing: -0.3px;
}
.imgLinksDivHome a:hover
{
    background-image: url(../images/link_bg_over.png);
    color: #fff;
}
.imgLinksDivHome a span
{
}


/*--------Horizontal Links within txtContent-------------*/

.imgLinksDiv
{
    text-align: center;
    padding: 5px 0;
    margin: 0;
}



.imgLinksDiv a
{
    background-repeat: no-repeat;
    display: -moz-inline-box; /*for firefox2-*/ /*alows you to set a width on an inline element*/
    display: inline-block; /*not supported by firefox2    /*vertical-align:top;fixes extra space on top in firefox caused by -mox-inline-box. also removes little extra space from below in ie*/
    padding-top: 5px;
    width: 224px;
    height: 29px;
    background-image: url("../images/link_bg.png");
    font: bold 16px/18px Verdana, Arial, Helvetica, sans-serif;
    color: #fff; /*text-transform:uppercase;*/
    text-decoration: none;
    letter-spacing: -0.3px;
}
.imgLinksDiv a:hover
{
    background-image: url(../images/link_bg_over.png);
    color: #fff;
}
.imgLinksDiv a span
{
}




/*--------txtContent-------------*/


.txtContentHome
{
    float: right;
    min-height: 155px;
    padding: 10px 0 0 0;
    margin: 0;
    width: 691px;
    background: #fff url(../images/txtcontenthome2_bg.jpg) repeat-y top left;
    text-align: center;
}
* html #txtContentHome /*override min-height for ie6 only*/
{
    height: 155px;
}

.txtContent
{
    min-height: 160px;
    padding: 0;
    margin-bottom: 5px;
    width: 920px;
    background: #fff url(../images/txtcontent2_bg.jpg) repeat-y top left;
}
* html #txtContent /*override min-height for ie6 only*/
{
    height: 160px;
}
.txtContentInside
{
    background: url(../images/text_eyes_bg.jpg) no-repeat top left;
    padding: 14px 20px 10px 20px;
}
.txtContentInside2
{
    background: url(../images/text_eyes_bg2.jpg) no-repeat top left;
    padding: 14px 20px 10px 20px;
}
.clear
{
    clear: both;
}


/* Employment */
.emptable
{
    border: #7D7C7C solid 1px;
    background-color: #7D7C7C;
    margin-bottom: 20px;
}

.empheading
{
    text-align: center;
    font-weight: bold;
    background-color: #cccccc;
    border-bottom: #7D7C7C Solid 1px;
    padding: 2px;
}

td.emp
{
    text-align: left;
    padding: 3px;
    background-color: #ffffff;
}
td.emp2
{
    text-align: center;
    padding: 3px;
    background-color: #ffffff;
}

/** Div Scroll CSS For SEO **/
.scroll
{
    color:#ccc;
    scrollbar-3dlight-color: #cccccc;
    scrollbar-highlight-color: #999999;
    scrollbar-face-color: #666666;
    scrollbar-shadow-color: #999999;
    scrollbar-darkshadow-color: #666666;
    scrollbar-base-color: #999999;
    scrollbar-arrow-color: #cccccc;
    overflow: auto;
    height: 68px;
}

.scroll td p{
    color:#fff;
}

/********************************************/




INPUTTEXT
{
    background: #ffffff;
    color: #000000;
    font-family: Verdana;
    font-weight: bold;
    border-style: solid;
    border-color: #000000;
    border-width: 1px;
}

SELECT
{
    font-size: 8pt;
    font-family: Verdana;
}

.SoldText
{
    font: Bold 16px;
    color: #cc0000;
}

/******* HOURS **********/
.clsHoursMain
{
    width: 100%;
    border-left: #ffffff solid 0px;
}

.clsHoursHeading
{
    text-align: left;
    padding: 3px 65px;
    background-image: url(http://www.looklarson.com/images/shared/shorteyes_new.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
    color: #990100;
    font: Bold 12px/12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/******* New Cars Pages **********/
.newcar
{
    text-align: center;
    padding: 15px 0px 15px 0px;
    width: 920px;
}

.newCar table
{
    margin: auto;
    width: 920px;
}

.newcar td
{
    padding-bottom: 0px;
    margin: 0;
    vertical-align: top;
}

.newcar .td2
{
    padding-bottom: 0px;
    margin: 0;
    vertical-align: top;
    text-align:left;
}



.newCarRow
{
    padding: 0px;
    margin: 0;
    text-align: center;
    background: url(../images/newCar_bg.jpg) no-repeat left top;
    width: 920px;
    height: 143px;
}


.newCarHeader
{
    text-align: left;
    padding: 10px 0 5px 0;
    margin: 0;
    color: #990100;
    font: Bold 14px arial, verdana, sans-serif;
}

.newcar h1
{
    padding-top: 0;
    margin-top: 0;
    font: bold 14px/16px Arial, Verdana, helvetica, sans-serif;
    color: #990100;
}
.newcar img
{
    border: 0;
    margin: 0;
    padding: 0;
}

.newcar a
{
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    font: bold 11px/13px Arial, Verdana, helvetica, sans-serif;
    color: #d9d9d9;
    text-decoration: none;
}


newcar a:hover
{
    color: #999;
}
/******* End New Cars Pages **********/

/* Factory Promo Div */
#FactoryPromo, #Promo2, #Div2
{
    display: block;
    top: 150px;
    left: 30px;
    position: fixed;
    visibility: visible;
}
* html #FactoryPromo, #Promo2, #Div2
{
    display: block;
    position: absolute;
    visibility: visible;
}




/* GoogleHours & DirectionsPage */


div#MapWrapper
{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
div#MapWrapper:after
{
    /*needed to clear floats so background applied to MapWrapper class will extend full height of map*/
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div#LinksMain
{
}

div#LeftMain
{
    width: 60%;
    float: left;
    padding: 0px;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto; /* use this below if you need left side margin- remove display:block     margin-left:20px; 	display:inline;*/ /*fixes ie double-margin float bug*/
}

div#map
{
    width: 480px;
    height: 350px;
    border: solid 2px #999999;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    color: #000;
}

div#DirectionsMain
{
    width: 300px;
    margin: 0px auto;
    padding: 0px;
}

div#directions
{
    width: 95%;
    margin-right: auto;
    margin-left: auto;
}

div#RightMain
{
    width: 36%;
    margin: 0px auto;
    padding: 0px;
    float: left;
}

div#Hours
{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
}

div#DealerInfo
{
    width: 100%;
    margin: 0px 10px 0px 0px;
    padding: 0px 10px 0px 0px;
}

/******* End Google Map & Directions  **********/


/* Site Map html*/

.sitemapMain
{
    padding: 0px 10px 20px 70px;
}
.sitemapMain ul
{
    float: left;
    width: 33%;
    margin: 0px auto;
    padding: 0px;
}
.sitemapMain li
{
    list-style-position: outside;
    list-style-type: none;
    list-style-image: none;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
}
/*sitemapheading is for dynamic sitemap*/
.sitemapMain h1, .sitemapHeading
{
    font: bold 16px/18px Arial, Verdana, Helvetica, sans-serif;
    color: #990100;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 3px;
    text-align: left;
}
/* Site Map dynamic*/
.SiteMapDiv
{
    padding-left: 20px;
    padding-right: 20px;
}

.SiteMapDiv td.sitemap
{
    text-align: left;
}


.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix
{
    display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix
{
    display: block;
}
/* End hide from IE Mac */

/*defaultEX Error Page*/
.errorTitle
{
    /*color:#ccc;*/
}
.errorText
{
    /*color:#000;*/
}
.formConfirm
{
    margin-top: 30px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

