/*///////////////////////////
ASDA FINACIAL SERVICES CSS
MEDIA: SCREEN
///////////////////////////*/


* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	font-family: Arial, sans-serif;
	font-size: small;
	text-align: center;
	background-color: #fff;
}

/* HEADER LAYOUT */
#headerWrapper {
	width: 100%;
	min-width: 980px;
	float: left;
	background: #fff;
	height: 112px;
	overflow: hidden;
}
#header {
	width: 980px;
	margin: 0 auto;
}
#headerContent {
	width: 980px;
	height: 112px;
	float: left;
	text-align: left;
	
}
#headerContent p.asdaFsLogo a {
	width: 393px;
	height: 102px;
	float: left;
	text-indent: -999999px;
	background: url(../images/asda-fs-logo.gif) no-repeat top left;
}
#headerQuickQuote {
	width: 390px;
	height: 112px;
	float: right;
	text-align: right;
}
#headerQuickQuote input {
	margin: 0px 0px 0px 11px;
	vertical-align: bottom;
}
#headerQuickQuote select {
	border: 1px solid #bfbfbe;
	font-size: 14px;
	padding: 2px;
	background: #fff;
}
#headerQuickQuote p {
	color: #363635;
	font-size: 130%;
	padding: 16px 0px 0px 0px;
}
.quickQuoteLabel {
	position: absolute;
	left: 50%;
	top: 18px;
	margin-left: 165px;
}
* html .quickQuoteLabel {
	top: 19px;
}
*+ html .quickQuoteLabel {
	top: 19px;
}

#headerQuickQuote ul.headerUtilityNav {
	list-style-type: none;
	margin: 15px 0px 0px 0px;
}
#headerQuickQuote .headerUtilityNav li {
	display: inline;
	padding: 0px 0px 0px 12px;
	margin: 0px 0px 0px 18px;
	background: url(../images/li-arrow-white.gif) no-repeat left;
	font-size: 100%;
}
#headerQuickQuote .headerUtilityNav li a {
	color: #2b2b37;
	text-decoration: none;
}
#headerQuickQuote .headerUtilityNav li a:hover {
	text-decoration: underline;
}

/* NAVIGATION LAYOUT */
#navMainWrapper {
	width: 100%;
	min-width: 980px;
	float: left;
	height: 40px;
	background: url(../images/bk-navFull.gif) repeat-x top;
	position: absolute;
	top: 112px;
	left: 0px;
}
#navMain {
	width: 980px;
	height: 40px;
	margin: 0 auto;
}
#navMainContent {
	width: 940px;
	height: 40px;
	float: left;
	text-align: left;
	padding: 0px 0px 0px 40px;
}
#navMain ul {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 40px;
}
#navMain a {
	display: block;
	color: #fff;
	height: 40px;
	font-weight: bold;
	text-decoration: none;
}
#navMain li {
	float: left;
	height: 40px;
}
#navMain li a {
	text-indent: -9999em;
}
#navMain li ul li a {
	text-indent: 0em;
}
#navMain li.navMainInsurance a {
	width: 147px;
	background: url(../images/nav-insurance.gif) no-repeat top left;
}
#navMain li.navMainInsurance a:hover {
	background-position: right;
}
#navMain li.navMainCreditCardsLoans a {
	width: 277px;
	background: url(../images/nav-creditCards.gif) no-repeat top left;
}
#navMain li.navMainCreditCardsLoans a:hover {
	background-position: right;
}
#navMain li.navMainSavings a {
	width: 130px;
	background: url(../images/nav-savings.gif) no-repeat top left;
}
#navMain li.navMainSavings a:hover {
	background-position: right;
}
#navMain li.navMainAtHome a {
	width: 140px;
	background: url(../images/nav-atHome.gif) no-repeat top left;
}
#navMain li.navMainAtHome a:hover {
	background-position: right;
}
#navMain li.navMainTravel a {
	width: 112px;
	background: url(../images/nav-travel.gif) no-repeat top left;
}
#navMain li.navMainTravel a:hover {
	background-position: right;
}
#navMain li.navMainMotoring a {
	width: 134px;
	background: url(../images/nav-motoring.gif) no-repeat top left;
}
#navMain li.navMainMotoring a:hover {
	background-position: right;
}
#navMain li ul li, #navMain li ul li a {
	height: auto;	
}
#navMain li a.current {
	background-position: right;
}

#navMain li ul {
	position: absolute;
	float: left;
	width: 505px;
	min-height: 380px;
	left: -999em;
	z-index: 99998;
	background-image: url(../images/bk-nav4.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-left: -17px;
	padding-top: 12px;
	padding-left: 40px;
}
* html #navMain li ul {
	background-image: url(../images/bk-nav4.gif);
}
#navMain li.navMainTravel ul {
	margin-left: -413px;
	padding-left: 245px;
	width: 310px;
}
#navMain li.navMainMotoring ul {
	margin-left: -391px;
	padding-left: 245px;
	width: 310px;
}
#navMain li.navMainAtHome ul {
	margin-left: -385px;
	padding-left: 245px;
	width: 310px;
}
#navMain li:hover a, #navMain li.active a {
	background-position: right;
}
#navMain li:hover li a, #navMain li.active li a {
	border-left: 0px;
	border-right: 0px;
	color: #06C;
	font-size: 15px;
	font-weight: normal;
	border-top: 1px solid #ccc;
	margin: 0px;
	padding: 5px 0px 4px 0px;
	background: none;
	width: auto;
}
#navMain li:hover li a:hover, #navMain li.active li a:hover {
	color: #363636;
	background: none;
}
#navMain li ul li {
	width: 260px;
	float: left;
	padding: 0px;
	cursor: pointer;
}
#navMain li ul li ul { 
	width: 200px;
	margin-left: 260px;
	position: absolute;
	padding-left: 30px;
	top: 0;
	left: 0;
	float: left;
	border: 0px;
	background: none;
	overflow: hidden;
}

#navMain li ul li ul li {
	height: 220px;
	float: left;
	background: #fff;
	width: 170px;
	color: #363636;
	font-size: 110%;
	cursor: auto;
}

#navMain li:hover li li a, #navMain li.active li li a {
	border: 0px;
	float: left;
	width: auto;
	padding: 0px;
	line-height: normal;
}

#navMain li:hover ul ul, #navMain li.active ul ul {
	left: -999em;
}

#navMain li:hover ul, #navMain li li:hover ul, #navMain li.active ul, #navMain li li.active ul {
	left: auto;
}
#navMain li.navMainMotoring li:hover ul, #navMain li.navMainMotoring li.active ul  {
	left: 190px;
	width: auto;
	padding-right: 30px;
	overflow: hidden;
}
#navMain li.navMainTravel li:hover ul, #navMain li.navMainTravel li.active ul  {
	left: 215px;
	width: auto;
	padding-right: 30px;
}
#navMain li.navMainAtHome li:hover ul, #navMain li.navMainAtHome li.active ul  {
	left: 186px;
	width: auto;
	padding-right: 30px;
}

/* MAIN CONTENT LAYOUT */
#bodyContentWrapper {
	width: 100%;
	min-width: 980px;
	float: left;
	background: #cbe5ab url(../images/bk-clouds.gif) repeat-x center top;
	position: relative;
	top: 40px;
	left: 0px;
}
#bodyContent {
	width: 980px;
	margin: 0 auto;
}
#bodyContentContent {
	width: 980px;
	float: left;
	text-align: left;
	padding: 30px 0px 110px 0px;
}

#bodyContent sup {
	font-size: 70%;	
}

/* FOOTER LAYOUT */


#footerSeasonal {
	background: url(../images/bk-footer-flowers.gif) no-repeat center -150px;
	width: 100%;
	float: left;
	z-index: 9999999;
	position: relative;
	top: -45px;
	padding-top: 50px;
}

#footerWrapper {
	width: 100%;
	min-width: 980px;
	float: left;
	background: url(../images/bk-footer2.gif) repeat-x top;
	position: relative;
	left: 0px;
}
#footer {
	width: 980px;
	margin: 0 auto;
	
}
#footerContent {
	width: 980px;
	float: left;
	text-align: left;
	padding: 10px 0px 0px 0px;
	
}

#footImage {
	width: 311px;
	height: 225px;
	position: absolute;
	top: -104px;
	left: 50%;
	margin-left: -500px;
	z-index: 299;
	
}
.footerHome {    background: url(../images/footer-home.png) no-repeat top left; } 
.footerCarInsurance {    background: url(../images/footer-insuranceCar.png) no-repeat top left; } 
.footerTravelInsurance {    background: url(../images/footer-insuranceTravel.png) no-repeat top left; } 
.footerCreditCard {    background: url(../images/footer-creditCard.png) no-repeat top left; } 
.footerHomeInsurance {    background: url(../images/footer-insuranceHome.png) no-repeat top left; } 
.footerGasElectricity {    background: url(../images/footer-gasElectric.png) no-repeat top left; } 
.footerLifeInsurance {    background: url(../images/footer-insuranceLife.png) no-repeat top left; } 
.footerPetInsurance {    background: url(../images/footer-insurancePet.png) no-repeat top left; } 
.footerLoans {    background: url(../images/footer-loans.png) no-repeat top left; } 
.footerOver50s {    background: url(../images/footer-over50s.png) no-repeat top left; } 
.footerBreakdown {    background: url(../images/footer-breakdownCover.png) no-repeat top left; } 
.footerCTF {    background: url(../images/footer-ctf.png) no-repeat top left; }
.footerAbacus {    background: url(../images/footer-abacus.png) no-repeat top left; }
.footerYBE {    background: url(../images/footer-wateringCan.png) no-repeat top left; }
.internetSavings {    background: url(../images/footer-savings.png) no-repeat top left; }
.footerSmallLoans {    background: url(../images/footer-smallLoans.png) no-repeat top left; }
.footerEnergySave {    background: url(../images/footer-energySwitch.png) no-repeat top left; }
.footerToothbrush {    background: url(../images/footer-toothbrush.png) no-repeat top left; }
.footerPetBowls {    background: url(../images/footer-insurancePet2.png) no-repeat top left; } 
.footerMotorbike {    background: url(../images/footer-motorbike.png) no-repeat top left; } 
.footerPetSeesaw {    background: url(../images/footer-pets-seesaw.png) no-repeat top left; } 

#footerTop {
	width: 940px;
	float: right;
	background: url(../images/bk-footBorderVert.gif) repeat-y right;
	background-position: 507px;
	margin: 30px 0px 30px 0px;
	color: #fff;
	z-index: 300;
	padding-top: 30px;
}
#footerTopLeft {
	width: 509px;
	float: left;
}
#footerTopRight {
	width: 390px;
	float: left;
	padding-left: 35px;
}
.footTopRightCol1 {
	float: left;
}
.footTopRightCol2 {
	width: 221px;
	float: right;
}
#footerTopRight ul {
	list-style-type: none;
	margin-bottom: 15px;
}
#footerTopRight li {
	line-height: 160%;
	font-size: 100%;
}
#footerTopRight li a {
	color: #fff;
	text-decoration: none;
	background: url(../images/li-arrow-foot.gif) no-repeat left;
	padding-left: 15px;
}
#footerTopRight li a:hover {
	text-decoration: underline;	
}
.footBanner {
	float: right;	
}
.footLogo {
	float: right;
	margin-top: 16px;
}
#footerTopLeft ul {
	margin-left: 15px;	
}
#footerTopLeft li {
	margin-bottom: 10px;	
	line-height: 130%;
}
#footerTopLeft div.footLeftCol p {
	margin:0px 0px 0px 0px;
	padding:0px 0px 12px 16px;
	font-size:13px;
	background:transparent url(http://assets1.bolser-asda.cdn.brightbox.co.uk/images/li-arrow-foot.gif) no-repeat 0px 4px;
	width: 204px;
	float: left;
}
#footerTopLeft div.footLeftCol p span {
	margin:0px;
	padding:0px 0px 0px 0px;
	display:block;
	font-size:12px;
}

#footerTopLeft div.footLeftCol p a {
	background:none;
	padding:0px 0px 0px 0px;
	text-decoration:underline;
}

#footerTopLeft div.footLeftCol p a:hover {
	text-decoration:none;
}

#footerTopLeft div.footLeftCol p.green_link {
	background:none;
	font-size:12px
}

#footerTopLeft div.footLeftCol p.green_link a {
	color:#BFEFA1;
}


#footerTopLeft div.footLeftCol ul {
	list-style-type:none;
	margin:0px;
}

#footerTopLeft div.footLeftCol ul li {
	padding:0px 0px 0px 16px;
	background:transparent url(http://assets1.bolser-asda.cdn.brightbox.co.uk/images/li-arrow-foot.gif) no-repeat 0px 4px;
	width: 204px;
	float: left;
}

#footerTopLeft div.footLeftCol ul li a {
	background:none;
	padding:0px 0px 0px 0px;
	text-decoration:underline;
}

#footerTopLeft div.footLeftCol ul li a:hover {
	text-decoration:none;
}
#footerTop h4 {
	padding-top:0px;
	margin-bottom: 10px;
	font-size: 130%;
	font-weight: normal;
}
#footerTopRight h4 {
	padding-top: 0px;	
}
#footerTop p {
	font-size: 100%;
	margin-bottom: 10px;
	line-height: 130%;
}
.footLeftCol {
	width: 220px;
	float: left;
	margin: 30px 25px 0px 0px;
	margin:0px 25px 0 0;
}

.footLeftCol a {
	color: #fff;
	text-decoration: none;
	background: url(../images/li-arrow-foot.gif) no-repeat left;
}
.footLeftCol a:hover {
	text-decoration: underline;	
}
.footLeftColFaq {
	width: 240px;
	float: left;
	margin: 0px 0px 0px 0px;
}
.footLeftColFaq a {
	color: #fff;
	text-decoration: none;
	background: url(../images/li-arrow-foot.gif) no-repeat left;
	padding-left: 15px;
}


