/** Body **/

body
{
	background-color: #D9E6F1;
}

#GreenBackground
{
	position:absolute;
	float:left;
	width: 100%;
	height: 237px;	
	/** AE 05102007 **/
	/** THIS IS A CSS HACK TO ENSURE CROSS BROWSER COMPATIBILITY **/
	top: 103px; /* Opera, Firefox */
	.top: 103px; /* IE7 */
	_top: 103px; /* IE6 */
	background-repeat:repeat;
	z-index: 2;
}

#BlueBackground
{
	position:absolute;
	float:left;
	width: 500px;
	height: 237px;
	/** AE 05102007 **/
	/** THIS IS A CSS HACK TO ENSURE CROSS BROWSER COMPATIBILITY **/
	top: 103px; /* Opera, Firefox */
	.top: 103px; /* IE7 */
	_top: 103px; /* IE6 */
	background-repeat:repeat;
	z-index: 2;
}

#RedBackground
{
	position:absolute;
	float:right;
	width: 500px;
	height: 34px;
	/** AE 05102007 **/
	/** THIS IS A CSS HACK TO ENSURE CROSS BROWSER COMPATIBILITY **/
	top: 5px; /* Opera, Firefox */
	.top: 5px; /* IE7 */
	_top: 5px; /* IE6 */
	right: 0px;
	background-repeat:repeat;
	z-index: 1;
}


/*** UpdateProgress AE 29102007 - Styles Updated ***/

#UpdateProgress
{        
    background-color: White;    
    background-repeat: repeat-x;    
    border: solid 1px #929292;
    color: #ff0000;    
    font-weight: bold;    
    height: 37px;
    margin: 8px 8px 8px 8px;
    padding: 8px 8px 8px 8px;
    position: absolute;        
    z-index: 10;    
}

#UpdateProgress img
{
    margin-right: 6px;    
    padding-top: 1px;
}

#UpdateProgress.Updating
{
    visibility: visible;
}

#UpdateProgress.NotUpdating
{
    visibility: hidden;    
}


/*** Site ***/

#SiteContainer
{
	background-color: #FFFFFF;
	width:800px;
	height: 100%;
	text-align: center;	
	position: relative;
	z-index: 5;
	margin: 0 auto;
}


/** Top Level Navigation **/

#NavigationContainer
{
	width: 800px;
	height: 98px;
	padding: 0px;
	margin-top: 5px;
	position: relative;
	float: left;
}

#NWLLogoContainer
{
	width: 310px;
	height: 85px;
	padding-top: 0px;
	position: relative;
	float: left;
}

#NavigationBackground
{
	width: 484px;
	height: 34px;
	position: relative;
	float: right;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}

#NavigationContainerBlue
{
	/** AE 24102007 - Width reduced by 15px to compensate for removal of Debt Management Link **/
	width: 345px;
	height: 34px;
	position: relative;
	float: left;
	padding: 0px;
	/** AE 05102007 **/
	/** THIS IS A CSS HACK TO ENSURE CROSS BROWSER COMPATIBILITY **/
	margin-left: 33px; /* Opera, Firefox */
	.margin-left: 33px; /* IE7 */
	_margin-left: 16px; /* IE6 */
}

ul
{
	margin: 0px;
	padding: 0px;
	text-align: left;
}

ul#Navlist
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	padding: 7px 0px 0px 0px;
	text-align: left;
}

#Navlist li
{
	display: inline;
	list-style-type: none;
}

.NavHome
{
	/** AE 24102007 - Margin widths changed - Removal of Debt Management Link **/
	margin: 0px 0px 0px 20px;
	cursor: default;
}

.NavContactUs
{
	/** AE 24102007 - Margin widths changed - Removal of Debt Management Link **/
	margin: 0px 0px 0px 20px;
	cursor: default;
}

.NavAboutUs
{
	/** AE 24102007 - Margin widths changed - Removal of Debt Management Link **/
	margin: 0px 0px 0px 20px;
	cursor: default;
}

.NavDebtManagement
{
	/** AE 24102007 - Margin widths changed - Removal of Debt Management Link **/
	margin: 0px 0px 0px 20px;
	cursor: default;
}

.NavHelp
{
	/** AE 24102007 - Margin widths changed - Removal of Debt Management Link **/
	margin: 0px 0px 0px 20px;
	cursor: default;
}

#Navlist a 
{ 
	padding: 0px 2px 0px 2px;
}

#Navlist a:link, #Navlist a:visited
{
	color: #333333;
	text-decoration: none;
}

#Navlist a:hover
{
	color: #FFF;
	text-decoration: underline, overline;
}

#ApplyOnlineNavigation
{
	/** AE 24102007 - Width increased by 15px to compensate for removal of Debt Management Link **/
	width: 100px;
	height: 34px;
	padding: 0px;
	margin: 0px;	
	position: relative;
	float: right;
}

