* {
	margin: 0;
	padding: 0;
	font-size: 98%;
	font-family: Arial;
	color: #333;
}

img {
	border: none;
}

.container {
	width: 925px;
	height: 133px;
	margin: 0 auto 0 auto;
}

.homeLogo {
	float: left;
}

.tagline { 
	text-align: right; 
	padding-top: 45px; 
}

.navBottom {
	text-align: right;
	float: right;
	padding-top: 5px;
	width: 700px;
}

.navTop {
	text-align: right;
	float: right;
	padding-top: 10px;
}

a.navLinksBottom,
a.navLinksBottom:visited {
	color: #0A3E87;
	font-size: 10px;
	padding: 0 5px 15px 5px;
	text-decoration: none;
	font-weight: bold;
}
a.navLinksBottom:hover {
	color: #6B8FBF;
}

a.navLinksTop,
a.navLinksTop:visited {
	color: #ff0000;
	font-size: 10px;
	padding: 0 5px 15px 5px;
	text-decoration: none;
	font-weight: bold;
}
a.navLinksTop:hover {
	color: #6B8FBF;
}

a.featureLink,
a.featureLink:visited {
	color: #0A3E87;
	font-size: 12px;
	text-transform: capitalize;
}
a.featureLink:hover {
	text-decoration: none;
}

.mainContent {
	height: 370px;
	background: #E0E0E0;
}

.commercials {
	background: #333;
	width: 345px;
	height: 344px;
	float: left;
	margin: 8px;
	margin-right: 5px;
	padding-top: 10px;
}

.commercialsknox {
	background: #333;
	width: 345px;
	height: 344px;
	float: left;
	margin: 8px;
	margin-right: 5px;
	padding-top: 10px;
}


.vidThumbs {
	float: left;
	width: 114px;
	text-align: center;
	padding-top: 10px;
	color: #fff;
	font-size: 10px;
}

.mainRightSide {
	background: #fff;
	height: 354px;
	width: 558px;
	float: right;
	margin: 8px 8px 8px 0;
}

.contactUs {
	background: #F1F1F1 url('../images/leg-work.jpg') no-repeat top left;
	padding: 42px 0 0 15px;
	height: 300px;
	width: 281px;
	margin: 5px 0 5px 5px;
	float: left;
	border: 1px solid #777;
	border-top: 0;
}

.knoxhome {
	padding: 12px 12px 0 12px;
	height: 300px;
	width: 266px;
	margin: 5px 0 5px 5px;
	float: left;
	font-size:95%;
}

.contactUs form {
	font-size: 12px;
}

.contactUs input, textarea, select {
	border: 1px solid #999;
	width: 120px;
	margin: 0 0 7px 7px;
	padding: 3px;
}

.testimonials_hdr {
	font-size:14px;
	color:#fff;
	padding: 10px;
	font-style:bold;
	text-align:center;
	background-color:#246ea8;
	text-transform:uppercase;
}


.testimonials {
	font-size:16px;
	line-height:22px;
	padding: 10px;
	border:1px solid #246ea8;
	font-style:italic;
	text-align:center;
}

#required {
	padding-left: 10px;
	width: 110px;
	background: #fff url('../images/red-star.gif') no-repeat top left;
}

#button {
	background: #a2a2a2;
	width: auto;
	border: 1px solid #777;
	color: #fff;
}
.contactUs textarea {
	width: 250px;
}

.contactUs strong {
	background: #F1F1F1;
	color: #ff0000;
	font-weight: normal;
	font-size: 10px;
	margin-left: 25px;
}

.newCars {
	float: right;
}

.newCars h1 {
	font-size: 14px;
	line-height: 45px;
	text-align: center;
}

.featuredVehicle {
	padding-bottom: 5px;
	height: 40px;
}

.smallPic {
	height: 40px;
	float: left;
	margin-left: 15px;
}

.smallDesc {
	height: 40px;
	float: left;
	text-align: left;
	margin-left: 15px;
	font-size: 12px;
}

.mainContentInternal {
	width: 909px;
	border: 8px solid #E0E0E0;
	background: url('../images/2-col-bg.gif') #e0e0e0;
}

.mainContentInternal p {
	margin-bottom: 10px;
}

.mainContentInternal h1, h2, h3, h4 {
	color: #0A3E87;
	margin-bottom: 10px;
}

.mainContentInternal h2 {
	font-size: 14px;
}

.mainContentInternal a {
	color: #0A3E87;
	text-decoration: none;
}

.internalLeft {
	float: left;
	padding: 30px;
	width: 590px;
	background: #fff;
}

.internalRight {
	float: right;
	width: 250px;
}

.detailsPhoto {
	float: left;
}

.details {
	float: left;
	margin-left: 25px;
}

.footer {
	margin-top: 20px;
	color: #8b8b8b;
	font-size: 12px;
}

.footer strong {
	font-weight: normal;
	color: #000;
}

.footerLeft {
	float: left;
	text-align: left;
}

.footerRight {
	float: right;
	text-align: right;
}

.clear {
	clear: both;
}