#footerTop .footLeftCol li a {
	margin-bottom: 10px;
}

#footerTopLeft div.footLeftCol ul li a {
		padding: 0px 0px 0px 0px;
}

.footLeftColFaq a:hover {
	text-decoration: underline;	
}
#footerTop .footLeftColFaq h4 {
	padding-top: 0px;
}
#footerTerms {
	width: 940px;
	float: right;
	padding: 20px 0px 30px 0px;
	color: #c9f0af;
	font-size: 75%;
	background: url(../images/bk-footBorderHorizontal.gif) repeat-x top;
}
#footerTerms p {
	margin-bottom: 12px;	
}
#footerTerms ul, #footerTerms ol {
	padding-left: 20px;
	margin-bottom: 12px;
}
#footerTermsLeft {
	width: 240px;
	float: left;
}
#footerTermsRight {
	width: 700px;
	float: left;
}

#footerTerms a {
	color: #c9f0af;
	text-decoration: underline;
}
#footerTerms a:hover {
	text-decoration: none;
}


/* PRODUCT HUB SPECIFIC */

#hubOverflow {
	width: 940px;
	float: right;
	overflow: hidden;
	margin-bottom: 30px;
	padding-top: 9px;
	margin-top: -9px;
}

#prodHubWrapper {
	width: 940px;
	float: right;
	background: url(../images/bk-prodHub.gif) repeat-y;
	min-height: 200px;
	border-top: 4px solid #66bd2b;
	border-bottom: 4px solid #66bd2b;
}

#prodHubLeft {
	width: 696px;
	float: left;
	padding-left: 4px;
}
.prodHubLeft1 {
	width: 696px;
	float: left;
}
.prodHubLeft1 h2 {
	visibility: hidden;
	width: 696px;
	height: 87px;
	float: left;
	background: #e01621;
	color: #fcf321;
}
.hub1ColHalf {
	width: 315px;
	padding: 25px 0px 25px 25px;
	float: left;
}
.hub1ColHalf p {
	color: #424242;
	font-size: 120%;
	margin-bottom: 12px;
	line-height: 130%;
}
.hub1ColRight {
	padding-top: 40px;
	float: left;
}
.hub1ColRight img {
	float: left;
	margin: -10px 10px 0px 0px;
}
.hub1ColRight a {
	color: #2a6fa9;
	text-decoration: none;
}
.hub1ColRight a:hover {
	text-decoration: underline;
}
.prodHubLeft2 {
	width: 696px;
	float: left;
}
#prodHubScroller {
	width: 696px;
	float: left;
	padding: 0px 0px 10px 4px;
	overflow: hidden;
	height: 280px;
}
#prodHubItems {
	width: 999999px;
	float: left;
}
.hub2ColLeft {
	width: 294px;
	float: left;
	padding: 0px 20px 0px 0px;
}
.hub2ColRight {
	width: 332px;
	float: left;
	padding: 25px 50px 50px 0px;
}
.hub2ColRight p {
	color: #424242;
	font-size: 120%;
	margin-bottom: 12px;
	line-height: 130%;
}
.hub2ColRight .hub1ColRight {
	padding-top: 20px;
	float: left;
}
#prodHubRight {
	width: 240px;
	float: left;
	padding-bottom: 2px;
}
#prodHubRight ul {
	width: 237px;
	float: right;
	list-style-type: none;
	position: relative;
	margin-top: -4px;
	cursor: pointer;
	margin-bottom: -6px;
}
#prodHubRight ul li {
	width: 237px;
	float: left;
	font-size: 100%;
}
#prodHubRight ul li a {
	width: 207px;
	float: left;
	padding: 11px 15px 11px 15px;
	color: #fff;
	text-decoration: none;
	position: relative;
	background: url(../images/bk-subNav.gif) repeat-x;
	background-position: bottom;
	cursor: pointer;
}
#prodHubRight ul li.lastHubItem a {
	background: none;
	cursor: pointer;
}
#prodHubRight ul li a:hover {
	color: #1d4900;	
	padding: 9px 15px 9px 15px;
	cursor: pointer;
}
#prodHubRight ul li a img {display:none; position:absolute; width:25px; height:62px; left:-25px; top:-13px;}
#prodHubRight ul li.active a {
	background: #1d4900;	
	border-top: 0px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 9px 15px 9px 15px;
}
#prodHubRight ul li.active a:hover {
	color: #fff;	
}
#prodHubRight ul li.active a img {display:block;}
#contentCols {
	width: 940px;
	float: right;
}
#threeColLeft {
	width: 300px;
	float: left;
	margin-right: 20px;
}
#threeColMid {
	width: 380px;
	float: left;
	margin-right: 18px;
}
#threeColRight {
	width: 222px;
	float: right;
}
#threeColLeftBanner {
	width: 300px;
	background: #fff;
	float: left;
	border-top: 5px solid #66bd2b;
	padding-bottom: 15px;
}

#threeColLeftBanner h3 {
	width: 300px;
	height: 80px;
	float: left;
	background: url(../images/savingBannerTitle2.gif) no-repeat top left;
	text-indent: -999em;
}
#savingScroller {
	margin: 0px 30px 5px 30px;
	width: 240px;
	overflow: hidden;
	float: left;
}

#savingScroller a {
	color: #2a6fa9;
	text-decoration: none;
}
#savingScroller a:hover {
	text-decoration: underline;
}
.bannerMoneyTips {
	padding: 0px 30px 10px 30px;
}
.bannerMoneyTips img {
	padding-top: 4px;	
}
#savingScrollerItems {
	width: 240px;
	float: left;
}

div#threeColRightHome div#threeColRightBanner #savingScrollerItems.homeSaving p {
	float: left;
	width: 240px;
	padding-bottom: 5px;
	margin-left: 0;
}

div#threeColRightHome div#threeColRightBanner #savingScrollerItems.homeSaving {
	position: relative;
}

#threeColLeftBanner p {
	color: #424242;
	font-size: 120%;
}
#savingBannerNav {
	list-style-type: none;
	margin-left: 105px;
}
#savingBannerNav a {
	float: left;
	width: 21px;
	height: 21px;
	background: url(../images/bk-bannerNav.gif) no-repeat top left;
	text-indent: -9999em;
	margin-right: 4px;
}
#savingBannerNav a:hover {
	background-position: -21px;
}
#savingBannerNav a.activeSlide {
	background-position: right;
}

#threeColMidVideo {
	width: 376px;
	float: left;
	background: #fff;
	border: 2px solid #fff;
}
#threeColMidVideo h5 {
	padding: 10px 15px 10px 15px;
	font-size: 120%;
	color: #363635;
}
#threeColRightQuote {
	width: 222px;
	float: left;
	margin-bottom: 15px;
}
#threeColRightQuote h3.sIFR {
	line-height: 34px;
	margin-bottom: -5px;
}
#threeColRightQuote p {
	font-size: 110%;
	color: #363635;
	margin-bottom: 8px;
}
#threeColRightQuote input {
	margin: 0px;
	vertical-align: bottom;
}
#threeColRightQuote select {
	border: 1px solid #bfbfbe;
	font-size: 14px;
	padding: 2px;
	width: 160px;
	background: #fff;
}
#threeColRightTools {
	width: 222px;
	float: left;
}
#threeColRightTools h3.sIFR {
	line-height: 34px;
	margin-bottom: -5px;
}
#threeColRightTools ul {
	list-style-type: none;
	width: 222px;
	float: left;
	font-size: 110%;
	border-top: 1px solid #92a37d;
}
#threeColRightTools li {
	width: 222px;
	float: left;
	border-bottom: 1px solid #92a37d;
}
#threeColRightTools li a {
	width: 202px;
	float: left;
	background: url(../images/li-arrow-green.gif) no-repeat left;
	padding: 7px 0px 7px 20px;
	color: #363635;
	text-decoration: none;
}
#threeColRightTools li a:hover {
	color: #000;
}

#threeColLeftBanner .homeChallengeRoundel {
	position: relative;
	float: left;
	left: -10px;
}
#threeColLeftBanner .homeChallengeRight p {
	font-size: 140%;
	line-height: 140%;
	margin-bottom: 15px;
}


/* PRODUCT DETAIL SPECIFIC */
#productContentLeft {
	width: 710px;
	float: left;
	padding-bottom: 30px;
}
#productContentRight {
	width: 270px;
	float: left;
}
.breadcrumbs {
	font-size: 110%;
	color: #363636;
	margin: 0px 0px 25px 10px;
}
.breadcrumbs a {
	color: #2a6fa9;	
}
.breadcrumbs a:hover {
	text-decoration: none;
}
.productContentBlock {
	width: 660px;
	float: left;
	margin-bottom: 10px;
}
.productContentBlockExtraPad {
	width: 660px;
	float: left;
	padding-bottom: 70px;
}
.mainRoundel {
	width: 277px;
	float: left;
}
.prodIntro {
	width: 383px;
	float: left;
}
.prodIntro h1.sIFR {
	line-height: 50px;
	margin-bottom: -15px;
	width: 383px;
	font-size: 160%;
	padding-left: 0px;
	margin-left: 0px;
}

.prodIntro h4 {
	font-size: 130%;
	margin-bottom: 5px;
	color: #363635;
}
.prodIntro p {
	font-size: 120%;
	margin-bottom: 15px;
	line-height: 130%;
	color: #363635;
}
.prodIntro a {
	text-decoration: none;
	color: #2a6fa9; 
}
.prodIntro a:hover {
	text-decoration: underline;
}
.prodIntro ul {    font-size: 120%;    margin-bottom: 15px;    line-height: 130%;    padding-left: 25px;    color: #363635; }
.prodIntro span.introTel {
	font-size: 200%;
	font-weight: bold;
	line-height: 130%;
	white-space: nowrap;
}
.prodIntro span.introTel > small {
	font-size: 50%;
}
.productContentBlock h2.sIFR {
	line-height: 50px;
	margin-bottom: -15px;
	padding-left: 40px;
}
.productContentBlock h3.sIFR {
	line-height: 50px;
	margin-bottom: -15px;
	padding-left: 40px;
}
.productContentText h2.sIFR {
	line-height: 40px;
	margin-bottom: -15px;
	padding-left: 0px;
}
.productContentText h3.sIFR {
	line-height: 40px;
	margin-bottom: -15px;
	padding-left: 0px;
}

.prodIntro h2.sIFR {
	line-height: 35px;
	margin-bottom: -10px;
	width: 383px;
	font-size: 140%;
	padding-left: 0px;
	margin-left: 0px;
	padding-top: 5px;
	width: 383px;
}


.prodBenefitsCol {
	width: 290px;
	float: left;
	padding-left: 40px;
}
.prodBenefitsCol h4 {
	font-size: 130%;
	margin-bottom: 10px;
	color: #363635;
}
.prodBenefitsCol p {
	font-size: 120%;
	margin-bottom: 10px;
	color: #363635;
}
.prodBenefitsCol ul {
	padding-left: 15px;
	padding-bottom: 5px;
}
.prodBenefitsCol li {
	font-size: 120%;
	margin-bottom: 8px;
	color: #363635;
}
.prodBenefitsCol a {
	text-decoration: none;
	color: #2a6fa9; 
}
.prodBenefitsCol a:hover {
	text-decoration: underline;
}

.styledListsCol {
	width: 295px;
	float: left;
	margin-right: 15px;
}

.styledListsCol ul {
	list-style-type: none;
	margin-top: 20px;
}

.styledListsCol li {
	width: 295px;
	float: left;
	border-top: 1px solid #92a37d;
	font-size: 120%;
}

.styledListsCol li a {
	width: 275px;
	float: left;
	color: #363635;
	text-decoration: none;
	background: url(../images/li-arrow-green.gif) no-repeat left;
	padding: 6px 0px 6px 20px;
}
.styledListsCol li a:hover {
	color: #000;
	text-decoration: none;
}

.comparisonTable {
	border: 0px;
	border-collapse: collapse;
	width: 620px;
	margin: 20px 0px 0px 40px;
}
.comparisonTable th {
	vertical-align: middle;
	border-bottom: 5px solid #66bd2b;
	height: 55px;
	padding: 0px;
}
.comparisonTable td {
	vertical-align: middle;
	background: #fff;
	text-align: center;
	padding: 8px 0px 8px 0px;
	font-size: 110%;
	color: #363635;
}
th.compareDesc {
	width: 239px;
}
th.compareAsda, td.compareAsda {
	width: 134px;
	text-align: center;
	background: #66bd2b;
	color: #fff;
	font-weight: bold;
	font-size: 120%;
}
th.compareOther, td.compareOther {
	width: 134px;
	text-align: center;
	background: #fff;
	border-bottom: 5px solid #66bd2b;
	font-weight: bold;
	font-size: 120%;
}
th.compareGeneric {
	text-align: center;
}
p.compareQuoteBtn {
	padding: 20px 0px 0px 279px;	
}
.comparisonTable h4.sIFR {
	line-height: 42px;
	margin-bottom: -15px;
}
.comparisonSmallPrint {
	font-size: 80%;
	width: 381px;
	float: left;
	padding: 15px 0px 15px 279px;
	color: #363635;
}
#prodSubNav {
	width: 238px;
	float: right;
	background: #66bd2b;
	margin-bottom: 30px;
}

#prodSubNav p {
	position: relative;
}