ul
{
	margin: 0px;
	padding: 0px;
	text-align: left;
}

ul#ApplyNavList
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	padding: 7px 0px 0px 0px;
}

#ApplyNavList li
{
	display: inline;
	list-style-type: none;
}

.ApplyNavApplyOnline
{
	margin: 0px 0px 0px 0px;
	cursor: default;
}

#ApplyNavList a 
{ 
	padding: 10px 10px 10px 12px;
}

#ApplyNavList a:link, #ApplyNavList a:visited
{
	color: #333333;
	text-decoration: none;
}

#ApplyNavList a:hover
{
	color: #FFF;

	text-decoration: underline, overline;
}




/** Logo Telephone Number Container **/

#LogoTelephoneContainer
{
	width: 484px;
	height: 61px;
	padding-top: 0px;
	margin-top: 0px;
	position: relative;
	float: right;
	background-color: #FFFFFF;
	vertical-align: top;
	text-align: right;
}

/** Apply Online Container **/

#ApplyNowContainer
{
	background: url() no-repeat;
	width: 800px;
	height: 237px;	
	position: relative;
	float: left;
}

/** Key Points Container **/

#KeyPointsContainer
{	
	background: url(/images/topbanner/topbanner.jpg);
	width: 250px;
	height: 225px;
	float: left;
}

#KeyPoints
{
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	padding: 0px;
	margin: 10px 8px 0px 15px;
	cursor: default;
}

#KeyPoints ul
{
	list-style: none;
}

#KeyPoints li
{
	list-style: none;
	text-align:left;
	padding-bottom: 32px;
	width: 210px;
}

#KeyPoints .LastPoint
{
	padding-bottom: 0px;
}

#ApplyNowSpacer
{
	width: 379px;
	height: 237px;
	float: left;
}

#ApplyNowLinkContainer
{
	width: 171px;
	height: 210px;
	float: left;
	padding-top: 15px;
}


/** Content Container **/

#PageContentContainer
{
	width: 800px;
	height: 100%;
}

#DebtManagementHomeContainer
{
	width: 195px;
	height: 182px;
	margin-left: 2px;
	float: left;
}

#DebtManagementTitle
{
	width: 165px;
	height: 26px;
	float: left;
	/** AE 05102007 **/
	/** THIS IS A CSS HACK TO ENSURE CROSS BROWSER COMPATIBILITY **/
	padding: 2px 0px 12px 30px; /* Opera, Firefox */
	.padding: 14px 0px 0px 30px; /* IE7 */
	_padding: 14px 0px 0px 30px; /* IE6 */
	text-align: left;
}	

#DebtManagementTitle a
{
	text-decoration: none;
}

#DebtManagementTitle h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #003058;
	font-style: normal;
	font-weight: bold;
	cursor: default;
	text-decoration: none;
}

#DebtManagementImage
{
	width: 195px;
	height: 96px;
	float: left;
}

#DebtManagementImage img
{
	border: 0px;
}

#DebtManagementLink
{
	width: 195px;
    height: 24px;
	padding: 0px;
    margin: 22px 0px 0px 0px;
    float: left;
    text-align: center;
}

#DebtManagementLink a 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

#DebtManagementLink a:link, #DebtManagementLink a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

#DebtManagementLink a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

#HomeImprovementsHomeContainer
{
	width: 195px;
	height: 182px;
	margin-left: 5px;
	float: left;
}

#HomeImprovementsTitle
{
	width: 165px;
	height: 26px;
	float: left;
	/** AE 05102007 **/
	/** THIS IS A CSS HACK TO ENSURE CROSS BROWSER COMPATIBILITY **/
	padding: 2px 0px 12px 30px; /* Opera, Firefox */
	.padding: 14px 0px 0px 30px; /* IE7 */
	_padding: 14px 0px 0px 30px; /* IE6 */
	text-align: left;
}		

#HomeImprovementsTitle a
{
	text-decoration: none;
}

#HomeImprovementsTitle h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #003058;
	font-style: normal;
	font-weight: bold;
	cursor: default;
	text-decoration: none;
}

#HomeImprovementsImage
{
	width: 195px;
	height: 96px;
	float: left;
}

#HomeImprovementsImage img
{
	border: 0px;
}

#HomeImprovementsLink
{
	width: 195px;
    height: 24px;
	padding: 0px;
    margin: 22px 0px 0px 0px;
    float: left;
    text-align: center;
}

#HomeImprovementsLink a 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

#HomeImprovementsLink a:link, #HomeImprovementsLink a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

#HomeImprovementsLink a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

#CarLoansHomeContainer
{
	width: 195px;
	height: 182px;
	margin-left: 6px;
	float: left;
	margin-top: 20px;
}

