﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:700italic);
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow);

body {
	margin: 0px;
	padding: 0px;
	background-color: #29297B;
	font: 14px/1.2  'Segoe UI', Arial, sans-serif;
}
.finance-canvas {
	background-color: white;
	text-align: left;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
.padding20 {
	padding: 20px;
}
.padding10 {
	padding: 10px;
}
.right {
	float:right;
}

img {
border:0px;	
}

.top h1 
{
	  position: relative;
  text-align: center;
  font-size:58px;
  color:#D5098C;
  font-weight:bold;

}

.top h1 span {
  background: #fff;
  padding: 0 15px;
  position: relative;
  z-index: 1; color:#D5098C;
	
}
.top h1:before {
  background: #ddd;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
    top: 50%;
  width: 100%;
}
.top h1:before {
  left: 0;
} 
.top h2
{
	  position: relative;
  text-align: center;
  font-size:58px;
  color:#D5098C;
  font-weight:bold;

}

.top h2 span {
  background: #fff;
  padding: 0 15px;
  position: relative;
  z-index: 1;
	
}
.top h2:before {
  background: #ddd;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
    top: 50%;
  width: 100%;
}
.top h2:before {
  left: 0;
}



#frontpage
{
	width: 970px; background-image: url('/layout/car-finance-2015-V2.jpg'); background-repeat: no-repeat; height: 400px; margin-top: 10px;
}
#frontpage2
{
	width: 970px; background-image: url('/layout/car-finance-banner10.jpg'); background-repeat: no-repeat; height: 400px; margin-top: 10px;
}
#frontpage3
{
	width:620px; background-image: url('/layout/frontpage2.jpg'); background-repeat: no-repeat; height: 400px; margin-top: 0px;float:left;
}



#grad{
		background-image: url('/layout/gradient-box.png');
		background-repeat:repeat-x;
		border:1px #C1CFE4 solid;
		padding:1px 10px 10px 10px;

}
#grad2{
		border:1px #C1CFE4 solid;
		padding:1px 10px 10px 10px;

}

#grad h1 {
	color:navy;
}
#menu {
 background-image: url('../layout/menu-bar.png');
	\\background-color:#29297B;
	height: 75px;
	margin:0px;margin-top:0px;width:100%
}
#menu ul {
	padding-top: 30px;
}
#menu ul li {
	padding: 0px;
	display: block;
	display: inline;
	color: aqua;
}
#menu ul li a {
	font-size: 16px;
	color: white;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 20px;
}
#sitelogo {width:400px;height:70px;}

#menu ul li a:hover {
	color: yellow;
}
#cols {
	padding:14px;clear:both;
}
#cols div {
margin:4px;
}
#cols h3 {
font-family: 'PT Sans Narrow', sans-serif;font-weight:700;font-size:25px;margin-bottom:2px;margin-top:2px;
}
#cols ul {

}
#cols li {
	font-family: 'Open Sans', sans-serif;font-size:12px;border-bottom:1px gray dotted;padding:4px;
}
.col1 , .col2 , .col3 {
	width:30%;float:left;
}
.col1 {
	background-image:url("/layout/col1background.png");padding-top:40px;background-repeat:no-repeat;
}
.col2 {
	background-image:url("/layout/col2background.png");padding-top:40px;background-repeat:no-repeat;
}
.col3 {
	background-image:url("/layout/col3background.png");padding-top:40px;background-repeat:no-repeat;
}

.col1 h3 {
	color:#4a8cc6;
}
.col2 h3 {
	color:#00d936;
}
.col3 h3 {
	color:#ff4dff;
}

.colclick1 , .colclick2 , .colclick3 {
	width:30%;float:left;padding-right:10px;
}


#menu2 {
	background-color:#45619d;
	width:100%;
}
#menu2 ul {
}
#menu2 ul li {
	padding: 0px;
	display: block;
	display: inline;
	color: aqua;
}
#menu2 ul li a {
	font-size: 16px;
	color: white;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 20px;
}
#menu2 ul li a:hover {
	color: yellow;
}


