@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

.fl{
	float:left;
}

.fr{
	float:right;
}

#clear{
	clear:both;
}

hr{
	height:3px;
	border:0;
	color:#CCC;
}

/*Header*/
#HeaderStrip{
	width:100%;
	background-image:url(../Images/header.jpg);
	background-repeat:repeat-x;
}

#HeaderContainer{
	width:900px;
	height:135px;	
	margin:0 auto 10px auto;
}

#Logo{
	padding:0 0 0 58px;
}

#ContactDetails{
	padding:0 8px 0 0;
	text-align:right;
	height:69px;
}


/*Main Navigation*/
#MainNav{
	text-align:right;
	color:#FFF;
}

#MainNav ul{list-style-type:none; padding:0; padding:20px 0 0 0;font-size:12px;}
#MainNav li a{text-decoration:none;}

a.home, a.about, a.careers, a.existing, a.mortgages, a.loans, a.debt, a.home-on, a.about-on, a.careers-on, a.existing-on, a.mortgages-on, a.loans-on, a.debt-on{display:block; 	float:right; color:#FFF; height:20px; padding:4px 15px 0 15px; border:1px solid #FFF; margin-left:5px; border-top-left-radius:5px; border-top-right-radius:5px; -webkit-border-radius-topright:5px; -moz-border-radius-topright:5px; -webkit-border-radius-topleft:5px; -moz-border-radius-topleft:5px; border-bottom:0; text-decoration:none;}

a.debt, a.debt-on{background:#F78F1E;}
a.loans, a.loans-on{background:#2A6AB1;}
a.existing, a.existing-on{background:#B20839;}
a.home, a.home-on, a.about, a.about-on, a.careers, a.careers-on{background:#363B75;}

a.debt:hover, a.loans:hover, a.existing:hover, a.home:hover, a.about:hover, a.careers:hover, a.debt-on, a.loans-on, a.existing-on, a.home-on, a.about-on, a.careers-on{border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; height:23px; text-decoration:none;}

/*Drop Down*/
#sddm{	margin: 0;	padding: 0;	z-index: 30}

#sddm div{	position: absolute; visibility:hidden;	margin: 25px 0 0 5px;	padding: 0;	background: #EAEBD8;	border: 1px solid #363B75; border-top:0;}

#sddm li
{display:inline;}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 15px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #FFF;
		color: #363B75;}

	#sddm div a:hover
	{	background: #49A3FF;
		color: #FFF}


#breadcrumbs{
	position:absolute;
	margin:0 0 5px 0;
	font-size:10px;
}

/*MainBody*/
#SiteBody{
	width:822px;
	padding:0 20px 0 58px;
	margin:auto;
}

/*Left*/
#FlashBanner{
	text-align:right;
	width:585px;
	margin:0 0 10px 0;
}

#FlashBanner2{
	text-align:right;
	width:425px;
	margin:0 0 0 0;
	float:left;
}

#TitleImage{
	width:155px;
	padding-left:5px;
}

#LeftContent{
	float:left;
	width:585px;
}

#LeftContentWide{
	float:left;
	width:100%;
}

#ProductTitle{

}

#ProductMenu{
margin-bottom:5px;
}

.MoreInfo{
	position:absolute;
	margin:-10px 0 0 205px;
}