#CarLoansTitle
{
	width: 165px;
	height: 26px;
	float: left;
	/** AE 05102007 **/
	/** THIS IS A CSS HACK TO ENSURE CROSS BROWSER COMPATIBILITY **/
	padding: 2px 0px 12px 30px; /* Opera, Firefox */
	.padding: 14px 0px 0px 30px; /* IE7 */
	_padding: 14px 0px 0px 30px; /* IE6 */
	text-align: left;
}			

#CarLoansTitle a
{
	text-decoration: none;
}

#CarLoansTitle h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #003058;
	font-style: normal;
	font-weight: bold;
	cursor: default;
	text-decoration: none;
}	

#CarLoansImage
{
	width: 195px;
	height: 96px;
	float: left;
}

#CarLoansImage img
{
	border: 0px;
}

#CarLoansLink
{
    width: 195px;
    height: 24px;
	padding: 0px;
    margin: 22px 0px 0px 0px;
    float: left;
    text-align: center;
}

#CarLoansLink a 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

#CarLoansLink a:link, #CarLoansLink a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

#CarLoansLink a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

#HolidayLoanHomeContainer
{
	width: 195px;
	height: 182px;
	margin-left: 5px;
	float: left;
}

#HolidayLoanTitle
{
	width: 165px;
	height: 26px;
	float: left;
	/** AE 05102007 **/
	/** THIS IS A CSS HACK TO ENSURE CROSS BROWSER COMPATIBILITY **/
	padding: 2px 0px 12px 30px; /* Opera, Firefox */
	.padding: 14px 0px 0px 30px; /* IE7 */
	_padding: 14px 0px 0px 30px; /* IE6 */
	text-align: left;
}			

#HolidayLoanTitle a
{
	text-decoration: none;
}

#HolidayLoanTitle h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #003058;
	font-style: normal;
	font-weight: bold;
	cursor: default;
	text-decoration: none;
}	

#HolidayLoanImage
{
	width: 195px;
	height: 96px;
	float: left;
}

#HolidayLoanImage img
{
	border: 0px;
}

#HolidayLoanLink
{
    width: 195px;
    height: 24px;
	padding: 0px;
    margin: 22px 0px 0px 0px;
    float: left;
    text-align: center;
}

#HolidayLoanLink a 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

#HolidayLoanLink a:link, #HolidayLoanLink a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

#HolidayLoanLink a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}


/*** Footer ***/

#Footer
{
	clear: both;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	font-style: normal;
	padding: 0px;
	text-align: center;
	cursor: default;
}

#Footer a
{
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

#Footer a:hover
{
	color: #002E56;
	text-decoration: none;
}

#Footer ul
{
	list-style: none;
	/** AE 05102007 **/
	/** THIS IS A CSS HACK TO ENSURE CROSS BROWSER COMPATIBILITY **/
	padding-top: 18px; /* Opera, Firefox */
	.padding-top: 20px; /* IE7 */
	_padding-top: 20px; /* IE6 */
	padding-bottom: 10px;
	text-align: center;
}

#Footer li
{
	display: inline;
	border-left: 1px solid #666666;
	padding-left: 8px;
	padding-right: 8px;
}

#Footer li a
{
	text-decoration: underline;
}

#Footer .First
{
	border-left: none;
}



/** Page Content **/

#StandardPageContent
{
	background-color: #FFFFFF;
    width: 500px;	/** AE was 745px **/
    height: 100%;
    text-align: left;
   	/** AE 05102007 **/
	/** THIS IS A CSS HACK TO ENSURE CROSS BROWSER COMPATIBILITY **/
	padding:  0px 35px 20px 20px; /* Opera, Firefox */
	.padding: 0px 35px 20px 20px; /* IE7 */
	_padding: 0px 20px 10px 10px; /* IE6 */	
	/** 
	.padding: 20px 35px 20px 20px; /* IE7 */
	/** _padding: 20px 35px 20px 20px; /* IE6 */
	
    margin: 0px;
	float:left;
}

#StandardPageContentWrapper
{
    width: 500px;	/** AE was 745px **/
    height: 100%;
   	/** AE 05102007 **/
	/** THIS IS A CSS HACK TO ENSURE CROSS BROWSER COMPATIBILITY **/
	padding:  0px 35px 20px 20px; /* Opera, Firefox */
	.padding: 0px 35px 20px 20px; /* IE7 */
	_padding: 0px 20px 10px 10px; /* IE6 */	
	/** 
	.padding: 20px 35px 20px 20px; /* IE7 */
	/** _padding: 20px 35px 20px 20px; /* IE6 */
	
    margin: 0px;
	float:left;
}

.PageTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #003058;
	font-style: normal;
	font-weight: normal;
	cursor: default;
}

strong
{
	color: #003058;
	font-weight: bold;
}

/** Debt Management Page **/

#DebtManagementBullets
{
	padding: 5px 0px 0px 30px;
	text-align: left;
}

