/*********** GLOBAL ***********/
.header {
	margin:20px auto 0 auto;
	max-width:960px;
}
.header img {
	max-width:100%;
}

h1 {
	font-size: 26px;
	font-weight: bold;
	letter-spacing: -1px;
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.15em;
	text-align: center;
	color: #0F3954;
}

footer {
	border-top: 1px solid #eee;
	margin-top:10px;
	padding:10px 0 20px 0;
}

/*********** INDEX ***********/

.lead-form {
	margin-top:20px;
}

.lead-form h2 {
	margin-top:0;
	font-size:24px; 
	color:#0F3954;
	font-weight: bold;
}

.lead-form form {
	text-align: center;
	background-color:#f5f5f5;
	padding:20px;
}

.lead-form button {
	border:0;
	background: #0F3954;
	color: #fff;
	font-size:16px;
	font-weight: bold;
	padding:10px;
	font-family: Helvetica,Arial,sans-serif;
}

.lead-form button:hover {
	background: #BF402F;
}

.lock {
	background-image: url(/images/padlock.png);
	background-repeat: no-repeat;
	background-position: left;
	margin: 10px auto 0 auto;
	padding-left: 25px;
	font-size: .8em;
}

.fine-print {
	font-size:.8em;
}

/*********** SUCCESS ***********/

.success h1 {
	margin-top:40px;
	text-align: left;
}

.results {
	background-color: #EEF9FF;
	border-top: 1px solid #B2D9EE;
	border-bottom: 1px solid #B2D9EE;
	margin: 0px auto;
	line-height: 23px;
	font-size: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

#map-canvas {
	height:500px;
	width:490px;
}

.arrows li {
	list-style-image: url('/images/arrow.png');
}

.dealer.first {
	margin-bottom:10px;
}

.phone {
	color:#BF402F;
}