.MoreInfoLong{
	position:absolute;
	margin:20px 0 0 490px;
}

	/*Home Page*/
	#DebtSolutionsBox{
		width:288px;
		height:193px;
		background-color:#F78F1D;
		background-image:url(../Images/debt-solution-bottom.jpg);
		background-position:bottom;
		background-repeat:no-repeat;
	}
	
	#DebtSolutionsBoxTop{
		width:288px;
		height:5px;
		background-image:url(../Images/debt-solution-top.jpg);
		background-repeat:no-repeat;
		font-size:0px;
	}	
	
	#LoansBox{
		width:288px;
		height:193px;
		background-color:#296BB1;
		background-image:url(../Images/loans-bottom.jpg);
		background-position:bottom;
		background-repeat:no-repeat;
		text-align:left;		
	}
	
	#LoansBoxTop{
		width:288px;
		height:5px;
		background-image:url(../Images/loans-top.jpg);
		background-repeat:no-repeat;
		font-size:0px;		
	}
	
	#ContactBox{
		width:288px;
		height:157px;
		background-color:#363B75;
		background-image:url(../Images/contact-bottom.jpg);
		background-position:bottom;
		background-repeat:no-repeat;
		text-align:left;		
	}
	
	#ContactBoxTop{
		width:288px;
		height:5px;
		background-image:url(../Images/contact-top.jpg);
		background-repeat:no-repeat;
		font-size:0px;		
	}	
	
	#MortgagesBox{
		width:288px;
		height:157px;
		background-color:#155739;
		background-image:url(../Images/mortgages-bottom.jpg);
		background-position:bottom;
		background-repeat:no-repeat;
	}	
	
	#MortgagesBoxTop{
		width:288px;
		height:5px;
		background-image:url(../Images/mortgages-top.jpg);
		background-repeat:no-repeat;
		font-size:0px;		
	}		
	
	#ExistingBox{
		width:288px;
		height:157px;
		background-color:#B10737;
		background-image:url(../Images/existing-bottom.jpg);
		background-position:bottom;
		background-repeat:no-repeat;
		text-align:left;		
	}	
	
	#ExistingBoxTop{
		width:288px;
		height:5px;
		background-image:url(../Images/existing-top.jpg);
		background-repeat:no-repeat;
		font-size:0px;		
	}
	
	#BoxesCopy{
		padding:0px 12px 0 12px;
	}
	
	#BoxesCopy p{font-size:20px!important; padding:12px 0 33px 0!important; font-weight:normal!important;}
	
	
	/*Debt Solutions Page*/
	#DebtSolutionsBox2{
		width:288px;
		height:150px;
		background-color:#FBC78E;
		background-image:url(../Images/debt-solution-bottom2.jpg);
		background-position:bottom;
		background-repeat:no-repeat;
		text-align:left;
	}
	
	#DebtSolutionsBoxTop2{
		width:288px;
		height:5px;
		background-image:url(../Images/debt-solution-top2.jpg);
		background-repeat:no-repeat;
		font-size:0px;
	}	
	
	#DebtSolutionsBox2{
		width:288px;
		height:150px;
		background-color:#FEF4E8;
		background-image:url(../Images/debt-solution-bottom2.jpg);
		background-position:bottom;
		background-repeat:no-repeat;
		text-align:left;
	}
	
	#DebtSolutionsProductBoxTop{
		width:585px;
		height:5px;
		background-image:url(../Images/debt-solution-product-top.jpg);
		background-repeat:no-repeat;
		font-size:0px;		
	}
	
	#DebtSolutionsProductBox{
		width:585px;
		background-color:#FDDFBD;
		background-image:url(../Images/debt-solution-product-bottom.jpg);
		background-position:bottom;
		background-repeat:no-repeat;
		text-align:left;
		padding:0 0 5px 0;
	}
	
	
	/*LoansPage*/
	#LoansBox2{
		width:585px;
		height:150px;
		background-color:#E9F0F7;
		background-image:url(../Images/loans-bottom2.jpg);
		background-position:bottom;
		background-repeat:no-repeat;
		text-align:left;
	}
	
	#LoansBoxTop2{
		width:585px;
		height:5px;
		background-image:url(../Images/loans-top2.jpg);
		background-repeat:no-repeat;
		font-size:0px;
	}
	
	#LoansProductBoxTop{
		width:585px;
		height:5px;
		background-image:url(../Images/loans-product-top.jpg);
		background-repeat:no-repeat;
		font-size:0px;		
	}
	
	#LoansProductBox{
		width:585px;
		background-color:#C2D4E8;
		background-image:url(../Images/loans-product-bottom.jpg);
		background-position:bottom;
		background-repeat:no-repeat;
		text-align:left;
		padding:0 0 5px 0;
	}
	
	
	/*Mortgages Page*/
	#MortgagesBox2{
		width:585px;
		height:150px;
		background-color:#E7EEEB;
		background-image:url(../Images/mortgages-bottom2.jpg);
		background-position:bottom;
		background-repeat:no-repeat;
		text-align:left;
	}
	
	#MortgagesBoxTop2{
		width:585px;
		height:5px;
		background-image:url(../Images/mortgages-top2.jpg);
		background-repeat:no-repeat;
		font-size:0px;
	}
	
	#MortgagesProductBoxTop{
		width:585px;
		height:5px;
		background-image:url(../Images/mortgages-product-top.jpg);
		background-repeat:no-repeat;
		font-size:0px;		
	}
	
	#MortgagesProductBox{
		width:585px;
		background-color:#BACEC5;
		background-image:url(../Images/mortgages-product-bottom.jpg);
		background-position:bottom;
		background-repeat:no-repeat;
		text-align:left;
		padding:0 0 5px 0;
	}
	
	
	/*Existing Page*/
	#ExistingBox2{
		width:585px;
		height:150px;
		background-color:#F7E6EC;
		background-image:url(../Images/existing-bottom2.jpg);
		background-position:bottom;
		background-repeat:no-repeat;
		text-align:left;
	}
	
	#ExistingBoxTop2{
		width:585px;
		height:5px;
		background-image:url(../Images/existing-top2.jpg);
		background-repeat:no-repeat;
		font-size:0px;
	}	
	
	
		/*Default Pages*/
	#DefaultBox2{
		width:288px;
		height:150px;
		background-color:#363B75;
		background-image:url(../Images/default-bottom2.jpg);
		background-position:bottom;
		background-repeat:no-repeat;
		text-align:left;
	}
	
	#DefaultBoxTop2{
		width:288px;
		height:5px;
		background-image:url(../Images/default-top2.jpg);
		background-repeat:no-repeat;
		font-size:0px;
	}
	
	#DefaultBox3{
		width:585px;
		height:150px;
		background-color:#363B75;
		background-image:url(../Images/default-bottom2long.jpg);
		background-position:bottom;
		background-repeat:no-repeat;
		text-align:left;
	}
	
	#DefaultBoxTop3{
		width:585px;
		height:5px;
		background-image:url(../Images/default-top2long.jpg);
		background-repeat:no-repeat;
		font-size:0px;	
	}	