#DebtManagementBullets ul
{
	color: #003058;
	font-style: normal;
	text-align: left;
}

#DebtManagementBullets li
{
	list-style-type: circle;
	color: #003058;
	font-weight: bold;
	text-align: left;
}

#PrivacyBullets
{
	padding: 5px 0px 0px 30px;
	text-align: left;
}

#PrivacyBullets ul
{
	color: #003058;
	font-style: normal;
	text-align: left;
}

#PrivacyBullets li
{
	list-style-type: circle;
	color: #003058;
	font-weight: bold;
	text-align: left;
}

/** AE 17102007 Application Form -Thankyou Page **/

#ThankyouPageContent
{
	background-color: #FFFFFF;
    width: 750px;
    height: 100%;
    text-align: left;
   	/** AE 05102007 **/
	/** THIS IS A CSS HACK TO ENSURE CROSS BROWSER COMPATIBILITY **/
	padding: 0px 35px 20px 20px; /* Opera, Firefox */
	.padding: 20px 35px 20px 20px; /* IE7 */
	_padding: 20px 35px 20px 20px; /* IE6 */
    margin: 0px;
	float: left;
}

.other_serv {
	

	background-color: #fff;
	padding: 10px;
}

.moneyworries {
	
	background: url(/images/mw-logo.gif) no-repeat top right;
	float: right;
	width: 150px;
	height: 30px;

}

.beneficial_claims {
	
	background: url(/images/bc-logo.gif) no-repeat top right;
	float: right;
	width: 150px;
	height: 30px;

}


/** AE 10102007 - Esearchvision PPC Landing Page Styles **/

.applyOnlineLink
{
	font-size: 16px;
}

/** AE 29102007 - Privacy Policy additional Styles **/

#Privacy ul
{
	text-align: left;
}

#Privacy li
{
	text-align: left;
	margin-left: 20px;
}
.ContactUsTelephoneNumber
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #003058;
	font-style: normal;
	font-weight: bold;
	padding-top:5px;
}

#ContactUsTelephoneNumberContainer
{
	width: 210px;
	position:relative;
	float:left;
	margin-right: 40px;
}
/** NOT CURRENTLY IN USE 
#ContactUsServiceContainer
{
	width: 250px;
	position:relative;
	float:left;
	margin-right: 90px;
}
#ContactUsAddressContainer
{ 
	width: 150px;
}
**/










/***********************************************  **********************************************/
/*********** THE FOLLOWING STYLES WERE IN USE ON THE NWL WEBSITE PRE OCT 1st 2007 **************/
/*********** THE CHANGES TO THIS FILE WERE CARRIED OUT BY ANDREW ELLIS FOR NWL REDESIGN ********/

/** NOT CURRENTLY IN USE **/

/*** Header

#HeaderBackground
{
	background-image: url("/images/Resources/Master/Header/HeaderMainBackground.jpg");
	background-repeat: repeat-x;
	height: 190px;
	margin: 0px;
	padding: 0px;	
	text-align: center;
}

#LogoContainer
{
	background-image: url("/images/Resources/Master/Header/HeaderLogoBackground.jpg");
	width: 565px;
	height: 130px;
	margin: 0px;
	padding: 60px 0px 0px 190px;
	text-align: left;
}
 ***/


/*** Navigation

#NavigationContainer
{
	background-image: url("/images/Resources/Master/Navigation/NavigationBackground.jpg");
	width: 755px;
	height: 33px;
}

#PrimaryNavigation
{
	padding: 0px;
	margin: 0px;	
	float: left;
}

ul
{
	margin: 0px;
	padding: 0px;
	text-align: left;
}

ul#Navlist
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	padding: 6px 0px 0px 20px;
}

#Navlist li
{
	display: inline;
	list-style-type: none;
}

.NavHome
{
	margin: 0px 15px 0px 15px;
	cursor: default;
}

.NavContactUs
{
	margin: 0px 17px 0px 0px;
	cursor: default;
}

.NavAboutUs
{
	margin: 0px 20px 0px 0px;
	cursor: default;
}

.NavDebtManagement
{
	margin: 0px 26px 0px 0px;
	cursor: default;
}

.NavFAQs
{
	margin: 0px 0px 0px 0px;
	cursor: default;
}

#Navlist a 
{ 
	padding: 0px 2px 0px 2px;
}

#Navlist a:link, #Navlist a:visited
{
	color: #67E100;
	background-color: #003058;
	text-decoration: none;
}

#Navlist a:hover
{
	color: #003058;
	background-color: #67E100;
	text-decoration: underline, overline;
}
 ***/


