/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/* Start Styles */

body
{
	background: #d6d6d6;
	color: #333333;
	font-family: arial, verdana;
	font-size: 0.7em;
}

/* global styles */	

strong { 
	color: #000000;
	font-weight: bold; 
	}

	a { color:#990000; text-decoration:none; }
a:hover { text-decoration:underline; }
a:visited {color: #990000;}

.clear {
	clear:both; 
	}
p { 
	color: #333; 	
	line-height: 1.28;
	}
h1	{
	color: #336699;
	font-size: 140%;
	margin: 0 0 15px 0;
	}

h2 {
	color: #336699;
	font-size: 105%;
	font-weight: bold; 
	margin: .8em 0;
	}

h3  {
	color: #eaae3e;
	font-size:160%;
	font-weight: bold;
	margin: 0 0 10px 0; 
	text-align: center;
	}	
h3 a, h3 a:visited {
	color: #eaae3e;
	text-decoration: none; 
	}
	
/* containers */
#pageWrapper {
	background: #fff url(../i/bg.gif) repeat-y;
	margin: 0 auto 0 auto;
	width: 778px;
	}
	
#masthead {
	background: #ffffff url(../i/masthead.jpg) top center no-repeat;
	height: 93px;
	margin: 0 0 0 13px;
	width: 751px;
	}

.hero {
	background: url(../i/gradient.gif) bottom left no-repeat;
	margin: 0 0 0 13px;
	padding: 0 0 47px 0;
	}
		
#contentWrapper {
	background: url(../i/bottom.gif) 0 100% no-repeat;
	padding: 0px 0 34px 20px;
	width: 778px; 
	}
	
#content {
	width: 460px;
	float: left;
	}

#appbox {
	background: #ffffff url(../i/blue_box_btm.gif) 0 100% no-repeat;
	float: left;
	margin: 0 0 0 50px;
	padding: 0 0 10px 0;
	width: 225px;
	}
	
#directions {
	background: #e5ecf2;
	width: 225px;
	}	
#legal {
	clear: both;
	margin: 20px auto;
	width: 631px;  
	}
	
/* specific styles */
.instantCredit {
	float:left;
	display:inline;
	margin-right:10px;
}

ul {
	margin: 13px	
	}

ul li {
	list-style-image: url(../i/img_bullet.gif);
	line-height: 1.4; 
	}
ol {
	background: url(../i/box_application_bg.gif) 10px 0 no-repeat;
	margin: 0 0 45px 0;
	}
ol li { 
	
	color: #666666;
	list-style-type: none;
	margin: 16px 20px 0 25px;
	padding: 0 0 16px 20px;  
	}


#appbox h2 {
	background: url(../i/blue_box_top.gif) 0 0 no-repeat;
	font-weight: bold;
	line-height: 1.25;
	margin: 0;
	padding: 10px 25px; 
	text-align: center;
	}	

#btn {
	text-indent: -7000px; 
	display: block;
	margin: 0 0 0px 22px; 
	padding: 24px 0 0px 60px;
    overflow: hidden;
	background: url(../i/btn.gif) no-repeat;
    height: 0px !important;
    height /**/:24px;
	}
	
#legal p {
	font-size: 80%;
	margin: 0 0 .8em 0;
	}
		