@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-image: url(../images/body-bg.jpg);
	background-position: 50% 0px;
	background-repeat: no-repeat;
	background-color: #D8F0F9;
}
.center {
	display: block;
	margin: 10px 0px 0px 18px;
}
a:active {
	border: none;
}

/*wrapper*/
#wrapper {
	margin: 0px auto;
	width: 996px;
	background-color: #FFFFFF;
	min-height: 800px;
	position: relative;
}


/*header positioning and styling*/
#head {
	background-image: url(../images/main-spot.jpg);
	background-position: 19px 10px;
	background-repeat: no-repeat;
	height: 239px;
}
#head  h1 a {
	display: block;
	height: 81px;
	width: 260px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	text-indent: -9009px;
	position: absolute;
	left: 8px;
	top: 25px;
}
#head  h2 a {
	height: 47px;
	width: 431px;
	position: absolute;
	right: 80px;
	background-image: url(../images/number-bg.gif);
	background-repeat: no-repeat;
	text-indent: -9009px;
}
#head h3 a {
	height: 48px;
	width: 356px;
	display: block;
	background-image: url(../images/calc-debt-grid.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent: -9009px;
	position: absolute;
	right: 10px;
	top: 178px;
}
#head h3 a:hover {
	background-position: 0px -48px;
}

/*nav styling*/
#nav {
	width: 251px;
	margin: 0px 0px 50px 21px;
	background-image: url(../images/nav-bg.gif);
	float: left;
	display: inline;
	position: relative;
	background-repeat: no-repeat;
}
#nav ul {
	margin: 20px 0px 0px 0px;
}
#nav li {
	color: f6890d;
	font-size: 108%;
}
#nav li a {
	color: #f6890d;
	text-decoration: none;
	margin: 10px auto;
	display: block;
	width: 208px;
	padding: 0px;
	background-image: url(../images/nav-btn.gif);
	line-height: 39px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent: 20px;
}
#nav li a:hover {
	color: #FFFFFF;
	background-image: url(../images/nav-btn-hover.gif);
}
#nav  #testimonials {
	position: relative;
	top: 0px;
	height: 219px;
	width: 251px;
}
#nav #testimonials img {
	height: 219px;
	width: 251px;
}
/*content styling*/
#content {
	width: 435px;
	float: left;
	margin: 10px 0px;
}
#content h1 {
	color: #f6890d;
	font-size: 153.9%;
	margin: 10px;
}
#content h2 {
	color: #1fa7e0;
	margin: 0px 10px 10px 10px;
	font-weight: bold;
	font-size: 100%;
}
#content p {
	font-size: 85%;
	margin: 0px 10px 10px 10px;
}
#content strong {
	font-weight: bold;
}
#content  ol  li {
	background-image: none;
	font-size: 77%;
	list-style-type: decimal;
}

/*large spot covers both benefits and callback form*/
#content #large-spot {
	background-image: url(../images/callback-bg.gif);
	background-repeat: no-repeat;
	width: 691px;
	height: 242px;
	clear: both;
	margin: 0px 0px 0px 10px;
	position: relative;
}

/*homepage benefits styling*/
#content #benefits {
	width: 300px;
	float: left;
	height: 232px;
	margin: 10px 0px;
}
#content #benefits h2 {
	color: #F6890D;
	margin: 0px 10px 0px 20px;
}
#content #benefits li {
	color: #1fa7e0;
	font-size: 100%;
	margin: 4px 0px 0px 20px;
	background-image: url(../images/round-tick.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 5px 0px 5px 25px;
	font-weight: bold;
}