/*** Navigation - Apply Online

#ApplyOnlineNavigation
{
	padding: 0px;
	margin: 0px;	
	float: left;
}

ul
{
	margin: 0px;
	padding: 0px;
	text-align: left;
}

ul#ApplyNavList
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	padding: 6px 0px 0px 32px;
}

#ApplyNavList li
{
	display: inline;
	list-style-type: none;
}

.ApplyNavApplyOnline
{
	margin: 0px 0px 0px 15px;
	cursor: default;
}

#ApplyNavList a 
{ 
	padding: 0px 2px 0px 2px;
}

#ApplyNavList a:link, #ApplyNavList a:visited
{
	color: #FFFFFF;
	background-color: #FF002A;
	text-decoration: none;
}

#ApplyNavList a:hover
{
	color: #FF002A;
	background-color: #FFFFFF;
	text-decoration: underline, overline;
}
 ***/
	

/*** MainContentContainer

#ContentContainer
{
    width: 745px;
    height: 460px;
    padding-left:10px;
    text-align: center;
    margin: 0px;
}
 ***/


/*** HomePageContainer

#HomePageContainer
{
	background-color: #FFFFFF;
    width: 500px;
    height: 460px;
	padding: 0px;
    margin: 0px;
}

#HomePageUpperSpacer
{
	background-color: #FFFFFF;
    width: 500px;
    height: 6px;
    float: left;
	padding: 0px;
    margin: 0px;
}

#HomePageUpperLeftSpacer
{
	background-color: #FFFFFF;
    width: 10px;
    height: 218px;
    float: left;
	padding: 0px;
    margin: 0px;
}

#HomePageDebtManagementContainer
{
	background-image: url("/images/Resources/Master/Home/HomepageContainerBackground.jpg");
    width: 234px;
    height: 218px;
    float: left;
	padding: 0px;
    margin: 0px;
}

#HomePageDebtManagementTitle
{
    width: 196px;
    height: 36px;
	padding: 0px;
    margin: 16px 0px 0px 38px;
}

#HomePageDebtManagementTitle h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003058;
	font-style: normal;
	font-weight: bold;
	cursor: default;
}

#HomePageDebtManagementImage
{
    width: 234px;
    height: 111px;
	padding: 0px;
    margin: 0px;
}

#HomePageDebtManagementLinks
{
    width: 234px;
    height: 55px;
	padding: 0px;
    margin: 0px;
    text-align: center;
    vertical-align: bottom;
}

#HomePageDebtManagementLinkMoreInfo a 
{
    width: 114px;
    height: 23px;
	padding: 0px;
    margin: 32px 0px 0px 0px;
    float: left;
    text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #67E100;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

#HomePageDebtManagementLinkMoreInfo a:link, #HomePageDebtManagementLinkMoreInfo a:visited
{
	color: #67E100;
	text-decoration: none;
}

#HomePageDebtManagementLinkMoreInfo a:hover
{
	color: #67E100;
	text-decoration: underline;
}

#HomePageDebtManagementLinkSpacer
{
    width: 6px;
    height: 55px;
	padding: 0px;
    margin: 0px;
    float: left;
}

#HomePageDebtManagementLinkApplyNow
{
    width: 114px;
    height: 55px;
	padding: 0px;
    margin: 0px;
    float: left;
    text-align: left;
}

#HomePageDebtManagementLinkApplyNow a 
{
    width: 115px;
    height: 23px;
	padding: 0px;
    margin: 32px 0px 0px 0px;
    float: left;
    text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

#HomePageDebtManagementLinkApplyNow a:link, #HomePageDebtManagementLinkApplyNow a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

#HomePageDebtManagementLinkApplyNow a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}




#HomePageUpperCenterSpacer
{
	background-color: #FFFFFF;
    width: 12px;
    height: 218px;
    float: left;
	padding: 0px;
    margin: 0px;
}

#HomePageHomeImprovementsContainer
{
	background-image: url("/images/Resources/Master/Home/HomepageContainerBackground.jpg");
    width: 234px;
    height: 218px;
    float: left;
	padding: 0px;
    margin: 0px;
}

#HomePageHomeImprovementsTitle
{
    width: 196px;
    height: 36px;
	padding: 0px;
    margin: 16px 0px 0px 38px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003058;
	font-style: normal;
	font-weight: bold;
	cursor: default;
}

#HomePageHomeImprovementsTitle h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003058;
	font-style: normal;
	font-weight: bold;
	cursor: default;
}

#HomePageHomeImprovementsImage
{
    width: 234px;
    height: 111px;
	padding: 0px;
    margin: 0px;
}

#HomePageDebtManagementLinks
{
    width: 234px;
    height: 55px;
	padding: 0px;
    margin: 0px;
    text-align: center;
    vertical-align: bottom;
}

#HomePageHomeImprovementsLinkMoreInfo a 
{
    width: 114px;
    height: 23px;
	padding: 0px;
    margin: 32px 0px 0px 0px;
    float: left;
    text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #67E100;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

#HomePageHomeImprovementsLinkMoreInfo a:link, #HomePageHomeImprovementsLinkMoreInfo a:visited
{
	color: #67E100;
	text-decoration: none;
}

#HomePageHomeImprovementsLinkMoreInfo a:hover
{
	color: #67E100;
	text-decoration: underline;
}

#HomePageHomeImprovementsLinkSpacer
{
    width: 6px;
    height: 55px;
	padding: 0px;
    margin: 0px;
    float: left;
}

#HomePageHomeImprovementsLinkApplyNow
{
    width: 114px;
    height: 55px;
	padding: 0px;
    margin: 0px;
    float: left;
    text-align: left;
}

#HomePageHomeImprovementsLinkApplyNow a 
{
    width: 115px;
    height: 23px;
	padding: 0px;
    margin: 32px 0px 0px 0px;
    float: left;
    text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

#HomePageHomeImprovementsLinkApplyNow a:link, #HomePageHomeImprovementsLinkApplyNow a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

#HomePageHomeImprovementsLinkApplyNow a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

#HomePageUpperRightSpacer
{
	background-color: #FFFFFF;
    width: 10px;
    height: 218px;
    float: left;
	padding: 0px;
    margin: 0px;
}

#HomePageMiddleSpacer
{
	background-color: #FFFFFF;
    width: 500px;
    height: 12px;
    float: left;
	padding: 0px;
    margin: 0px;
}

#HomePageLowerLeftSpacer
{
	background-color: #FFFFFF;
    width: 10px;
    height: 218px;
    float: left;
	padding: 0px;
    margin: 0px;
}

#HomePageCarLoansContainer
{
	background-image: url("/images/Resources/Master/Home/HomepageContainerBackground.jpg");
    width: 234px;
    height: 218px;
    float: left;
	padding: 0px;
    margin: 0px;
}

#HomePageCarLoansTitle
{
    width: 196px;
    height: 36px;
	padding: 0px;
    margin: 16px 0px 0px 38px;
}

#HomePageCarLoansTitle h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003058;
	font-style: normal;
	font-weight: bold;
	cursor: default;
}

#HomePageCarLoansImage
{
    width: 234px;
    height: 111px;
	padding: 0px;
    margin: 0px;
}

#HomePageCarLoansLinks
{
    width: 234px;
    height: 55px;
	padding: 0px;
    margin: 0px;
    text-align: center;
    vertical-align: bottom;
}

#HomePageCarLoansLinkMoreInfo a 
{
    width: 114px;
    height: 23px;
	padding: 0px;
    margin: 32px 0px 0px 0px;
    float: left;
    text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #67E100;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

#HomePageCarLoansLinkMoreInfo a:link, #HomePageCarLoansLinkMoreInfo a:visited
{
	color: #67E100;
	text-decoration: none;
}

#HomePageCarLoansLinkMoreInfo a:hover
{
	color: #67E100;
	text-decoration: underline;
}

#HomePageCarLoansLinkSpacer
{
    width: 6px;
    height: 55px;
	padding: 0px;
    margin: 0px;
    float: left;
}

#HomePageCarLoansLinkApplyNow
{
    width: 114px;
    height: 55px;
	padding: 0px;
    margin: 0px;
    float: left;
    text-align: left;
}

#HomePageCarLoansLinkApplyNow a 
{
    width: 115px;
    height: 23px;
	padding: 0px;
    margin: 32px 0px 0px 0px;
    float: left;
    text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

#HomePageCarLoansLinkApplyNow a:link, #HomePageCarLoansLinkApplyNow a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

#HomePageCarLoansLinkApplyNow a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

#HomePageLowerCenterSpacer
{
	background-color: #FFFFFF;
    width: 12px;
    height: 218px;
    float: left;
	padding: 0px;
    margin: 0px;
}

#HomePageHolidayLoanContainer
{
	background-image: url("/images/Resources/Master/Home/HomepageContainerBackground.jpg");
    width: 234px;
    height: 218px;
    float: left;
	padding: 0px;
    margin: 0px;
}

#HomePageHolidayLoanTitle
{
    width: 196px;
    height: 36px;
	padding: 0px;
    margin: 16px 0px 0px 38px;
}

#HomePageHolidayLoanTitle h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003058;
	font-style: normal;
	font-weight: bold;
	cursor: default;
}

#HomePageHolidayLoanImage
{
    width: 234px;
    height: 111px;
	padding: 0px;
    margin: 0px;
}

#HomePageHolidayLoanLinks
{
    width: 234px;
    height: 55px;
	padding: 0px;
    margin: 0px;
    text-align: center;
    vertical-align: bottom;
}

#HomePageHolidayLoanLinkMoreInfo a 
{
    width: 114px;
    height: 23px;
	padding: 0px;
    margin: 32px 0px 0px 0px;
    float: left;
    text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #67E100;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

#HomePageHolidayLoanLinkMoreInfo a:link, #HomePageHolidayLoanLinkMoreInfo a:visited
{
	color: #67E100;
	text-decoration: none;
}

#HomePageHolidayLoanLinkMoreInfo a:hover
{
	color: #67E100;
	text-decoration: underline;
}

#HomePageHolidayLoanLinkSpacer
{
    width: 6px;
    height: 55px;
	padding: 0px;
    margin: 0px;
    float: left;
}

#HomePageHolidayLoanLinkApplyNow
{
    width: 114px;
    height: 55px;
	padding: 0px;
    margin: 0px;
    float: left;
    text-align: left;
}

#HomePageHolidayLoanLinkApplyNow a 
{
    width: 115px;
    height: 23px;
	padding: 0px;
    margin: 32px 0px 0px 0px;
    float: left;
    text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

#HomePageHolidayLoanLinkApplyNow a:link, #HomePageHolidayLoanLinkApplyNow a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

#HomePageHolidayLoanLinkApplyNow a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

#HomePageLowerRightSpacer
{
	background-color: #FFFFFF;
    width: 10px;
    height: 218px;
    float: left;
	padding: 0px;
    margin: 0px;
}

#HomePageLowerSpacer
{
	background-color: #FFFFFF;
    width: 500px;
    height: 6px;
    float: left;
	padding: 0px;
    margin: 0px;
}
***/