#prodSubNav ul {
	list-style-type: none;
	width: 238px;
	float: left;
}
#prodSubNav li {
	width: 238px;
	float: left;
	font-size: 120%;
}
#prodSubNav li a {
	width: 198px;
	float: left;
	color: #fff;
	text-decoration: none;
	padding: 11px 20px 11px 20px;
	position: relative;
	background: url(../images/bk-subNav.gif) repeat-x;
	background-position: bottom;
}
#prodSubNav li.lastSubNavItem a {
	background: none;	
}
div#prodSubNav li#lastSubNavItem#lastSubNavItem a {
  background: none;
  border: 0;
}
#prodSubNav li a:hover {
	color: #1e4a00;
	padding: 11px 20px 11px 20px;
}
#prodSubNav ul li a img {display:none; position:absolute; width:25px; height:62px; left:-25px; top:-11px;}
#prodSubNav li.active a {
	background: #1e4a00;
	padding: 9px 20px 9px 20px;
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
}
#prodSubNav li.active a:hover {
	color: #fff;	
	padding: 9px 20px 9px 20px;
}
#prodSubNav ul li.active a img {display:block;}
#providerLogo {
	width: 238px;
	float: right;
	margin-bottom: 30px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}
#prodSubPanel {
	width: 238px;
	float: right;
	background: #fff;
	margin-bottom: 30px;
	border-top: 5px solid #66bd2b;
}
#prodSubPanelOption {
	width: 238px;
	float: right;
	background: #fff;
	margin-bottom: 30px;
	border-top: 5px solid #66bd2b;
}
#prodSubPanelOption h3 {
	font-size: 130%;
	margin-bottom: 10px;
	color: #363636;
}
#prodSubPanelOption p {
	font-size: 120%;
	color: #363636;
	margin-bottom: 10px;
	line-height: 130%;
}
#prodSubPanel h3.sIFR {
	line-height: 34px;
	margin-bottom: -5px	
}
#prodSubPanel .inputNewsletter {
	width: 200px;
	height: 20px;
	color: #363635;
	font-size: 100%;
	padding: 4px 4px 1px 4px;
	margin-bottom: 10px;
	background: none;
	background: url(../images/bk-inputNewsletter.gif) no-repeat top left;
}
.prodSubPanelTop {
	width: 208px;
	float: left;
	border-bottom: 1px solid #d0e7b2;
	padding: 15px;
}
.prodSubPanel2 {
	width: 208px;
	float: left;
	padding: 15px 15px 5px 15px;
}
.prodSubPanel3 {
	width: 208px;
	float: left;
	padding: 15px 15px 5px 15px;
	border-top: 1px solid #d0e7b2;
}

h3.sIFR.smallFont {
	font-size: 16px;
}

.prodSubPanel3 h3 {
	padding: 0;
	margin:0;
}

.prodRoundelSub {
	float: right;
}
.ui-tabs .ui-tabs-hide { display: none; }
#quoteTabs {
	width: 620px;
	float: left;
	padding-left: 40px;
}
#quoteTabs ul {
	list-style-type: none;
	width: 620px;
	float: left;
	position: relative;
	top: 5px;
}
#quoteTabs li {
	float: left;
}
#quoteTabs li a {
	font-size: 130%;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	background: #66bd2b;
	color: #fff;
	text-decoration: none;
	float: left;
	position: relative;
}
#quoteTabs li a:hover {
	background: #fff;
	color: #000;
	border-top: 5px solid #66bd2b;
	border-left: 1px solid #66bd2b;
	border-right: 1px solid #66bd2b;
	padding: 10px 9px 20px 9px;
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 20;
}
#quoteTabs li.ui-tabs-selected a {
	background: #fff;
	color: #000;
	border-top: 5px solid #66bd2b;
	border-left: 1px solid #66bd2b;
	border-right: 1px solid #66bd2b;
	padding: 10px 9px 20px 9px;
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 20;
}
#quoteContainer {
	width: 578px;
	float: left;
	background: #fff;
	border-top: 5px solid #66bd2b;
	border-right: 1px solid #66bd2b;
	border-bottom: 1px solid #66bd2b;
	border-left: 1px solid #66bd2b;
	padding: 20px;
	color: #363635;
	margin-bottom: 10px;
}
#quoteContainer h5 {
	font-size: 120%;
	margin-bottom: 12px;
}
#quoteContainer h6 {
	font-size: 100%;
	margin-bottom: 10px;
}
#quoteContainer table {
	border: 0px;
	border-collapse: collapse;
	margin-bottom: 10px;
}
#quoteContainer table table {
	margin-bottom: 0px;	
}
#quoteContainer td {
	padding-bottom: 15px;
	vertical-align: middle;
}
#quoteContainer label {
	font-size: 120%;
	margin-right: 20px;
}
#quoteContainer select {
	border: 1px solid #ccc;
	padding: 2px 4px 2px 2px;
	font-size: 110%;
	color: #363635;
	min-width: 50px;
	margin: 0px 5px 0px 5px;
}
#quoteContainer input {
	border: 1px solid #ccc;
	padding: 2px 4px 2px 2px;
	font-size: 110%;
	color: #363635;
	margin: 0px 5px 0px 5px;
}
#quoteContainer input[type="checkbox"] {
	padding: 0px;
	margin: 0px;
	background: #ccc;
}
#quoteContainer input[type="image"] {
	border: 0px;
	width: auto;
	padding: 0px;
	margin: 0px;
}
#quoteContainer a {
	color: #2a6fa9;
	text-decoration: none;
}
#quoteContainer a:hover {
	text-decoration: underline;
}
.quoteFormLabel {
	width: 180px;
	font-size: 120%;
}
.btnFormGetQuote {
	padding: 0px 0px 30px 200px;
}
#life_insurance_quote_Quote_1_CoverAmount {
  float: left;
}
table#lifeInsQuoteTable td {
  vertical-align: top;
}
table#lifeInsQuoteTable small {
  padding: 0px 0px 0px 5px;
}
.productQuotePhone {
	width: 400px;
	float: left;
	padding-left: 260px;
	color: #363636;
}
.productQuotePhone h3 {
	visibility: hidden;
	line-height: 48px;
	margin-bottom: -12px;
}
.productQuotePhone p {
	font-size: 110%;
	margin-bottom: 5px;
	line-height: 140%;
}
.productQuotePhone span.introTel {
	font-size: 280%;
	font-weight: bold;
	line-height: 130%;
}
span.help a {
	width: 19px;
	height: 20px;
	background: url(../images/iconHelp.gif) no-repeat top left;
	float: left;
}

span.help a:hover {
	background-position: right;
}


span.help2 {
  padding: 0px 10px 0px 0px;
}

span.help2 a {
	width: 19px;
	height: 20px;
}



#quoteContainer #extra_one, #quoteContainer #extra_two, #quoteContainer #extra_three {
	background: #efefef;
	border-bottom: 1px dashed #ccc;
	padding: 5px;
	margin-bottom: 10px;
}

#quoteContainer #errors {
	font-size: 70%;
}
#quoteContainer #errors ul {
	padding: 5px 5px 5px 10px;
	font-size: 70%;
	border: 1px solid #F00;
	color: #F00;
}

#quoteContainer  div.errorMessage {
	color: #F00;
	padding-bottom: 4px;
}


#prodBenefitsTopLeft {
	width: 330px;
	float: left;
	padding-left: 40px;
}
#benefitsVideo {
	background: #fff;
	float: left;
	padding: 2px;
}
#benefitsVideo h5 {
	font-size: 120%;
	color: #363635;
	padding: 10px 15px 10px 15px;
}
#prodBenefitsTopRight {
	width: 290px;
	float: left;
}
#prodBenefitsTopRight h1.sIFR {
	line-height: 50px;
	margin-bottom: -15px;
}
#prodBenefitsTopRight h4 {
	font-size: 130%;
	margin-bottom: 5px;
	color: #363635;
}
#prodBenefitsTopRight p {
	font-size: 120%;
	margin-bottom: 12px;
	line-height: 120%;
	color: #363635;
}
#prodBenefitsTopRight span.introTel {
	font-size: 200%;
	font-weight: bold;
	line-height: 130%;
}
#benefitBullets {
	width: 660px;
	float: left;
	color: #363635;
}
#benefitBullets h4 {
	font-size: 130%;
	margin-bottom: 5px;
}
#benefitBullets p {
	font-size: 120%;
	margin-bottom: 10px;
	line-height: 130%;
}
#benefitBullets a {
	color: #2a6fa9;
	text-decoration: none;
}
#benefitBullets a:hover {
	text-decoration: underline;
}
#benefitBullets ul, #benefitBullets ol {
	font-size: 120%;
	margin-bottom: 10px;
	padding-left: 20px;
	line-height: 130%;
}
#benefitBullets div {
	width: 620px;
	float: left;
	padding-left: 40px;
	padding-top: 7px;
	margin-bottom: 12px;
	background: url(../images/tick-benefits.gif) no-repeat top left;
}
#panelMoreInfo {
	float: left;
	background: #fff;
	border-top: 5px solid #66bd2b;
	border-right: 1px solid #66bd2b;
	border-bottom: 1px solid #66bd2b;
	border-left: 1px solid #66bd2b;
	padding: 15px;
	color: #363635;
	margin-left: 40px;
}
* html #panelMoreInfo {
	margin-left: 20px;
}
#panelMoreInfo .moreInfoBlock {
	width: 170px;
	float: left;
	margin-right: 20px;
}
#panelMoreInfo h4.sIFR {
	line-height: 40px;
	margin-bottom: -5px;
}
#panelMoreInfo .moreInfoBlock h5 {
	margin-bottom: 5px;	
	font-size: 120%;
}
#panelMoreInfo .moreInfoBlock p {
	margin-bottom: 8px;
	font-size: 110%;
	line-height: 130%;
}

.prodCoverSummary {
	border: 0px;
	border-collapse: collapse;
	width: 615px;
	margin: 20px 0px 0px 0px;
	border-left: 5px solid #66bd2b;
	background: #fff;
	font-size: 110%;
}
.prodCoverSummary th {
	background: #66bd2b;
	color: #fff;
	border-right: 1px solid #c7e3a4;
	padding: 10px;
	vertical-align: top;
}
.prodCoverSummary td {
	background: #fff;
	color: #363635;
	border-right: 1px solid #c7e3a4;
	border-bottom: 1px solid #c7e3a4;
	padding: 10px;
	vertical-align: top;
}
.summaryCoverLabel {
	width: 220px;	
}
.summaryCoverGeneric {
	width: 	170px;
}
.summaryTableSmall {
	font-size: 70%;	
}
p.summaryQuoteBtn {
	padding: 20px 0px 0px 240px;
}
#prodCoverTopLeft {
	width: 335px;
	float: left;
	padding: 0px 25px 0px 40px;
	color: #363635;
}
#prodCoverTopLeft h2.sIFR {
	line-height: 50px;
	margin-bottom: -15px	
}
#prodCoverTopLeft h4 {
	font-size: 130%;
	margin-bottom: 6px;
}
#prodCoverTopLeft p, #prodCoverTopLeft ul, #prodCoverTopLeft ol {
	font-size: 120%;
	margin-bottom: 15px;
	line-height: 130%;
}
#prodCoverTopRight {
	width: 230px;
	float: right;
	background: #fff;
	border-top: 5px solid #66bd2b;
	padding: 15px;
	padding-bottom: 5px;
	color: #363635;
}
#prodCoverTopRight h4 {
	font-size: 130%;
	margin-bottom: 10px;
}
#prodCoverTopRight p {
	font-size: 120%;
	margin-bottom: 10px;
	line-height: 130%;
	padding-right: 30px;
}
.productContentText {
	width: 620px;
	padding-left: 40px;
	float: left;
	color: #363635;
	padding-bottom: 10px;
}
.productContentText h1.sIFR {
	line-height: 45px;
	margin-bottom: -10px	
}
.productContentText h3, .productContentText h4 {
	font-size: 140%;
	margin-bottom: 6px;
}
.productContentText p {
	font-size: 120%;
	margin-bottom: 15px;
	line-height: 130%;
}
.productContentText ul, .productContentText ol {
	font-size: 120%;
	margin-bottom: 15px;
	padding-left: 20px;
	line-height: 130%;
}
.productContentText a {
	color: #2970a8;
	text-decoration: none;
}
.productContentText a:hover {
	text-decoration: underline;
}
.getQuoteLeft {
	float: left;
	margin-right: 50px;
}
.productContentText span.introTel {
	font-size: 180%;
	font-weight: bold;
	line-height: 105%;	
}
.protectionTopLeft {
	width: 280px;
	float: left;
}
.protectionTopRight {
	width: 380px;
	float: left;
	color: #363635;
}
.protectionTopRight p, .protectionTopRight ul, .protectionTopRight ol {
	font-size: 120%;
	margin-bottom: 15px;
	line-height: 140%;
}
.protectionTopRight h1.sIFR {
	line-height: 50px;
	margin-bottom: -5px;
	font-size: 160%;
}
#prodOptionsTitle {
	width: 940px;
	float: right;
	border-bottom: 1px solid #a2d67a;
	padding-bottom: 10px;
}
#prodOptionsTitle h1 {
	visibility: hidden;
	font-size: 320%;
	font-weight: bold;
	color: #66bd2b;
}
#prodOptionsTitle p {
	font-size: 135%;
	color: #363635;
	padding-right: 275px;
	font-weight: bold;
	line-height: 140%;
}
#prodOptionsAltTitle {
	width: 940px;
	float: right;
	padding-bottom: 10px;
}

#prodOptionsAltTitle h1 {
	visibility: hidden;
	font-size: 320%;
	font-weight: bold;
	color: #363636;
}

#prodOptionsAltTitle p {
	font-size: 105%;
	color: #363635;
	padding-right: 275px;
	line-height: 140%;
}
.prodOptionsWrapper {
	width: 980px;
	float: left;
	margin: 40px 0px 0px 0px;
	padding-bottom: 80px;
	color: #363635;
}
.prodOption1 {
	width: 450px;
	float: left;
	padding-left: 40px;
}

