/* Tag Rules */

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

h1, h2, h3, h4 {
	color: red;
	font-family: Verdana, sans-serif;
	padding: 0.25em 0;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;	
}

h4 {
	font-size: 14px;
}

strong {
	font-weight: bold;
}

em {
	font-weight: bolder;
}

a {
	color: red;
}

a:hover {
	color: #990000;
	text-decoration: underline;
	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;
}*/

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

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

#container {
	margin: 0 auto; 
	padding: 0;
	width: 960px; 
	background: #fff;
	border: 2px solid #fff;
	margin: 15px auto;	
}

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

#header img {
	border: 0;
}

#navigation {
	width: 960px;
	height: 35px;
	background: #ccc url(../images/navBG.jpg) 0 0 no-repeat;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #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;
}

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

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

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

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

a:hover.storeLink {
	text-decoration: underline;
	font-weight: bold;
}

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

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

#footerCols h2 {
	color: red;
	font: normal 16px "Verdana", sans-serif;
	padding: 0.25em 0;
}

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

.uwmVideo {
	margin: 5px;
	width: 92px;
	height: 22px;
}