/*** ContentPageContainers

#ContentPageContainer
{
	background-color: #FFFFFF;
    width: 500px;
    height: 460px;
    float: left;
    text-align: left;
    padding: 0px;
    margin: 0px;
}
***/
 
 
/***
#ScrollingPageContent
{
	width: 500px;
	height: 460px;
	overflow:scroll;
	overflow-x: hidden;
	float: left;
    text-align: left;
    padding: 0px;
    margin: 0px;   
}
***/

/*** ContentContainerOutline

#ContentContainerBlueColumnLeft
{
	background-color: #003058;
    width: 5px;
    height: 460px;
    float: left;
}

#ContentContainerBlueColumnRight
{
	background-color: #003058;
    width: 5px;
    height: 460px;
    float: left;
}

#ContentContainerRedColumnLeft
{
	background-color: #FF002A;
    width: 5px;
    height: 460px;
    float: left;
}

#ContentContainerRedColumnRight
{
	background-color: #FF002A;
    width: 5px;
    height: 460px;
    float: left;
}

#ContentContainerWhiteColumn
{
	background-color: #FFFFFF;
    width: 4px;
    height: 460px;
    float: left;
}
***/


/*** Apply Online Container

#ApplyOnlineContainer
{			
	background-color: #FFFFFF;
	width: 221px;
	height: 460px;
	float: left;
}

#ApplyOnlineTitle
{			
	background-color: #FFFFFF;
	width: 210px;
	height: 22px;
	margin: 8px 0px 0px 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #003058;
	font-style: normal;
	font-weight: bold;
	cursor: default;
	text-align: left;
}

#ApplyOnlineWelcomeCopy
{			
	background-color: #FFFFFF;
	width: 210px;
	height: 98px;
	margin: 2px 0px 0px 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003058;
	font-style: normal;
	font-weight: normal;
	cursor: default;
	text-align: left;
}

.NWL
{
	font-weight: bold;
}

#ApplyOnlineTelephoneNumber
{			
	width: 210px;
	height: 30px;
	margin: 2px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #003058;
	font-style: normal;
	font-weight: bold;
	cursor: default;
	text-align: left;
}

#ApplyOnlineLink
{
	width: 210px;
	height: 143px;
	padding-left: 30px;
}

ul
{
	margin: 0px;
	padding: 0px;
	text-align: left;
}

ul#ApplyOnlineBullets
{
	padding: 6px 0px 0px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003058;
	font-style: normal;
	font-weight: bold;
	cursor: default;
	text-align: left;
}

#ApplyOnlineBullets li
{
	list-style-type: circle;
}
 ***/