.prodOption1 h2 {
	width: 260px;
	float: left;
	line-height: 30px;
}
.prodOption2 {
	width: 460px;
	float: left;
	padding-left: 30px;
}
.prodOption2 h2 {
	width: 210px;
	line-height: 30px;
}
.prodOption1Roundel {
	float: left;
	position: relative;
	left: -40px;
	margin-right: -30px;
	margin-bottom: 0px;
}
.prodOption2Roundel {
	float: right;
}
.prodOptionsWrapper h2 {
	font-size: 180%;
}
.prodOptionsWrapper h3 {
	font-size: 130%;
	margin-bottom: 8px;
}
.prodOptionsWrapper p {
	font-size: 120%;
	margin-bottom: 10px;
	line-height: 140%;
}
.prodOptionBtn {
	font-size: 120%;
	padding-bottom: 20px;
}
.prodOptionBtn img {
	margin: 0px 5px -15px 0px;
}
.prodOptionBtn a {
	color: #2a6fa9;
	text-decoration: none;
}
.prodOptionBtn a:hover {
	text-decoration: underline;
}
.prodOptionsWrapper .introTel {
	font-size: 200%;
	font-weight: bold;
	line-height: 140%;
}


/* HOME */
#homeHub {
	width: 940px;
	height: 345px;
	float: right;
	background: url(../images/bk-hub-home.gif) no-repeat;
	margin-top: -17px;
	overflow: hidden;
}
.homeHubItem {
	width: 940px;
	height: 345px;
	float: left;
}
.homeHubItem img {
	background: #fff;	
}
.homeHubLeft {
	width: 690px;
	height: 345px;
	float: left;
}
.homeHubLeftContent {
	width: 295px;
	height: 300px;
	float: left;
	padding: 45px 0px 0px 40px;
}
.homeHubLeftImage {
	width: 355px;
	height: 345px;
	float: left;
}
.homeHubLeft h2 {
	font-size: 32px;
	color: #66bd2b;
	margin-bottom: 8px;
	background: #fff;
}
.homeHubLeft h2.sIFR {
	margin-bottom: -5px;
}
.homeHubLeftContent p {
	font-size: 125%;
	margin-bottom: 10px;
	color: #363635;
	background: #fff;
}

.homeHubCTA {
	padding-top: 20px;
	float: left;
}
.homeHubCTA img {
	float: left;
	margin: -10px 10px 0px 0px;
}
.homeHubCTA a {
	color: #2a6fa9;
	text-decoration: none;
	background: #fff;
}
.homeHubCTA a:hover {
	text-decoration: underline;
}
.homeHubRight {
	width: 210px;
	height: 315px;
	float: right;
	color: #fff;
	padding: 30px 20px 0px 20px;
}
.homeHubRight h3 {
	font-size: 26px;
	line-height: 100%;
	margin-bottom: 5px;
	background: #66bd2b;
	text-indent: -9999em;
}
.homeHubRight ul {
	list-style-type: none;
	font-size: 110%;
	line-height: 120%;
	padding-top: 6px;
}
.homeHubRight li {
	padding-bottom: 5px;
	background: #66bd2b;
}
.homeHubRight li a {
	color: #fff;
	text-decoration: none;
	background: #66bd2b;
}
.homeHubRight li a:hover {
	color: #1d4800;
}

h3.hubAlsoInsurance {
	width: 210px;
	height: 46px;
	background: url(../images/homeHub-insurance.gif) no-repeat top left;
}
h3.hubAlsoCreditcards {
	width: 210px;
	height: 72px;
	background: url(../images/homeHub-creditCard.gif) no-repeat top left;
}
h3.hubAlsoHome {
	width: 210px;
	height: 46px;
	background: url(../images/homeHub-atHome.gif) no-repeat top left;
}
h3.hubAlsoSavings {
	width: 210px;
	height: 49px;
	background: url(../images/homeHub-savings.gif) no-repeat top left;
}
h3.hubAlsoTravel {
	width: 210px;
	height: 49px;
	background: url(../images/homeHub-travel.gif) no-repeat top left;
}
h3.hubAlsoMotoring {
	width: 210px;
	height: 49px;
	background: url(../images/homeHub-motoring.gif) no-repeat top left;
}


#hubNav {
	width: 230px;
	height: 28px;
	float: left;
	position: relative;
	left: 740px;
	top: -75px;
	z-index: 499;
	margin-bottom: -28px;
}
#hubNav a {
	width: 28px;
	height: 28px;
	float: left;
	background: url(../images/bk-homeHubNav.gif) no-repeat left;
	text-indent: -9999em;
}
#hubNav a:hover {
	background-position: -28px;	
}
#hubNav a.activeSlide {
	background-position: right;	
}
#threeColMidHome {
	width: 360px;
	float: left;
}
#threeColRightHome p {
	font-size: 110%;
	color: #363635;
	margin-bottom: 8px;
}
#threeColRightHome .prodSubPanelTop input {
	margin: 0px;
	vertical-align: bottom;
}
#threeColRightHome select {
	border: 1px solid #bfbfbe;
	font-size: 14px;
	padding: 2px;
	width: 150px;
	background: #fff;
}
#threeColMidHome ul {
	width: 360px;
	float: left;
	border-top: 1px solid #92a37d;
	list-style-type: none;
	font-size: 120%;
	margin-bottom: 30px;
}
#threeColMidHome li {
	width: 180px;
	float: left;
	border-bottom: 1px solid #92a37d;
}
#threeColMidHome li a {
	width: 160px;
	float: left;
	padding: 7px 0px 7px 20px;
	background: url(../images/li-arrow-green.gif) no-repeat left;
	color: #363635;
	text-decoration: none;
}
#threeColMidHome p {
	font-size: 110%;
	margin-bottom: 10px;
	color: #363635;
}

#threeColMidHome h4.sIFR {
	line-height: 42px;
	margin-bottom: -10px;
	font-size: 40px;
	width: 360px;
}

.homeHero2 {
	width: 360px;
	float: left;
	color: #363635;
}
.homeHero2 img {
	float: left;
}
.homeHero2 h4 {
	font-size: 130%;
	margin-bottom: 10px;
}
.homeHero2 p {
	font-size: 120%;
	margin-bottom: 10px;
}
.homeHero2 a {
	color: #317fc2;
	text-decoration: none;
}
.homeHero2 a:hover {
	text-decoration: underline;
}

#threeColMidHomeTop {
	width: 360px;
	float: left;
	margin-bottom: 15px;
}

#threeColMidHomeLower {
	width: 360px;
	float: left;
}
#threeColMidHomeLower h4.sIFR {
	line-height: 42px;
	margin-bottom: -10px;
	font-size: 40px;
	width: 360px;
}


/* TOOLTIP */
.helpPop {
	width: 472px;
	background: none;
	float: left;
	z-index: 99999;
}


.helpPopTop {
	width: 484px;
	height: 25px;
	float: left;
	background: url(../images/tooltip-top.png) no-repeat;
}


.helpPopContent {
	width: 424px;
	float: left;
	background: url(../images/tooltip-mid.png) no-repeat;
	padding: 0px 30px 0px 30px;
	color: #363635;
}

#quoteContainer .helpPopContent ul {
	width: 424px;
}
.helpPopContent h4 {
	font-size: 120%;
	margin-bottom: 6px;
}
.helpPopContent p {
	font-size: 110%;
	margin-bottom: 10px;
	line-height: 130%;
	position: relative;
}
.helpClose {
	width: 61px;
	float: left;
	padding-left: 363px;
}
.helpPopBase {
	width: 484px;
	height: 32px;
	float: left;
	background: url(../images/tooltip-base.png) no-repeat;
}


body #toolOverlay {
	text-align: left;	
}
.toolPop {
	width: 651px;
	background: none;
	float: left;
	text-align: left;
}
.toolPopTop {
	width: 651px;
	height: 24px;
	float: left;
	background: url(../images/tooltipwide-top.png) no-repeat;
}


.toolPopContent {
	width: 591px;
	float: left;
	background: url(../images/tooltipwide-mid.png) no-repeat;
	padding: 0px 30px 0px 30px;
	color: #363635;
}

#toolContent {
	width: 591px;
	background: #f9f8f8;
	text-align: left;
	position: relative;
	margin-top: 0px;
}
.toolPopContent h4 {
	font-size: 120%;
	margin-bottom: 6px;
}
.toolPopContent p {
	font-size: 100%;
	margin-bottom: 10px;
	line-height: 130%;
}
.toolPopContent ul, .toolPopContent ol {
	font-size: 100%;
	margin-bottom: 10px;
	line-height: 130%;
	padding-left: 20px;
}
.toolPopContent a {
	color: #2a6fa9;
	text-decoration: none;
}
.toolPopContent a:hover {
	text-decoration: underline;
}
.toolClose {
	width: 61px;
	float: left;
	padding-left: 530px;
}
.toolPopBase {
	width: 651px;
	height: 32px;
	float: left;
	background: url(../images/tooltipwide-base.png) no-repeat;
}

#toolContent h2 {
	font-size: 150%;
	color: #363635;
	margin-bottom: 15px;
}

#toolContent input {
	padding: 2px;
	border: 1px solid #ccc;
	font-size: 90%;
}

#toolContent select {
	padding: 1px;
	border: 1px solid #ccc;
	font-size: 90%;
	min-width: 60px;
}

#toolContent div {
	padding-bottom: 10px;
	font-size: 110%;
}

#toolContent button {
	padding: 2px;
	background: #2a6fa9;
	color: #fff;
	font-size: 100%;
	cursor: pointer;
}


#toolContent  #small_print {
	font-size: 80%;
	width: 591px;
	float: left;
	padding: 10px 0px 5px 0px;
}

#accManagerRoundel {
	width: 220px;
	color: #363635;
	float: left;
	padding-left: 40px;
}


#toolContent  #expanding_small_print {
	font-size: 80%;
	width: 591px;
	float: left;
	padding: 10px 0px 5px 0px;
}

.quoteFormInputs {
	float: left;
}
#faqsLeft {
	width: 220px;
	color: #363635;
	float: left;
	padding-left: 40px;
}
#faqsLeftPanels {
	width: 220px;
	float: left;
	background: #fff;
	border-top: 5px solid #66bd2b;
}
.faqsLeftPanel {
	width: 190px;
	float: left;
	border-bottom: 1px solid #d0e7b2;
	padding: 10px 15px 0px 15px;
}
.faqsLeftPanel h4 {
	font-size: 130%;
	margin-bottom: 5px;
}
.faqsLeftPanel p {
	font-size: 110%;
	margin-bottom: 10px;
}
.faqsLeftPanel ul {
	font-size: 110%;
	margin-bottom: 10px;
	margin-left: 15px;
}
.faqsLeftPanel .getInTouchTel {
	font-size: 140%;
	font-weight: bold;
	margin-top: -23px;
	float: left;
}
#faqsContent {
	width: 385px;
	padding-left: 15px;
	float: left;
	padding-bottom: 50px;
}
#faqsContent .faqsSearch {
	width: 385px;
	float: left;
	font-size: 130%;
	font-weight: bold;
	color: #363635;
	margin-bottom: 20px;
}
#faqsContent .faqsSearch p {
	line-height: 25px;	
}




#faqsContent .faqsSearch select {
	border: 1px solid #aeb6a3;
	font-size: 80%;
	padding: 2px;
	width: 185px;
	margin: 0px 10px 0px 10px;
	color: #363635;
}
#faqsContent .faqsSearch input, #auxWrapper .contactSelect input {
	vertical-align: bottom;	
}
.faqsBlock {
	width: 385px;
	float: left;
	margin-bottom: 30px;
}
.faqsBlock h2.sIFR {
	line-height: 45px;	
	margin-bottom: -10px;
}
.faqExpandingBlock {
	width: 385px;
	float: left;
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #adbf96;
}
.faqExpandingBlock h3 {
	font-size: 130%;
	float: left;
}
.faqExpandingBlock h3 a {
	width: 355px;
	float: left;
	padding-left: 30px;
	background: url(../images/icon-expandMore.gif) no-repeat top left;
	color: #363635;
	text-decoration: none;
}
.faqExpandingBlock h3.active a {
	background: url(../images/icon-expandLess.gif) no-repeat top left;
}
.faqExpandingBlock h3.inactive a {
	background: url(../images/icon-expandMore.gif) no-repeat top left;
}
.expandingContent {
	width: 355px;
	float: left;
	padding: 0px 0px 0px 30px;
	font-size: 120%;
	color: #363635;
}
.expandingContent h4 {
	margin-bottom: 0px;	
}
.expandingContent a {
	color: #2a6fa9;
	text-decoration: none;
}
.expandingContent a:hover {
	text-decoration: underline;
}

.expandingContent p, .expandingContent table{
	padding: 5px 0px 5px 0px;
}
 .expandingContent ul, .expandingContent ol {
		 padding: 15px 0px 15px 15px;
 }

