/* DEALER SPECIFIC BRANDING */
button.color6bg {
	background: #f9d751!important;
}

.color7bg {
	background: #D6D6D6!important;
}

.color8bg {
	background: #f2f2f2!important;
}

.color9bg {
	background: #f0f0f0!important;
}

.color10bg {
	background: #009999!important;
}

.color11bghover:hover {
	background: #fdde67!important;
}

.marinerblue {
	color: #0a327b;
}

.statusIncomplete,.docStatusPartial {
	background: #A5C0D1;
}

.statusUnderReview {
	background: #FFDDB3;
}

.statusCounterOffer {
	background: #FFC5B3;
}

.statusApproved {
	background: #7EB398;
}

.statusFunded,.docStatusComplete {
	background: #C4E6A2;
}

.statusPreApproved {
	background: #B6D9C7;
}

.statusPending {
	background: #EFBACD;
}

.statusCancelled {
	background: #BFAC95;
}

.statusDenied {
	background: #B3B3B3;
}

.statusFailed,.docStatusAttentionNeeded {
	background: #ffb2b2;
}

.summarybg {
	background: #ddd;
}

h2 {
	background: #fff;
	color: #73022a;
}

.products, .address, .phone, .fax {
	background-color: #ebebeb;
}

.products li .address li, .phone li, .fax li {
	border-bottom: 1px #ABADB3 solid;
}

.products h3, .address h3, .phone h3, .fax h3 {
	background-color: #EBEBEB;
	color: #323232;
}

.appStatusBox {
	background: rgba(0,0,0,0.8);
}

.appStatusBox ul li {
	color: #fff;
}

.appStatusBox ul li:hover {
	background: #fff;
	color: #000;
}

#documentsTable tr:hover {
	background: #E7F4FF;
}

#splashPage {
	max-width: 700px !important;
}

	#splashPage .sectionheader {
		padding: 10px 20px;
	}

	#splashPage img {
		width: 90%;
	}

	#splashPage h1 {
		font-size: 1.6em;

	}

	#splashPage h2 {
		position: relative;
		font-weight: 500;
	}

	#splashPage .lgbutton {
		margin: 20px 0 0;
		padding: 10px 40px;
	}

		#splashPage .lgbutton:hover {
			text-decoration: none;
		}

.hgtmargin {
	margin-top: 40px;	
}

.hgbmargin {
	margin-bottom: 40px;
}