@CHARSET "ISO-8859-1";

body {
	color: #333333;
	padding: 0;
	margin: 0; 
	border: 0;
	font-size: 12pt;
	text-decoration: none;
	background-image: url(images/background.png);
	background-repeat:repeat-x;
	background-color:#eee;
	font-family: Helvetica, Arial, Times New Roman, default;
}

h1,h2,h3,h4 {
	margin: 0;
}

a {
	text-decoration:none;
	color: #b34538;
}
a:visited {
	color: #b34538;
}
a:hover {
	color: #000;
}

img {
	border:0;
}

.clear { 
	clear: both; 
}

#main {
	/* used a fixed width or set margins/percentage */
	width: 1000px;
	margin: 0 auto; 
	background-color:#fff;
}	

div#static_logo {	
	background-image: url(images/static.jpg);
	background-repeat: no-repeat;
	position: relative;
	width: 1000px;
	height: 240px;
	
}
#static_logo a {
	display: block;
	position: absolute;
	text-decoration: none;	
}

#static_logo a#apply_instantly_online {
	left: 460px;
	top: 26px;
	width: 338px;
	height: 49px;
}
#static_logo a#over_500_vehicles {
	left: 460px;
	top: 92px;
	width: 289px;
	height: 49px;	
}
#static_logo a#hundred_percent_approval {
	left: 460px;
	top: 155px;
	width: 227px;
	height: 49px;	
}
#static_logo a#hundred_percent_approval_keys {
	left: 844px;
	top: 173px;
	width: 91px;
	height: 51px;	
}

#header {
	width:1000px; height:93px; 
}
#header h1 {
	margin-left: 30px !important; padding:0; font-size:2.5em;
	line-height: 93px;
}
#header h1 a {
	color: #fff;
}
#logo {
	border:0; width:1000px; height:237px
}
	
#content {
	position: relative; border: 4px solid #06a002; margin-left: 5px; padding: 5px; background-color:#fff;
}

.col_header {
	height: 12px;
	background-color:#80b796;
}

#col1 {	
	float: left;
	width: 240px;
	max-width: 240px;
	margin: 0;
	/* margin-top -1px in order to have border align with top header */
	margin-top: -1px;
	background-color:#cfebdb;
	border: 1px solid #80b796;	
}

#col2 {				
	/* max-width: 500px; */
	width: 500px;	
	float:left;
	margin-left: 7px;
	margin-top: -1px;
	border: 1px solid #80b796;
	line-height: 1.35em;
}	

#col3 {		
	width: 300px;
	float: right;
	background-color:#eee;
}

#col1 h4, #col3 h4 {
	margin-top: 0;
	margin-bottom: 0;
}

#col1 ol, #col1 ul {
	list-style: square url(images/arrow_right_2.png);
}


#footer {
	background-color: #06a002; margin-top: 5px; color: #eee;
}
#footer h4 {
	color: #000;
}
#header_bar {
	background-color: #80b796; 
	height: 10px
}

/* navigation */

ul#topnav {
	padding: 0;
	list-style-type: none;		
	width: 1000px;
	display: block;
	margin: 0;
}
ul#topnav li {
	float: left;
	width: 146px;
	height: 38px;
	line-height: 38px;
	color: #fff;
	background-color: #fff;
	background-image: url(images/topnav.jpg);	
	margin: 0;
	padding: 0;
	margin-right: 5px;
	text-align: center;
	font-weight: bold;
}

ul#topnav a {
	color:#fff;
}


ul#nav_main li.active {
	background-color: #80b796;
}

.nav_top, .nav_bottom{
	text-align: center;
	font-size: 0.8em;
}
.nav_top a, nav_bottom a{
	text-deocration: none;
}


/* col 3 column settings */
#col3 dl dt {
	font-size: 0.9em;
	font-weight: bold;
	padding-left: 5px;
}
#col3 dl dt dd {
	font-size: 0.7em;
}

#legal_information {
	font-size: 0.7em;
}


/* general purpose */

.bar {
	background-color: #80b796; 
	height: 1px
}


.center {
	text-align:center;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
/* only works if a width has been defined */
.block_center {
	margin:0 auto;
}	

/* used for the rounded corners */
.corner_left {
	float:left; 
}

.corner_right {
	float:right;
}


/* icons */

img.icon_small {
	width: 16px;
	height: 16px;
	border: 0;
}

/* status and error messages */

.error_message {
	color: red;
}
.success_message {
	color: green;
}
.status_message {
	color: green;
}
.form_errors {
	color: red;
}
.required {
	color: red;
}

.indent_10 {
	padding-left: 10px;
}
.hide {
	display: none;
}
.vtop {
	vertical-align: top;
}
.vbottom {
	vertical-align: bottom;
}