#ProductCopy{
	width:570px;
	margin:5px 0 0 0;
}
	

/*Right*/
#RightContent{
	float:right;
	width:220px;
}

.Product{

}

#CallBackContainer{
	padding:2px 5px 0 2px;
	background-image:url(../Images/side-form-top.jpg);
	background-repeat:no-repeat;
}

#SolutionFinderContainer{
	margin:5px 0 0 0;
	padding:2px 5px 0 2px;
	background-image:url(../Images/side-form-top.jpg);
	background-repeat:no-repeat;
}

#FreeAssessmentContainer{
	margin:5px 0 0 0;
	padding:2px 5px 0 2px;
	background-image:url(../Images/side-form-top.jpg);
	background-repeat:no-repeat;
}

#SolutionFinderGo{
	float:right;
	width:80px; 
	height:16px;
	padding:1px 0 0 0;
	margin:10px 0 0 0;
	background-color:#FDDDBD; 
	border:1px solid #FDE3C9; 
	color:#51517F; 
	font-size:10px;
	text-align:center;
}

#LatestNewsContainer{
	margin:5px 0 0 0;	
	padding:2px 5px 0 10px;
	background-image:url(../Images/side-form-top.jpg);
	background-repeat:no-repeat;
}

#ContainerBottom{
	height:5px;
	width:220px;
	background-image:url(../Images/side-form-bottom.jpg);
	background-repeat:no-repeat;
}


/*Footer*/
#FooterStrip{
	width:100%;
	background-image:url(../Images/header.jpg);
	background-repeat:repeat-x;
	margin:10px 0 0 0;
}


#FooterContainer{
	width:822px;
	padding:17px 20px 0 58px;
	height:83px;	
	margin:0 auto 0 auto;
	background-image:url(../Images/header.jpg);
	background-repeat:repeat-x;	
	color:#ffffff;
	font-size:10px;
}

#FooterAddress{
	width:900px;
	margin:2px auto;
	font-size:10px;
	text-align:center;
}

/*Solution Finder*/
#SolutionLeft{
	float:left;
	width:527px;
}

#SolutionRight{
	float:right;
	width:290px;
}

#SolutionBoxesBottom{
	background-image:url(../Images/solution-finder/boxes-bottom.jpg);
	background-position:bottom;
	background-color:#FEF4E8;
	background-repeat:no-repeat;
}

#SolutionBoxLeft{
	width:517px;
	padding:10px 0px 10px 10px;	
}

#SolutionProduct{
	float:left;
	margin-right:18px;
	background-image:url(../Images/solution-finder/solution.jpg);
	width:153px;
	height:119px;
	text-align:center;
	padding:34px 0 0 0;
}

#MoreInfoButton a{
	display:block;
	color:#000;
	text-decoration:none;	
	background-image:url(../Images/solution-finder/more-information.jpg);
	width:108px;
	height:17px;
	margin:5px auto 0 auto;
	font-size:11px;
	padding:2px 0 0 0;
}

#ApplyButton a{
	display:block;
	color:#000;
	text-decoration:none;
	background-image:url(../Images/solution-finder/apply.jpg);
	width:108px;
	height:17px;
	margin:3px auto 0 auto;
	font-size:11px;	
	padding:2px 0 0 0;	
}

#SolutionBoxRight{
	width:280px;
	padding:10px 10px 10px 0;
}