#content #callback {
	padding: 20px 0px 0px 0px;
	width: 280px;
	height: 222px;
	position: relative;
	float: left;
	margin: 0px 0px 0px 20px;
}
#content #callback fieldset {
	width: 300px;
	height: 200px;
	padding: 0px 10px;
}
#content #callback legend {
	color: #FFFFFF;
	margin-left: 110px;
	font-weight: bold;
}
#content  #callback  #terms {
	font-size: 66%;
}
#content #callback #terms input {
	width: 18px;
	height: 18px;
}
#content #callback label {
	color: #FFFFFF;
	display: block;
	float: left;
	width: 100px;
	text-align: right;
	margin: 0px 5px 0px 0px;
	line-height: 22px;
	font-weight: bold;
}
#content #callback p {
	margin: 4px;
	position: relative;
}
#content #callback #send-callback {
	height: 37px;
	width: 178px;
	position: absolute;
	top: 222px;
	border: none;
	left: 110px;
}
#content #callback input, #content #callback select {
	height: 22px;
	width: 150px;
	border: 1px solid #ccc;
}
#content #callback label.error {
	width: 190px;
	position: absolute;
	color: #fff;
	top: 0px;
	height: 22px;
	background-image: url(../images/error-call-bg.gif);
	padding-right: 5px;
	background-repeat: no-repeat;
	background-position: right 0px;
	left: 255px;
	font-size: 77%;
}
#content #callback-spot {
	background-image: url(../images/callback-form-bg.jpg);
	background-repeat: no-repeat;
	width: 691px;
	height: 242px;
	clear: both;
	margin: 0px 0px 0px 10px;
	position: relative;
}


/*sidebar styling*/
#main #sidebar {
	width: 260px;
	float: left;
	margin: 10px 5px;
}
#sidebar h1 {
	color: #f6890d;
	font-size: 153.9%;
	margin: 10px;
}


/*footer styling*/
#wrapper #footer {
	clear: both;
}
#footer p {
	font-size: 77%;
	margin: 0px 21px 0px 21px;
	padding: 10px 0px;
	border-top: 1px solid #1fa7e0;
	color: #1fa7e0;
}
#footer a {
	color: #1fa7e0;
}

/*homepage three spots*/
#content #credit-card a {
	height: 99px;
	width: 233px;
	display: block;
	float: left;
	background-image: url(../images/card-spot.jpg);
	text-indent: -9009px;
	margin: 22px 0px;
}

#content #mortgage a {
	height: 99px;
	width: 236px;
	display: block;
	float: left;
	background-image: url(../images/mortgage-spot.jpg);
	text-indent: -9009px;
	margin: 22px 0px;
}
#content #loan a {
	height: 99px;
	width: 226px;
	display: block;
	float: left;
	background-image: url(../images/loan-spot.jpg);
	text-indent: -9009px;
	margin: 22px 0px;
}


#main #content #quick-calc fieldset {
	width: 620px;
	padding: 0px;
	margin-left: 0px;
	background-image: url(../images/form-bg-mid.gif);
	background-repeat: repeat-y;
}
#main #content #quick-calc h4 {
	background-image: url(../images/form-bg-bottom.gif);
	height: 20px;
	background-position: 0px bottom;
	background-repeat: no-repeat;
}
#main  #content  #quick-calc  h3 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 123%;
	background-image: url(../images/form-bg-top.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 40px;
	margin: 0px;
	height: 36px;
	padding-top: 15px;
}
.highlight {
	background-color: #FFFFCC;
}
#main #content #quick-calc #terms {
	font-size: 66%;
	margin-left: 15px;
}
#main #content #quick-calc #terms input {
	width: 18px;
	height: 18px;
}
#main #content #quick-calc label {
	color: #F6890D;
	display: block;
	float: left;
	width: 150px;
	text-align: right;
	margin: 0px 5px 0px 0px;
	line-height: 22px;
}
#main #content #quick-calc #send-callback {
	height: 37px;
	width: 284px;
	position: relative;
	top: 0px;
	border: none;
	left: 100px;
}
#main #content #quick-calc p {
	margin: 4px;
	position: relative;
}
#main #content #quick-calc input, #main #content #quick-calc select {
	height: 22px;
	width: 210px;
	border: 1px solid #ccc;
}
#content #quick-calc #home-check-yes {
	width: 20px;
}
#main #content #quick-calc #home-no {
	margin: 0px;
	clear: both;
}
#main #content #quick-calc label.error {
	width: 320px;
	position: absolute;
	color: #fff;
	top: 0px;
	height: 22px;
	background-image: url(../images/error-bg.gif);
	padding-right: 5px;
	background-repeat: no-repeat;
	background-position: right 0px;
	left: 385px;
}
#main #content #debt-calc div {
	border: 1px solid #36b0e3;
	margin: 0px 11px;
}
#main  #content  #debt-calc  h3  {
	margin: 0px 11px;
	line-height: 22px;
	padding-left: 10px;
	background-image: url(../images/cal-bar-bg.gif);
}
#main #content #quick-calc #debt-calc a {
	color: #FFFFFF;
	margin-left: 25px;
}
#main #content #debt-calc a:active {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content  li  {
	margin: 0px 30px 10px 30px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 15px;
}

