﻿/* Crash Cash Styles */

/*-------------------------*/
/*---------GENERAL---------*/
/*-------------------------*/

* {
	-web-kit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin:0px; 
	padding:0px;
}
	
body {
	background: #c2b58a; 
	color: #722222; 
	font-family: "Times New Roman", Times, serif; 
	font-size: 14px;
	font-weight: normal; 
	text-align: justify;
}

#container, #header, #headerOld {
	border: 1px solid #641111;
	border-bottom: 0;
	margin: 0 auto;
	width: 750px;
}

#header_flash {
	margin: 0 auto;
	width: 750px;
}
	
p {
	margin-bottom: 15px;
}
	
a { 
	color:#006699; 
	text-decoration:underline;
}

a:hover { 
	text-decoration:none;
}
	
/*-------------------------*/
/*----------LISTS----------*/
/*-------------------------*/

ul {
	margin-bottom: 20px 
}

ul li {
	margin: 0px 0px 10px 20px;
}

ul li ul li {
	font-size:12px;
	list-style:none; 
	margin: 2px 0px 0px 25px; 
}
	

/*-------------------------*/
/*----------TEXTS----------*/
/*-------------------------*/

@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot');
	src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('fonts/icomoon.woff') format('woff'),
		url('fonts/icomoon.ttf') format('truetype'),
		url('fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1, h2, #text p.question {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-weight: bold; 
	line-height: 1.25em;
	text-align: left;
}

h1 {
	color: #866c29; 
	font-size: 36px; 
	margin-bottom: 20px;
}

h1.faqs {
	font-size: 30px; /* so fits all on one line */
}

h1#apply {
	color:#866c29;
	font-size: 26px; 
	font-weight: bold; 
	font-variant: small-caps; 
	margin-bottom: 0;
	text-align: center;
}

h1#apply a {
	color: #897034;
	text-decoration: none;
}

h2 {
	font-size:20px; 
	margin-bottom:20px; 
}

#text p.question {
	font-size: 17px;
	margin-bottom:20px; 
}

h2.small {
	font-size:18px; 
	font-weight:normal; 
	font-variant:normal;
}

.center {
	text-align:center;
}

.icon {
	font-family: icomoon;
	font-size: 16px;
	font-variant: normal;
	padding-right: 10px;
}

#text p.question {
	text-align: justify;
}





/*-------------------------*/
/*-------- 2018 HEADER-----------*/
/*-------------------------*/



#headerLA {
    border: 1px solid #641111;
    border-bottom: 0;
    margin: 0 auto;
    width: 750px;
	border-bottom: 1px solid #722222;
    /*height: 300px;*/
    z-index: 100;
	background-image: url('../images/header2017.png');background-color:#722222;
}


.logoTitle{
    font-family:"Times New Roman", Times, serif;color:#faf6c7; font-variant:small-caps;padding-top:13px;padding-left:155px;font-size:40px;padding-bottom:25px;white-space:nowrap;
}


.menuLeftSide{background-color:#722222;float:left;width:228px;}


.menuRightSide{width:520px;float:right;background-color:#722222;}


.menuHTML{padding-left:15px;padding-top:20px;}


.headerLinks {}
.headerLinks li{display:block;margin-bottom:6px!important;}

.headerLinks a {
    color: #faf6c7;
    font-size: 1.1em;
    text-decoration: none;
	
}

.headerLinks ul li {
    margin: 0px 0px 10px 10px;
}


.menuDividers {border-bottom: 1px solid #faf6c7;width:100%;}


    


/*-------------------------*/
/*-------- 2017 HEADER-----------*/
/*-------------------------*/

h1.newSiteTitle {
	background-image: url('../images/headerNoPhone.png');
	min-height: 153px;
	margin: 0;
	text-indent: -9999px;
}


.newSiteTitle {
	background-image: url('../images/headerNoPhone.png');
	min-height: 153px;
	margin: 0;
	text-indent: -9999px;
}


.phoneNumb{
	padding: 0px 0px 0px 0px;
	margin: 46px 0px 0px 500px;
	width: 317px;
	position: absolute;
	z-index: 1;
	top: 0px;

}






/*-------------------------*/
/*--------HEADER-----------*/
/*-------------------------*/

#header_flash {
	position: absolute; 
	top: 0; 
	z-index: -10;
}

h1.site-title {
	background-image: url('../images/header.png');
	height: 153px;
	margin: 0;
	text-indent: -9999px;
}

.nav {
	margin-bottom: 0;
}

#header, #headerOld {
	border-bottom: 1px solid #722222;
	height: 361px; 
	z-index:100;
}
	
#headerOld {		
	display: none;
}

