body {
	min-width: 960px;
	margin: 0 auto;
	text-align: center;
	font-family: Arial, sans-serif;
	background-image: url(../images/bg_main.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/bg_wrapper.jpg);
	background-repeat: repeat-y;
	background-position: center;

	border-bottom: 1px solid #ddd;
}
form {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
}
p {
	margin: 0 0 12px 0; 
	padding: 0;
}
h1 {
	font-size: 32px;
	font-weight: bold;
}
h2 {
	font-size: 22px;
	font-weight: bold;
	color: #475457;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	color: #475457;
}
h4 {
	font-size: 16px;
	font-weight: bold;
}
h5{
	font-size: 12px;
	font-weight: bold;
}
h6 {
	font-size: 10px; 
	font-weight: bold;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0px 0px 10px 0px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}
a {
	color: #4E7581;
}
a:hover {
	color: #FF0000;
}
.clear {
	clear:both;
}

/* HEADER */
#header {
	padding: 0;
	margin: 0;
	position: relative;
	width: 960px;
	height: 196px;
	background: #fff url(../images/header_branding.jpg) no-repeat top left;
}

/* HEADER - LOAN APP FORM */
#loanApplyForm {
	position: absolute;
	bottom: 15px;
	right: 0;
	width: 390px;
	font-size: 12px;
	vertical-align:bottom;
}
#loanApplyForm input {
	font-size: 12px;
	margin-right: 5px;
}
#loanApplyForm input.email {
	width: 160px;
	
}
#loanApplyForm input.zip {
	width: 40px;
}
#loanApplyForm .formBtn {
	width: 60px;
	font-size: 11px;
}
/* CONTENT */
#leftSideBar {
	float: left; 
	width: 170px; 
	padding: 10px 0 0 0;
	font-size: 12px;
	margin: 0 0 10px 10px;
}
#mainContent {
	float: left; 
	width: 550px; 
	padding: 10px 0 0 0;
	font-size: 14px;
	margin: 0 0 10px 25px;
}
#rightSideBar {
	float: left; 
	width: 170px; 
	padding: 10px 0 0 0;
	font-size: 12px;
	margin: 0 0 10px 25px;
}

/* FOOTER */
#footer {
	font-size: 11px;
}
#footer #footerNav ul {
	text-align: center;
	padding: 0;
	margin: 0;
	padding: 5px 0 5px 0;
}
#footer #footerNav li
{
	display: inline;
	list-style-type: none;
	padding-right: 14px;
}
#footer #copyright {
	text-align: center;
	padding: 5px 0 5px 0;
}

/* HOME - APPLICATION */
#homeApplicationForm {
	background-image: url(../images/bg_home_application.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	border: 1px solid #fff;
	padding-top: 48px;
	font-size:12px;
}
#homeApplicationForm td {
	padding: 2px;
}
#homeApplicationForm td.title {
	background: #555;
	text-align: center;
	color: #fff;
	font-size:14px;
	font-weight:bold;
}
#homeApplicationForm textarea {
	border: 1px solid #ccc;
	width: 100%;
	font-size: 11px;
	font-family: Arial, sans-serif;
}
#homeApplicationForm #submitBtn {
	padding: 10px 0 10px 0;
	text-align: center;
}
/* HOME - FEATURED AUTOS */
#homeFeaturedAutos table {
	background-image: url(../images/bg_homefeatautos.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-bottom: 5px;
	border: 1px solid #ddd;
}
#homeFeaturedAutos img {
	width: 100px;
	height: 75px;
	border: 1px solid #000;
}
#homeFeaturedAutos span.model {
	font-size: 14px;
	font-weight: bold;
}
#homeFeaturedAutos td {
	padding: 3px;
	font-size: 11px;
}
#homeFeaturedAutos a.apply {
	background: url(../images/icon_applynow.gif) no-repeat left top;
	text-decoration: none;
	padding-left: 16px;
	height: 20px;
	text-align: right;
	color: #4E7581;
}
#homeFeaturedAutos a.apply:hover {
	text-decoration: underline;
	color: #FF0000;
}
/* --------- RIGHT RAIL FEATURES ---------------------------------------*/
#rightRailAppCheck {
	padding: 50px 0 10px 0;
	background: url(../images/bg_home_appcheck.jpg) no-repeat top center;
	font-size: 11px;
	height: 90px;
}
#rightRailAppCheck p {
	margin-bottom: 5px;
	margin-left: 14px;
	margin-right: 10px;
}
#rightRailAppCheck input, #rightRailAppCheck select {
	width: 140px;
	font-size: 11px;
}
/* Right Rail - Inventory Search */
#rightRailsearchInventory  {
	padding: 50px 0 10px 0;
	background: url(../images/bg_home_inventoryform.jpg) no-repeat top center;
	font-size: 11px;
	height: 270px;
}
#rightRailsearchInventory p {
	margin-bottom: 5px;
	margin-left: 14px;
}
#rightRailsearchInventory input, #rightRailsearchInventory select {
	width: 140px;
	font-size: 11px;

}
/**/
#rightRailRecentApplicants {
	padding: 50px 0 10px 0;
	background: url(../images/bg_home_recentaplicants.jpg) no-repeat top center;
	font-size: 11px;
	height: 154px;
}
#rightRailRecentApplicants p {
	margin-bottom: 5px;
	margin-left: 14px;
	margin-right: 10px;
}
#rightRailRecentApplicants input, #rightRailRecentApplicants select {
	width: 140px;
	font-size: 11px;
}
#rightRailRecentApplicants ul {
	margin: 0; 
	padding: 0 3px 0 0;
}
#rightRailRecentApplicants ul li {
	margin-left: 30px; 
	padding: 0 0 3px 0;
	font-weight: bold;
}
/* --------- LEFT RAIL FEATURES ---------------------------------------*/
#leftRailBuyingTips {
	padding: 50px 0 10px 0;
	background: url(../images/bg_home_carbuyingtips.jpg) no-repeat top center;
	font-size: 11px;
	height: 100px;
}
#leftRailBuyingTips p {
	margin-bottom: 5px;
	margin-left: 14px;
	margin-right: 10px;
}
#leftRailBuyingTips ul {
	margin: 0; 
	padding: 0 3px 0 0;
}
#leftRailBuyingTips ul li {
	margin-left: 30px; 
	padding: 0 0 5px 0;
}
#leftRailPmtCalc {
	padding: 50px 0 10px 0;
	background: url(../images/bg_home_pmtcalc.jpg) no-repeat top center;
	font-size: 11px;
	height: 66px;
}
#leftRailPmtCalc p {
	margin-bottom: 5px;
	margin-left: 14px;
	margin-right: 10px;
}
#leftRailPmtCalc ul {
	margin: 0; 
	padding: 0 3px 0 0;
}
#leftRailPmtCalc ul li {
	margin-left: 30px; 
	padding: 0 0 5px 0;
}
/**/
#leftRailNatlInventory {
	padding: 50px 0 10px 0;
	background: url(../images/bg_home_natlinventory.jpg) no-repeat top center;
	font-size: 11px;
	height: 510px;
	text-align: center;
}
#leftRailNatlInventory p {
	margin-bottom: 5px;
	margin-left: 14px;
	margin-right: 10px;
}
#leftRailNatlInventory ul {
	margin: 0; 
	padding: 0 3px 0 0;
}
#leftRailNatlInventory ul li {
	margin-left: 30px; 
	padding: 0 0 5px 0;
}
#leftRailNatlInventory img {
	border: 1px solid #000;
	width: 100px;
	height: 75px;
}
/* --------- MISC TEXT CLASSES/IDs ---------------------------------------*/
p.comingSoon {
	text-align:center;
	color:#CC0000;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size:22px;
	font-weight:bold;
}
#mainContent ul, #mainContent ol {
	margin-left:24px;
	padding:0;
}
#mainContent li {}

