/* Tag Rules */

body { 
	background: #fff url(../images/bg.jpg) 0 0 repeat-x;
	color: #000;
	font: 12px verdana;
}

h1, h2, h3, h4 {
	color: #0071fb;
	font-family: Verdana, sans-serif;
	font-weight: 900;
	padding: 0.25em 0;
}

h1 {
  padding: 10px;
	font-size: 18px;
}

h2 {
	font-size: 16px;
	color: #FF0000;
}

h3 {
	font-size: 14px;	
}

h4 {
	font-size: 14px;
}

strong {
	font-weight: bold;
}

em {
	font-weight: bolder;
}

a {
	color: #bd2729;
	text-decoration: none;	
}

a:hover {
  color: #0071fb;
	font-weight: normal;
}

ul {
	/*padding: 5px;*/
}

li {
	list-style-type: none;
	color: #000;
}

/* Classes */

.clear {
	clear: both;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.clearboth {
	clear: both;
	font-size: 1px;
	height: 1%;
}

label.required {
	font-size: 9px;
	color: gray;
	width: auto;
	margin-bottom: 0;
}

input.zipcode {
	width: 40px;
}

/* Form Rules */
		
input {
	display: block;
	width: 9em;
	float: left;
	margin-bottom: 10px;
}

textarea {
	display: block;
	width: 200px;
	height: 125px;
	float: left;
	margin-bottom: 10px;
}

select {
	display: block;
	width: 125px;
	float: left;
	margin-bottom: 10px;
	font-size: 10px;
}

label {
	float: left;
	display: block;
	text-align: right;
	width: 9em;
	padding-right: 10px;
	padding-left: 5px;
	font-size: 10px;
}

form {
	padding-top: 10px;
}

br.left {
	clear: left;
}

#certifiedSearch {
	padding: 65px 0px 60px 0px;
}

#certifiedSearch label {
	width: 75px;
}

#certifiedSearch select {
	width: 75px;
}

#certifiedSearch input.submit {
	background: transparent url(../images/certified-searchbtn.gif) no-repeat;
	width: 124px;
	height: 20px;
	border: 0;
}

#vehiclepayment label {
	width: 100px;
	padding: 0 10px;
}

#vehiclepayment form {
	padding-top: 5px;
}

p.paymentsearch {
	font-size: 10px;
	padding: 5px 10px;
	line-height: 1.5em;
}

#pagecontent {
	background: #fff;
}

#pagecontent p {
	line-height: 1.5em;
	padding: 5px;
}

#pagecontent li {
	list-style-type: circle;
}

#pagecontent ul {
	padding: 5px;
}

/*#pagecontent h1, h2, h3, h4 {
	padding: 5px 0;
	text-indent: 3px;
}*/



/* Form Pages */

#formcontainer {
	width: 100%;
	height: auto;
}

#formcontainer label {
	margin-top: 5px;
	margin-bottom: 7px;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#formcontainer select {
	margin-top: 3px;
	width: 130px;
	font-size: 11px;
}

#formcontainer input {
	padding: 2px 0;
	width: 125px;
	font-size: 12px;
}

#formcontainer br {
	clear: left;
}

#formcolumn {
	float: left;
	width: 425px;
	height: auto;
	display: inline;
}

#formpiccolumn {
	float: right;
	width: 340px;
	height: auto;
	display: inline;
}

#formpiccolumn img {
	width: 340px;
}

#preapproval {
	width: 97%;
	margin: 1.0em auto;
	padding: 0;
}

#preapproval fieldset {
	margin: 1.0em 0 2.0em;
	padding: 1.0em;
	border: 1px solid #000;
	background: #efefef;
}

#preapproval label {
	margin: 0 0.4em 0.8em 0;
	padding: 0;
	width: 16.0em;
	display: block;
	float: left;
	text-align: right;
}

#preapproval input, select {
	margin: 0 0.2em 0.8em 0;
	padding: 0;
	width: 11.0em;
	float: left;
	display: block;
}

#preapproval input.hiddenField {
	width: 0.0em;
	display: none;
	border: none;
}

#preapproval br.left {
   font-size: 1px;
   line-height: 0px;
   height: 0;
   clear: left;
}

#preapproval legend {
	background-color: #fff;
}
.calc form {
	margin: 0;
}

.calc fieldset {
	margin: 1.0em auto;
	padding: 1.0em;
	border: 1px solid #000;
	background: #efefef;
	width: 350px;
	height: auto;
}

.calc legend {
	font-size: 14px;
	font-weight: bold;
}

/* end of test form css */

/* Video Form */

#formcontainer.video_form {
	float: left; 
	width: 374px;
}

#formcontainer.video_form label {
	width: 65px;
}

#formcontainer.video_form input {
	width: 100px;
}

/* End Video Form */




br.left {
	clear: left;
}

#certifiedSearch {
	padding: 65px 0px 60px 0px;
}

#certifiedSearch label {
	width: 75px;
}

#certifiedSearch select {
	width: 75px;
}

#certifiedSearch input.submit {
	background: transparent url(../images/certified-searchbtn.gif) no-repeat;
	width: 124px;
	height: 20px;
	border: 0;
}