#SolutionFormBottom{
	background-image:url(../Images/solution-finder/form-bottom.jpg);
	background-position:bottom;
	background-color:#EAEBF1;
	background-repeat:no-repeat;
	padding:5px 0 5px 5px;
}

#Action1{
	background-image:url(../Images/solution-finder/action1.jpg);
	padding:5px 0 0 6px;
	width:270px;
	height:21px;
}

#Action2{
	background-image:url(../Images/solution-finder/action2.jpg);
	padding:5px 0 0 6px;
	width:270px;
	height:21px;
	margin-top:8px;
}


/*Form*/
#CallBackContainer form{
padding:0;
margin:5px 0 0 0;
}

#CallBackContainer input.text{
	width:100px;
	border:1px solid #FEEBD7;
	background-color:#FDDDBD;
}

#CallBackContainer input.submit{
	font-size:10px;
}

#CallBackContainer select{
	width:100px;
	border:1px solid #FEEBD7;
	background-color:#FDDDBD;
}

#CallBackContainer label{
	color:#373B75;
	font-size:10px;
	width:70px;
}

textarea.CoverLetter{
	width:580px;
	height:140px;
}

textarea.EmpHistory{
	width:565px;
	height:70px;
}

label.SmallLabel{
	width:150px;
}

input.SmallInput{
	width:140px;
}

select.SmallInput{
	width:146px;	
}

textarea.SmallInput{
	width:140px;	
}


/* Fading Tooltips By Dustin Diaz*/
body div#toolTip { position:absolute;z-index:1000;width:220px;background:#CBCDE7;border:1px solid #363B75;text-align:left;padding:3px;}
body div#toolTip p { margin:0;padding:0;color:#363B75;font:11px/12px verdana,arial,sans-serif; }
body div#toolTip p em { display:block;margin-top:3px;color:#f60;font-style:normal;font-weight:bold; font-size:0px; }
body div#toolTip p em span { font-weight:bold;color:#fff; }

.ToolTip{
background-image:url(../Images/form-info.jpg); width:16px; height:16px; display:block; background-repeat:no-repeat;}

/*Text*/
h1{font-size:32px;}

h2{color:#373B75; margin:8px 0 0 0; padding:0; font-size:16px;}

p{

}

#LeftContent li{line-height:20px;}

#LeftContent p, #LeftContent span{
	line-height:20px;
}

.red{
	color:red;
}

.HeaderPhone{
	color:#FFF;
	font-size:15px;
}

.HeaderPhoneNo{
	color:#FFF;
	font-size:18px;
}

.HeaderDetails{
	color:#FFF;
	font-size:10px;
}

.FormDetails{
	font-size:11px;
	margin:0 0 0 8px;
}

.small{
	font-size:11px;
}

.MainTitle{
	font-size:40px;
	color:#363B75;
	margin:0;
	padding:0;
}

.orange{
	color:#F88F1C!important;
}

.LoansBlue{
color:#2A6AB1;
}

.ExistingRed{
	color:#B20839;
}

.ExistingRedSmall{
	color:#B20839;
	font-size:20px;
}

.white{
	color:#FFF;
}

.green{
color:#15573B;
}

.blue{
	color:#373B75!important;
}

.calctitle {
font-size: 18px; 
font-weight: bold;
color: #ffffff;
}

#DebtSolutionsBox h1, #LoansBox h1, #MortgagesBox h1, #ExistingBox h1, #ContactBox h1{
	color:#FFFFFF;
	font-size:24px;
	margin:0;
	padding:0;
	line-height:normal;	
}

#DebtSolutionsBox p, #LoansBox p, #MortgagesBox p, #ExistingBox p, #ContactBox p{
	font-size:14px;
	margin:13px 0 13px 0;
	padding:0;
	font-weight:bold;
	height:50px;
	line-height:normal;	
}

#DebtSolutionsBox2 h1, #LoansBox2 h1, #MortgagesBox2 h1, #ExistingBox2  h1{
	color:#373B75;
	font-size:26px;
	margin:0;
	padding:0;
	line-height:normal;
}

#DefaultBox2 h1{
	color:#FFFFFF;
	font-size:26px;
	margin:0;
	padding:0;
	line-height:normal;	
}

#DebtSolutionsBox2 p, #LoansBox2 p, #MortgagesBox2 p, #ExistingBox2 p, #DefaultBox2 p{
	font-size:13px;
	margin:8px 0 13px 0;
	padding:0;
	line-height:normal;	
}

