/* Tag Rules */

body { 
	color: #000;
	font: 12px verdana;
}

h1, h2, h3, h4 {
	color: red;
	font-family: verdana;
}

h1 {
	font-size: 18px;
	padding: 3px 0px;
	text-indent: 10px;
}

h2 {
	font-size: 16px;
	padding: 3px 0px;
	text-indent: 10px;
}

h3 {
	font-size: 14px;
	padding: 3px 0px;
	text-indent: 10px;	
}

h4 {
	font-size: 14px;
	padding: 3px 0px;
}

strong {
	font-weight: bold;
}

em {
	font-weight: bolder;
}

a:link {
	color: red;
	text-decoration: underline;
}

a:hover {
	color: #990000;
	text-decoration: underline;
	font-weight: normal;
}

a:visited {
	color: red;
}

ul {
	padding: 5px;
}

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

/* Classes */

.clear {
	clear: both;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.red {
	color: red;
}

p.payments {
	font-size: 10px;
}

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

input.zipcode {
	width: 40px;
}

/* Form Rules */
		
label, input {
	display: block;
	width: 8em;
	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 {
	text-align: right;
	width: 6.5em;
	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 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;
}

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

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

#container {
	width: 100%;
	height: auto;
	background: #fff;
}

#skyscraper {
	float: right;
	margin-top: 6px;
	width: 120px;
	height: 160px;
	display: inline;
}

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

#header img {
	border: 0;
}

#navigation {
	width: 960px;
	overflow: auto;
	height: auto;
	background: #ccc;
}

#searchcontainer {
	width: 771px;
	height: auto;
	background: #fff;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
}

#searchheader {
	width: 100%;
	height: auto;
	padding: 5px 0px;
	margin: 0 auto;
}

#searchboxleft {
	width: 385px;
	height: auto;
	float: left;
	display: inline; /* Fixes IE6 Win Double Margin Bug. Google is your friend! */
	background: #fff url(../images/usedcar-searchbg.jpg) no-repeat center;
}

#searchboxright {
	width: 385px;
	height: auto;
	float: right;
	display: inline; /* Fixes IE6 Win Double Margin Bug. Google is your friend! */
	background: #fff url(../images/newcar-searchbg.jpg) no-repeat center;
}

#sectionAcontainer {
	width: 100%;
	height: auto;
	background: #4d4d4d;
}

#sectionAleftbox {
	width: 228px;
	height: auto;
	float: left;
	background: transparent;
	padding: 5px 3px;
}

#sectionAmiddlebox {
	width: 229px;
	height: 242px;
	float: left;
	background: transparent url(../images/certified-searchbg.gif) no-repeat center;
	padding: 5px 3px;
}

#sectionArightbox {
	float: left;
	width: 306px;
	height: auto;
	background: #cdcdcd;
}

#sectionArightbox img {
	padding: 3px;
	border: #ccc;
}

#twocolcontainer {
	width: 100%;
	height: auto;
	padding: 5px 0px;
}

#sectionBleftcol {
	float: left;
	display: inline; /* Fixes IE6 Win Double Margin Bug. Google is your friend! */
	width: 350px;
	height: auto;
	background: #fff;
	ma\rgin: 0;
}

#sectionBleftcol li {
	line-height: 0;
}

#sectionBleftcol img {
	width: 350px;
}

#sectionBrightcol {
	float: right;
	display: inline; /* Fixes IE6 Win Double Margin Bug. Google is your friend! */
	width: 390px;
	height: auto;
	background: #fff url(../images/sectionBrightcolbg.gif) repeat-x;
	padding: 10px;
}


#sectionBrightcol h2 {
	font: bold 16px/1em "Lucida Grande", Verdana, Arial, sans-serif;
	color: blue;
	margin-bottom: 7px;
}

#sectionBrightcol p {
	font: normal 12px/1.5em "Lucida Grande", Verdana, Arial, sans-serif;
	color: #000;
	padding-left: 60px;
	min-height: 75px;
	height: auto;
}

#sectionBrightcol p.insurance {
	background: url(../images/insurance_button.jpg) no-repeat;
}

#sectionBrightcol p.finance {
	background: url(../images/finance_button.jpg) no-repeat;
}

#sectionBrightcol p.calculator {
	background: url(../images/calculator_button.gif) no-repeat;
}

#sectionBrightcol p.safety {
	background: url(../images/safety.gif) no-repeat;
}


#browsebymake {
	margin: 0 0 1.0em;
	clear: both;
	width: 775px;
}

#browsebymake a:link {
	color: red;
	text-decoration: underline;
}

#browsebymake a:hover {
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}

/* Research Page */

#research-header {
	width: 100%;
	height: auto;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
}

#research-header p {
	padding: 5px;
	line-height: 1.5em;
	font-size: 14px;
}

#research-header span {
	color: red;
	font-weight: bold;
	font-size: 16px;
}