#main #sidebar li {
	margin: 0px 10px 10px 20px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 15px;
}
#main #sidebar ol li {
	background-image: none;
	font-size: 77%;
	margin: 10px 0px 5px 30px;
	list-style-type: decimal;
	padding: 0px;
}
#main #sidebar p {
	font-size: 85%;
	margin: 10px;
	clear: both;
}
#main #sidebar strong {
	font-weight: bold;
}
#main #content ul, #main #sidebar ul {
	padding-bottom: 10px;
	font-size: 85%;
}
#main #content td {
	font-size: 85%;
}
#main #content table {
	width: 600px;
	margin: 0 auto;
}
#main #content a {
	color: #F6890D;
	font-weight: bold;
	text-decoration: none;
}
blockquote {
	margin: 0px 0px 0px 20px;
}
#terms #main #content li {
	margin: 5px 30px;
	background-image: url(none);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 0px;
}
#calculate #main #content {
	width: 720px;
	float: right;
	margin: 10px 0px;
}
#home #main #content {
	width: 720px;
	float: right;
	margin: 10px 0px;
}
#main #content #quick-calc #send-contact {
	height: 37px;
	width: 284px;
	position: absolute;
	top: 222px;
	border: none;
	left: 100px;
}
#main #content .contact-details {
	width: 220px;
	float: left;
	text-align: center;
}