.advert {
	clear:both;
	background:#F6F6F6;padding:50px;
	text-align:center;
	font-size:16px;
	line-height:32px;
	
}
.advertheader {
	font-family: "Open Sans", "Helvetica Neue", Arial;
	font-size:40px;color: #333
	
}
.advertbtn {
	display: inline-block;
	margin-bottom: 0px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.4285;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.btn-danger {
	background: #D5098C;
	border-color: #D5098C;
		padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;

}
.btn-go {
	background:#7BC70C;
	border-color: #7BC70C;
		padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;

}
.advertbtn:hover {
	color:white;text-decoration:none;background-color:red;
}

.btn-go:hover {
	color:white;text-decoration:none;background-color:yellow;color:black

}


.advertbtn  {
	color:white;text-decoration:none;
}




.apply {
}
.crumb {
`	font-size: 14px;padding-left:20px;
}
.crumb a {
	text-decoration:none;color:black;
}
#thumbs img 
{
padding-right:3px;	
}

.info {
	font-size: 14px;
	line-height:22px;
	margin-top:0px;
	line-height:22px;
	padding:10px;
	font-family: "Open Sans", "Helvetica Neue", Arial;
		font-size: 14px;
	line-height: 1.4285;

}
.info
{
	line-height: 1.4;
}
.info a {
	text-decoration:none;color:black;
}

.info input {
	border:1px #0099CC solid;padding:5px;
}
.info td {
	font-size: 12px;
	line-height:22px;
	margin-top:10px;
}
.pad20 {
	padding:20px;
}
.pad10{
	padding-top:10px;padding-bottom:10px;
}
.hig a {
	color:gray;font-weight:bold;
}
.hig a:visited {
	color:gray;font-weight:bold;
}

.unhig a {
	color:black;font-weight:normal;padding:3px;
}
.unhig a:hover {
	text-decoration:underline;
}

.info h1, h2{
	margin-top:10px;margin-bottom:8px;font-size:24px;color:#333333;
		font: 28px/1.2  'Segoe UI', Arial, sans-serif;
	
}
.centered {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	background-color:white;
		overflow:hidden;
}
.centered2 {
	margin-left: auto;
	margin-right: auto;
	width: 970px;
	overflow:none;
	background-color:white;
}

.botban {
	text-align: center;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

.footer {
	text-align: center;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin-top:20px;
	color:white;font-size:11px;
}
.footer a {
	margin-right:10px;
	margin-left:10px;
	color:white;text-decoration:none;
}
.footer a:hover{
	text-decoration:underlined;color:yellow;
}
#form select{
	width:200px;
}
#form .date {
	width:50px;
}
#form table {
	background-color:gray;
}

#form td {
	background-color:#F6F6F6;
}
#form .head {
		background-color:#6699FF;color:white;
}
#form input:focus
{
	border:1px blue solid;background-color:#D7F5FF
}
.line {
	border-top:1px black dotted;
}
.buttons input {
	background-color:white;color:gray;border:1px gray solid;
}
#article1
{
	padding:15px;line-height:22px;
}
#article1 p
{
 font: 15px/1.2  'Segoe UI', Arial, sans-serif;line-height:22px;
}
#article1 h1 {
	font-size:22px;margin-top:20px;
}
	.finance {
	color:white;font-size:19px;width:490px;height:27px;padding:5px;text-align:center;background-color:green
}
.bubble 
{
	background-image:url('../land/images/bubble.png');height:166px;width:370px;float;right;padding:10px;background-repeat:no-repeat;
}
.hig {
	color: #808080;background:#F2F2F2;color:black;padding:5px;border:1px gray solid;font-weight:bold;margin-left:4px;
}
.listmakes {
	width:100%;border:1px silver solid;clear:both;float:left;
}
.listmakes div {
	float:left;padding:5px 5px 5px 5px;
}