/* BREADCRUMBS */
#breadcrumbs {
	margin-bottom:14px;
}
#breadcrumbs ul#crumbs, #breadcrumbs #crumbs li {
	list-style-type:none;
	padding:0;
	margin:0;
}
#breadcrumbs #crumbs {
	border:1px dotted #ddd;
	height:1.81em;
}
#breadcrumbs #crumbs li {
	float:left;
	line-height:2.3em;
	padding-left:.75em;
	color:#777;
	font-size:11px;
}
#breadcrumbs #crumbs li a {
	display:block;
	padding:0 15px 0 0;
	background:url(../img/crumbs.gif) no-repeat right center;
	text-decoration:none;
}

/* CONTACT FORM - VALIDATION */
#infoRequest {
	width:380px; 
	margin:auto;
}
#infoRequestForm .block {
	display: block;
}
#infoRequestForm label {}
#infoRequestForm label.title {
	font-weight:normal;
}
#infoRequestForm input,  
#infoRequestForm textarea {
	font:12px Arial, sans-serif; 
	padding:3px; 
	margin-top:3px;
}
#infoRequestForm input:focus,
#infoRequestForm textarea:focus {

}
#infoRequestForm input.error, 
#infoRequestForm textarea.error {
	border: 1px dotted red;
}
#infoRequestForm input.noborder {
	border: none;
}
#infoRequestForm input.submit {
	padding:4px 14px;
}
#infoRequestForm label.error {
	display: none; 
	color:#FF0000; 
	font-weight:normal; 
	font-size:12px;
}
#infoRequestForm span.optional {
	font-size:11px; 
	color:#666; 
	font-style:italic;
}

.emphRed {
	color:#FF0000;
}

.emphDefault {
	font-weight: bold;
}

/* --------- LOGIN FORM - ADDED 1-9-2012 ---------------------------------------*/
#appstatuslogin-wrapper {
	width:320px;
	background-color:#f9f9f9;
	border: 6px solid #EFEFEF;
	margin:0 auto;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	-moz-box-shadow: 1px 2px 4px #ddd;
	-webkit-box-shadow: 1px 2px 4px #ddd;
	box-shadow: 1px 2px 4px #ddd;
	}
#appstatuslogin-wrapper .loginform {
	margin:22px;
	}
#appstatuslogin-wrapper fieldset {
	border:none;
}
#appstatuslogin-wrapper legend em {
	position:absolute;
	left:-9999em;
	}
#appstatuslogin-wrapper label {
	display:block;
	font-size:12px;
	color:#333;
	margin-bottom:3px;
	}
#appstatuslogin-wrapper input.textinput {
	width:100%;
	border:1px solid #d3d3d3;
	font-size:12px;
	color:#000;
	padding:5px 0 5px 5px;
	margin-bottom:10px;
	}
#appstatuslogin-wrapper input:focus {
	border-color:#999;
	}
#appstatuslogin-wrapper .loginbtn {
	display:block;
	float:right;
	width:121px;
	height:42px;
	margin-top:10px;
	}
#appstatuslogin-wrapper .login-action {
	font-size:12px;
	padding:0 0 5px;
	margin:0 0 7px;
	}
#appstatuslogin-wrapper .login-action span {
	color:#CC0000;
	font-weight:bold;
	font-size:14px;
	}