.left {
	float: left;
}
#main #content h3 {
	color: #1fa7e0;
	margin: 0px 10px 10px 10px;
	font-weight: bold;
	font-size: 85%;
}
#wrapper #footer .small-print {
	font-size: 65%;
	color: #666666;
}
.clear {
	clear: both;
}
#main #content .watson {
	width: 700px;
	background-image: url(../images/watson-spot2.jpg);
	height: 180px;
}
#main #content .watson p {
	width: 500px;
	text-align: justify;
	margin: 30px 10px 10px 30px;
	padding-top: 20px;
}
#content #quick-calc #home-check-no {
	width: 20px;
}
#main #content #contact label {
	color: #F6890D;
	display: block;
	float: left;
	width: 100px;
	text-align: right;
	margin: 0px 5px 0px 0px;
	line-height: 22px;
}
#home #wrapper #main .home-tips {
	margin: 0px 0px 10px 0px;
	text-align: center;
}
#main #content #contact-spot {
	background-image: url(../images/callback-bg.gif);
	background-repeat: no-repeat;
	width: 691px;
	height: 242px;
	clear: both;
	margin: 0px 0px 0px 10px;
	position: relative;
}
#main #content #quick-calc #home-yes {
	margin: 0px;
	clear: both;
}
#wrapper #main #sidebar #quickcall label {
	color: #F5840C;
	font-weight: bold;
	width: 80px;
	display: block;
	float: left;
	line-height: 20px;
	margin-left: 0px;
}
#wrapper #main #sidebar #quickcall fieldset {
	width: 250px;
	margin: 0px 0px 0px 10px;
	padding: 5px;
}
#wrapper #main #sidebar #mini-call {
	background-image: url(../images/quickcall-bg.gif);
	height: 350px;
	width: 251px;
	margin-left: 10px;
	padding-top: 10px;
}
#wrapper #main #sidebar #mini-call h3 {
	text-align: center;
	margin-top: 10px;
	color: #F6890D;
}
#wrapper #main #sidebar #quickcall label.error {
	color: #FF0000;
	font-size: 77%;
	width: 150px;
	font-weight: normal;
	float: none;
	line-height: 14px;
}
#wrapper #main #sidebar #quickcall label.valid {
	background-image: url(../images/error-check.gif);
	height: 16px;
	width: 16px;
	margin: 4px 18px 0px 0px;
	float: right;
}
#wrapper #main #sidebar #quickcall #send-callback {
	width: 190px;
	margin-left: 30px;
	height: 38px;
	border: none;
}
#wrapper #main #sidebar #quickcall input {
	width: 110px;
	border: 1px solid #ccc;
	height: 20px;
}
#wrapper #main #sidebar #quickcall select {
	width: 120px;
	border: 1px solid #ccc;
	height: 22px;
}
#contact-spot #contact input {
	width: 200px;
	border: 1px solid #ccc;
}
#contact-spot #contact #send-contact {
	height: 37px;
	width: 189px;
	margin: 0px 0px 0px 60px;
	border: none;
}
#content #contact-spot #contact h3 {
	margin: 10px 10px 10px 20px;
	font-size: 123%;
}
#content #contact-spot #contact label.error {
	color: #FF0000;
	font-size: 77%;
	width: 150px;
	font-weight: normal;
	float: none;
	line-height: 14px;
	display: inline;
	margin-left: 10px;
}
#content #contact-spot #contact label.valid {
	background-image: url(../images/error-check.gif);
	height: 16px;
	width: 16px;
	margin: 4px 328px 0px 0px;
	display: block;
	float: right;
}
#content .testimonial {
	clear: both;
}
#content .testimonial img {
	margin: 10px;
	display: block;
	width: 100px;
	float: left;
}
#content .testimonial p {
	width: 580px;
	margin-left: 120px;
}
#appform-container {
	padding: 10px;
	position: relative;
}
#appform-container h1 {
	color: #F6890D;
	font-size: 123%;
	font-weight: bold;
	margin: 0px 20px;
}
#appform-container h2 {
	color: #0E82CE;
	font-weight: bold;
	margin: 5px 20px;
}
#appform-container #appform {
	margin: 10px 20px;
}
#appform-container  #appform  h3  {
	background-image: url(../images/app-form-bg_01.gif);
	background-repeat: no-repeat;
	line-height: 38px;
	padding-left: 45px;
	color: #fff;
	font-weight: bold;
}
#appform-container #appform h4 {
	background-image: url(../images/app-form-bg_03.gif);
	background-repeat: no-repeat;
	height: 56px;
	background-position: 0px bottom;
	width: 930px;
	margin-top:-10px;
}
#appform-container #appform #app1 {
	background-image: url(../images/app-form-bg_02.gif);
	background-repeat: repeat-y;
	padding: 0px 20px;
}
#appform-container #appform #app2 {
	background-image: url(../images/app-form-bg_02.gif);
	background-repeat: repeat-y;
	padding: 0px 20px;
}
#appform-container #appform #app3 {
	background-image: url(../images/app-form-bg_02.gif);
	background-repeat: repeat-y;
	padding: 0px 20px;
}
#appform-container #appform p {
	font-size: 76%;
	clear: both;
	padding: 5px 0px;
	position: relative;
}
#appform-container #appform label {
	width: 300px;
	display: block;
	float: left;
	text-align: right;
	margin-right: 15px;
	position: relative;
	z-index: 1;
	height: 21px;
	padding: 1px 0px 9px 0px;
}
#appform-container  #appform  input  {
	border: 1px solid #ddd;
	width: 300px;
	background-color: #FFFFFF;
	background-image: url(none);
	z-index: 100;
	position: relative;
	height: 18px;
}
#appform-container #appform select {
	border: 1px solid #ddd;
	width: 300px;
	background-color: #FFFFFF;
	background-image: url(none);
	z-index: 100;
	position: relative;
	height: 18px;
}
#main #appform-container #appform #home-check-yes {
	border: none;
	width: 16px;
}