#vehiclepayment label {
	width: 100px;
	padding: 0 10px;
}

#vehiclepayment form {
	padding-top: 5px;
}

p.paymentsearch {
	font-size: 10px;
	padding: 5px 10px;
	line-height: 1.5em;
}

#pagecontent {
	background: #fff;
}

#pagecontent p {
	line-height: 1.5em;
	padding: 5px;
}

#pagecontent li {
	list-style-type: circle;
}

#pagecontent ul {
	padding: 5px;
}

#tribute_cont {
  margin: 0 auto;
  width: 800px;
}

#tribute_cont p {
  margin: 0 0 10px 0;
}

/*#pagecontent h1, h2, h3, h4 {
	padding: 5px 0;
	text-indent: 3px;
}*/

/***** Front Page Layout *****/

#wrapper {
	width: 960px;
	height: auto;
	margin: 0 auto;
	background: #fff;
}

#container {
	margin: 0 auto;
	width: 960px; 
	background: #fff url(../images/container_bck.jpg) 0 0 repeat-y;
	border: 0;
}

#container p {
  padding: 10px;
}

#chat {
	width: 960px;
	height: 19px;
	background-color: #fff;
}

#chatWrapper {
	background: transparent;
	float: right;
}

#header {
	margin: 0;
	width: 960px;
	height: auto;
}

#header img {
	border: 0;
}

#nav {
  margin: 0 0 5px 9px;
  padding: 0px 0 0 0px;
	width: 935px;
	height: 28px;
	background: #fff url(../images/nav_bck.jpg) 0 0 no-repeat;
}

/*#nav li {
  margin: 0 0 0 12px;
  display: inline;
}*/

#nav a {
  color: #fff;
 	font-weight: 600;
 	text-decoration: none;
}

#nav a:hover {
  color: #ccc;
}

/* Form Pages 

#formcontainer {
	width: 100%;
	height: auto;
}

#formcontainer label {
	width: 100px;
}

#formcontainer select {
	width: 100px;
}

#formcontainer input {
	width: 120px;
}

#formcontainer br {
	clear: left;
}

#formcolumn {
	float: left;
	width: 425px;
	height: auto;
	display: inline;
}

#formpiccolumn {
	float: right;
	width: 340px;
	height: auto;
	display: inline;
}

#formpiccolumn img {
	width: 340px;
}

#preapproval {
	width: 97%;
	margin: 1.0em auto;
	padding: 0;
}

#preapproval fieldset {
	margin: 1.0em 0 2.0em;
	padding: 1.0em;
	border: 1px solid #000;
	background: #efefef;
}

#preapproval label {
	margin: 0 0.4em 0.8em 0;
	padding: 0;
	width: 16.0em;
	display: block;
	float: left;
	text-align: right;
	clear: left;
}

#preapproval input, select {
	margin: 0 0.2em -5px 0;
	padding: 0;
	width: 11.0em;
	float: left;
}

#preapproval input.hiddenField {
	width: 0.0em;
	display: none;
	border: none;
}

#preapproval br.left {
   font-size: 1px;
   line-height: 0px;
   height: 0;
   clear: left;
}

#preapproval legend {
	background-color: #fff;
}
.calc form {
	margin: 0;
}

.calc fieldset {
	margin: 1.0em auto;
	padding: 1.0em;
	border: 1px solid #000;
	background: #efefef;
	width: 350px;
	height: auto;
}

.calc legend {
	font-size: 14px;
	font-weight: bold;
}

/* Inventory Pages */

#searchbox {
	width: 100%;
	height: auto;
	background-color: #dcdcdc;
	padding: 10px 0px;
	margin-top:5px;
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
}

.paginationleft {
	width: 100%;
	padding: 5px 0px;
	font-size: 10px;
	text-indent: 5px;
	color: #333;
}

.paginationleft a {
	background-color: #ccc;
	color: #666;
	padding: 2px 5px;
	border: 1px solid #999;
	text-decoration: none;
	font-size: 10px;
}

.paginationleft a:hover {
	background-color: #666;
	color: #fff;
}

.paginationright {
	width: 100%;
	padding: 5px 0px;
	font-size: 10px;
	color: #333;
}

.paginationright a {
	background-color: #ccc;
	color: #666;
	padding: 2px 5px;
	border: 1px solid #999;
	text-decoration: none;
	font-size: 10px;
}

.paginationright a:hover {
	background-color: #666;
	color: #fff;
}

/* Footer */

.separator {
	width: 98%;
	margin: 10px auto;
	height: 2px;
	background: #999;
	font-size: 1px;
}

#storeColLeft {
	float:left;
	margin: 0 0 10px 15px;
	width: 250px;
}

.storeLink {
	display: block;
	margin: 5px 0;
	text-decoration: none;
	font-weight: bold;
}

#storeColRight {
	float: right;
	margin: 0 0 10px 0;
	width: 200px;
}

#footerHeading {
	display: block;
	text-align: center;
	width: 100%;
	font: bold italic 18px "Georgia", "Verdana", sans-serif;
	color: red;
	margin: 5px auto;
}