#ProductTitle h1, #ProductTitle span{
	font-size:36px;
	font-weight:normal;
	margin:0;
	padding:0;
}

#ProductTitle span{
	font-size:16px;
	color:#373B75;
	font-weight:bold;
}

#RightContent h2{
	font-size:18px;
	color:#373B75;
	margin:0 0 0 8px;
	padding:0;
}

#LatestNewsContainer h2{
	margin:0;
}

#LatestNewsContainer a{
	font-size:11px;
}

#DebtSolutionsProductBox ul.tick{margin:5px 10px; padding:0;}
#DebtSolutionsBox2 ul.tick{margin:0; padding:5px 0 0 0;}
#DebtSolutionsProductBox li.tick{
	list-style-type:none;
	background-image:url(../Images/debt-sol-tick.jpg);
	background-repeat:no-repeat;
	background-position:0 50%;
	padding:0 0 0 30px;
	line-height:24px;
	font-size:14px;
}

#DebtSolutionsBox2 li.tick{
	list-style-type:none;
	background-image:url(../Images/debt-sol-tick2.jpg);
	background-repeat:no-repeat;
	background-position:0 50%;
	padding:0 0 0 30px;
	margin:0 0 6px 0;
	line-height:17px;
	font-size:12px;	
}

#LoansProductBox ul.tick{margin:5px 10px; padding:0;}
#LoansBox2 ul.tick{margin:8px 0 0 0; padding:0;}
#LoansProductBox li.tick{
	list-style-type:none;
	background-image:url(../Images/loans-tick.jpg);
	background-repeat:no-repeat;
	background-position:0 50%;
	padding:0 0 0 30px;
	line-height:24px;
	font-size:14px;
}

#LoansBox2 li.tick{
	list-style-type:none;
	background-image:url(../Images/loans-tick2.jpg);
	background-repeat:no-repeat;
	background-position:0 50%;
	padding:0 0 0 30px;
	margin:0 0 10px 0;
	line-height:18px;
	font-size:12px;	
}

#MortgagesProductBox ul.tick{margin:5px 10px; padding:0;}
#MortgagesBox2 ul.tick{margin:8px 0 0 0; padding:0;}
#MortgagesProductBox li.tick{
	list-style-type:none;
	background-image:url(../Images/mortgages-tick.jpg);
	background-repeat:no-repeat;
	background-position:0 50%;
	padding:0 0 0 30px;
	line-height:24px;
	font-size:14px;
}

#MortgagesBox2 li.tick{
	list-style-type:none;
	background-image:url(../Images/mortgages-tick2.jpg);
	background-repeat:no-repeat;
	background-position:0 50%;
	padding:0 0 0 30px;
	margin:0 0 10px 0;
	line-height:18px;
	font-size:12px;	
}


ul.number{margin:5px 10px; padding:0;}
li.number{
	list-style-type:none;
	background-repeat:no-repeat;
	background-position:0 50%;
	padding:4px 0 4px 30px;
}

#DebtSolutionsProductBox li.one{background-image:url(../Images/debt-bullet-1.jpg);}
#DebtSolutionsProductBox li.two{background-image:url(../Images/debt-bullet-2.jpg);}
#DebtSolutionsProductBox li.three{background-image:url(../Images/debt-bullet-3.jpg);}
#DebtSolutionsProductBox li.four{background-image:url(../Images/debt-bullet-4.jpg);}
#DebtSolutionsProductBox li.five{background-image:url(../Images/debt-bullet-5.jpg);}
#DebtSolutionsProductBox li.six{background-image:url(../Images/debt-bullet-6.jpg);}

#LoansProductBox li.one{background-image:url(../Images/loans-bullet-1.jpg);}
#LoansProductBox li.two{background-image:url(../Images/loans-bullet-2.jpg);}
#LoansProductBox li.three{background-image:url(../Images/loans-bullet-3.jpg);}
#LoansProductBox li.four{background-image:url(../Images/loans-bullet-4.jpg);}
#LoansProductBox li.five{background-image:url(../Images/loans-bullet-5.jpg);}
#LoansProductBox li.six{background-image:url(../Images/loans-bullet-6.jpg);}
#LoansProductBox li.seven{background-image:url(../Images/loans-bullet-7.jpg);}

#MortgagesProductBox li.one{background-image:url(../Images/mortgages-bullet-1.jpg);}
#MortgagesProductBox li.two{background-image:url(../Images/mortgages-bullet-2.jpg);}
#MortgagesProductBox li.three{background-image:url(../Images/mortgages-bullet-3.jpg);}
#MortgagesProductBox li.four{background-image:url(../Images/mortgages-bullet-4.jpg);}
#MortgagesProductBox li.five{background-image:url(../Images/mortgages-bullet-5.jpg);}
#MortgagesProductBox li.six{background-image:url(../Images/mortgages-bullet-6.jpg);}