#main #appform-container #appform #home-check-no {
	border: none;
	width: 16px;
}
#appform-container #appform .req {
	color: #FF0000;
}#appform-container #appform em.error {
	background-image: url(../images/app-error-bg.gif);
	background-repeat: no-repeat;
	position: absolute;
	width: 891px;
	left: 0px;
	top: 0px;
	z-index: 0;
	height: 21px;
	padding: 7px 0px 5px 620px;
	display: block;
	font-weight: bold;
	color: #003366;
}
#appform-container #appform #app1 em.valid, #appform-container #appform #app2 em.valid, #appform-container #appform #app3 em.valid {
	background-image: url(../images/error-check.gif);
	height: 16px;
	width: 16px;
	margin: 4px 328px 0px 0px;
	display: block;
	position: absolute;
	top: 0px;
	left: 620px;
	z-index: 100;
}
 
#appform-container #appform #appterms #send-callback {
	height: 37px;
	width: 189px;
	border: none;
	display: block;
	margin: 0px 0px 0px 310px;
}
#appform-container #appform #appterms p {
	font-size: 77%;
	margin-left: 30px;
}
#appform-container #appform #appterms #terms {
	position: relative;
	z-index: 100;
}
#appform-container #appform #appterms #terms input {
	width: 16px;
	border: none;
}

#appform-container #appform #terms em.error {
	background-image: url(../images/app-error-bg.gif);
	background-repeat: no-repeat;
	position: absolute;
	width: 891px;
	left: 0px;
	top: 0px;
	z-index: 0;
	height: 21px;
	padding: 5px 0px;
	display: block;
	padding-left: 520px;
	font-weight: bold;
	color: #003366;
}
#step2 , #step3, #step4{
	display: none;
}
#gotoStep2, #gotoStep3 {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/nav-btn-hover.gif);
	height: 39px;
	width: 208px;
	display: block;
	margin: 0px 0px 10px 310px;
	text-align: center;
	line-height: 39px;
}
#gobackStep1 , #gobackStep2{
	font-size: 16px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
	background-image: url(../images/nav-btn.gif);
	height: 39px;
	width: 208px;
	display: block;
	margin: 0px 0px 0px 100px;
	text-align: center;
	line-height: 39px;
	float: left;
}
p.prog1 {
	text-indent: -9000px;
	height: 44px;
	width: 193px;
	background-image: url(../images/prog-bar_01.gif);
	display: block;
	background-repeat: none;
	padding: 0px !important;
	left: 370px;
	top: 10px;
	position: absolute;
}
p.prog2 {
	text-indent: -9000px;
	height: 44px;
	width: 193px;
	background-image: url(../images/prog-bar_02.gif);
	display: block;
	background-repeat: none;
	padding: 0px !important;
	left: 563px;
	top: 10px;
	position: absolute;
}
p.prog3 {
	text-indent: -9000px;
	height: 44px;
	width: 193px;
	background-image: url(../images/prog-bar_03.gif);
	display: block;
	background-repeat: none;
	padding: 0px !important;
	left: 756px;
	top: 10px;
	position: absolute;
}
p.prog1-tick {
	text-indent: -9000px;
	height: 44px;
	width: 193px;
	background-image: url(../images/prog-bar-tick_01.gif);
	display: block;
	background-repeat: none;
	padding: 0px !important;
	left: 370px;
	top: 10px;
	position: absolute;
}
p.prog2-tick {
	text-indent: -9000px;
	height: 44px;
	width: 193px;
	background-image: url(../images/prog-bar-tick_02.gif);
	display: block;
	background-repeat: none;
	padding: 0px !important;
	left: 563px;
	top: 10px;
	position: absolute;
}
p.prog3-tick {
	text-indent: -9000px;
	height: 44px;
	width: 193px;
	background-image: url(../images/prog-bar-tick_03.gif);
	display: block;
	background-repeat: none;
	padding: 0px !important;
	left: 756px;
	top: 10px;
	position: absolute;
}
#sequence {
	height: 122px;
	width: 430px;
}