#insurance-block {
	float: left;
	width: 455px;
	height: 100px;
	padding: 10px;
	display: inline;
	background: #f0f0f0;
	border: 1px solid #999;
	margin-bottom: 5px;
}

#insurance-block p.insurance {
	background: url(../images/insurance_button.jpg) no-repeat;
	line-height: 1.5em;
	padding-left: 60px;
}

#insurance-block h2 {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	padding-bottom: 10px;
	text-indent: 0;
}

#finance-block {
	float: right;
	width: 455px;
	height: 100px;
	padding: 10px;
	display: inline;
	background: #f0f0f0;
	border: 1px solid #999;
	margin-bottom: 5px;
}

#finance-block p.finance {
	background: url(../images/finance_button.jpg) no-repeat;
	line-height: 1.5em;
	padding-left: 60px;
}

#finance-block h2 {
	padding-bottom: 10px;
	text-indent: 0;
}

#paymentcalc-block {
	clear: both;
	float: left;
	width: 455px;
	height: 100px;
	padding: 10px;
	display: inline;
	background: #f0f0f0;
	border: 1px solid #999;
	margin-bottom: 5px;
}

#paymentcalc-block p.calculator {
	background: url(../images/calculator_button.gif) no-repeat;
	line-height: 1.5em;
	padding-left: 60px;
}

#paymentcalc-block h2 {
	padding-bottom: 10px;
	text-indent: 0;
}

#safety-block {
	float: right;
	width: 455px;
	height: 100px;
	padding: 10px;
	display: inline;
	background: #f0f0f0;
	border: 1px solid #999;
	margin-bottom: 5px;
}

#safety-block p.safety {
	background: url(../images/safety.gif) no-repeat;
	line-height: 1.5em;
	padding-left: 60px;
}

#safety-block h2 {
	padding-bottom: 10px;
	text-indent: 0;
}

.contentblock {
	width: 100%;
	height: auto;
	border: 1px solid #999;
	background: #f0f0f0;
	margin: 5px 0px;
}

.contentblock h2 {
	text-indent: 0;
}

#buyingtipscontent {
	width: 100%;
	height: auto;
}
#buyingtipscontent h2 {
	font-size: 14px;
	color: red;
	padding: 5px 0px 5px 5px;
}

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

#buyingtipscontent a:link {
	font-size: 12px;
	color: red;
	text-decoration: underline;
}

#buyingtipscontent a:hover {
	font-size: 12px;
	color: red;
	text-decoration: underline;
}

#buyingtipsleft {
	float: left;
	width: 475px;
}

#buyingtipsright {
	float: right;
	width: 475px;
}

/* 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 form {
	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: 12.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;
}

.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;
}

.leftcol {
	float: left;
	display: inline;
	width: 475px;
	height: auto;
	margin-left: 5px;
}

.leftcol br {
	clear: left;
}

.leftcol label {
	width: 125px;
}

.leftcol input {
	width: 125px;
}

.rightcol {
	float: right;
	display: inline;
	width: 475px;
	height: auto;
}

.rightcol p {
	line-height: 1.5em;
	padding: 5px;
}

.leftcolheader {
	width: 365px;
	height: auto;
	background: #ccc;
	border: 1px solid #999;
	margin: 10px 0 0 5px;
}

.leftcolheader h2 {
	text-indent: 10px;
}

.leftcol p {
	line-height: 1.5em;
	padding: 5px;	
}

.leftcol h2 {
	text-indent: 10px;
}

#rightcolheader {
	width: 365px;
	height: auto;
	background: #ccc;
	border: 1px solid #999;
	margin-top: 10px;
}

#rightcolheader h2 {
	text-indent: 10px;
}

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

.rightcol label {
	width: 125px;
}

#links {
	margin: 10px 0 0 10px;
	width: 100%;
	height: auto;
}

#links li{
	line-height: 1.5em;
	list-style-type: circle;
}

#links ul{
	margin-left: 10px;
	padding-bottom: 10px;
}

#links a {
	font-size: 12px;
	color: #000;
}

/** begin css for multi-column list on main page **/
#multiColumn {
	margin: 0;
	padding: 0;
}

#multiColumn li {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

#multiColumn li.multiCol1 {
	margin-left: 5px;
}

#multiColumn li.multiCol2 {
	margin-left: 195px;
}

#multiColumn li.multiCol3 {
	margin-left: 385px;
}

#multiColumn li.multiCol4 {
	margin-left: 575px;
}

#multiColumn li a {
	margin: 0;
	padding: 0;
	display: block;
	width: 190px;
	font-size: 90%;
}
/** end css for multi-column list on main page **/

/* 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;
}

/* SEO Box on homepage */

.seodiv {
	overflow: auto;
	width: 98%;
	height: 170px;
	border: 1px black solid;
	text-align: left;
	font-size: 9px;
	background: #ccc;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}

.seodiv p {
	padding:6px;
}

