@charset "utf-8";
*         {
	padding: 0px;
	margin: 0px;
}

body         {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-position: center top;
	display: block;
	background-repeat: repeat;
	background-image: url(../images/backrounds/crownfordInventoryBG.png);
	background-color: #021E73;
	
}
#container {
	width: 995px; /* the auto margins (in conjunction with a width) center the page */
	border: medium solid #4762CF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #DADADA;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	float: none;
	clear: both;
	padding: 0px;
}
#header {
	height: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	background-repeat: no-repeat;
	background-position: center center;
	width: auto;
	background-image: none;
} 
#headerTop {
	background-image: url(../images/backrounds/images/mainHeaderBG_Top.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 15px;
}
#headerMiddle {
	background-image: url(../images/backrounds/images/mainHeaderBG_Middle.png);
	background-repeat: repeat-y;
	background-position: center center;
}
#headerBottom {
	background-image: url(../images/backrounds/images/mainHeaderBG_Bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 25px;
}
#headerContent {
	height: 160px;
	background-image: url(../images/backrounds/Nashville_Panorama-4.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 15px;
}
#presidentsAwardDiv {
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	width: 180px;
	height: auto;
	padding-top: 0px;
}
#headerContent h5 {
	font-size: 70%;
}



#headerLeft {
	background-image: url(../images/headerBG/images/headerBG_Left.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 25px;
	height: 153px;
	float: left;
}
#headerCenter {
	background-image: url(../images/headerBG/images/headerBG_Centr.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	float: left;
	height: 153px;
	width: 930px;
}
#headerRight {
	background-image: url(../images/headerBG/images/headerBG_Right.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	height: 153px;
	width: 25px;
}
#headerButtonContainer {
	float: left;
	height: 80px;
	width: auto;
	background-image: url(../images/headerBG_Skyline.jpg);
	background-position: left center;
}
#headerButtonContainer ul {
	list-style-type: none;
}
#headerButtonContainer   li  {
	display: inline;
	margin-top: 20px;
}

#crownFordLogoDiv {
	float: left;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 220px;
}
#contactUsIconWrapper h6 {
	text-align: center;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
#contactUsIconWrapper a {
	color: #FFFFFF;
}
#contactUsIconWrapper a:hover {
	color: #B5BDE3;
}
#checkButton  {
	top: 10px;
	left: 350px;
}


.mainContentRight   h5 {
	margin: 5px;
	text-align: center;
	padding: 3px;
}
.mainContentRight ul {
	display: block;
	list-style-type: none;
	text-align: left;
	font-size: 80%;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
.mainContentRight li {
	margin-top: 5px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#header h1 {
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#contactButton a:link, #contactButton a:visited {
	height: 29px;
	width: 86px;
	display: block;
	text-indent: -1000em;
	border: none;
	background-image: url(images/contact_icon_dual.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#contactButton a:hover, #contactButton a:active {
    background-position: left bottom;
}

/*end header styles*/
#mainContent {
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	float: none;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0;
	padding-bottom: 0;
	clear: both;
}
#mainContentWrapper {
	float: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
}
.mainContentFieldset {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	border: medium ridge #021859;
	height: auto;
}
.mainContent Legend {
	color: #FFFFFF;
	background-color: #333333;
	margin-right: 3px;
	margin-left: 3px;
	padding-right: 3px;
	padding-left: 3px;
	top: -.75em;
	left: 0.5em;
	width: 178px;
	height: 23px;
	position: absolute;
}
.legend {
	color: #000000;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	visibility: visible;
	z-index: 4;
	border: medium none #090909;
}




#leftSidebar {
	padding: 2%;
	float: left;
	height: 20em;
	width: 20%;
	font-size: 80%;
}
#innerLeftSidebar {
	height: 18em;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	padding: 10px;
	margin-top: 10px;
	border: medium ridge #021859;
	background-color: #29649C;
}
#innerLeftSidebar h3 {
	margin: 15px;
}
#innerLeftSidebar ul {
	display: block;
	list-style-type: none;
	margin-top: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#innerLeftSidebar li {
	margin-top: 5px;
}
#mainContent a {
	color: #FFFFFF;
	text-decoration: none;
}
#mainContentWrapper a:hover, #mainContentWrapper a:focus {
	color: #FFFF00;
	text-decoration: underline;
}

#mainContentCenter {
	float: left;
	height: auto;
	width: 47%;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#mainContentCenterInner {
	padding: 10px;
	height: auto;
	border: medium ridge #0D0D0D;
	background-color: #27538C;
}
.mCCTitle {
	text-align: center;
	padding: 10px;
}
.mCCContnet {
	height: auto;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 5px;
}
.mCCSubtitle {
	padding: 10px;
	height: auto;
}
.mainContentRight {
	float: right;
	height: auto;
	width: 20%;
	padding: 2%;
	margin-bottom: 20px;
	position: relative;
}
.mCCContnet p {
	font-size: 80%;
	line-height: 1.4;
	text-align: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#mainContentCenterInner p {
	font-size: 80%;
	margin: 7px;
	text-align: left;
}
span.caption {
	position: absolute;
	left: -4000px;
}