#header .nav li, #headerOld .nav li {
	background-repeat: no-repeat;
	list-style: none;
	margin: 0;
}

#header .nav a , #headerOld .nav a {
	display: block;
	text-indent: -9999px;
}

#header li.home {
	background-image: url('../images/nav_home_off.png');
	height: 30px;
	width: 194px;
}
#header li.home a:hover {
	background-image: url('../images/nav_home_on.png');
	height: 30px;
	width: 194px;
}

#header li.about {
	background-image: url('../images/nav_aboutus_off.png');
	height: 30px;
	width: 176px;
}
#header li.about a:hover {
	background-image: url('../images/nav_aboutus_on.png');
	height: 30px;
	width: 176px;
}

#header li.best-deal {
	background-image: url('../images/nav_bestdeal_off.png');
	height: 30px;
	width: 162px;
}
#header li.best-deal a:hover {
	background-image: url('../images/nav_bestdeal_on.png');
	height: 30px;
	width: 162px;
}

#header li.case-types {
	background-image: url('../images/nav_typesofcases_off.png');
	height: 30px;
	width: 153px;
}
#header li.case-types a:hover {
	background-image: url('../images/nav_typesofcases_on.png');
	height: 30px;
	width: 153px;
}

#header li.faqs {
	background-image: url('../images/nav_faqs_off.png');
	height: 28px;
	width: 147px;
}
#header li.faqs a:hover {
	background-image: url('../images/nav_faqs_on.png');
	height: 28px;
	width: 147px;
}

#header li.contact {
	background-image: url('../images/nav_contactus_off.png');
	height: 30px;
	width: 147px;
}
#header li.contact a:hover {
	background-image: url('../images/nav_contactus_on.png');
	height: 30px;
	width: 147px;
}

a.call {
	display: none;
}

/*-------------------------*/
/*---------CONTENT---------*/
/*-------------------------*/

#body {
	background: #FAF6C7;
	overflow: auto;
	position: relative;
	width: 100%; 
}
#text {
	background: #FFFEEB;
	border-right: 1px solid #866C29;
	float: left;
	min-height: 740px; /* so never shorter than the form column */
	padding: 25px;
	position: relative;
	width: 65%;
}

#text ul.features strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#text p {
	font-size: 15px;
}

#form {
	background: #FAF6C7;
	float: right;
	overflow: auto;
	padding: 25px; 
	text-align: center;
	width: 35%; 
}

#apply-form {
	margin-top: 20px;
}

#bestdeal {
	position:absolute; 
	right: 10px;
	top: 248px;
}

#bestdeal a {
	background: url('images/button_bestdeal_off.png');
	background-repeat: no-repeat;
	display: block;
	height: 92px;
	text-indent: -9999px;
	width: 100px;
}

#bestdeal a:hover,
#bestdeal a:active {
	background: url('images/button_bestdeal_on.png');
}

.address {
	margin-bottom: 15px;
	padding-left: 30px;
}

.thank-you #text h1 {
	text-align: center;
}

.thank-you #text p {
	font-size: 18px
}

/*-------------------------*/
/*----------FOOTER---------*/
/*-------------------------*/

.footer {
	background: #722222;
	border: 1px solid #641111;
	border-top: 0;
	clear: both;
	margin: auto;
	overflow: auto;
	width: 750px; /* same width as container */
}

#footer_links {
	width: 71%;
	float: left; 
	padding:30px 25px 20px;
}

#footer_links a {
	color: #faf6c7;
	font-size: 12px; 
	padding-right: 5px;
	text-decoration: none;
}

#footer_links a:hover {
	text-decoration:underline;
}

#footer_copyright {
	width: 29%;
	float: right; 
	padding:30px 10px 20px; 
	font-size:12px; 
	color:#faf6c7; 
	text-align:center;
}
	

/*-------------------------*/
/*----------FORMS----------*/
/*-------------------------*/

