/* =================================================
    CSS STYLES FOR Lenexa Automotive
   =================================================*/ 
   
/* generic */

body {
  text-align:left;
	background-color:#ffffff;
	background-image: url(media/bkgrnd.png);
  font-family: Trebuchet, Tahoma, Arial, Helvetica;
  font-size:  13px; 
  font-weight:normal; 
  color: #000000;
  }

h1 {font-family:Trebuchet, Tahoma, Arial, Helvetica; font-size:20px; font-weight:bold; color: #039;}
h2 {font-family:Trebuchet, Tahoma, Arial, Helvetica; font-size:18px; font-weight:bold; color: #039;}
h3 {font-family:Trebuchet, Tahoma, Arial, Helvetica; font-size:16px; font-weight:bold; color: #039;}
h4 {font-family:Trebuchet, Tahoma, Arial, Helvetica; font-size:14px; font-weight:bold; color: #039;}
h5 {font-family:Trebuchet, Tahoma, Arial, Helvetica; font-size:12px; font-weight:bold; color: #039;}
h6 {font-family:Trebuchet, Tahoma, Arial, Helvetica; font-size:10px; font-weight:bold; color: #039;}

a:link {text-decoration:none; color:  #039;}
a:visited {text-decoration:none; color:#039;}
a:active{text-decoration:none; color:  #039;}
a:hover {text-decoration:underline; color: #000000;}
.small {font-size: 10px; font-weight:normal;}
.big {font-size: 18px; font-weight:bold;}
.error {color: #cc0000;}
.print {display: none;}
.indent {margin-left: 15px;}
.left {float:left; margin:0px 5px 0px 0px;}
.right {float:right; margin:0px 0px 0px 3px;}
.center {text-align:center;}
img {border: 0;}


ul li {list-style-type:square ;}
ul li li {list-style-type:disc;}
ul li li li {list-style-type:circle;}
ol li {list-style-type:decimal;}
ol ol li {list-style-type:lower-alpha;}
ol ol ol li {list-style-type:lower-roman;}

#container {
  background-image: url(); 
  background-repeat:no-repeat; 
  background-color: #ffffff; 
  width:675px; 
  padding:0;
}

#content {width: 675px;}


#about-text{margin:20px 0px;}
#box-1{margin:20px 0px;}
#box-2{margin:20px 0px;}
#box-3{margin:20px 0px;}
#title {width:573px; height:30px; line-height:30px; font-weight:bold; font-size:20px; font-style:italic; color:#039;}