.videoCenter {
	border: medium ridge #004AC6;
	background-color: #021859;
	margin-bottom: 10px;
}
.sideBarInner {
	height: auto;
}
.rightSBTopBox {
	height: 48%;
	padding: 10px;
	background-color: #2A659D;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	border: medium ridge #010C2C;
}
.rightSBBottomBox {
	padding: 1%;
	height: 48%;
	margin-top: 10px;
	background-color:  #2A659D;
	background-repeat: no-repeat;
	background-position: center center;
	border: medium ridge #011242;
}




/*end main content styles*/



/*begin footer styles*/

#footer  {
	height: auto;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	float: none;
	width: 100%;
	clear: left;
	margin-bottom: 0px;
	text-align: center;
} 
#footerLinksWrapper {
	margin-right: auto;
	margin-left: auto;
	width: 860px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
}


#newVehicleSalesFtr {
	float: left;
	width: 180px;
}
#container #preownedVehicleSalesLinks {
	float: left;
	width: 200px;
}
#financeFooterLinks {
	float: left;
	width: 160px;
}
#serviceFooterLinks {
	float: left;
	width: 18%;
}
#partsFooterLinks {
	float: left;
	width: 14%;
}
#OtherFooterLinks {
	float: left;
	width: 15%;
}
#footer h5 {
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
}
#footer h6 {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	color: #000000;
}
#footer  p  {
	font-size: 70%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
}
#footerMiddle p {
	text-align: left;
	padding-right: 35px;
	padding-left: 35px;
}

#footer ul {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 80%;
	line-height: 1.4;
}
#footer li {
	list-style-image: url(fireworks_sliced_exports/arrows.gif);
	margin-left: 10px;
	list-style-type: circle;
}
#footer  a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover, #footer a:focus {
	text-decoration: underline;
	color: #FFFF66;
}
#subFooterWrapper {
	padding-bottom: 5px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 95%;
	font-size: 80%;
}
#poweredBy {
	padding: 0px;
	float: none;
	text-align: center;
}
.subfooterbox1 {
	float: left;
	height: 4em;
	width: 30%;
}
.subFooterBox2 {
	float: left;
	height: 4em;
	width: 39%;
	text-align: center;
}




#subFooterWrapper h6 {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}
#rssfeedWrapper {
	float: none;
	width: auto;
	padding: 5px;
	text-align: right;
}
.clearfloat {
	clear: both;
}
.subFooterBox3 {
	float: left;
	height: 4em;
	width: 30%;
}
.rightSBTopBox h6 {
	text-align: center;
}
.floatleft {
	float: left;
	margin-right: 4px;
}
h6 {
	margin-right: 2px;
	margin-top: 5px;
}
.videoSelection {
	text-align: center;
	clear: both;
	float: none;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#mainContentCenter p {
	font-size: 80%;
	margin-top: 5px;
}
.floatright {
	float: right;
}
.floatrightWithPadding {
	float: right;
	margin-right: 30px;
}

.mainFieldsetWrapper {
}

.FormDivisions {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	border: medium ridge #0D0D0D;
	margin-bottom: 0.5em;
	height: auto;
	margin-top:0.5em;
	padding-top:1em;
	position: relative;
	clear: both;
	float: none;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.FormDivLegend {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: -7px;
	padding-left: -3px;
	font-weight: normal;
	margin-right: -2px;
	font-size: 1.2em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
}
.FieldsetGroupOne {
	float: left;
	text-align: left;
	width: 48%;
	padding-top: 15px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.fieldsetGroupTwo {
	float: left;
	width: 48%;
	padding: 15px;
}

#comments {
}
.mainContentRight h3 {
	text-align: center;
	margin: 5px;
}
.careerFormDivLegend {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: none;
	border-left-style: ridge;
	border-top-color: #0D0D0D;
	border-right-color: #0D0D0D;
	border-bottom-color: #0D0D0D;
	border-left-color: #0D0D0D;
	padding-right: -7px;
	padding-left: -3px;
	font-weight: normal;
	margin-right: -2px;
	background-color: #021859;
	font-size: 1.2em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	top: -0.75em;
	left: 0.5em;
	width: 237px;
	height: 23px;
	position: absolute;
}
.careerFormDivisions {
	padding: 10px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	border: medium ridge #0D0D0D;
	height: auto;
	background-color: #021859;
	margin-top:0.5em;
	padding-top:0.5em;
	height: auto;
	position: relative;
}


.mainContentRight p {
	font-size: 80%;
	margin: 5px;
	text-align: left;
}
.mCCContnet ul {
	list-style-type: none;
	display: block;
	text-align: left;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 80%;
}
.mCCContnet li {
	margin: 3px;
}
.mainContentRight h4 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#specialDetail {
	height: 27em;
	margin-bottom: 40px;
}
.FormDivisions h4 {
	text-align: center;
	margin: 10px;
}
cfinput.descriptions {
	width: 600px;
}
#videoembed {
	text-align: left;
}
.newGrid {
	height: auto;
	width: auto;
}
.disclaimerText {
	font-size: 70%;
	line-height: 1.4;
}
.adImage {
}
#financeBoxTopRight img {
	margin-top: 10px;
}
#logonew {
	margin-top: 5px;
	margin-left: 5px;
}
#poweredBy   a {
	color: #996699;
}
.fieldsetspacerdiv {
	height: 1.2em;
}
.mainContentFieldset h3 {
	text-align: center;
	margin-bottom: 10px;
}
#requestquotebtn {
	background-color: #D9CDBF;
	height: 30px;
	width: 150px;
	border: thin solid #FFFFFF;
	padding-top: 9px;
	background-image: url(../images/ajatixnavigation/dt-sub-sub.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	float: left;
}
#btnSpacer {
	float: left;
	width: 10px;
}
#checkButten {
	float: right;
	width: 250px;
	text-align: center;
	margin-top: 10px;
}
#contactUsIconWrapper {
	float: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 70px;
	text-align: center;
}
#couponWrapper {
	float: left;
	margin-top: 10px;
	width: 200px;
	text-align: center;
}
#facebookButtonDiv {
	float: left;
	height: 70px;
	width: 100px;
}