.faqGenericContent {
	width: 385px;
	float: left;
	color: #363635;
}
.faqGenericContent h1.sIFR {
	line-height: 50px;
	margin-bottom: -10px;
}
.faqGenericContent h3 {
	font-size: 130%;
	margin-bottom: 5px;
}
.faqGenericContent p {
	font-size: 110%;
	margin-bottom: 15px;
	line-height: 140%;
}
.faqGenericContent a {
	color: #2a6fa9;
	text-decoration: none;
}
.faqGenericContent a:hover {
	text-decoration: underline;
}
.faqGenericContent ul, .faqGenericContent ol {
	font-size: 110%;
	margin-bottom: 12px;
	margin-left: 15px;
	line-height: 140%;
}
.faqSubNav {
	width: 380px;
	float: right;
	font-size: 120%;
	margin-top: 20px;
	padding-right: 5px;
}
.faqSubNav a {
	float: left;
	color: #317fc2;
}
.faqSubNav a:hover {
	text-decoration: none;	
}
.faqSubNav .navPrev {
	float: left;
}
.faqSubNav .navPrev a {
	padding-left: 17px;
	background: url(../images/arrow-left.gif) no-repeat left;
}
.faqSubNav .navNext {
	float: right;	
}
.faqSubNav .navNext a {
	padding-right: 17px;
	background: url(../images/arrow-right.gif) no-repeat right;
}
.faqTableSummary {
	border: 0px;
	border-collapse: collapse;
	width: 380px;
	margin: 20px 0px 20px 0px;
	border-left: 5px solid #66bd2b;
	background: #fff;
	font-size: 110%;
}
.faqTableSummary th {
	background: #66bd2b;
	color: #fff;
	border-right: 1px solid #c7e3a4;
	padding: 10px;
	vertical-align: top;
	font-weight: normal;
}
.faqTableSummary td {
	background: #fff;
	color: #363635;
	border-right: 1px solid #c7e3a4;
	border-bottom: 1px solid #c7e3a4;
	padding: 10px;
	vertical-align: top;
}
.faqTableSmall {
	font-size: 70%;
}
.faqTableDetail {
	border: 0px;
	border-collapse: collapse;
	width: 615px;
	margin: 20px 0px 20px 0px;
	border-left: 5px solid #66bd2b;
	background: #fff;
	font-size: 100%;
}
.faqTableDetail strong {
	font-size: 120%;
}
.faqTableDetail p {
	font-size: 100%;
	margin-bottom: 4px;
}
.faqTableDetail ul, .faqTableDetail ol  {
	margin-bottom: 4px;
	padding-left: 20px;
	font-size: 100%;
}
.faqTableDetail li {
	padding-bottom: 3px;	
}
.faqTableDetail th {
	background: #66bd2b;
	color: #fff;
	border-right: 1px solid #c7e3a4;
	padding: 10px;
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}
.faqTableDetail td {
	background: #fff;
	color: #363635;
	border-right: 1px solid #c7e3a4;
	border-bottom: 1px solid #c7e3a4;
	padding: 10px;
	vertical-align: top;
}
td.borderTop {
	border-top: 5px solid #66bd2b;	
}
th.faqDetailLabel {
	width: 198px;
}

#auxWrapper {
	width: 385px;
	padding-left: 15px;
	float: left;
	padding-bottom: 50px;
}

.auxContent {
	width: 385px;
	float: left;
	color: #363635;
}
.auxContent h1.sIFR {
	line-height: 50px;
	margin-bottom: -10px;
}



.auxContent h3 {
	font-size: 130%;
	margin-bottom: 5px;
}
.auxContent p {
	font-size: 110%;
	margin-bottom: 15px;
	line-height: 140%;
}
.auxContent a {
	color: #2a6fa9;
	text-decoration: none;
}
.auxContent a:hover {
	text-decoration: underline;
}
.auxContent ul, .auxContent ol {
	font-size: 110%;
	margin-bottom: 12px;
	margin-left: 15px;
	line-height: 140%;
}


.auxContent ul.sitemapDirectory {
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
.auxContent ul.sitemapDirectory li {
	float: left;
}
.auxContent ul.sitemapDirectory li span {
	padding: 2px 5px 2px 5px;
	float: left;
}
.auxContent ul.sitemapDirectory li.category {
	width: 385px;
	font-weight: bold;
	background: #1d4800;
	color: #fff;
}
.auxContent ul.sitemapDirectory li.product {
	width: 385px;
	font-weight: bold;
	background: #65bd2b;
	color: #fff;
}
.auxContent ul.sitemapDirectory li.product a {
	color: #1d4800;
	text-decoration: underline;
	margin-left: 10px;
}
.auxContent ul.sitemapDirectory li.product a:hover {
	text-decoration: none;
}
.auxContent ul.sitemapDirectory li.section {
	width: 385px;
	font-weight: normal;
	background: #d9f3b8;
	color: #1d4800;
	border-bottom: 1px solid #c0d99f;
}
.auxContent ul.sitemapDirectory li.page {
	width: 385px;
	font-weight: normal;
	background: #e9fdcf;
	color: #fff;
	border-top: 1px dashed #c0d99f;
}
.auxContent ul.sitemapDirectory li.page a {
	color: #1d4800;
	text-decoration: underline;
	margin-left: 10px;
}
.auxContent ul.sitemapDirectory li.page a:hover {
	text-decoration: none;
}


.tableContactForm {
	width: 	385px;
	float: left;
}
.tableContactForm td {
	padding-bottom: 10px;
	font-size: 110%;
	vertical-align: top;
}
.tableContactForm input {
	font-size: 95%;
	padding: 2px;
	border: 1px solid #b1b1b1;
	width: 250px;
}
.tableContactForm input:focus {
	border: 1px solid #317fc2;
}

.tableContactForm textarea {
	font-size: 100%;
	padding: 2px;
	border: 1px solid #b1b1b1;
	width: 250px;
	height: 100px;
	font-family: Arial, sans-serif;
}
.tableContactForm textarea:focus {
	border: 1px solid #317fc2;
}

.contactSubmit {
	margin-bottom: 20px;
	padding-left: 103px;
}

#existingCustContent {
	width: 385px;
	padding-left: 15px;
	float: left;
	color: #363636;
	padding-bottom: 50px;
}
#existingCustContent h1.sIFR {
	line-height: 50px;
	margin-bottom: -5px;
}
#existingCustContent h2.sIFR {
	line-height: 50px;
	margin-bottom: -15px;
}
#existingCustContent p {
	font-size: 120%;
	margin-bottom: 10px;
	line-height: 140%;
}
#existingCustContent span.smallPrint {
	font-size: 80%;
	line-height: normal;
}
#existingCustContent span.introTel {
	font-size: 200%;
	font-weight: bold;
	line-height: 130%;
}
#existingCustContent ul {
	font-size: 120%;
	margin-bottom: 10px;
	line-height: 140%;
	margin-left: 15px;
}
#existingCustContent li {
	margin-bottom: 6px;	
}
#existingCustContent a {
	color: #2a6fa9;
	text-decoration: none;
}
#existingCustContent a:hover {
	text-decoration: underline;
}
.existingCustBlock {
	width: 385px;
	float: left;
	border-top: 1px solid #a3d67c;
	padding: 12px 0px 2px 0px;
}

#productContentLeft .existingCustBlock h2.sIFR {
	line-height: 40px;
	font-size: 20px;
	margin-bottom: 2px;
}
.existingCustBlock h2 {
	font-size: 130%;
	margin-bottom: 8px;
}
.existingCustBlockNoBorder {
	width: 385px;
	float: left;
	padding: 12px 0px 2px 0px;
}
#productContentLeft .existingCustBlockNoBorder h2.sIFR {
	line-height: 30px;
	font-size: 30px;
}
.existingCustBlockNoBorder h3 {
	font-size: 130%;
	margin-bottom: 8px;
}

#existingCustContent .existingCustBlock ul {
	font-size: 120%;
	margin-bottom: 10px;
	line-height: 140%;
	margin-left: 0px;
	list-style-type: none;
}

#existingCustContent .existingCustBlock li {
	background: url(../images/tick-benefits.gif) no-repeat left top;
	padding: 5px 0px 2px 40px;
}

#accManagerTitle {
	width: 385px;
	float: left;
	padding: 0px 0px 0px 10px;
}

#accManagerTitle h1 {
	font-size: 225%;
	line-height: 200%;
}

.btnSubLogin {
	float: left;
	margin-right: 15px;
}

.linkSubRegister {
	margin-top: 4px;
	float: left;
}

.linkSubRegister a {
	color: #424242;	
}
.linkSubRegister a:hover {
	text-decoration: underline;
}



/* GENERIC */
.clear {clear: both;}
.access {display: none;}
a:focus {outline: none;}
a:active {outline: none;}
div.clear {width: 100%;	float: left; clear: both;}


/*  JS SELECT REPLACEMENT */
#headerContent div.selectbox-wrapper {
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  padding:0px;
  overflow:auto;
  text-align: left;
  font-size: 12px;
  position: absolute;
  left: 50%;
  margin-left: 270px;
  z-index: 666;
  line-height: normal;
}
* html #headerContent div.selectbox-wrapper {
	top: 42px;
}
*+ html #headerContent div.selectbox-wrapper {
	top: 42px;
}
#headerContent div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:2px;
}
#headerContent div.selectbox-wrapper ul li.selected { 
  background-color: #EAF2FB;
}
#headerContent div.selectbox-wrapper ul li.current { 
  background-color: #317fc2;
  color: #fff;
}
#headerContent div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:1px 2px 1px 2px;
  color: #363635;
  cursor:pointer;
}
#headerContent .selectbox /* look&feel of  select box*/
{
  background: url(../images/bk-quickQuoteSelect.gif) no-repeat left;
  width: 155px;
  height: 21px;
  cursor: pointer;
  color:#333;
  font-size: 13px;
  padding: 4px 0px 0px 8px;
  margin-right: 0px;
  overflow: hidden;
}


#prodSubPanel div.selectbox-wrapper, #threeColRightQuote div.selectbox-wrapper {
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  padding:0px;
  overflow:auto;
  text-align: left;
  font-size: 12px;
  position: absolute;
  left: 50%;
  margin-left: 270px;
  margin-top: 25px;
  line-height: normal;
  z-index: 999999;
}
#prodSubPanel div.selectbox-wrapper ul, #threeColRightQuote div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:2px;
}
#prodSubPanel div.selectbox-wrapper ul li.selected, #threeColRightQuote div.selectbox-wrapper ul li.selected { 
  background-color: #EAF2FB;
}
#prodSubPanel div.selectbox-wrapper ul li.current, #threeColRightQuote div.selectbox-wrapper ul li.current { 
  background-color: #317fc2;
  color: #fff;
}
#prodSubPanel div.selectbox-wrapper ul li, #threeColRightQuote div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:1px 2px 1px 2px;
  color: #363635;
  cursor:pointer;
}
#prodSubPanel .selectbox, #threeColRightQuote .selectbox /* look&feel of  select box*/
{
  background: url(../images/bk-retrieveQuoteSelect.png) no-repeat left;
  width: 115px;
  height: 21px;
  cursor: pointer;
  color:#333;
  font-size: 13px;
  padding: 4px 40px 0px 8px;
  float: left;
  overflow: hidden;
}

.faqsSearch div.selectbox-wrapper, .contactSelect div.selectbox-wrapper {
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  padding:0px;
  overflow:auto;
  text-align: left;
  font-size: 12px;
  position: absolute;
  left: 50%;
  top: 97px;
  margin-left: -95px;
  font-weight: normal;
  line-height: normal;
}
.faqsSearch div.selectbox-wrapper ul, .contactSelect div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:2px;
}
.faqsSearch div.selectbox-wrapper ul li.selected, .contactSelect div.selectbox-wrapper ul li.selected { 
  background-color: #EAF2FB;
}
.faqsSearch div.selectbox-wrapper ul li.current, .contactSelect div.selectbox-wrapper ul li.current { 
  background-color: #317fc2;
  color: #fff;
}
.faqsSearch div.selectbox-wrapper ul li, .contactSelect div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:1px 2px 1px 2px;
  color: #363635;
  cursor:pointer;
}
.faqsSearch .selectbox, .contactSelect .selectbox /* look&feel of  select box*/
{
  background: url(../images/bk-quickQuoteSelect.gif) no-repeat left;
  width: 155px;
  height: 21px;
  cursor: pointer;
  color:#333;
  font-size: 13px;
  padding: 4px 0px 0px 8px;
  margin-right: 0px;
  overflow: hidden;
}


/* RESET sIFR MARGINS IN IE */


* html .prodIntro h1.sIFR,
* html .productContentBlock h2.sIFR,
* html .productContentText h3.sIFR,
* html .comparisonTable h4.sIFR,
* html #prodSubPanel h3.sIFR,
* html #prodBenefitsTopRight h2.sIFR,
* html #panelMoreInfo h4.sIFR,
* html #prodCoverTopLeft h2.sIFR,
* html .productContentText h2.sIFR,
* html .protectionTopRight h2.sIFR,
* html #threeColMidHome h4.sIFR,
* html .faqsBlock h2.sIFR,
* html .faqGenericContent h2.sIFR,
* html #existingCustContent h2.sIFR,
* html #threeColRightQuote h3.sIFR,
* html #threeColRightTools h3.sIFR,
* html .homeHubLeft h2.sIFR,
* html .auxContent h2.sIFR,
* html .productQuotePhone h3.sIFR {
	margin-bottom: 5px;	
}

*+ html .prodIntro h1.sIFR,
*+ html .productContentBlock h2.sIFR,
*+ html .productContentText h3.sIFR,
*+ html .comparisonTable h4.sIFR,
*+ html #prodSubPanel h3.sIFR,
*+ html #prodBenefitsTopRight h2.sIFR,
*+ html #panelMoreInfo h4.sIFR,
*+ html #prodCoverTopLeft h2.sIFR,
*+ html .productContentText h2.sIFR,
*+ html .protectionTopRight h2.sIFR,
*+ html #threeColMidHome h4.sIFR,
*+ html .faqsBlock h2.sIFR,
*+ html .faqGenericContent h2.sIFR,
*+ html #existingCustContent h2.sIFR,
*+ html #threeColRightQuote h3.sIFR,
*+ html #threeColRightTools h3.sIFR,
*+ html .homeHubLeft h2.sIFR,
*+ html .auxContent h2.sIFR,
*+ html .productQuotePhone h3.sIFR {
	margin-bottom: 5px;	
}