#submit {
	background: #7a2c2c;
	background: -webkit-gradient(linear, left top, left bottom, from(#722222), to(#7a2c2c));
	background: -webkit-linear-gradient(top, #722222, #7a2c2c);
	background: -moz-linear-gradient(top, #722222, #7a2c2c);
	background: -ms-linear-gradient(top, #722222, #7a2c2c);
	background: -o-linear-gradient(top, #722222, #7a2c2c);
	border-radius: 0.2em;
	-webkit-box-shadow: rgba(1,1,1,1) 0 1px 0;
	-moz-box-shadow: rgba(1,1,1,1) 0 1px 0;
	box-shadow: rgba(1,1,1,1) 0 1px 0;
	color: #faf6c7;
	display: block;
	/*float: right;*/
	margin-right: auto;
	margin-left:auto;
	margin-top: 10px;
	padding: 5px 0;
	padding-bottom: 4px;
    padding-top: 6px;
	text-decoration: none;
	width: 100px;
	text-align: center;
}

#submit:hover {
	opacity: .90;
}

input, textarea, select {
    border: 1px solid #897034; 
    color: #897034; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 12px;
	margin-bottom: 5px;
    padding: 3px 5px; 
    width: 95%;
}
	
.radio {
    width:20px; 
    border:0px; 
    text-align:right;
}
	
textarea {
    height: 60px; 
}
.column-contact textarea {
    height: 100px; 
}	
select {
    padding:1px 0px 1px 0px; 
}
	
.formtext {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#897034; 
	padding:3px 4px 0px 6px; 
	margin-bottom:5px; 
	text-align:left;
}

	.column-contact.right-contact {
		float: right;
		margin-left: 1%;
		width: 49%;
	}

	.column-contact.left-contact {
		float: left;
		margin-right: 1%;
		width: 49%;
	}
	.column-contact input, .column-contact textarea, .column-contact select {
		width: 100%;
	}


/*-------------------------*/
/*------MEDIA QUERIES------*/
/*-------------------------*/

@media screen and (max-width: 770px){
	
	body {
		background: #FFFEEB;
	}

	#container {
		border: none;
		width: 100%;
	}

	/* HEADER */

	#header_flash, .nav-spacer, .header-large, #headerLA { 
		display: none;
	}

	#header, #headerOld {
		background: #722222;
		border: 0;
		height: auto;
		width: 100%;
	}
	
	#headerOld {		
		display: block;
	}

	h1.site-title {
		background-image: url('../images/header-medium.png');
		background-repeat: no-repeat;
		background-size: contain;
		height: auto;
		min-height: 106px;
		max-width: 755px;
		width: 100%;
	}

	.lt-ie9 h1.site-title {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../images/header-medium.png', sizingMethod='scale');
    	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../images/header-medium.png', sizingMethod='scale')";
	}

	#header li.contact,
	#header li.contact a:hover,
	#header li.faqs,
	#header li.faqs a:hover,
	#header li.best-deal,
	#header li.best-deal a:hover,
	#header li.case-types,
	#header li.case-types a:hover,
	#header li.about,
	#header li.about a:hover,
	#header li.home,
	#header li.home a:hover {
		background-image: none;
		height: auto;
		width: auto;
	}

	#header .nav , #headerOld .nav {
		overflow: auto;
		margin: -10px auto 0;
		width: 100%;
	}

	#header .nav a, #headerOld .nav a,
	a.call {
		color: #fff;
		padding: 12px 5px;
		text-decoration: none;
		text-indent: 0;
	}

	#header .nav a:hover, #headerOld .nav a:hover,
	#header .nav a:active, #headerOld .nav a:active {
		background: #FAF6C7;
		color: #722222;
	}

	#header .nav li, #headerOld .nav li, a.call {
		background: #722222;
		background: #7a2c2c;
		background: -webkit-gradient(linear, left top, left bottom, from(#722222), to(#7a2c2c));
		background: -webkit-linear-gradient(top, #722222, #7a2c2c);
		background: -moz-linear-gradient(top, #722222, #7a2c2c);
		background: -ms-linear-gradient(top, #722222, #7a2c2c);
		background: -o-linear-gradient(top, #722222, #7a2c2c);
		-webkit-box-shadow: #888 0 1px 0;
		-moz-box-shadow: #888 0 1px 0;
		box-shadow: #888 0 1px 0;
		float: left;
		text-align: center;
		width: 50%;
	}

	.nav li {
		border-bottom: 1px solid #FAF6C7;
	}

	.nav li.home,
	.nav li.best-deal,
	.nav li.faqs,
	.nav li.empty-cell-left {
		border-right: 1px solid #FAF6C7;
	}

	.nav li.home,
	.nav li.about {
		border-top: 1px solid #FAF6C7;
	}

	a.call {
		background: #FAF6C7;
		border: 4px solid #722222;
		border-radius: 5px;
		color: #722222;
		display: block;
		float: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: bold;
		width: 100%;
	}

	#body a.call {
		margin: 0 0.5% 5px;
		width: 99%;
	}

	a.call:hover {
		opacity: .90;
	}

	/* CONTENT */

	#body {
		background: none;
		border-top: 1px solid #866c29;
		padding-top: 5px;
	}

	#form {
		border-top: 1px dotted #866c29;
	}

	#form, #text {
		float: none;
		width: 100%;
	}

	#text {
		border: none;
		min-height: 0;
		padding: 20px 25px;
	}

	#form .column.right {
		float: right;
		margin-left: 1%;
		width: 49%;
	}

	#form .column.left {
		float: left;
		margin-right: 1%;
		width: 49%;
	}
	.column-contact.right-contact {
		float: right;
		margin-left: 1%;
		width: 49%;
	}

	.column-contact.left-contact {
		float: left;
		margin-right: 1%;
		width: 49%;
	}

	input, textarea, select {
		font-size: 12px;
		padding: 8px 5px;
	}

	select {
		padding: 8px 2px;
	}

	#submit {
		float: none;
		margin: 2px auto 0;
	}

	#bestdeal {
		left: 377px;
		top: 233px;
		right: 0;
	}

	ul.contact li {
		list-style-type: none;
		margin: 0;
		margin-top: 10px;
	}

	/* FOOTER */

	.footer {
		padding: 20px;
		width: 100%;
	}

	#footer_links, #footer_copyright {
		padding: 0;
		text-align: left;
		width: 100%;
	}

	#footer_copyright {
		margin-top: 18px;
	}
}