/*Link*/
a{color:#363B75; text-decoration:none;}
a:hover{text-decoration:underline;}

a.newstitle{font-size:15px;}
a.newstitle:hover{}

#SolutionFinderGo a{color:#51517F; text-decoration:none;}
#SolutionFinderGo a:hover{color:#51517F; text-decoration:none;}
#SolutionFinderGo a:visited{color:#51517F; text-decoration:none;}

#breadcrumbs a{color:#51517F; text-decoration:none; font-size:11px;}
#breadcrumbs a:hover{color:#51517F; text-decoration:underline;}

#FooterContainer a{color:#FFFFFF; text-decoration:none;}
#FooterContainer a:hover{text-decoration:underline;}

a.ApplyCV{background-image:url(../Images/apply-with-cv-off.jpg); width:130px; height:49px; display:block;}
a.ApplyCV:hover{background-image:url(../Images/apply-with-cv-on.jpg); width:130px; height:49px; display:block;}

a.ApplyNoCV{background-image:url(../Images/apply-without-cv-off.jpg); width:130px; height:49px; display:block;}
a.ApplyNoCV:hover{background-image:url(../Images/apply-without-cv-on.jpg); width:130px; height:49px; display:block;}

a.ProductHover{position:absolute; width:288px; height:90px; text-align:center; padding-top:60px; color:#FFF; color:#FFFFFF; font-size:26px; text-decoration:none;}
a.ProductHover:hover{color:#F78F1E; text-decoration:none;}

a.ProductHover2{position:absolute; width:585px; height:90px; text-align:center; padding-top:60px; color:#FFF; color:#FFFFFF; font-size:26px; text-decoration:none;}
a.ProductHover2:hover{color:#F78F1E; text-decoration:none;}

	/*Debt Solutions Product Menu*/
	#ProductMenu a.debt-sol-on{width:142px; height:22px; background-image:url(../Images/Navigation/debt-solutions/debt-solutions-on.jpg); display:block; float:left; margin-right:5px; text-align:center; font-size:14px; color:#373B75; padding:6px 0 0 0; text-decoration:none;}
	#ProductMenu a.debt-sol{width:142px; height:22px; background-image:url(../Images/Navigation/debt-solutions/debt-solutions-off.jpg); display:block; float:left; margin-right:5px; text-align:center; font-size:14px; color:#F78F1D; padding:6px 0 0 0; text-decoration:none;}
	#ProductMenu a.debt-sol:hover{background-image:url(../Images/Navigation/debt-solutions/debt-solutions-on.jpg);}
	
	#ProductMenu a.debt-sol-apply{width:142px; height:22px; background-image:url(../Images/Navigation/debt-solutions/debt-solutions-apply.jpg); display:block; float:left; margin-right:5px; text-align:center; font-size:14px; color:#FFF; padding:6px 0 0 0; text-decoration:none;}
	#ProductMenu a.debt-sol-apply:hover{background-image:url(../Images/Navigation/debt-solutions/debt-solutions-on.jpg); color:#F78F1D;}
	
	
	/*Loans Product Menu*/
	#ProductMenu a.loans-on{width:142px; height:22px; background-image:url(../Images/Navigation/loans/loans-on.jpg); display:block; float:left; margin-right:5px; text-align:center; font-size:14px; color:#373B75; padding:6px 0 0 0; text-decoration:none;}
	#ProductMenu a.loans{width:142px; height:22px; background-image:url(../Images/Navigation/loans/loans-off.jpg); display:block; float:left; margin-right:5px; text-align:center; font-size:14px; color:#2A6AB1; padding:6px 0 0 0; text-decoration:none;}
	#ProductMenu a.loans:hover{background-image:url(../Images/Navigation/loans/loans-on.jpg);}
	
	#ProductMenu a.loans-apply{width:142px; height:22px; background-image:url(../Images/Navigation/loans/loans-apply.jpg); display:block; float:left; margin-right:5px; text-align:center; font-size:14px; color:#FFF; padding:6px 0 0 0; text-decoration:none;}
	#ProductMenu a.loans-apply:hover{background-image:url(../Images/Navigation/loans/loans-on.jpg); color:#2A6AB1;}	
	
	
	/*Mortgages Product Menu*/
	#ProductMenu a.mortgages-on{width:142px; height:22px; background-image:url(../Images/Navigation/mortgages/mortgages-on.jpg); display:block; float:left; margin-right:5px; text-align:center; font-size:14px; color:#373B75; padding:6px 0 0 0; text-decoration:none;}
	#ProductMenu a.mortgages{width:142px; height:22px; background-image:url(../Images/Navigation/mortgages/mortgages-off.jpg); display:block; float:left; margin-right:5px; text-align:center; font-size:14px; color:#15573B; padding:6px 0 0 0; text-decoration:none;}
	#ProductMenu a.mortgages:hover{background-image:url(../Images/Navigation/mortgages/mortgages-on.jpg);}
	
	#ProductMenu a.mortgages-apply{width:142px; height:22px; background-image:url(../Images/Navigation/mortgages/mortgages-apply.jpg); display:block; float:left; margin-right:5px; text-align:center; font-size:14px; color:#FFF; padding:6px 0 0 0; text-decoration:none;}
	#ProductMenu a.mortgages-apply:hover{background-image:url(../Images/Navigation/mortgages/mortgages-on.jpg); color:#15573B;}	



.DebtRightMenu{width:175px; height:34px; display:block; color:#F88F1C; padding:18px 0 0 110px; font-size:13px;}
.DebtRightMenu:hover{text-decoration:none;}
.DebtRightMenuApply{width:175px; height:37px; display:block; color:#FFFFFF; padding:15px 0 0 110px; font-size:24px;}
.DebtRightMenuApply:hover{text-decoration:none;}

.LoansRightMenu{width:175px; height:34px; display:block; color:#2A6AB1; padding:18px 0 0 110px; font-size:13px;}
.LoansRightMenu:hover{text-decoration:none;}
.LoansRightMenuApply{width:175px; height:37px; display:block; color:#FFFFFF; padding:15px 0 0 110px; font-size:24px;}
.LoansRightMenuApply:hover{text-decoration:none;}

.MortgagesRightMenu{width:175px; height:34px; display:block; color:#15573B; padding:18px 0 0 110px; font-size:13px;}
.MortgagesRightMenu:hover{text-decoration:none;}
.MortgagesRightMenuApply{width:175px; height:37px; display:block; color:#FFFFFF; padding:15px 0 0 110px; font-size:24px;}
.MortgagesRightMenuApply:hover{text-decoration:none;}


/*faq Hide Show*/
#d1, #d2, #d3, #d4, #d5, #d6, #d7, #d8, #d9, #d10, #d11{display:none;}




#debt-sol-wrap{
	width:822px;
	padding:0 20px 0 58px;
	margin:auto;
	position:relative;
	margin-top:10px;
	margin-bottom:10px;
}


#debt-sol-form
{
	float:left;
	width:270px;
	font-size:14px;
	font-weight:bold;

	
}
#debt-sol-form input
{
	border:1px #363b75 solid;
	font-size:15px;
	width:220px;
	height:30px;
	background-color:#FFE1C4;
	
}
#debt-sol-form select
{
	border:1px #CCC solid;
	font-size:15px;
	width:220px;
	height:30px;
	
}

#debt-sol-right
{
	float:right;
	width:640px;
	font-size:14px;
	height:700PX;
	font-weight:bold;
	position:relative;
}

#debt-sol-right2
{
	float:right;
	width:545px;
	font-size:14px;
	height:700PX;
	font-weight:bold;
	position:relative;
}

#debt-sol-right2 h1
{
	font-size:28px;
	color:#FFF;
	
}

#quoteboxsol
{
	padding:5px;

	margin-left:32px;
	width:450px;
	font-size:15px;
	color: #363b75;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
}

#quoteboxsol2
{
	padding:5px;

	margin-left:32px;
	width:450px;
	font-size:19px;
	color:#363b75;
	margin-top:10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

}

#blockquote
{
	padding:0px;
	margin:0px;
}

.debtboxes
{
	position:absolute;
	top:2px;
	right:0px;
}


.debtquote
{
	position:absolute;
	top:450px;
	right:90px;
}


#debt-sol-results
{
	float:left;
	width:500px;
	font-size:14px;
	font-weight:bold;


	
}

#debt-sol-wrap h1
{
	font-size:18px;
}

#debt-result-right
{
	
	width:280px;
	font-size:14px;
	font-weight:bold;
	position:relative;
	border:3px #363B75 solid;
	padding:5px;
	font-size:17px;
	font-weight:bold;
	padding-bottom:10px;

	
}

#debt-result-right p
{
	padding:0px;
	margin:0px;
	margin-bottom:5px;
}


.redtextdebt
{
	color:#b71842;
}

.debt-arrowdown{
	position:absolute;
	bottom:-82px;
	left:120px;
	
}

#focusbox {
	position:relative;
	width:570px;
	padding:3px 0 3px 10px;
	overflow:hidden;
	color:#FFFFFF;
	background:url(../Images/arrow.jpg) no-repeat right #F5901C;
	font-weight:bold;
	font-size:20px;
}

#focusbox2 a {
	position:relative;
	width:570px;	
	display:block;
	padding:3px 0 3px 10px;	
	width:570px;
	text-decoration:none;
	text-align:left;
	color:#FFFFFF;
	background-color:#F5901C;
	font-weight:bold;
	font-size:20px;	
}

#focusbox2 a:hover {
	background-color:#363B75;
}

#moreinfodebtbox {
	position:relative;
	width:580px;
	height:25px;
	overflow:hidden;
	font-size:14px;
	color:#FFFFFF;
	background-color:#F5901C;
	font-weight:bold;
}
#moreinfodebtbox a, #menu-item a:visited {
	position:relative;
	display:block;
	width:580px;
	height:25px;
	text-decoration:none;
	text-align:left;
	padding-top:4px;
	padding-left:10px;
	color:#FFFFFF;
	background-color:#F5901C;
}
#moreinfodebtbox a:hover {
	position:relative;
	display:block;
	width:580px;
	height:25px;
	text-decoration:none;
	text-align:left;
	padding-top:4px;
	padding-left:10px;
	color:#FFFFFF;
	background-color:#363B75;
}



#sol-top
{
	background-color:#666;
	overflow:hidden;
	width:820px;
	height:165px;
	background-image:url(../Images/sol-top-background.jpg);
	background-repeat:no-repeat;
	margin:0px auto;
	position:relative;
	margin-bottom:10px;
	z-index:-10;
	
}

#sol-top-text
{
	position:absolute;
	top:4px;
	left:30px;
	width:750px;
}

#sol-top-text h1
{
	color:#FFF;
	font-size:21px;
}

.solorange
{
	color:#f9ab56;
	
}

#sol-content-left
{
	float:left;
	width:280px;
	height:286px;
	position:relative;
	background-image:url(../Images/sol-left-background.jpg);
	background-repeat:no-repeat;
}

#sol-content-right
{
	float:right;
	width:520px;
	background-image:url(../Images/sol-right-background.jpg);
	background-repeat:no-repeat;
	position:relative;
	height:286px;
	margin-top:-30px;
}

#sol-content-left h3
{
	color:#363B75;
	font-size:15px;
	top:0px;
	left:5px;
	position:absolute;
}
#sol-content-left-form
{
	position:absolute;
	left:3px;
	top:10px;
	width:280px;
	color:#333;
	font-size:13px;
}


#sol-content-left2
{
	float:left;
	width:250px;
	height:286px;
	position:relative;
	background-image:url(../Images/sol-left-background.jpg);
	background-repeat:no-repeat;
	padding:10px;
}

#sol-content-left2 h3
{
	color:#363B75;
	font-size:19px;
	margin-top:1px;
}

#sol-content-left2 p
{
	color:#363B75;
	font-size:15px;
	margin-top:1px;
}



#sol-title h2
{
	color:#f9ab56;
	font-size:22px;
}
#sol-content-right-text
{
	position:absolute;
	top:42px;
	left:10px;
	width:285px;
}
#sol-content-right-text h3
{
	color:#363B75;
	font-size:13px;
	margin-bottom:2px;
	margin-top:2px;
}

#sol-content-right-text p
{
	color:#333333;
	font-size:12px;
	margin-top:0px;
}


#sol-content-right2
{
	float:right;
	width:540px;
	position:relative;
	height:286px;
	margin-top:-30px;
}

#sol-content-right-text2
{
	position:absolute;
	top:24px;
	left:10px;
	width:285px;
}

#sol-title
{

	height:30px;
	width:520px;
	padding-bottom:20px;
	position:absolute;
	top:-35px;
	left:1px;
	
}

#FocusTitle{
	behavior: url(CSS/PIE.htc);
	position:relative;
	width:580px;
	overflow:hidden;
	font-size:20px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#F5901C;
	height:26px;
	padding-top:4px;
	padding-left:10px;
	margin-top:0px;
	border-radius:5px; 
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.bigBlue{font-size:15px; line-height:1.6em!important; color:#363B75; margin-top:10px;}

.bigBlack{font-size:15px;}

.DemsaReadMore{}

#more1, #more2{display:none;}
#readmore, #readless{cursor:pointer; margin-bottom:10px;}
