﻿/* CSS layout */

/*Bobby Jones Ford Lincoln Mercury 2010 */

body {
	margin: 0;
	padding: 0;
	background: black url('../images/Image7.jpg') no-repeat center 220px;
	background-attachment: fixed;
}

#shadow {
	width: 1022px;
	margin: 0 auto;
	padding: 0;
	background: transparent;
}

#wrapper {
	width: 1020px;
	margin: 0 auto;
	padding: 0;
	background: black;

}


#masthead {
	width: 1020px;
	height: 220px;
	margin: 0;
	padding: 0;
	text-align: center;
}


#header {
	width: 1020px;
	height: 120px;
	margin: 0 auto;
	padding: 0;
	background: black url('../images/header.jpg') no-repeat scroll 30px 12px;

}

#top_nav {
	width: 1020px;
	height: 34px;
	margin: 0 auto;
	padding: 0;
	background: black url('../images/nav_bg.gif') no-repeat scroll left bottom;
	text-align: center;
}


#page_content {
	width: 1010px;
	padding: 5px;
	background: black;
}

#mainContent {
	width: 1000px;
	padding: 10px;
	background: black;

}

#frontContent {
	width: 610px;
	margin: 30px 0 0 330px;
}


#formTools {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}


#leftSide {
	width: 290px;
	float: left;
}

#rightSide {
	width: 700px;
	float: right;
}

#midSection {
	width: 600px;
	margin-left: 300px;
	margin-right: 10px;
}

#specialsBox{
	width: 1000px;
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	line-height: 14pt;
}

#leftCol {
	float: left;
	width: 300px; 
	margin: 20px 0 0 13px;
}

#rightCol {
	float: right;
	width: 270px; 
	margin: -32px 0 0 0;
	padding: 50px 0 0 0;
}

#middleCol {
	width: 330px;
	margin-left: 360px;
	margin-top: -12px;
	padding: 50px 0 0 0;
}

#colHeader {
	width: 300px;
	padding: 8px 0px 10px 0px;
	font-family: Times, Times New Roman, serif, Helvetica;
}

#footer {
	clear: both;
	width: 1020px;
	margin: 0 auto;
	height: 290px;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif, Tahoma, Verdana;
	font-size: 10pt;
	color: white;
	text-align: center;
}

#bottom {
	width: 1020px;
	height: 33px;
	background: transparent url('../images/bottom.png') no-repeat scroll left top;
}


#vehicleBox {
	width: 980px;
	margin: 0 auto;
	text-align: center;
	padding: 0;
}


#LincolnBox {
	width: 750px;
	float: left;
	margin-left: 5px;
	padding: 0;
}

#linkBox {
	width: 240px;
	float: right;
	margin-right: 5px;
	padding: 0;
}


.spacer {
	width: 1020px;
	height: 30px;
}

.contentDiv{
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

/* text formatting */

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	line-height: 16pt;
	color: white;
}

.blacktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	line-height: 16pt;
	color: black;
}


.headName {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: white;
	font-weight: bold;
	letter-spacing: 16pt;
	text-align: center;
	padding-bottom: 20px;
}


.introText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	line-height: 16pt;
	color: black;
}

/* image formatting */

img {
	border: 0;
}

.imgFloatLeft {
	float: left;
	padding: 0px 10px 20px 20px;
}

.imgFloatRight {
	float: right;
	padding: 0px 20px 10px 0px;
}

.img_align  {
	vertical-align: middle;
}
	

.padPara {
	padding: 20px;
}

.padLeft {
	padding: 0 0 0 20px;
}

.padRight {
	padding: 0 20px 0 0;
}

.centeredText  {
	text-align: center;
}

.leftText  {
	text-align: left;
}

.rightText {
	text-align: right;
}

.italText  {
	font-style:  italic;
}

.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
}

.tinyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 16pt;
}

.whiteText{
	color: white;
}

.bigText {
	font-size: 16pt;
	line-height: 18pt;
	font-family: Arial, Helvetica, sans-serif;
}

.style2 {
	background-color: #FFD89D;
}

.title {
	font-weight: bold;
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
}

.headerText {
	font-weight: bold;
	font-size: 22pt;
	line-height: 28pt;
	color: #F0C97E;
}

.msgText {
	font-size: 16pt;
	line-height: 24pt;
	color: white;
}

.boldText {
	font-weight: bold;
}

.copyright {
	font-size: 9pt;
	font-style: italic;
	text-align: center;
}

.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: silver;
	margin-left: -60px;
}


a {
	color: #fff;
}

a:visited {
	color: #fff;
}

a:active {
	color: #fff;
}

a:hover {
	color: silver;
	}

a.blacklink {
	color: black;
}

a.blacklink:visited {
	color: black;
}

a.blacklink:active {
	color: black;
}

a.blacklink:hover {
	color: silver;
	}


.asterix {
	font-family: "Times New Roman", Times, serif;
	font-size: 20pt;
	font-weight: bold;
	font-style: normal;
	color: #CC3300;
	vertical-align: 2pt;
}