#dealershipPhone {
	height: auto;
	text-align: center;
	float: left;
	width: 98%;
	padding-top: 10px;
}
#dealershipPhone ul {
	list-style-type: none;
	font-weight: bold;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	font-size: 100%;
}
#dealershipPhone li {
	display: inline;
	margin-right: 20px;
}
#facebookButtonDiv {
	text-align: center;
}
#facebookButtonDiv a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 90%;
}
#facebookButtonDiv a:hover, #facebookButtonDiv a:focus {
	color: #FFFF00;
	text-decoration: underline;
}
#captchaWrap {
	margin-top: 5px;
}
#mainLeft {
	float: left;
	width: 25px;
}
#mainCenter {
	float: left;
	width: 900px;
}
#mainRight {
	float: left;
	width: 25px;
}
.mainContentMiddle h2 {
	text-align: center;
}
#bpnLogoWrap {
	text-align: center;
	width: 270px;
	margin-right: auto;
	margin-left: auto;
}

#mainTop {
	clear: both;
	float: none;
	height: 25px;
	width: 100%;
	background-image: url(../images/backrounds/mainBGTop.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#mainMiddle {
	width: 100%;
	background-image: url(../images/backrounds/mainBG_center.png);
	background-repeat: repeat-y;
	background-position: center top;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#mainBottom {
	height: 30px;
	background-image: url(../images/backrounds/mainBG_Bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #DADADA;
	padding: 0px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#centerContentWrap {
	margin-right: auto;
	margin-left: auto;
	background-color: #A9CBE9;
	width: 900px;
}
.mainContentTop {
	background-image: url(../images/backrounds/mainBGTop.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 25px;
	width: 992px;
}
.mainContentMiddle {
	background-image: url(../images/backrounds/mainBG_center.png);
	background-repeat: repeat-y;
	background-position: right top;
	width: 992px;
}
.mainContentBottom {
	background-image: url(../images/backrounds/mainBG_Bottom.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 30px;
	width: 991px;
}
.titleTop {
	background-image: url(../images/backrounds/header_top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 15px;
}
.titleMiddle {
	background-image: url(../images/backrounds/header_middle.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.titleBottom {
	background-image: url(../images/header_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 15px;
}
.clearfloatNoSpace {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
}
.fieldsetInnerWrap {
	margin: 10px;
	background-repeat: repeat;
}
.spacerDiv {
	clear: both;
	float: none;
	height: 10px;
}
#cfLogoDealerNumbersWrap {
	float: left;
	width: auto;
}
#facebookLogo {
	vertical-align: text-bottom;
}
#footerTop {
	background-image: url(../images/backrounds/images/mainHeaderBG_Top.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 16px;
	width: auto;
}
#footerWrap {
	margin-right: auto;
	margin-left: auto;
}
#footerMiddle {
	background-image: url(../images/backrounds/images/mainHeaderBG_Middle.png);
	background-repeat: repeat-y;
	background-position: center center;
}
#footerBottom {
	background-image: url(../images/backrounds/images/mainHeaderBG_Bottom.png);
	height: 26px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
cfinput.submit {
	height: auto;
	width: auto;
	font-size: 1.2em;
}
#formWrapper {
	background-image: url(../images/backrounds/mainBG_center.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#submitButtonWrap {
	text-align: center;
	width: 300px;
	padding-right: 10px;
	padding-left: 10px;
}
#staffImageWrapper {
	text-align: center;
}
.bluetext {
	color: #00F;
}
.redtext {
	color: #F00;
}
#disasterText {
	margin: 10px;
	background-color: #FFF;
}
#cSWrapper {
	height: 525px;
	width: 758px;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFBF0;
}
#cSWrapper h2 {
	text-align: center;
	overflow: visible;
	margin-right: 25px;
	margin-left: 25px;
	padding-top: 150px;
}
#cSWrapper h3 {

}
#cSWrapper h5 {
	margin-top: 15px;
}
#cSWrapper h6 {
	text-align: center;
}