/*** ContentContainerHorizontal

#ContentContainerHorizontal
{
    width: 745px;
    height: 3px;
    padding-left:10px;
    text-align: center;
}

#ContentContainerBlueHorizontal
{
	background-color: #003058;
    width: 510px;
    height: 3px;
    float: left;
}

#ContentContainerWhiteHorizontal
{
	background-color: #FFFFFF;
    width: 4px;
    height: 3px;
    float: left;
}

#ContentContainerRedHorizontal
{
	background-color: #FF002A;
    width: 231px;
    height: 3px;
    float: left;
}
 ***/


/*** Content Styles 

.PageTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #003058;
	font-style: normal;
	font-weight: normal;
	cursor: default;
}

strong
{
	color: #003058;
	font-weight: bold;
}
***/


/*** Contact Us Page 

.ContactUsTelephoneNumber
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003058;
	font-style: normal;
	font-weight: bold;
	padding-top:5px;
}
***/


/*** Debt Management Page 

#DebtManagementBullets ul
{
	padding: 5px 0px 0px 30px;
	color: #003058;
	font-style: normal;
	font-weight: bold;
}

#DebtManagementBullets li
{
	list-style-type: circle;
	color: #003058;
}
***/


/*** Misc 
#SitePage
{	
	border-left-width: 8px;
	border-right-width: 8px;
	float: right;
}

#MasterTable
{
	width: 810px;
}

#scrollingdialog
{
	height: 300px;
	overflow: auto;
}

.dividerline
{
	width: 770px;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: #CCCCCC 1px solid;
}

#silverText {
	color: #999999;
	font-weight: bold;
}
***/
/* Column Two */

