/* Tag Rules */

a {
	outline: none;
}

strong {
	font-weight: bold;
}

#bodyshopLeft, #bodyshopRight {
	float: left;
	display: inline;
	margin: 10px;
}

#bodyshopLeft {
	width: 492px;
}

#bodyshopLeft h3 {
	margin: 8px 0;
}

#bodyshopLeft ul {
	margin: 10px 0 10px 25px;
}

#bodyshopLeft li {
	list-style-type: disc;
	line-height: 1.5em;
}

#bodyshopRight {
	width: 420px;
}

#bodyshopRight img {
	display: block;
	margin: 10px 0;
}

#locationsmap {
	height: 300px;
}

#departmentHeading {
	font: italic bold 18px normal "Georgia", "Arial", sans-serif;
	margin: 8px;
}

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

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

#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: 170px;
	margin-bottom: 8px;
}	

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

#financeDeptInfo {
	background: transparent url(http://www.dealereprocess.net/en/images/finance_dept.jpg) 15px 0 no-repeat;
	height: 125px;
}

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

.departmentCol {
	float: left;
	display: inline;
	width: 300px;
	margin: 0 5px 10px 8px;
}

.departmentCol h2 {
	font: italic bold 16px/1.5em normal "Georgia", "Arial", sans-serif;
	margin: 5px 0;
	color: red;
}

.departmentCol h3 {
	font: normal bold 14px/1.5em normal "Georgia", "Arial", sans-serif;
	margin: 5px 0;
	color: red;
}

.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 12px "Lucida Grande", "Arial", sans-serif;
	color: #333;
}

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

#printButton {
	display: block;
	width: 150px;
	height: 50px;
	background: url(../images/printButton.gif) 0 0 no-repeat;
	text-indent: -9999em;
	margin: 10px;
}

#printButton:hover {
	background: url(../images/printButton_hover.gif) 0 0 no-repeat;
}


/*--------------------Cash for Guzzlers------------------------*/
	#guzzlers {
		margin: 5px 20px;
		font-family:Arial,Helvetica,sans-serif;
		font-size:12px;
		line-height:1.5em;
	}
	
	/*-------Guzzlers Top Container-------*/
	
	#guzzlers_left {
		padding: 15px 0 0;
		width: 679px;
		float: left;
		display: inline;
	}
	
	#guzzlers_left p {
		margin: 0 auto;
		padding:5px 0;
		width: 95%;
		font-size: 110%;
	}
	
	#guzzlers_right {
		float: right;
		width: 180px;
		display: inline;
	}
	
	#guzzlers_right br {
		margin: 0;
		padding: 0;
		height: 1px;
		font-size: 2px;
	}
	
	#guzzlers_clunkersLogo {
		margin: 0 auto;
		width: 144px;
		height: 150px;
		display: block;
	}
	
	/*-------Guzzlers Center Content-------*/
	
	#guzzlers_mainContent {
		margin: 0 auto;
		width: 700px;
		font-size: 110%;
	}
	
	#guzzlers_mainContent h2 {
		padding: 8px 0 0;
		font-size: 150%;
		font-weight: bold;
		font-style: normal;
	}
	
	#guzzlers_mainContent p {
		margin-left: 15px;
		padding:5px 0;
	}
	
	#guzzlers_mainContent li {
		margin-left: 40px;
		list-style: disc;
		font-size: 12px;
	}
	
	/*-------Guzzlers Table-------*/
	#guzzlers_tableTitle {
		padding: 10px 0 5px;
		font-size: 150%;
		font-weight: bold;
		font-style: normal;
		text-align: center;
	}
	
	#guzzlers td {
		padding: 4px 2px;
		border: 1px solid #000;
		font-size: 120%;
		text-align: center;
	}
	
	#guzzlers_tableHeader {
		font-weight: bold;
	}
	 
	#guzzlers td.guzzlers_tableCol1 {
	 	width: 23%;
		text-align: left;
	 }
	 
	 #guzzlers td.guzzlers_tableCol2 {
	 	width: 17%;
	 }
	 
	 #guzzlers td.guzzlers_tableCol3 {
	 	width: 30%;
	 }
	 
	 #guzzlers td.guzzlers_tableCol4 {
	 	width: 30%;
	 }
	 
	 #guzzlers_disclaimer {
	 	text-align: center;
	 }
/*-----------------End of Cash for Guzzlers-------------------*/