.helpOff {
	display: none;
}
.helpOn {
	display: block;
	position: absolute;
	z-index: 798;
	float: left;
}

*+ html .helpOn {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -300px;
}
* html .helpOn {
	display: block;	
	position: absolute;
	left: 50%;
	margin-left: -300px;
}



.toolOff {
	display: none;	
}

.toolOn {
	display: block;	
	position: absolute;
	top: 200px;
	left: 50%;
	margin-left: -325px;
	z-index: 798;
}




/*------ Quote Pages-------*/

div#quoteContainer p {
	clear: left;
	font-size: 120%;
	margin-bottom: 10px;
}
div#quoteContainer label {
	font-size: 110%;
}

div#quoteContainer p.small {
	font-size: 100%;
}

div#quoteContainer div#quoteNew ul {
	padding: 10px 0 5px 15px;
	margin-bottom: 20px;
	font-size: 120%;
	width: 550px;
}

div#quoteContainer div#quoteNew ul li {
	list-style-type: disc;
	clear: left;
	margin-bottom: 8px;
	float: none;
}

div#quoteCriticalIllness h3 {
	font-size: 18px;
}

div#quoteCriticalIllness label {
	font-size: 120%;
	padding-right: 0px;
}

div#quoteContainer div#quoteCriticalIllness ul {
	padding: 10px 0 5px 15px;
	margin-bottom: 20px;
	font-size: 120%;
	width: 550px;
}

div#quoteContainer div#quoteCriticalIllness ul li {
	list-style-type: disc;
	clear: left;
	margin-bottom: 8px;
	float: none;
}


div#quoteIncomeProtection h3 {
	font-size: 18px;
}

div#quoteContainer div#quoteIncomeProtection ul {
	padding: 10px 0 5px 15px;
	margin-bottom: 20px;
	font-size: 120%;
	width: 550px;
}

div#quoteContainer div#quoteIncomeProtection ul li {
	list-style-type: disc;
	clear: left;
	margin-bottom: 8px;
	float: none;
}

div#quoteContainer div#quoteLifeInsurance ul {
	padding: 10px 0 5px 15px;
	margin-bottom: 20px;
	font-size: 120%;
	width: 550px;
}

div#quoteContainer div#quoteLifeInsurance ul li {
	list-style-type: disc;
	clear: left;
	margin-bottom: 8px;
	float: none;
}
div#quoteContainer div#quoteIncomeProtection ul {
	padding: 10px 0 5px 15px;
	margin-bottom: 20px;
	font-size: 120%;
	width: 550px;
}

div#quoteContainer div#quoteIncomeProtection ul li {
	list-style-type: disc;
	clear: left;
	margin-bottom: 8px;
	float: none;
}


div#quoteRealLifeCover h3 {
	font-size: 18px;
}

div#quoteContainer div#quoteRealLifeCover ul {
	padding: 10px 0 5px 15px;
	margin-bottom: 20px;
	font-size: 120%;
	width: 550px;
}

div#quoteContainer div#quoteRealLifeCover ul li {
	list-style-type: disc;
	clear: left;
	margin-bottom: 8px;
	float: none;
}

div#quoteContainer div#quoteRealLifeCover ul {
	padding: 10px 0 5px 15px;
	margin-bottom: 20px;
	font-size: 120%;
	width: 550px;
}

div#quoteContainer div#quoteIncomeProtection ul li {
	list-style-type: disc;
	clear: left;
	margin-bottom: 8px;
	float: none;
}


div#quoteContainer h5 {
	clear: left;
}

div#quoteContainer .btnFormGetQuote {
	padding: 0;
	margin: 0 0 15px 0;
	float: left;
}

div#quoteContainer p.quoteSmall {
	font-size: 100%;
}
div#quoteContainer p.quoteSmaller {
	font-size: 80%;
}

div#quoteContainer p.quoteSmaller {
	font-size: 80%;
}

div#quoteContainer div.expandingContent {
	width: 558px;
	float: left;
	padding: 0px;
	margin: 0px;
	background: #efefef;
	padding: 10px 10px 0px 10px;
	margin-bottom: 15px;
}

div#quoteContainer div.expandingContent h4 {
	font-size: 100%;
	margin-bottom: 6px;
}
div#quoteContainer div.expandingContent p {
	margin: 0px;
	padding: 0px;
	font-size: 90%;	
	margin-bottom: 10px;
}
div#quoteContainer div.expandingContent li {
	font-size: 75%;
}
div#quoteContainer div.expandingContent ul {
	margin: 0px;
	padding: 0px;
}

#listHelp {
	width: 385px;
	border-top: 1px solid #92a37d;
	list-style-type: none;
	font-size: 120%;
	margin: 0px;
	padding: 0px;
}
#listHelp li {
	width: 385px;
	float: left;
	border-bottom: 1px solid #92a37d;
}

#listHelp li a {
	width: 365px;
	float: left;
	padding: 7px 0px 7px 20px;
	background: url(../images/li-arrow-green.gif) no-repeat left;
	color: #363635;
	text-decoration: none;
}


#contactOk {
	width: 373px;
	float: left;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	color: #317fc2;
	border: 1px solid #66bd2b;
	padding: 5px;
	margin-bottom: 15px;
}
#contactOk p {
	margin-bottom: 0px;	
}


span#highlight {
	border: 4px dashed #F00;
	padding: 4px;
	float: left;
}

#calc_cont {
	position: relative;	
}
#calc_cont p {
	font-size: 70%;
	margin-bottom: 2px;
}

.calc_col {
	width: 135px;
	float: left;
	padding-right: 5px;
}
#calc_cont input {
	width: 100px;
	font-size: 90%;
}

#calc_scroll {
	height: 500px;
	overflow: scroll;
}

#calc_scroll table {
	width: 100%;
}

.form_text_header {
	font-weight: bold;
	color: #66bd2b;
	padding-top: 10px;
}
.form_text_header2 {
	color: #317fc2;
}

.calc_button a {
	background: #317fc2;
	color: #fff;
	padding: 0px 2px 0px 2px;
}
.calc_button a:hover {
	background: #66bd2b;
	color: #fff;
	text-decoration: none;
}

.calcFormTable {
	border: 0px;
	border-collapse: collapse;
	background: #d0e7b2;
	width: 100%;
	margin-bottom: 15px;
}
.calcFormTable td {
	padding: 7px;
	border-bottom: 1px solid #fff;
}

.calc_submit {
	background: #317fc2;
	color: #fff;
	padding: 0px 2px 0px 2px;
	border: 0px;
	cursor: pointer;
}


.calcFormLabel {
	width: 180px;	
}

.displayAPR {
	font-size: 24px;	
}

#output1, #output2 {
	background: #fff;
	border: 1px solid #ccc;
	padding: 2px;
	height: 8px;
	width: 80px;
}

#res-saving {
	font-weight: bold;
	font-size: 120%;
	color: #65bd2b;
}

#newsletter_form p.ss {
	margin-bottom: 0px;	
}

#newsletter_form p.newsletterTerms {
	font-size: 80%;
	padding-bottom: 10px;
	color: #363635;
}
.newsletterTerms a {
	color: #317fc2;
	text-decoration: none;
}
.newsletterTerms a:hover {
	text-decoration: underline;
}

.newsletterErrors {
	padding: 0px 10px 8px 15px;
	font-size: 80%;
	color: #F00;
}

.preview_banner {
	background-color: #FCC;
	border: solid 2px #C66;
	font-size: 16px;
	position: fixed;
	padding: 6px;
	top: 0px;
	left: 0px;
	z-index: 999999;
}


*html .preview_banner {
	position: absolute;	
}

.preview_banner a, .preview_banner a:visited {
	color: #222;
}

#tracking {
	display: none;	
}

#errorExplanation {
	color: red;
}

label.radio-label {
	margin-left: -10px;
	padding: 0;
}

.critical-illness-radio-right {
	position: relative;
	left: -22px;
	top: 2px;
}




#benefitBulletsImage {
	width: 660px;
	float: left;
	color: #363635;
}
#benefitBulletsImage h4 {
	font-size: 130%;
	margin-bottom: 5px;
}
#benefitBulletsImage p {
	font-size: 120%;
	margin-bottom: 10px;
	line-height: 130%;
}
#benefitBulletsImage a {
	color: #2a6fa9;
	text-decoration: none;
}
#benefitBulletsImage a:hover {
	text-decoration: underline;
}
#benefitBulletsImage ul, #benefitBulletsImage ol {
	font-size: 120%;
	margin-bottom: 10px;
	padding-left: 20px;
	line-height: 130%;
}

p.benefits-with-images-bottom-apply-button {
	margin-left: 70px;
}
p.benefits-bottom-apply-button {
	margin-left: 40px;
}
p.faqs-bottom-apply-button {
	float: left;
	margin-top: 0px;
}
p.expanding-element-back-to-top {
	text-align: right;
}
p.expanding-element-back-to-top a {
	color: #2a6fa9;
}
p.expanding-element-back-to-top a:hover {
	text-decoration: none;
}

.benefitsImage {
	width: 57px;
	float: left;
	overflow: hidden;
}
.benefitsText {
	width: 591px;
	float: left;
	overflow: hidden;
	padding: 0px 0px 0px 12px;
	margin: 0px 0px 20px 0px;
}


.faqGenericContent ul.policyDocs {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
.faqGenericContent ul.policyDocs li {
	list-style-type: none;
	background: url(http://www.asdafinance.com/attachments/422/original/afs-icon-pdf.gif) no-repeat top left;
	padding: 5px 0px 10px 34px;
}


.prodOptionsAlt1 {
	width: 463px;
	float: left;
	margin: 0px 45px 0px 0px;
}

.prodOptionsAlt1 h2 {
	width: 423px;
	float: left;
	background: #6fb938;
	color: #fff;
	padding: 7px 20px 7px 20px;
	font-size: 150%;
	margin-bottom: 0px;
}

.prodOptionsAlt1Content {
	width: 433px;
	float: left;
	background: #fff;
	padding: 15px 0px 20px 30px;
}

.prodOptionBtnLeft {
	float: left;
	margin: 0px 20px 0px 0px;
}

.prodOptionsAlt1Content a {
	color: #2a6fa9;
	text-decoration: none;
}
.prodOptionsAlt1Content a:hover {
	text-decoration: underline;
}
.prodOptionsAlt1Content p {
	font-size: 110%;
	color: #363636;
}
.prodOptionsAlt1Content li {
	background: url(/images/icon-tick-white.gif) no-repeat left;
	font-size: 110%;
	padding: 13px 0px 7px 35px;
	color: #363636;
}
.prodOptionsAlt1Content ul {
	margin-bottom: 20px;
	list-style: none;
}

.prodOptionsWrapper h3.sIFR {
	line-height: 180%;
	margin-bottom: 0px;
}



.prodOptionsAlt2 {
	width: 462px;
	float: left;
	margin: 0px 0px 0px 0px;
}

.prodOptionsAlt2 h2 {
	width: 422px;
	float: left;
	background: #6fb938;
	color: #fff;
	padding: 7px 20px 7px 20px;
	font-size: 150%;
	margin-bottom: 0px;
}

.prodOptionsAlt2Content {
	width: 412px;
	float: left;
	background: #fff;
	padding: 15px 20px 20px 30px;
}

.prodOptionsAlt2Content a {
	color: #2a6fa9;
	text-decoration: none;
}
.prodOptionsAlt2Content a:hover {
	text-decoration: underline;
}
.prodOptionsAlt2Content p {
	font-size: 110%;
	color: #363636;
}
.prodOptionsAlt2Content li {
	background: url(/images/icon-tick-white.gif) no-repeat left;
	font-size: 110%;
	padding: 13px 0px 7px 35px;
	color: #363636;
}
.prodOptionsAlt2Content ul {
	margin-bottom: 20px;
	list-style: none;
}

p.optionSmallPrint {
	font-size: 80%;
	line-height: 120%;
}

p.optionNotice {
	font-size: 120%;
	font-weight: bold;
}

p.prodOptionsAlt1Roundel {
	position: absolute;
	float: left;
	z-index: 10000;
	margin: 0px 0px 0px 360px;
	margin-top: -25px;
}

* html p.prodOptionsAlt1Roundel {
	margin: 0px;
	margin-left: -610px;
	margin-top: -25px;
}

*+ html p.prodOptionsAlt1Roundel {
	margin: 0px;
	margin-left: -610px;
	margin-top: -25px;
}

.prodOptionsAlt1Crop {
	width: 290px;
}

p.prodOptionsAlt2Roundel {
	position: absolute;
	float: left;
	z-index: 10001;
	margin: 0px 0px 0px 890px;
	margin-top: -25px;
}

* html p.prodOptionsAlt2Roundel {
	margin: 0px;
	margin-left: -85px;
	margin-top: -25px;
}

*+ html p.prodOptionsAlt2Roundel {
	margin: 0px;
	margin-left: -85px;
	margin-top: -25px;
}

.prodOptionsAlt2Crop {
	width: 290px;	
}


input#ctfBankDetails, input#ctfResponibility, input#ctfBornAfter, input#ctfOver {
	border: none;
	float: left;
	background-color: #fff;	
}

* + html input#ctfBankDetails, * + html input#ctfResponibility, * + html input#ctfBornAfter, * + html input#ctfOver {
	border: 4px solid white;
}



/* MSC STYLES  */

img#msc_home_roundel {
	display: block;
	float: left;
}

*+ html img#msc_home_roundel {
	position: relative;
	left: 0px;
}
* html img#msc_home_roundel {
	position: relative;
	left: 0px;
}



#savingScroller {
	overflow: visible;
}

.msc_home_info {
	padding: 0px 0px 15px 95px;
	float: left;
	font-size: 17px;
	line-height: 22px;
}

