@charset "utf-8";
/* CSS Document */

html, body{
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	border-left:0;
} 
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, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
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%;
	font-family: inherit;
	vertical-align: baseline;
	}

body {
	line-height: 1;
	color: black;
	background: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}

ol, ul {	list-style: none;}

table {
	border-collapse: separate;
	border-spacing: 0;
	}
	
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
	/* end reset styles */
	/* clearing technique */
	
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
	}
	
.clearfix {display:inline-block;}
	/* mac hide \*/
	
* html .clearfix {height: 1%;}

.clearfix {display: block;}
 /* End hide */
/*........... do not change or amalgamate the above clearfix styles..................*/



body {
	background-color:#e8e8e8;
	}
	
.top-link {
	margin: 0 auto;
	width:806px;
	text-align:right;
	color:#333;
	font-size:11px;
	line-height:20px;
	padding-right:5px;}
	
.top-link a{
	text-decoration:none;
	color:#333;}
	
.top-link a:hover{
	text-decoration:underline;
	color:#333;}


#wrapper {
	width:806px;
	margin: 0 auto;
	background-image:url(images/main-bg.jpg);
	background-repeat:repeat-y;}
	
#top-bg {
	width:806px;
	background-image:url(images/top-bg.jpg);
	background-repeat:no-repeat;
	height:10px;
	margin:0 auto;}
	
#header-logo-bg {
	margin: 0 auto;
	height:100px;
	width:779px;
	background-image:url(images/top-logo-bg.jpg);
	background-repeat:no-repeat;
	}
	
#phone-holder {
	float:right;
	width:145px;
	text-align:right;
	font-size:18px;
	font-weight:bold;
	color:#666666;
	line-height:20px;
	padding-top:15px;}
	
#banner-holder {
	margin: 0 auto;
	width:779px;
	height:253px;
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
	padding-bottom:10px;	}
	
#credit-score-btn {
	position:relative;
	width:250px;
	height:73px;
	margin-left:331px;
	padding-top:144px;}
	
#content-holder {
	margin: 0 auto;
	width:779px;
	padding: 0 0 10px 0;}
	
	
/*--------------------------------------
                 Main Content
--------------------------------------*/	

#main-content { 
	float:right;
	width:518px;
	font-size:11px;
	color:#666;
	line-height:20px;
}	

#main-content h1{
	font-size:18px;
	padding-top:10px; }
	
#main-content h2{
	font-size:13px;
	 }
	
#main-content .text2{
	color:#99CC00;}
	
#main-content .text3{
	color:#00375A;}
	
#main-content .divider{
	border-bottom: dotted 1px #8b8b8b;
	font-size:13px;
	font-weight:bold;
	color:#333333;	}
	
.image {
	padding-right:10px;}
	
	
	
	
	
/*--------------------------------------
                 NAVIGATION
--------------------------------------*/
	
#nav-holder {
	float:left;
	width:250px;
	}
	
#nav-top {
	background-image:url(images/nav-box-top-bg.jpg);
	width:235px;
	padding-left:15px;
	line-height:38px;
	height:38px;
	color:#FFFFFF;
	font-weight:bold;}
	
#nav-middle {
	width:228px;
	border-left: solid 1px #EBEBEB;
	border-right: solid 1px #EBEBEB;
	padding: 0 10px 0 10px;
	color:#1B458F;
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;}
	
#nav-middle li {
	border-bottom: dotted 1px #8b8b8b;
	line-height:40px;
	}
	
#nav-middle li a{
	text-decoration:none;
	color:#1B458F;
	background-image:url(images/arrow-off.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;}
	
#nav-middle li a:hover{
	text-decoration:none;
	color:#8DB70E;
	background-image:url(images/arrow-on.jpg);
	background-repeat:no-repeat;
	background-position:left;}

	
#nav-bottom {
	background-image:url(images/nav-box-bottom-bg.jpg);
	background-repeat:no-repeat;
	width:250px;
	height:7px;
	margin-bottom:10px;}
	
	
/*--------------------------------------
                FOOTER
--------------------------------------*/

#footer {
	margin: 0 auto;
	width:756px;
	height:72px;
	background-image:url(images/footer-bg.jpg);
	background-repeat:no-repeat;
	font-size:10px;
	line-height:68px;
	padding: 0 25px 0 25px;
	color:#FFFFFF}
	
#privacy-policy {
	float:right;}
	
#privacy-policy a{
	color:#FFFFFF;
	text-decoration:none;}


.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



