#col-two {
	float: left;
	_float: right;
	_position: absolute;
	_left:550px;
	_top:382px;
	width: 210px;
	text-align: left;
}

#col-two .boxed {
	margin-bottom: 10px;
}

#col-two .boxed .title {
	height: 20px;
	padding: 07px 0 0 10px;
	/**background: url(../images/image7a.gif) no-repeat; **/
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}

#col-two .boxed .content {
	padding: 05px 19px 0 19px;
	background: #F2F2F2 url(images/img08.gif) repeat-x;
	border: 1px solid #929292;
	border-top: none;
}

#col-two .boxed blockquote {
	background: #F2F2F2 url(images/img08.gif) repeat-x;
}
h1, h2, h3 {	
}

h1 {
}

h2 {
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: x-small;
}
/* Column Two */

#col-two2 {
	float: left;
	width: 718px;
	text-align: left;
}

#col-two2 .boxed {
	margin-bottom: 10px;
}

#col-two2 .boxed .title {
	height: 20px;
	padding: 07px 0 0 10px;
	/**background: url(../images/image7a.gif) no-repeat; **/
	text-transform: uppercase;
	font-size: .8em !important;
	font-size: .9em;
	color: #FFFFFF;
	text-align: center;
}

#col-two2 .boxed .content {
	padding: 05px 19px 0 19px;
	background: #F2F2F2 url(images/img08.gif) repeat-x;
	border: 1px solid #929292;
	border-top: none;
}

#col-two2 .boxed blockquote {
	background: #F2F2F2 url(images/img08.gif) repeat-x;
}
h1, h2, h3 {	
}

h1 {
}

h2 {
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: x-small;
}

/* Column Two */

#DefaultContent {
	float: left;
	width: 500px;
	text-align: left;
}

#DefaultContent .boxed {
	margin-bottom: 10px;
}

#DefaultContent .boxed .title {
	height: 20px;
	padding: 07px 0 0 10px;
	/**background: url(../images/image7a.gif) no-repeat; **/
	text-transform: uppercase;
	font-size: 16px;
	text-align:center;
	color: #FFFFFF;
	font-weight:bolder;
}

#DefaultContent .boxed .content {
	padding: 05px 19px 0 19px;
	background: #F2F2F2 url(images/img08.gif) repeat-x;
	border: 1px solid #929292;
	border-top: none;
}

#DefaultContent .boxed blockquote {
	background: #F2F2F2 url(images/img08.gif) repeat-x;
}
h1, h2, h3 {	
}

h1 {
}

h2 {
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: x-small;
}
#PageContent
{
	padding:  0px 35px 20px 20px; /* Opera, Firefox */
	.padding: 2px 35px 20px 20px; /* IE7 */
	_padding: 2px 35px 20px 20px; /* IE6 */
	border: 1px solid #929292;
}
.StepsToApply
{
	width:  126px; /* Opera, Firefox */
	.width: 126px; /* IE7 */
	_width: 126px; /* IE6 */	
	height:  110px; /* Opera, Firefox */
	.height: 120px; /* IE7 */
	_height: 120px; /* IE6 */	
	float:left;
	position: absolute relative;
	border: 1px solid #929292;
	padding:  5px 5px 5px 5px; /* Opera, Firefox */
	.padding: 5px 5px 5px 5px; /* IE7 */
	_padding: 5px 5px 5px 5px; /* IE6 */
	margin-right: 7px;
	background-color: #F2F2F2;
}
#MasterPageContent
{
	width:  800px; /* Opera, Firefox */
	.width: 800px; /* IE7 */
	_width: 800px; /* IE6 */
}
#StepsToApplyMaster
{
	clear: left;
	width:  725px; /* Opera, Firefox */
	.width: 725px; /* IE7 */
	_width: 725px; /* IE6 */	
	margin-bottom: 0px;
	.margin-bottom: 5px;
	_margin-bottom: 5px;
}
#SecureImg
{
	margin-top: 4px;  /* Opera, Firefox */
	.margin-top: 10px; /* IE7 */
	_margin-top: 10px; /* IE6 */
	float: left;
	margin-right: 3px;
}