.msc_home_info img {
	padding: 10px 0px 0px 0px;	
}




.msc_page1_content {
	width: 627px;
	float: right;
	color: #363636;
}

.msc_page1_content h2.sIFR {
	line-height: 210%;
	font-size: 180%;
	padding-left: 0px;
	margin-left: 0px;
}

.msc_page1_content p {
	font-size: 120%;
	line-height: 130%;
	margin-bottom: 15px;
}

.msc_page1_block {
	width: 627px;
	float: left;
	border-bottom: 1px solid #a7d77e;
	padding: 10px 0px 0px 0px;
}


.msc_page1_spacer {
	width: 627px;
	float: left;
	height: 100px;
}

.msc_page1_block_left {
	width: 460px;
	float: left;
}

.msc_page1_block_right {
	width: 166px;
	float: left;
	padding: 30px 0px 0px 0px;
}

.msc_page1_block h3 {
	margin-bottom: 10px;	
}

.msc_page1_roundel {
	float: left;
	padding-right: 18px;
}

.msc_page1_block a {
	color: #2f7ab9;
	text-decoration: none;
}
.msc_page1_block a:hover {
	text-decoration: underline;
}

table.msc_calculator {
	display: block;
	border: 0px;
	border-collapse: collapse;
	font-size: 110%;
}

table.msc_calculator td {
	padding: 0px 0px 10px 0px;
}

table.msc_calculator td.msc_td_pad {
	padding-left: 30px;
	width: 150px;
}

input.msc_cal_input {
	padding: 2px;
	border: 1px solid #66bd2b;
	color: #363636;
	width: 90px;
}

.msc-testimonials {
	width: 525px;
	float: left;
}

.msc-testimonial-item {
	width: 495px;
	float: left;
	background: #fff;
	padding: 15px 15px 0px 15px;
	border-top: 5px solid #69bc17;
	color: #363636;
	margin-bottom: 30px;
}

.msc-testimonial-item h3 {
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 15px;
}

.msc-testimonial-item h3 span {
	font-size: 80%;
	font-weight: normal;
}

.msc-testimonial-item h4 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 2px;
}

.msc-testimonial-item p {
	margin-bottom: 15px;
	font-size: 110%;
	line-height: 130%;
}

.msc-testimonial-image {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
}

.msc-testimonial-text {
	width: 310px;
	float: left;
}

.msc-workings {
	width: 500px;
	float: left;
	color: #363636;
	padding-left: 40px;
}

.msc-workings h1.sIFR {
	line-height: 210%;
	font-size: 180%;
}

.msc-workings p {
	margin-bottom: 15px;
	font-size: 120%;
	line-height: 130%;
}

.mscExpandingBlock {
	width: 500px;
	float: left;
	margin-bottom: 15px;
}

.mscExpandingBlock h2 {
	font-size: 130%;
	float: left;
}
.mscExpandingBlock h2 a {
	width: 355px;
	float: left;
	padding-left: 30px;
	background: url(../images/icon-expandMore.gif) no-repeat top left;
	color: #363635;
	text-decoration: none;
}
.mscExpandingBlock h2.active a {
	background: url(../images/icon-expandLess.gif) no-repeat top left;
}
.mscExpandingBlock h2.inactive a {
	background: url(../images/icon-expandMore.gif) no-repeat top left;
}

.expandingMscContent {
	width: 470px;
	float: left;
	padding: 10px 0px 0px 30px;
	color: #363635;
}
/* Lee Extra CSS */

.footerTravelInsurance {background: url('http://www.asdafinance.com/attachments/514/original/Travel_Hub_image.PNG') no-repeat top left;} 

.prodIntro h4.email_header {
	margin-bottom:0px;	
}

td.compareTitle {
	text-align:left;
	padding:8px;
}

small.phone_terms {
	margin:0px;
	padding:0px;
	display:block;
	font-size: 12px;
}

.comparisonSmallPrint_Full {
	font-size: 80%;
	width: 590px;
	float: left;
	padding: 15px 30px 15px 55px;
	color: #363635;
}

.prodIntro p.comparisonSmallPrint_phone {
	margin-top:-5px;
	font-size:90%;
}

div.prodBenefitsCol h3.sIFR {
	line-height: 36px;
	margin-bottom: -5px;
	padding-left: 0px;	
}

* html div.prodBenefitsCol h3.sIFR {margin-bottom:0px;}
*+ html div.prodBenefitsCol h3.sIFR {margin-bottom:0px;}

ul.decimal {
	padding-left:22px;
	margin-bottom:40px;
	list-style-type:decimal;
}

.link_margin {
	margin-bottom:10px;	
}

#travel_suit_you_top {
	margin:0px 0px 0px 40px;
	padding:0px;	
}

#travel_suit_you_top div {
	margin:0px 0px 0px 0px;
	padding:0px;
	width:162px;
	height:181px;
	background:#fff;
	float:left;	
	border-top:4px solid #66bd2b;
	text-align:center;
	position:relative;
}

#travel_suit_you_top div#banner_european {
	width:142px;
}

#travel_suit_you_top div h3 {
	margin:0px 0px 0px 0px;
	padding:20px 0px 20px 20px;
	font-size:15px;
}

#travel_suit_you_top div p {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#travel_suit_you_top div a {
	margin:0px 0px 0px 0px;
	padding:10px 2px 0px 25px;
	border-top:1px solid #cae4a9;
	display:block;
	position:absolute;
	left:0px;
	top:135px;
}

#travel_suit_you_top div#banner_single h3 {
	margin:0px 0px 0px 0px;
	padding:20px 0px 20px 20px;
}

#travel_suit_you_top div#banner_single p img {
	padding-left:20px;
}

#travel_suit_you_top div#banner_single a {
	margin:0px 0px 0px 0px;
	padding:10px 2px 0px 25px;
}

#travel_suit_you_top div#banner_european h3 {
	margin:0px 0px 0px 0px;
	padding:20px 0px 20px 0px;
}

#travel_suit_you_top div#banner_european a {
	margin:0px 0px 0px 0px;
	padding:10px 3px 0px 4px;
}

#travel_suit_you_top div#banner_standard h3 {
	margin:0px 0px 0px 0px;
	padding:20px 20px 20px 0px;
}

#travel_suit_you_top div#banner_standard p img {
	padding-right:20px;
}

#travel_suit_you_top div#banner_standard a {
	margin:0px 0px 0px 0px;
	padding:10px 25px 0px 2px;
}

#travel_suit_you_top div.plus_strip {
	margin:0px 0px 30px 0px;
	padding:0px;
	width:66px;
	height:185px;
	background: url('http://www.asdafinance.com/attachments/523/original/banner_plus.png') no-repeat top center;
	border-top:0px solid #66bd2b;
}

#travel_suit_you_bottom {
    margin:0px 0px 0px 40px;
    padding:0px;
    clear:left;
}

#travel_suit_you_bottom div {
    margin:0px 0px 20px 0px;
    padding:0px;
    width:281px;
    height:141px;
    background:#fff;
    float:left;
    border:1px solid #66bd2b;
    border-top:4px solid #66bd2b;
}

#travel_suit_you_bottom div img {
	margin:15px 10px 0px 10px;
	padding:0px 0px 0px 0px;
	width:112px;
	height:112px;
	float:left;
}

#travel_suit_you_bottom div p {
	margin:0px 0px 0px 0px;
	padding:25px 10px 5px 10px;
	font-size:110%;
}

#travel_suit_you_bottom div a {
	margin:0px 0px 0px 0px;
	padding:0px 10px 0px 10px;
	display:block;
	color:#2A6FA9;
	font-size:110%;
	text-decoration:none;
}

#travel_suit_you_bottom div a:hover {
	text-decoration:underline;
}

#travel_suit_you_bottom div#banner_one {
	margin:0px 33px 0px 0px;
}

.prodIntro h3.sIFR {
	line-height: 28px;
	padding-left: 0px;
	margin-bottom: -10px;
	padding-top:10px;
}

/* Paul Extra CSS */

ul.travCovUl li {
	margin-bottom: 10px;
}

.travPanel {
	margin: 25px 0 0 20px;
	
}

.travPanel a {
	color: #2970A8;
	text-decoration: none;
	background: url('http://www.asdafinance.com/attachments/519/original/travel_pdf_icon.gif') no-repeat left top;
	padding-left: 30px;
	display: block;
	margin-top: 15px;
}

td.help span {
	float: right;
	vertical-align: top;
	display: inline-block;
}

* html td.help span {
	margin-top: -18px;
}

* + html td.help span {
	margin-top: -18px;
}

td.help span.topAlign {
	position: relative;
	top: -18px;
}

td.travInfo {
	font-size: 11px;
}

td.travInfo ul {
	font-size: inherit;
	list-style-type: disc;
	margin-top: 3px;
	font-size: 11px;
	margin-bottom:3px;
}

td.travInfo ol {
	font-size: 11px;
}


td.travInfo ol a {
	color: #2A6FA9;
	text-decoration: none;
}

td.travInfo ol a:hover {
	color: #2A6FA9;
	text-decoration: underline;
}





div.travelOr {
	display: block; 
	float: left;
	margin-bottom: 20px;
	margin-top:30px;
}

div.travelOr h4 {
	font-size: 15.5px;
}

div.travelOr div {
	width:270px; 
	float: left;
	margin-bottom: 10px;
}

div.travelOr img {
float: left;
margin-left:0px;
margin-right: 20px;
}

p.helpClose2 {
	padding-bottom: 20px;
}



#threeColLeftHome {
	width: 340px;
	float: left;
	/* border-top: 5px solid #66bd2b; */
	padding-bottom: 140px;
}

#threeColMidHome {
	width: 340px;
	float: left;
	/* border-top: 5px solid #66bd2b; */
}

#threeColMidHub {
	width: 360px;
	float: left;
}

#threeColRightHome {
	width: 260px;
	float: right;
}

div#threeColRightHome div#threeColRightBanner div#savingBannerNav {
	float: left;
	margin-left: 65px;
	padding-bottom: 12px;
}

div#threeColRightHome div#threeColRightBanner div#savingScrollerItems p {
	width: 200px;
	margin-left: 15px;
	padding-bottom: 10px;
}

#threeColRightHome #savingScroller {
	margin: 0px 0 5px 0;
	width: 200px;
	float: left;
} 

#threeColRightHome #savingScroller p {
	margin: 0;
	padding: 0;
}

#threeColRightHome .msc_home_info {
float:left;
font-size:17px;
line-height:22px;
padding:0 0 0 85px;
display: inline-block;
width: 145px;
}

#threeColRightHome img#msc_home_roundel {
display:block;
float:left;
margin-left:-12px;
position:absolute;
}

#threeColRightHome #threeColRightBanner {
	width: 238px;
	border-top: none;
	padding-bottom: 15px;
	background: #fff;
	float: right;
	border-top: 0px;
	padding: 0;
}
 

#threeColRightBanner h3 {
	width: 238px;
	height: 80px;
	float: left;
	background: url(../images/savingBannerTitle2.gif) no-repeat top left;
	text-indent: -999em;
}

#threeColRightBanner p {
	color: #424242;
	font-size: 120%;
}


#threeColRightHomeLower {
	width: 238px;
	float: right;
	margin-top: -5px;
}
#threeColRightHomeLower h4.sIFR {
	line-height: 42px;
	margin-bottom: -10px;
	font-size: 40px;
	width: 238px;
	padding-left: 0px;
	margin-left: 0px;
}

* html #threeColRightHomeLower p {
	margin-top: 10px;
}

*+ html #threeColRightHomeLower p {
	margin-top: 10px;
}

#threeColRightHome ul {
	width: 238px;
	float: left;
	border-top: 1px solid #92a37d;
	list-style-type: none;
	font-size: 120%;
	margin: 10px 0 30px 0;
	
}
#threeColRightHome li {
	width: 238px;
	float: left;
	border-bottom: 1px solid #92a37d;
}
#threeColRightHome li a {
	width: 160px;
	float: left;
	padding: 7px 0px 7px 20px;
	background: url(../images/li-arrow-green.gif) no-repeat left;
	color: #363635;
	text-decoration: none;
}
#threeColRightHome p {
	font-size: 110%;
	margin-bottom: 10px;
	color: #363635;
}

#threeColRightHome h4.sIFR {
	line-height: 40px;
	margin-bottom: -10px;
	font-size: 20px;
}

div.HomeProductBanner {
	width: 330px; 
	margin-right: 10px; 
	margin-bottom: 20px;
	border-bottom: 1px solid #66bd2b; 
	padding-bottom: 14px;
}

div.HomeProductBanner div {
	width: 330px; 
	height: 80px; 
	background-color: #66bd2b; 
}

div.HomeProductBanner a {
	color:#2A6FA9;
	text-decoration:none; 
	font-size: 14px;
}

div.HomeProductBanner a:hover {
	text-decoration: underline;
}

div.HomeProductBanner span {
	margin-left: 94px;
	display: inline;
}

div.HomeProductBanner img.homeBannerImg {
	position: relative;
	margin-left: 13px;
	top: 8px;
	display: inline;
}

h3.bannerSectionHead {
	font-size: 18px; 
	margin: 10px 0 6px 0;
}

#headerQuickQuoteHome { 
	width: 440px;
	height: 112px;
	float: right;
	text-align: right;
}

div.homepageSelect {
	float: left;
	text-align: left;
	padding: 10px 0 6px 6px;
	background-color: #66bd2b; 
	width: 225px;
}

div.homepageSelect input#headQuoteSelect_input {
	float: left;
	margin-left: 0;
	margin-right: 10px;
	background: url(../images/bk-quickQuoteSelect.png) left no-repeat;
}

* html div.homepageSelect input.go {
	position: relative;
	right: 10px;
}

*+ html div.homepageSelect input.go {
	position: relative;
	right: 10px;
}

