@import url("menus.css");
@import url("staff.css");
@import url("Map.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: 980px;
    margin: 0 auto;
}

#content
{
    min-height: 380px;
    width: 980px;
    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: 980px;
}
/*.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: #c58b03;
}
.headerTitle
{
    text-align: right;
    font: bold 30px 'Century Gothic' , Futura, 'URW Gothic L' , arial, verdana, sans-serif;
    color: #fff;
    vertical-align: top;
    float: right;
    width: 100%;
    position:relative;
    top:-65px;
    right:170px;
    height:0px;
}
.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: 980px;
    height: 86px;
    background: url(../images/footer_bg.gif) repeat-x;
    clear: both;
}
#footerDiv img
{
    float: left;
    display: inline;
    margin: 0;
    padding: 0;
    border: 0;
    height: 61px;
}


A
{
    color: #c58b03;
}



A:HOVER
{
    color: #c58b03;
}
.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: 980px;
    height: 249px;
    margin-bottom: 5px;
    padding: 0px;
}

.cImg img
{
    width: 980px;
    height: 249px;
    margin-bottom: 5px;
}

.homeMain, .homeMain img
{
    border: 0px;
    width: 980px;
    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: #c58b03;
}

/*.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 'Century Gothic' , 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: 751px;
    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: 980px;
    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: 20px 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
{
    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: #c58b03;
}

/******* 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: #c58b03;
    font: Bold 12px/12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/******* New Cars Pages **********/
.newcar
{
    text-align: center;
    padding: 15px 0px 15px 0px;
    width: 980px;
}

.newCar table
{
    margin: auto;
    width: 980px;
}

.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:980px;
    height:143px;
}


.newCarHeader
{
    text-align:left!important;
    padding: 10px 0 5px 0;
    margin: 0;
    color: #c58b03;
    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: #c58b03;
}
.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;
}
/******* New Cars Pages **********/
.newCarTable
{
	padding:0px;
	width:100%;
	margin-top:30px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;

}
.newCarTd
{
    text-align:center;
    padding:0;
	margin:0;
	text-align:center;
}
.newCarHeader
{
	background-image:url(../images/testimonial_bg.gif);
	background-repeat:repeat-x;
    text-align:center;
    border-top:#000000 solid 1px;
		
    padding-left:10px;
	padding-bottom: 2px;
	padding-top: 10px;
    color:#c58b03;
    font:Bold 14px arial, verdana, sans-serif;

}
.newCarModel
{
	font:bold 14px/16px Arial, Verdana, helvetica, sans-serif;
	color:#c58b03;
}
.newCarImage
{
    margin-top:10px;
}

newCarLinkDiv
{
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	}

a.newCarLink
{
	font:bold 12px/14px Arial, Verdana, helvetica, sans-serif;
	color:#000000;
}
a.newCarLink:hover
{

	color:#666666;
}
/******* End New Cars Pages **********/

.DescriptionText {
    color:#fff!important;
}

/* Site Map html and dynamic*/

.sitemapMain /* .SiteMapDiv is for Site Map dynamic*/
{
	margin:0px 10px 10px 70px;
}
.SiteMapDiv /* .SiteMapDiv is for Site Map dynamic*/
{
	margin:0px 10px 10px 50px;
}
.SiteMapDiv:after, .sitemapMain:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
} 
.sitemapMain ul
{
   float:left;
   width:33%;
   margin: 0px;
   padding:0px;
}
.SiteMapDiv ul /* .SiteMapDiv for Site Map dynamic*/
{
   float:left;
   width:90%;
   margin: 0px;
   padding:0px;
}
.sitemapMain li, .SiteMapDiv li 
{
    list-style-position: outside;
    list-style-type: none;
    list-style-image: none;
    white-space: nowrap;
    margin: 0px;
    padding:0px;
}

.sitemapMain h3, .SiteMapDiv h3 
{
  	font : bold 16px/18px Arial, Verdana, Helvetica, sans-serif;
	color: #c58b03;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 3px;
	text-align:left;
}
/* end sitemap */