.dealerPhone {
	display: block;
	width: 100%;
	color: #333;
	font: bold 14px normal "Lucida Grande", "Arial", sans-serif;
	line-height: 1.5em;
	margin: 5px 0;
}

/* Field Validation Javascript */

.validation-advice {
	display: block;
	padding: 5px;
	background-color: #FF3300;
	color: #fff;
	font-weight: bold;
	margin: 25px -50px 5px -150px;
	font-size: 9px;
	width: 140px;
	height: auto;
	float: left;
	z-index: 5;
}

#pagecontent {
  width: 960px;
  background: #fff;
}


#printButton {
  color: #000;
  font-size: 16px;
}

#footer {
  width: 960px;
  height: 35px;
  background: #fff url(../images/footer_bck.jpg) 0 0 no-repeat;
}

#footer a {
  color: #ccc;
}

.footerleft {
  padding: 10px 0 0 30px;
  width: 600px;  
  color: #fff;
  float: left;
}

.footerright {
  padding: 10px 0 0 0;
  width: 140px;
  color: #fff;
  float: right;
}

/* Locations Page */
#locations_info {
  margin: 0 0 20px 0;
  width: 360px;
  float: left;
}

.location_blck {
  margin: 0 0 20px 15px;
}

#locations_map_wrap {
  float: left;
}

#locations_map {
  margin: 65px 0 0 0;
  width: 590px;
  height: 590px;
  float: left;
}
 .address {
  font-size: 12px;
  color: #666;
 }
 
 
 
   #departmentHeading {
	font: italic bold 18px normal "Georgia", "Arial", sans-serif;
	margin: 8px;
}

#serviceDeptInfo, #partsDeptInfo, #financeDeptInfo {
	height: 140px;
	width: 97%;
	margin: 8px auto;
}

#serviceDeptInfo {
	background: transparent url(http://www.dealereprocess.net/en/images/forms/people.jpg) 0 0 no-repeat;
}

#financeDeptInfo {
	background: transparent url(../images/finance_dept.jpg) 0 0 no-repeat;
}

#financeDeptInfo p {
	font: 13px normal "Lucida Grande", "Verdana", sans-serif;
	line-height: 1.5em;
	color: #000;
	margin-left: 125px;
	margin-bottom: 8px;
}

#serviceDeptInfo p {
	font: 13px normal "Lucida Grande", "Verdana", sans-serif;
	line-height: 1.5em;
	color: #000;
	margin-left: 225px;
	margin-bottom: 8px;
}

#partsDeptInfo p {
	font: 13px normal "Lucida Grande", "Verdana", sans-serif;
	line-height: 1.5em;
	color: #000;
	margin-left: 225px;
	margin-bottom: 8px;
}	

#partsDeptInfo {
	background: transparent url(../images/parts_dept.jpg) 0 0 no-repeat;
}

#bodyShopDeptInfo {
	background: transparent url(../images/dupontAlliance.jpg) 15px 0 no-repeat;
}

#bodyShopDeptInfo p {
	font: 13px normal "Lucida Grande", "Verdana", sans-serif;
	line-height: 1.5em;
	color: #000;
	margin-left: 225px;
	margin-bottom: 8px;
}

#bodyShopDeptInfo ul {
	margin-left: 250px;
	margin-bottom: 10px;
}

#bodyShopDeptInfo ul li {
	list-style-type: disc;
	font-size: 12px;
	line-height: 1.5em;
}

.departmentCol {
	float: left;
	display: inline;
	width: 175px;
	margin: 0 0 10px 13px;
}

.departmentCol img {
	margin-bottom:1.5em;
}

.departmentCol h2, .departmentCol h3 {
	font: normal bold 11px/1.5em normal "Verdana", "Arial", sans-serif;
	margin: 5px 0;
	color: #555;
}

.departmentCol h3 {
	color: #666;
}

.address {
	display: block;
	width: 100%;
	color: #676767;
	font: 12px normal "Lucida Grande", "Arial", sans-serif;
	line-height: 1.5em;
}

a.departmentLink {
	display: block;
	color: #333;
	font: bold 12px normal "Lucida Grande", "Arial", sans-serif;
	text-decoration: none;
	text-indent: 3px;
	margin: 8px 0;
}

table.departmentStaff, table.departmentHours {
	width: 98%;
	margin: 0 auto;
}

.departmentStaff td, .departmentHours td {
	padding: 8px 6px;
	font: normal 11px "Lucida Grande", "Arial", sans-serif;
	color: #333;
}

tr.odd {
	background-color: #ebebeb;
}

#serviceLocations {
	float: left;
	width: 300px;
	margin: 0 0 0 10px;
}

#serviceLocations ul li {
	display: inline;
}

#serviceLocations ul li a {
	color: #000;
}

.locationInfo {
	margin: 18px 0;
}

.locationInfo ul {
  margin: 2px 0 8px 0;
}

#gMap {
	float: left;
	width: 630px;
	border: 1px solid #f1f1f1;
}

#mapReset {
	display: block;
	padding: 5px;
	color: #333;
}

#map {
	border: 8px solid #fff;
}
 