div#headerQuickQuoteHome div.homepageSelect p {
	color: #fff;
	font-size: 13px;
	margin: 0 0 8px 0;
	padding: 0px 0px 0px 5px;
}

input#newsletter_email {
	width: 132px;
	height: 25px;
	background: url(../images/bk-inputHome.gif) left no-repeat;
	padding: 7px 2px 0 5px;
	color: #363635;
	font-size: 100%;
	float: left;
}

*html input#newsletter_email {
	margin-right: 0;
}

div.homePageSignUp input.go {
	margin-top: 24px;
}

* html div.homePageSignUp input.go {
	margin-top: 4px;
}

*+ html div.homePageSignUp input.go {
	position: relative;
	top: -20px;
}

div.homePageSignUp {
	padding-left: 15px;
	padding-top: 10px;
	width: 190px;
	float: left;	
}

div.homePageSignUp p {
	margin-bottom: 5px;
}

div.homePageSignUp p {
	float: left;
}

.abPosLink {
	position: absolute;
}

a.accountManager {
	position: absolute;
	color: #2A6FA9;
	text-decoration: none;
	background: url(../images/li-arrow-white.gif) no-repeat left;
	padding-left: 13px;
	margin-left: 280px;
	margin-top: 10px;
}

a.accountManager:hover {
	text-decoration: underline;	
}


#headerQuickQuoteHome a:hover {
	text-decoration: underline;
}

.homepageSelect div#headQuoteSelect_container {
	margin: 24px 0 0 57px;
}

* html .homepageSelect div#headQuoteSelect_container {
	margin-top: 17px;
}

*+ html .homepageSelect div#headQuoteSelect_container {
	margin-top: 16px;
}

div.homePageRoundel {
	position: relative;
}

div.homePageRoundel img#msc_home_roundel {
	display: block;
	float: left;	
}

*+ html div.homePageRoundel img#msc_home_roundel {
	position: relative;
	left: 0px;
}
* html div.homePageRoundel img#msc_home_roundel {
	position: relative;
	left: 0px;
}

div#footerTermsRight ul {
    float: right;
    font-size: 130%;
    margin-bottom: 30px;
}

div#footerTermsRight ul li {
	display: inline;
	margin-left: 24px;
	background: url('../images/footer-listArrow.png') no-repeat left;
	padding-left: 14px;
}

div#footerTermsRight ul li a {
	text-decoration: none;
}

div#footerTermsRight p {
    clear: both;
}
.awaiting-lifesearch-quote-response {
	display: none;
}

img.amendQuoteBtn {
	float: right;
	margin-right: 14px;
}

img.amendQuoMargin {
	margin-top: 16px;
	margin-bottom: 20px;	
}

table.lifeQuoteTable h3 {
	font-weight: bold;
	font-size: 16px;
}

table.lifeQuoteTable {
	margin-top: 5px;
}

table.lifeQuoteTable td {
	vertical-align: middle;
}

table.lifeQuoteTable td.providerLogo {
	text-align: center;
}

table.lifeQuoteTable td.premium div {
	position: relative;
	top: -5px;
}

table.lifeQuoteTable td.premium img {
	margin-left: 50px; 
	position: relative; 
	top: 5px;
}

table.lifeQuoteTable td.title {
	text-align: left;
}

p.phoneNumber {
	font-size: 20px;
	margin: 0;
}

p.smallPrint {
	margin: 0 0 80px 0;
}

h3.callHeader {
	margin-top: 40px;
}
.lifesearch-validating {
	display: none;
}

div.ac_results {
	background-color: #fff;
	border: 1px;	
}

div.ac_results ul{
	list-style-type: none;
	text-align: left;
	margin-left: 5px;
}
.ac_over {
	background-color: #0A246A;
	color: white;
	cursor: pointer;
}
#footerTopIntro {
	margin:-120px 0px 0px 312px;
	padding:0px;
	width:668px;
	color:#363635;
	font-size:14px;
	line-height:18px;
	position:relative;
	top:0px;
	left:0px;
	text-align:left;
	height:160px;
}

#footerTopIntro h4 {
	font-size:16px;
	font-weight:normal;
	margin-bottom:5px;
	padding-top:0px;
}

#footerTopIntro div.footerTopIntroLeft {
	margin:0px;
	padding:0px 10px 0px 0px;
	float:left;
	width:324px;
}

#footerTopIntro div.footerTopIntroRight {
	margin:0px;
	padding:0px 0px 0px 10px;
	float:left;
	width:324px;
}



/* NEWS ARCHIVE STYLES */

#prodSubPanelNews {
	background:#FFFFFF;
	border-top:5px solid #66BD2B;
	float:right;
	margin-bottom:30px;
	width:238px;
}


#prodSubPanelNews {
	background:#FFFFFF;
	border-top:5px solid #66BD2B;
	float:right;
	margin-bottom:30px;
	width:238px;
}

.prodSubPanelNewsTop {
	border-bottom:1px solid #D0E7B2;
	padding:15px;
	width:208px;
}

.prodSubPanelNewsTop h4 {
	font-size:16px;
	font-weight:normal;
	margin-bottom:5px;
	padding-top:0px;
}

.prodSubPanelNewsTop h5 {
	font-size:14px;
	font-weight:normal;
	margin:0px;
	padding:8px 0px 8px 0px;
	color:#2A6FA9;
	position:relative;
}

.prodSubPanelNewsTop h5 span {
	position:absolute;
	right:0px;
	top:6px;
	width:20px;
	height:20px;
	background:#2A6FA9;
	color:#fff;
	text-indent:-9999px;
}

.prodSubPanelNewsTop h5 span a {
	color:#fff;
	text-decoration:none;
	display:block;
	width:20px;
	height:20px;
	background:transparent url(../images/news_open.gif) no-repeat;
}

.prodSubPanelNewsTop h5 span a:hover {
	color:#fff;
	text-decoration:none;
}

.prodSubPanelNewsTop ul {
	margin:0px;
	padding:5px 0px 10px 0px;
	list-style-type:none;
}

.prodSubPanelNewsTop ul li {
	margin:0px;
	padding:0px 0px 8px 16px;
	background:transparent url(../images/li-arrow-news.gif) no-repeat 0px 4px;
	line-height:16px;
}

.prodSubPanelNewsTop ul li a {
	color:#363635;
	text-decoration:underline;
}

.prodSubPanelNewsTop ul li a:hover {
	color:#363635;
	text-decoration:none;
}

#prodSubNav ul#news_links li.active a {
	color:#1E4A00;
	background:#66BD2B;
	border-top:0px solid #C2E5A8;
	border-bottom:1px solid #C2E5A8;
	margin:0px 20px 0px 20px;
	padding-left:0px;
	padding-right:0px;
	width:198px;
}

.news_get_quote {
	margin:10px 0px 20px 0px;
	padding:0px;
}

.news_get_quote h2 {
	margin:0px 15px 0px 0px;
	padding:10px 0px 20px 0px;
	float:left;
	font-size:20px;
}

.news_get_quote p {
	margin:0px 15px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
}

.news_get_quote p.text {
	padding:10px 0px 0px 0px;
}







/* NEWS ARCHIVE */


#news_archive_block {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#news_archive_block div {
	margin:25px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#news_archive_block ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style-type:none;
}

#news_archive_block ul li {
	padding:0px 0px 5px 16px;
	background:transparent url(../images/li-arrow-news-clear.png) no-repeat scroll 0 6px;
	font-size:14px;
}

#news_archive_block ul li span {
	padding:5px 0px 5px 0px;
	margin:0px;
	font-size:12px;
	line-height:16px;
	display:block;
	color:#666;
}

#news_archive_block ul li a {
	color:#363635;
	text-decoration:underline;
}

#news_archive_block ul li a:hover {
	text-decoration:none;
}

#rss_feed_image {
	position:relative;
}

#rss_feed {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:16px;
	height:16px;
	background:transparent url(../images/feed.png) no-repeat;
	display:block;
	position:absolute;
	top:16px;
	right:18px;
}

#rss_feed a {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:16px;
	height:16px;
	display:block;
}
#prodSubPanelNewsSoc {
	background:#FFFFFF;
	border-top:5px solid #66BD2B;
	float:right;
	margin-bottom:30px;
	width:208px;
	padding: 15px;
}

#prodSubPanelNewsSoc p {
	float: left;
	font-size: 120%;
}

#prodSubPanelNewsSoc p a {
	/*background: url(../images/icon-social-share.gif) no-repeat left;
	padding: 2px 0px 1px 25px;*/
	color: #363635;
	text-decoration: none;
}

#prodSubPanelNewsSoc ul {
	list-style: none;
	float: right;
}

#prodSubPanelNewsSoc li {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0px 0px 0px 8px;
}

#prodSubPanelNewsSoc li a {
	float: left;
	width: 16px;
	height: 16px;
	text-indent: -99999em;
}

#prodSubPanelNewsSoc li.socialDel a {
	background: url(../images/icon-social-del.gif) no-repeat top left;
}
#prodSubPanelNewsSoc li.socialFacebook a {
	background: url(../images/icon-social-facebook.gif) no-repeat top left;
}
#prodSubPanelNewsSoc li.socialTwitter a {
	background: url(../images/icon-social-twitter.gif) no-repeat top left;
}
#prodSubPanelNewsSoc li.socialDigg a {
	background: url(../images/icon-social-digg.gif) no-repeat top left;
}

div.addthis_toolbox {
	float: left;	
}

div.addthis_toolbox a {
	color: #363635;
	text-decoration: none;
	font-size: 110%;
}
p.news-article-date {
	font-size: 90%;
}
h1.news-article-headline {
	margin-bottom: 2px;
	font-size: 18px;
}
p.news_article_product_name {
	font-size:17px;
	margin:0 15px 0 0;
	padding:10px 0 20px;
	color:#363635;
	font-weight:bold;
}

/*-- NEW CAR PAGES --*/

div.footerFlowers {
	background: url('../images/carInsFlowersOverlay.png') top left;
	height: 205px;
	position: absolute;
	margin: -58px 0 0 -85px;
	width: 1200px;
}

div.footerFlowers2 {
	background: url('../images/carInsFlowersOverlay2.png') top left no-repeat;
	height: 399px;
	position: absolute;
	margin: -205px 0 0 -85px;
	width: 1200px;
}

*+ html div.footerFlowers {
	top: 10px;
}

* html div.footerFlowers {
	top: 10px;
}

.navQuote {
	margin: -5px 0 10px 31px;
	display: block;
}

div.certificate {
	width: 475px;
	height: 390px;
	background: url('../images/certificate.png') no-repeat ;
	padding: 45px 65px 65px 65px;
	margin-bottom: 100px
}

#bottombutton {
	position: relative;
	text-align: center;
	z-index:50;
}

#bottombutton_p {
	position: absolute;
	top: -70px;
	left: 275px;
}

#ie6only #bottombutton_p {
	left: -60px;
}

h3.certTitle {
	font-size: 36px;
	margin: 0;
	line-height: 80%;
}

div.certificate ul {
	margin-left: 15px;
	margin-bottom: 30px;
}

div.certificate li {
	margin-top: 15px;
}

div.carInsBenefits {
	width: 690px;
	margin-bottom: 30px;	
	background: url('../images/carBenTop.png') no-repeat top;
	padding-top: 20px;
}

div.carInsBenefits h4 {
	display: inline-block;
}

div#benefitBullets {
	background: #d2e9b6;
	padding-left: 20px;
	width: 670px;
}

div.carInsBenefits  div#benefitBullets div {
	margin-top: 2px;
	background:url("../images/tick-benefits2.gif") no-repeat scroll left top transparent;
}

.CarInsQuote {
	margin: 20px 0 0 40px;
}


#footerTopLeft div.carFootCol p {
	background: none;
	padding-left: 0;	
}

table.carInsTable {
	width: 616px;
	background-color:#fff;
	margin-bottom: 15px;
}

table.carInsTable td {
	width: 132px;
	border-top: 1px solid #878786;
	border-right: 1px solid #878786;
	padding: 10px;
	vertical-align: top;
}

table.carInsTable td.borderLeft {
	border-left: 1px solid #878786;
}

table.carInsTable td.top {
	background: #66bd2b url('../images/carInsTableHeader.gif') no-repeat left;
	height: 64px;
	border: 0px;
	padding: 0;
}

table.carInsTable td.top span {
	display: none;
}

table.carInsTable tr.grey {
	background-color: #e3e3e3;
}

table.carInsTable td ul {
	margin-left: 15px;
}

table.carInsTable td.carInsTableBase {
	background: #c4e19f url('../images/carInsTableBase.gif') no-repeat top;
	border: 0;
	width: 616px;
}

td#tableTerms {
	width: 616px;
}

div.newCarQuote {
	min-height: 220px;
}

* html .newCarQuote {
	height: 220px;
}

div.newCarQuote p, div.newCarQuote ul {
	width: 370px;
}

img.quoteCorner {
	position: absolute; 
	margin-left: 354px; 
	margin-top: -20px;
}

#prodSubPanelCar {
	width: 218px;
	float: right;
	background: #fff;
	margin-bottom: 30px;
	border-top: 5px solid #66bd2b;
	padding: 10px;
}

#prodSubPanelCar span.introTel {
	font-size: 200%;
	display: block;
	margin-top: 10px;
}

#prodSubPanelCar h3 {
	font-size: 200%;
	margin-bottom: -5px;
}

div.carBenBase {
	background: url('../images/carBenBase.png') no-repeat bottom; 
	width: 690px; 
	height: 20px; 
	float: left;
	margin-bottom: 60px;
}

div.LIsubInfo {
  width: 620px;
  float: left;
}

div#productContentLeft div.LIsubInfo h2 {
  margin-bottom: 0px;
}