@media screen and (max-width: 700px){
	h1.site-title {
		min-height: 95px;
	}
}

@media screen and (max-width: 640px){
	h1.site-title {
		min-height: 87px;
	}

	#bestdeal {
		left: auto;
		right: 10px;
		top: 233px;
	}
}


@media screen and (max-width: 580px){

	h1.site-title {
		min-height: 80px;
	}
}

@media screen and (max-width: 550px){

	h1.site-title {
		background-image: url('../images/header-small.png');
		min-height: 91px;
	}

	.lt-ie9 h1.site-title{
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../images/header-small.png', sizingMethod='scale');
    	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../images/header-small.png', sizingMethod='scale')";
	}

	#header .nav a, #headerOld .nav a, a.call {
		padding: 12px 5px;
	}

	#bestdeal {
		float: right;
		margin-right: -15px;
		padding-left: 5px;
		position: static;
		right: auto;
		top: auto;
	}

	#footer_links a {
		display: block;
		float: left;
		line-height: 1.5em;
		padding: 5px 0;
		padding-right: 12px;
	}

	#form .column.right,
	#form .column.left {
		float: none;
		margin: 0;
		width: 100%;
	}
	.column-contact.right-contact,
	.column-contact.left-contact {
		float: none;
		margin: 0;
		width: 100%;
	}

}

@media screen and (max-width: 490px){
	h1.site-title {
		min-height: 80px;
	}
}

@media screen and (max-width: 460px){
	h1.site-title {
		min-height: 76px;
	}
}

@media screen and (max-width: 430px){
	h1.site-title {
		min-height: 70px;
	}

	#text h1 {
		font-size: 27px;
	}

	#text p.question {
		font-size: 19px;
	}
}

@media screen and (max-width: 380px){
	h1.site-title {
		min-height: 62px;
	}
}


@media screen and (max-width: 320px){
	h1.site-title {
		min-height: 53px;
	}
}

@media screen and (max-width: 300px){
	body {
		font-size: 13px;
	}
}

@media screen and (max-width: 285px){
	body {
		font-size: 12px;
	}
}
.contact-button{
	    float: none!important;
    margin: 2px auto 0!important;
}
.table-front{
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 15px;
}
.table-front, .table-front th, .table-front td{
	border: 1px solid #641111;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}