@import url("landing.css");
/* ! =========== GLOBAL PAGE STYLES FOR PRESIDENTS CHOICE FINANCIAL WEBSITE / 2010 ============ */
/* Eric Meyer's Reset Reloaded */
/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	background: transparent;
}
html{font-size: 10px;}
body {
	line-height: 1em;
	font-size: 1em;
}
body.ts-1 { font-size: 1em; }
body.ts-2 { font-size: 1.33em; }
body.ts-3 { font-size: 1.66em; }
body.ts-4 { font-size: 2em; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
}

html, body { height: 100%; }
body{
	/*background: #fff url(../media/images/bg.gif) repeat-x 0 0;*/
	background: #fff !important;
	margin: 0 auto;
	text-align: center;
	font: 10px Arial, Helvetica, sans-serif;
}
sup {
    font-size: 70%;
    vertical-align:text-top;
    padding-top: 0px; line-height:1em;
}

/* ! =========== WRAP (ALL) CONTAINER ============ */
#wrap{
	position: relative;
	width: 977px;
	margin: 20px auto 0;
	text-align: left;
}

/* ! =========== HOMEPAGE BACKGROUNDS ============ */
#home-bg {
    position: absolute;
    top:140px;
    left:0;
    z-index: -100;
    width: 100%;
    height: 900px;
    overflow: hidden;
	background-color:#FFF !important;
}
.ts-4 #home-bg 
{
	border-top: 50px solid #fff;
}
#home-bg div 
{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 900px;
    background-position: center top;
    background-repeat: no-repeat;
}


/* ! =========== HEADER ============ */
#header{
	position: relative;
	z-index: 1000;
	width:auto;  border:0px solid red;
	margin-bottom: 5px;
}

/* ! Utils container and dropdowns
================================== */
.utils 
{
    position: absolute; 
    top: 0px; 
    right: 0px; 
    min-height: 50px; 
    padding: 0 0 0 25px; 
    background: url(../media/images/bg_headerSelect.png) right bottom no-repeat; 
    font-size: 1.2em; 
    color: #252525;
    
    -moz-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}
.utils li {
    float: left;
    position: relative;
    margin-top: 18px;
    padding-right: 4px;
    font-weight: normal;
}
.utils li ul { display: none; }
.utils li ul li {
    float: none;
    margin-top:auto;
    padding-right: 0;
}
.utils li ul li a { display: block; min-height: 1em; padding: 5px 0; font-weight: bold; line-height: 1em; text-align: center; text-decoration: none; color: #555; }
/*body.lang_fr .utils li ul li { padding-bottom:4px }*/
/*body.lang_fr .utils li ul li a { height:auto; line-height:1.5em; }*/
.utils li ul li a:hover,
.utils li ul li a:focus,
.utils li ul li a:active,
.utils li a:focus,
.utils li a:active { background: #999; color: #fff; }

.utils li#util-province,
.utils li#util-language { position:relative; padding-right: 15px; }
.utils li#util-signin-label{ padding-left:15px; margin-top:18px; background:url(../media/images/signin-lock.png) no-repeat left center; }
.utils li#util-signin 
{
    float:left;
    position:relative;
    margin: 12px 0 6px 0;
    padding: 3px 0 5px;
    background: #fff;
    /*background: transparent url(../media/images/bg_select_signin.png) no-repeat;*/
    border: 1px solid #aaa;
    border-color: #fff #aaa #aaa #fff;
    zoom: 1;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-shadow: 1px 1px 3px #ccc;
    -moz-box-shadow: 1px 1px 3px #ccc;
    box-shadow: 1px 1px 3px #ccc;
    
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #ffffff), color-stop(0.5, #ffffff), color-stop(0.5, #eeeeee), color-stop(1, #eeeeee));
    background: -moz-linear-gradient(center top,
				#ffffff 0%,
				#ffffff 50%,
				#eeeeee 50%,
				#eeeeee 100%) repeat scroll 0 0 transparent;
}
.utils li#util-province ul,
.utils li#util-language ul,
.utils li#util-signin ul{
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 0;
    background: #fff url(../media/images/dropdown_bottom.gif) repeat-x left bottom; 
    border: 1px solid #aaa;
    border-top: none;
    width: 100%;
    
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    
    -webkit-box-shadow: 0 2px 5px #666;
    -moz-box-shadow: 0 2px 5px #666;
    box-shadow: 0 2px 5px #666;
}
.utils li#util-signin li a { padding:  3px 0 3px 6px; }
/*
.utils li#util-signin a.toggle:focus,
.utils li#util-signin a.toggle:active { color: #EE2E24 }
*/
.utils li#util-go{
    margin-top: 11px;
    margin-left:6px;
    margin-right: 5px;
}
.utils li#util-go a {
    text-indent:-999em;
    background:url(../media/images/sprite_go.png) no-repeat 0 -32px;
    display:block;
    width:45px;
    height:30px;
}
body.lang_fr li#util-go a 
{
    background:url(../media/images/sprite_go_fr.png) no-repeat 0 -32px;
    width:63px;
}
.utils li#util-go a:hover,
.utils li#util-go a:focus { background-position: 0px 0px } 

.ts-4 .utils{position: relative; clear: left; margin-bottom: 5px; padding-left: 147px;}
.lang_fr .ts-4 .utils{padding-left: 128px;}
.ts-3 .utils li,
.ts-4 .utils li{ margin-left: 10px;}
.ts-3 .utils li.dropdown li,
.ts-4 .utils li.dropdown li{ margin-left: 0;}
.ts-4 .utils li,
.ts-4 .utils li#util-lang-label,
.ts-4 .utils li#util-language,
.ts-4 .utils li#util-signin-label{margin-top: 10px !important;}
.ts-4 .utils li#util-go{margin-top: 7px !important;}
.ts-3 .utils li#util-language,
.ts-4 .utils li#util-language,
.ts-3 .utils li#util-province,
.ts-4 .utils li#util-province { margin-left: 0;}
.ts-4 #util-lang-label,
.ts-4 .utils li#util-language,
.ts-4 #util-signin-label,
.ts-4 #util-go,{ margin-top: 5px; }
.ts-4 #util-signin{ margin-top: 0 !important; }

body.lang_fr li#util-go a { }

/* Dropdown styles */

.dropdown-selected
{
    min-width: 111px;
    padding: 0 9px 0 0;
    background: url(../media/images/bg_arrow_black.gif) right 5px no-repeat;
    font-weight: bold;
    text-decoration: none;
    color: #555;
}
/*.dropdown-selected:focus{ -webkit-box-shadow: 0 0 2px #ef2515; -moz-box-shadow: 0 0 2px #ef2515; box-shadow: 0 0 2px #ef2515; }*/
#util-signin .dropdown-selected 
{
    color: #333;
    display: block;
    padding: 0 12px 0 22px;
    margin: 0 5px 0 0;
    background: url(../media/images/arrow_bg_down.gif) right center no-repeat;
}
.lang_fr .ts-4 #util-signin{
    margin-top: 5px !important;
}
body.lang_fr #util-signin .dropdown-selected 
{
    height: 1.2em;
    width: 110px;
    overflow: hidden;
    padding-right: 20px;
}

/* ! =========== MAIN BODY STYLES ============ */

#mainBody{
	padding: 15px 0;
	clear:both;
}

#mainBody h2{
	margin: 3em 0 0.5em;	
}


#mainBody h3{
	margin: 0 0 0.6em;
}

#mainBody p{
	color: #666666;
	line-height: 1.4em;
	margin-bottom: .9em;
}

#mainBody a{
	color: #ee2e24;
	text-decoration: none;
}

#mainBody a:hover {
	text-decoration: none;
    color:#666;
}
/* ! =========== FOOTER ============ */

#footer{
	position: relative;
	z-index: 5;
	background: #000000;
	width: 100%;
 min-width:976px;
	margin: 7px auto;
  margin-bottom:0;
	text-align: center;
}

/* For now, commenting this out because every footer link being external looks weird. Instead, we'll explicitly mark the external ones
#footer .external { 
	padding-right: 15px;
	background: url(../media/images/external-white.gif) right 2px no-repeat;
}
*/
#footer .external { font-weight:normal }
#footer .listBox a{ position: relative; padding-right: 10px; }
#footer .listBox a .ui-icon
{
    padding: 0 6px;
}
#footer a.pc-products,
#footer a.pc-points,#footer a.careers,
#footer a.cdic-deposit-insurance-info{display: block;}
body.lang_fr #footer a.cdic-deposit-insurance-info
{
    width: 185px;
}
#footer a.pc-products .ui-icon,
#footer a.pc-points .ui-icon,
#footer a.careers .ui-icon,
#footer a.cdic-deposit-insurance-info .ui-icon
{
    background: url(../media/images/external-white.gif) right 2px no-repeat;
}
#footer a.pc-products:focus .ui-icon,
#footer a.pc-products:hover .ui-icon,
#footer a.pc-points:focus .ui-icon,
#footer a.pc-points:hover .ui-icon,
#footer a.careers:focus .ui-icon,
#footer a.careers:hover .ui-icon,
#footer a.cdic-deposit-insurance-info:focus .ui-icon,
#footer a.cdic-deposit-insurance-info:hover .ui-icon{background-position: right -48px;}

.footerInner
{
  background: #101010 url(../media/images/bg_footer.gif) repeat-x top left;
	color: #fff;
	text-align: left;
	margin: 0 auto;
	width: auto;
	overflow: hidden;
}

.footerInner .top
{
  padding: 24px 0 14px;
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

.footerInner .listBox{
	float: left;
	width: 210px;	
	min-height: 170px;
	padding: 0 0 0 30px;
	background: url(../media/images/bg_footer_listdivider.gif) no-repeat right top;
	overflow: hidden;
}

.footerInner .noBgImage{
	background-image: none;
}

.footerInner .listBox h3{
	font-size: 1.6em;
	font-weight: bold;
	margin: 0 0 .8em;
}

.footerInner .listBox ul li{
	list-style: none;
	font-size: 1.3em;
	margin: 0 0 .8em 0;
}
body.lang_fr .footerInner .listBox ul li {
  font-size:1.2em;
}

#footer .listBox ul li a{
	color: #ccc;
	text-decoration: none;
	line-height: 1.4em;
}
.lang_fr #footer .listBox ul li.find-an-atm a
{
    width: 100px;
}
#footer .listBox ul li a:hover,
#footer .listBox ul li a:focus{
	color: #ee2e24 !important;
}

.listBoxLast ul li{
	margin-bottom: 0 !important;
}

#footer .footerInner .listBoxFirst ul li a
{
    position: relative;
	line-height: 1em;
	display: block;
	font-weight: bold;
	padding: 12px 0 12px 56px;
	color: #fff;
}
#footer .footerInner .listBoxFirst ul li a:hover,
#footer .footerInner .listBoxFirst ul li a:focus
{
    color: #ee2e24;
}
#footer .footerInner .listBoxFirst ul li a .ui-icon
{
  display: block;
  position: absolute;
	background: url(../media/images/sprite_footer_listBox.gif) left top no-repeat;
	top: 50%;
	left: 0;
	width: 40px;
	height: 40px;
	margin: -20px 10px; border:0px solid red;
}
#footer .footerInner .listBoxFirst ul li.find-an-atm .ui-icon{ background-position: 0px -60px; }
#footer .footerInner .listBoxFirst ul li.pavilion-locator .ui-icon{ background-position: 0px -112px; }
#footer .footerInner .listBoxFirst ul li.contact-us .ui-icon{ background-position: 0px -170px; }

.listBoxFirst ul li a.atm{ background-position: 0 0; }
.listBoxFirst ul li a.pavilion{ background-position: 0 -100px; }
.listBoxFirst ul li a.contact{ background-position: 0 -104px; }

/*
==========================
Footer fineprint area
==========================
*/


#footer .legal-footer
{
  color: #fff;
	clear: both;
	padding: 14px 0;
	font-size: 1em;
	width: 886px;
	margin: 0 auto;
	text-align: left;
}

#footer .legal-footer p
{
	color: #cccccc;
	line-height: 1.4em;
}
#footer .legal-footer p.first{clear: both; padding-bottom: 15px;}

/* ! =========== MISC STYLES ============ */

.clear{ clear:both; }
.hide 
{
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}
.dnone{ display: none; }
/* ! =========== END GLOBAL STYLES ============ */


/* ! =========== MAIN NAVIGATION STYLES ============ */

#nav{
	position: relative;
	display: block;
	width: 976px;
	height:57px;
	background: url(../media/images/sprite_navigation_shadow.png) no-repeat 0 5px; 
}
#nav ul{
display:block;
}
#nav ul li{
	float: left;
	position: relative;
}
#nav li.tabLevel a{ text-indent: -999em;}
#nav li.tabLevel li a{ text-indent: 0;}
    

#nav ul li.investments ul li.column2, #nav ul li.investments ul li.column2 ul li { border-bottom: none !important }
/*#nav ul li.investments ul.sub { width:500px; } commented out because the investments menu is not huge anymore */
#nav ul li.investments ul li ul { margin:0 }
#nav ul li.investments ul li ul li.firstLevel { width:100%; border-bottom: 1px solid #d1d1d1 }
#nav ul li.investments ul li ul li.firstLevel ul { margin:-6px 0 6px }
#nav ul li.investments ul li ul li.firstLevel ul ul { margin:0}
#nav ul li.investments ul li ul li.last { border-bottom: none !important }
#nav ul li.investments ul li.column1 { width:235px; float:left; border-bottom:0; margin:0 }
#nav ul li.investments ul li.column2 { width:265px; float:right; margin:0; padding-top:30px }
#nav ul li.investments ul a { line-height:2em; margin:2px 0; padding: 5px 0 5px 15px; }
#nav ul li.investments ul li ul li a { float:none; font-size:1.4em; font-weight:bold }
#nav ul li.investments ul li ul li ul, #nav ul li.investments ul li ul li ul * { width:auto }
#nav ul li.investments ul li ul li ul li a { line-height:1.4em; padding:2px 0 2px 9px; margin-left:21px; font-weight:normal; font-size:1.3em }

/* Hide "tips and resources" pages in nav */
#nav ul li.insurance ul li ul {display:none}

#nav ul li a{
	display: block;	
	text-decoration: none;
	background: url(../media/images/sprite_navigation.png) no-repeat;
}
body.lang_fr #nav ul li a{
	background-image: url(../media/images/sprite_navigation_fr.png);
}

#nav-outter{
padding-left:3px;
width:976px;
}
#nav-outter #nav{
  float:left;
  margin-left:-1px;
  /*background-image:none;*/
}

#nav ul li.oneItem {
  margin-left:3px
}

#nav-outter #nav ul li ul li {
  background-image:none!important; 
}

#nav-outter #nav ul li a{
 background: url(../media/images/sprite_navigation_alt.png) no-repeat;
}
body.lang_fr #nav-outter #nav ul li a {
  background-image: url(../media/images/sprite_navigation_fr.png);
}
#nav-outter #nav ul li ul.sub li a{
background-image:none;
}

#nav ul li ul.sub li.LCap, #nav ul li ul.sub li.RCap{ display:none; }

/* ! =========== MAIN NAVIGATION - PARENT ELEMENTS ============ */

#nav ul li.tabLevel:hover > ul{ display: block; }

/*Begin of Get a Quote - Tom 2013/04/26 */
#nav ul li a.get-quote, #nav-outter #nav ul li a.get-quote{
	width: 146px;
	height: 54px;
	background-position: 0px 0px; border:0px solid black;
}
body.lang_fr #nav ul li a.get-quote, body.lang_fr #nav-outter #nav ul li a.get-quote{
  width: 210px;
  background-position: 0px 0px; border:0px solid black;
}

#nav ul li a.get-quote.active, #nav-outter #nav ul li a.get-quote.active{
	background-position: 0px -54px;
}
body.lang_fr #nav ul li a.get-quote.active, body.lang_fr #nav-outter #nav ul li a.get-quote.active{
	background-position: 0px -54px;
}

#nav ul li a.get-quote:hover,
#nav ul li.selected a.get-quote,
#nav-outter #nav ul li a.get-quote:hover,
#nav-outter #nav ul li.selected a.get-quote{background-position: 0px -112px;}

body.lang_fr #nav ul li a.get-quote:hover, body.lang_fr #nav ul li.selected a.get-quote, body.lang_fr #nav-outter #nav ul li a.get-quote:hover, body.lang_fr #nav-outter #nav ul li.selected a.get-quote{background-position: 0px -112px;}
/*End of Get a Quote*/

/*Begin of auto insurance - Yulan 2011/11/30 */
#nav ul li a.auto-insurance, #nav-outter #nav ul li a.auto-insurance{
	width: 131px;
	height: 54px;
	background-position: -146px 0px; border:0px solid black;
}
body.lang_fr #nav ul li a.auto-insurance, body.lang_fr #nav-outter #nav ul li a.auto-insurance{
  width: 90px;
  background-position: -210px 0px; border:0px solid black;
}

#nav ul li a.auto-insurance.active, #nav-outter #nav ul li a.auto-insurance.active{
	background-position: -146px -54px;
}
body.lang_fr #nav ul li a.auto-insurance.active, body.lang_fr #nav-outter #nav ul li a.auto-insurance.active{
	background-position: -210px -54px;
}

#nav ul li a.auto-insurance:hover,
#nav ul li.selected a.auto-insurance,
#nav-outter #nav ul li a.auto-insurance:hover,
#nav-outter #nav ul li.selected a.auto-insurance{background-position: -146px -112px;}

body.lang_fr #nav ul li a.auto-insurance:hover, body.lang_fr #nav ul li.selected a.auto-insurance, body.lang_fr #nav-outter #nav ul li a.auto-insurance:hover, body.lang_fr #nav-outter #nav ul li.selected a.auto-insurance{background-position: -210px -112px;}
/*End of auto insurance*/

/*Begin of home insurance - Yulan 2011/11/30 */
#nav ul li a.home-insurance, #nav-outter #nav ul li a.home-insurance{
	width: 131px;
	height: 54px;
	background-position: -278px 0;  border:0px solid black;
}
body.lang_fr #nav ul li a.home-insurance, body.lang_fr #nav-outter #nav ul li a.home-insurance{
  width: 126px;
  background-position: -300px 0; border:0px solid black;
}

#nav ul li a.home-insurance.active, #nav-outter #nav ul li a.home-insurance.active{
	background-position: -278px -54px;
}
body.lang_fr #nav ul li a.home-insurance.active, body.lang_fr #nav-outter #nav ul li a.home-insurance.active{
	background-position: -300px -54px;
}

#nav ul li a.home-insurance:hover,
#nav ul li.selected a.home-insurance,
#nav-outter #nav ul li a.home-insurance:hover,
#nav-outter #nav ul li.selected a.home-insurance{background-position: -278px -112px;}

body.lang_fr #nav ul li a.home-insurance:hover, body.lang_fr #nav ul li.selected a.home-insurance, body.lang_fr #nav-outter #nav ul li a.home-insurance:hover, body.lang_fr #nav-outter #nav ul li.selected a.home-insurance{background-position: -300px -112px;}

/*End of home insurance*/

/*Begin of pet insurance - Yulan 2011/11/30 */
#nav ul li a.pet-insurance, #nav-outter #nav ul li a.pet-insurance{
	width: 131px;
	height: 54px;
	background-position: -409px 0;  border:0px solid black;
}
body.lang_fr #nav ul li a.pet-insurance, body.lang_fr #nav-outter #nav ul li a.pet-insurance{
  width: 169px;
  background-position: -426px 0; border:0px solid black;
}

#nav ul li a.pet-insurance.active, #nav-outter #nav ul li a.pet-insurance.active{
	background-position: -409px -54px;
}
body.lang_fr #nav ul li a.pet-insurance.active, body.lang_fr #nav-outter #nav ul li a.pet-insurance.active{
	background-position: -426px -54px;
}

#nav ul li a.pet-insurance:hover,
#nav ul li.selected a.pet-insurance,
#nav-outter #nav ul li a.pet-insurance:hover,
#nav-outter #nav ul li.selected a.pet-insurance{background-position: -409px -112px;}

body.lang_fr #nav ul li a.pet-insurance:hover, body.lang_fr #nav ul li.selected a.pet-insurance, body.lang_fr #nav-outter #nav ul li a.pet-insurance:hover, body.lang_fr #nav-outter #nav ul li.selected a.pet-insurance{background-position: -426px -112px;}
/*End of pet insurance*/

/*Begin of travel insurance - Yulan 2011/11/30 */
#nav ul li a.travel-insurance-products, #nav-outter #nav ul li a.travel-insurance-products{
	width: 131px;
	height: 54px;
	background-position: -542px 0;  border:0px solid black;
}
body.lang_fr #nav ul li a.travel-insurance-products, body.lang_fr #nav-outter #nav ul li a.travel-insurance-products{
  width: 108px;
  background-position: -595px 0; border:0px solid black;
}

#nav ul li a.travel-insurance-products.active, #nav-outter #nav ul li a.travel-insurance-products.active{
	background-position: -542px -54px;
}
body.lang_fr #nav ul li a.travel-insurance-products.active, body.lang_fr #nav-outter #nav ul li a.travel-insurance-products.active{
	background-position: -595px -54px;
}

#nav ul li a.travel-insurance-products:hover,
#nav ul li.selected a.travel-insurance-products,
#nav-outter #nav ul li a.travel-insurance-products:hover,
#nav-outter #nav ul li.selected a.travel-insurance-products{background-position: -542px -112px;}

body.lang_fr #nav ul li a.travel-insurance-products:hover, body.lang_fr #nav ul li.selected a.travel-insurance-products, body.lang_fr #nav-outter #nav ul li a.travel-insurance-products:hover, body.lang_fr #nav-outter #nav ul li.selected a.travel-insurance-products{background-position: -595px -112px;}
/*End of travel insurance*/

/*Begin of life insurance - tom 2012/09/27 */
#nav ul li a.life-insurance, #nav-outter #nav ul li a.life-insurance{
	width: 131px;
	height: 54px;
	background-position: -674px 0;  border:0px solid Yellow;
}
body.lang_fr #nav ul li a.life-insurance, body.lang_fr #nav-outter #nav ul li a.life-insurance{
  width: 89px;
  background-position: -703px 0; border:0px solid yellow;
}

#nav ul li a.life-insurance.active, #nav-outter #nav ul li a.life-insurance.active{
	background-position: -674px -54px;
}
body.lang_fr #nav ul li a.life-insurance.active, body.lang_fr #nav-outter #nav ul li a.life-insurance.active{
	background-position: -703px -54px;
}

#nav ul li a.life-insurance:hover,
#nav ul li.selected a.life-insurance,
#nav-outter #nav ul li a.life-insurance:hover,
#nav-outter #nav ul li.selected a.life-insurance{background-position: -674px -112px;}

body.lang_fr #nav ul li a.life-insurance:hover, body.lang_fr #nav ul li.selected a.life-insurance, body.lang_fr #nav-outter #nav ul li a.life-insurance:hover, body.lang_fr #nav-outter #nav ul li.selected a.life-insurance{background-position: -703px -112px;}
/*End of Life insurance*/

/*Begin of Resource Centre - tom 2012/09/27 */
#nav ul li a.resource-centre, #nav-outter #nav ul li a.resource-centre{
	width: 172px;
	height: 54px;
	background-position: -806px 0;  border:0px solid red;
}
body.lang_fr #nav ul li a.resource-centre, body.lang_fr #nav-outter #nav ul li a.resource-centre{
  width: 183px;
  background-position: -792px 0; border:0px solid red;
}

#nav ul li a.resource-centre.active, #nav-outter #nav ul li a.resource-centre.active{
	background-position: -806px -54px;
}
body.lang_fr #nav ul li a.resource-centre.active, body.lang_fr #nav-outter #nav ul li a.resource-centre.active{
	background-position: -792px -54px;
}

#nav ul li a.resource-centre:hover,
#nav ul li.selected a.resource-centre,
#nav-outter #nav ul li a.resource-centre:hover,
#nav-outter #nav ul li.selected a.resource-centre{background-position: -806px -112px;}

body.lang_fr #nav ul li a.resource-centre:hover, body.lang_fr #nav ul li.selected a.resource-centre, body.lang_fr #nav-outter #nav ul li a.resource-centre:hover, body.lang_fr #nav-outter #nav ul li.selected a.resource-centre{background-position: -792px -112px;}
/*End of Resource Centre*/

#nav ul li a.get-quote:hover,
#nav ul li.selected a.get-quote,
#nav-outter #nav ul li a.get-quote:hover,
#nav-outter #nav ul li a.get-quote:focus,
#nav-outter #nav ul li.selected a.get-quote{background-position: 0px -112px;}
#nav ul li a.auto-insurance:hover,
#nav ul li.selected a.auto-insurance,
#nav-outter #nav ul li a.auto-insurance:hover,
#nav-outter #nav ul li a.auto-insurance:focus,
#nav-outter #nav ul li.selected a.auto-insurance{background-position: -146px -112px;}
#nav ul li a.home-insurance:hover,
#nav ul li.selected a.home-insurance,
#nav-outter #nav ul li a.home-insurance:hover,
#nav-outter #nav ul li.selected a.home-insurance {background-position: -278px -112px;}
#nav ul li a.pet-insurance:hover,
#nav ul li.selected a.pet-insurance,
#nav-outter #nav ul li a.pet-insurance:hover,
#nav-outter #nav ul li.selected a.pet-insurance{background-position: -409px -112px;}
#nav ul li a.travel-insurance-products:hover,
#nav ul li.selected a.travel-insurance-products,
#nav-outter #nav ul li a.travel-insurance-products:hover,
#nav-outter #nav ul li.selected a.travel-insurance-products{background-position: -542px -112px;}
#nav ul li a.life-insurance:hover,
#nav ul li.selected a.life-insurance,
#nav-outter #nav ul li a.life-insurance:hover,
#nav-outter #nav ul li.selected a.life-insurance{background-position: -674px -112px;}
#nav ul li a.resource-centre:hover,
#nav ul li.selected a.resource-centre,
#nav-outter #nav ul li a.resource-centre:hover,
#nav-outter #nav ul li.selected a.resource-centre{background-position: -806px -112px;}

body.lang_fr #nav ul li a.get-quote:hover, body.lang_fr #nav ul li.selected a.get-quote, body.lang_fr #nav-outter #nav ul li a.get-quote:hover, body.lang_fr #nav-outter #nav ul li.selected a.get-quote{background-position: 0px -112px;}
body.lang_fr #nav ul li a.auto-insurance:hover, body.lang_fr #nav ul li.selected a.auto-insurance, body.lang_fr #nav-outter #nav ul li a.auto-insurance:hover, body.lang_fr #nav-outter #nav ul li.selected a.auto-insurance{background-position: -210px -112px;}
body.lang_fr #nav ul li a.home-insurance:hover, body.lang_fr #nav ul li.selected a.home-insurance, body.lang_fr #nav-outter #nav ul li a.home-insurance:hover, body.lang_fr #nav-outter #nav ul li.selected a.home-insurance {background-position: -300px -112px;}
body.lang_fr #nav ul li a.pet-insurance:hover, body.lang_fr #nav ul li.selected a.pet-insurance, body.lang_fr #nav-outter #nav ul li a.pet-insurance:hover, body.lang_fr #nav-outter #nav ul li.selected a.pet-insurance{background-position: -426px -112px;}
body.lang_fr #nav ul li a.travel-insurance-products:hover, body.lang_fr #nav ul li.selected a.travel-insurance-products, body.lang_fr #nav-outter #nav ul li a.travel-insurance-products:hover, body.lang_fr #nav-outter #nav ul li.selected a.travel-insurance-products{background-position: -595px -112px;}
body.lang_fr #nav ul li a.life-insurance:hover, body.lang_fr #nav ul li.selected a.life-insurance, body.lang_fr #nav-outter #nav ul li a.life-insurance:hover, body.lang_fr #nav-outter #nav ul li.selected a.life-insurance{background-position: -703px -112px;}
body.lang_fr #nav ul li a.resource-centre:hover, body.lang_fr #nav ul li.selected a.resource-centre, body.lang_fr #nav-outter #nav ul li a.resource-centre:hover, body.lang_fr #nav-outter #nav ul li.selected a.resource-centre{background-position: -792px -112px;}

/* ! =========== MAIN NAVIGATION - CHILD ELEMENTS - 2ND LEVEL ============ */

#nav ul li .sub{
	display: none;
	position: absolute;
	top: 51px;
	z-index: 200;
	-moz-box-shadow: 0 4px 4px #555555;
	-webkit-box-shadow: 0 4px 4px #555555;
	background: #fff;	
}

/*#nav ul li.investments .sub { left:-57px; } The investments menu is a normal size now, so it can behave normally */

#nav ul li ul.sub {
	padding: 6px 15px 0;
}

#nav ul li.firstLevel a:hover,
#nav ul li.firstLevel a:focus,
#nav ul li.firstLevel a:active {
	/*background: #f2f2f2;*/
	color: #ee2e24;	
}

#nav ul li.firstLevel ul li a:hover,
body.lang_fr #nav ul li.firstLevel ul li a:hover {
	background: none !important;
}

#nav ul li.firstLevel a.noHighlight,
#nav ul li.firstLevel a.noHighlight:hover,
body.lang_fr #nav ul li.firstLevel a.noHighlight,
body.lang_fr #nav ul li.firstLevel a.noHighlight:hover {
	background: none;
	color: #000;
	border:0px solid red; display:none;
}


body.lang_en #nav ul li ul.listRight{ /*rightmost child list positioning*/
	left: -54px;
}

body.lang_fr #nav ul li ul.listRight{ /*rightmost child list positioning*/
	left: -75px;
}

#nav ul li ul li{
	background: none;
	width: 275px;
	float: none;
	list-style: none;
	border-bottom: #d1d1d1 1px solid;		
}

#nav ul li ul li.last{ /*for last element items*/
	border: none;
	padding-bottom: 10px;	
}

#nav ul li ul a {
	background: none;
	line-height: 1em;
	color: #000;
	font-size: 1.4em;
	float: none;
	width: auto;
	margin: 2px 0;
	padding: 5px 0 5px 15px;
	font-weight: bold;
}
body.lang_fr #nav ul li ul a {
  background:none !important;
}

/* ! =========== MAIN NAVIGATION - CHILD SUBELEMENTS - 3RD LEVEL ============ */

#nav ul li ul li ul{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	padding: 0;
	margin: -6px 0 6px;
}

#nav ul li ul li ul li{
	position: relative;
	padding: 0;
	background: none;
	border: none;
}
#nav ul li ul li ul li a {
	margin: 0 0 0 21px;
	padding: 2px 0 2px 9px;
	font-size: 1.3em;
	line-height: 1.6em;
	font-weight: normal;
}
#nav ul li ul li ul li a:hover { background: none; color: #ff3333; }

/* ! =========== MAIN NAVIGATION - CHILD SUBELEMENTS - 4TH LEVEL ============ */

#nav ul li ul li ul li ul { margin: 0; }


/* ! =========== BREADCRUMBS NAVIGATION ============ */

#breadcrumbs{
	width: auto;
	height:1.4em;
	padding:0 0 0 18px;
	overflow: hidden;
	clear: both;
}
#breadcrumbs ul li{
	float:left;
	padding:0 5px 0 0;
  font-size:1.2em;
}
#breadcrumbs ul li a{
	color:#666666;
	text-decoration:none;
}

#breadcrumbs ul li a:hover,
#breadcrumbs ul li a:focus{
	color: #EE2E24;
	text-decoration: none;
}

/* ! =========== SECONDARY NAV (LEFT COLUMN) ============ */

#secondarynav { min-height:450px; width:239px; float:left; padding-top:27px; background:#ffffff url(../media/images/line_vertical.gif) no-repeat 3px 0; }
#secondarynav ul {/* height:346px; */}
#secondarynav ul li { line-height:1.6em; display:block; font-size:1.2em; padding:.5em 20px .5em; background: url(../media/images/triangle.gif) no-repeat 100px 210px; }
#secondarynav ul li.title {font-size:1em; font-weight:bold; padding-bottom:12px; color:#ee2e24; }
#secondarynav ul li.title a { color: #EE2E24; font-family:"Futura Medium", sans-serif; font-weight: bold; font-size:1.6em; text-decoration: none; }
#secondarynav ul li.title a:hover { color:#666666; } 
#secondarynav ul li a { color:#555555; display:block; zoom:1; }
#secondarynav ul li a:hover, #secondarynav ul li a:focus { color:#ee2e24; text-decoration:none; }
#secondarynav ul li.selected { color:#666666; padding-left:20px; font-size:1.4em; font-weight:bold; background-position: left center; }
#secondarynav ul li.selected-parent { background-position: left center; }
#secondarynav ul li ul { height:auto; padding:0; margin:0; }
#secondarynav ul li ul li.selected {padding:0 0 0 10px; color:#666666; font-size:1em; background:none; }
#secondarynav ul li ul li {line-height:1.2em; font-size:1em; color:#555555; padding:0 0 0 10px; font-weight:normal; }
#secondarynav ul li ul li a { line-height:1em; }

#secondarynav ul li ul li.selected {padding:0 0 0 10px; color:#666666; font-size:1em; background:none; }

.ts-4 #secondarynav { width:200px;}

/* ! =========== CONTENT CONTAINER ============ */

#content  
{
    padding:0 20px 0 20px;
    float:left;
    margin: 15px 0;
    position:relative;
    font-size: 1.4em;
}

#content.fullWidth
{
	padding: 0 0;
	margin: 0 0;
}

#content p{ clear: left; }
#content.leftRail, #content.rightRail{ width:698px; }
.leftRail{ width:698px; float:left;}
	
#content.centerColumns{ width:458px; }
#content.leftRail h1 { width:640px; float:left; }
#content.centerColumns h1 { width: 410px; float:left; }

.ts-4 #content.centerColumns{ width:537px; }

body.lang_fr #content.centerColumns h1 { width: 400px; }
body.lang_fr #content.leftRail h1 { width:600px; }

#content.centerColumns h1.title-mc-fr{ width: 419px; } 

#content.centerColumns h2 { padding:10px 0 15px 0; margin:0; font-size:1.4em; color:#666 }
#content.centerColumns h3 { margin-bottom:10px; }
.centerColumns ul.list { margin:0 0 0 10px; list-style: disc; }
.centerColumns ul.list li { padding:0 0 12px 0; }
.centerColumns ul.list ul { padding:12px 0 0 2px; list-style: disc; }

ol.numbers, #overlayFAQ ol.numbers { padding-left:20px; list-style-type:decimal; }
ol.numbers li, #overlayFAQ ol.numbers li { background-image:none; list-style-type:decimal; padding-left:0; margin:0; }

ul.listFAQ,
ul.linkList { line-height: 1.6em; }
ul.linkListInfoCentre li { line-height: 1.6em; list-style-image:none !important;}
ul.linkListInfoCentre li p {margin-left:-20px !important;}
.listFAQ li ol.numbers{ padding-left: 35px; zoom: 1; } /*numbered list*/
.listFAQ li ol.numbers li { background-image: none; list-style-type: decimal; padding: 0; }
.listFAQ li ol.numbers li ul li { font-size: 1.4em; color: #666666; line-height: 1.4em; list-style-image: url(../media/images/list_bullet.gif); }

.listFAQ li ol.col
{
    float: left;
    width: 305px;
}
.listFAQ li ol.col li
{
    clear: both;
}
.listFAQ li ol.col li span,
.listFAQ li ol.col li a
{
    float: left;
}
.listFAQ li ol.col li span
{
    width: 20px;
    margin-right: 10px;
}
.listFAQ li ol.col li a
{
    width: 260px;
}
#content p { font-size:1em; margin-bottom:0.8em; text-rendering: optimizeLegibility; }
#content p.filterby { float:left; font-weight:bold; font-size:1.2em; margin:0; padding-top:4px;}
#content p.footNote{ font-size: .8em; margin:10px 0; }
#content p span.p-grey { color:#999999; }
#content h1{ font-family:"Futura Medium", sans-serif; font-size:2em; color:#ee2e24; margin:0 0 15px; line-height:.8em; }
#content h3 { font-weight:bold; font-size: 1em; margin-bottom:0.1em; color:#666666; }
#content h4 { font-size: 1em; color: #666666; }

#content h1 sup { font-size:40% !important; }


/* ! =========== CONTENT CONTAINER ELEMENTS ============ */

/* ! Print button */

#content p.printPage{
	position: absolute; float:right;
	right: 0;
	margin-right: 15px;
	margin-top: 10px;
	width:30px;
	height:30px !important;
}

table.socialButtons2
{

	 float:left;
	 padding-bottom: 25px; margin-bottom:20px;
	 padding-top: 10px;
}

table.socialButtons
{
	 width: 239px;
	 text-align: left;
	 
	 
}


/*body.credit-card_chip-pin #content p.printPage
{
    top: 275px;
}
body.travel-insurance-togo_travel-togo #content p.printPage{
	top: 280px;
}
body.travel-insurance-products_travel-products #content p.printPage{
	top: 320px;
}*/
#content p.printPage a
{background: url(../media/images/print_icon.gif) no-repeat !important;
padding: 8px;
color: transparent;
}
/*{
     background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e9e9e9)) !important;
     background: -moz-linear-gradient(top, #fff, #e9e9e9) !important;
      
     color: #555;
     line-height: 1em;
     padding: 5px;
     display: block;
     text-decoration: none;
     text-align: center;
     
     border: 1px solid #ddd;
     border-top: none;
     
     font-size: .8em;
     font-weight: bold;
     line-height: 1em;
       
     -webkit-box-shadow: 0px 1px 3px #ccc;
     -moz-box-shadow: 0px 1px 3px #ccc;
     box-shadow: 0px 1px 3px #ccc;
     
     -webkit-border-radius: 1em;
     -moz-border-radius: 1em;
     border-radius: 1em;
     zoom: 1;
}*/

#content p.printPage a:hover
{background: url(../media/images/print_icon_over.gif) no-repeat !important;
color: transparent;}
/*{
  color:#fff;
  
  background: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#444)) !important;
  background: -moz-linear-gradient(top, #717171, #444) !important;
}

body.lang_fr #content p.printPage a {background: url(../media/images/print_icon.gif) no-repeat;}*/

/* ! External Links */


a.external
{
 font-weight: bold;
 padding-right:15px;
 text-decoration: none;
}
a.grey { background: url(../media/images/external-grey.gif) no-repeat right 2px;}
a.white { background: url(../media/images/external-white.gif) right 2px no-repeat; }

/* ! Tooltip link, displays tooltip on hover */
#content a.toolTip{
	border-bottom: #666666 1px dotted;
	color: #666666 !important;	
	text-decoration:none !important;
}
#content a.toolTip:hover{
	text-decoration: none;
}

/* ! Divider */

#content .divider{ 
	border-top:1px solid #DFDBDB; 
	height:1px; 
	line-height:1px; 
	margin-top:30px;
    padding-bottom:30px;
}

.italic { font-style:italic; }
.indented { margin-left:40px; display:block; }
/* ! Quote / button widget - top right */

#content .widget{
	padding: 0;
	margin: 0 0 20px 17px;
	padding: 15px 0 8px 20px;
	float: right;
	background: url(../media/images/bg_getquotes_widget.png) repeat-y;
}

#content .widget ul { width: 135px; }
#content .getQuote ul { width:150px; }
#content .activate-coverage ul
{
    width: 150px;
}
#content .activate-coverage li
{
   padding: 5px;
   font-size: 1em;
   border-bottom: 1px solid #ccc;
}
#content .activate-coverage li .red-btn-cta,
#content li.widgetBottomLeft .cta-Activate
{
    padding-right: 20px;
    margin-bottom: 5px;
	min-width:50px !important; max-width:100px;
}
#content li.widgetBottomLeftLong .cta-Activate
{
    padding-right: 20px;
    margin-bottom: 25px;
	min-width:120px !important; max-width:250px;
	margin-left:0px !important;
}

#content .activate-coverage li span
{
    display: block;
    line-height: 1.2em;
    font-size: .7em;
}

body.lang_fr #content .widget ul { width: 190px }
body.lang_fr #content .getQuote ul { width:170px }

#content .widget h4 {
  margin:0;
  padding:0;
  color:#EE2E24;
  font-size:1.2em;
}

#content .widget h2 {
  margin:3px 0px;
  padding:0;
  color:#EE2E24;
  font-size:3em;
}

#content .rates {
  margin-right:55px;	
  margin-top:-5px;
  margin-bottom:0px;
  padding:5px 0 8px 18px;
}

#content .rates p {
  font-weight:bold;    
}

#content .widget p{	
	line-height:1.1em;
	padding:2px 0;
  font-size:1em;
}

#content .widget ul li.line{	
	background: url(../media/images/bg_getquotes_line.png) no-repeat center bottom;
	padding: 0 0 3px 0;
}

#content .widget ul li.percent {
	font-size:3em;
	color: #ee2e24;
	font-weight:bold;
	padding:10px 0 0 15px;	
}
#content .widget ul li.percentLabel {
	color:#666666;	
	padding:0 0 25px 15px;	
}

/* ! Quote / button widget - bottom of column */

#content .widgetBottom{
	margin-top: 0px;	
	border-top: 0px solid #dfdbdb;
	padding: 15px 0;
	overflow: hidden;
}

#content .widgetBottom ul{
	float: left;
}

#content .widgetBottom ul li{
	float: left;
	border-right:0px solid #dfdbdb;
}

#content .widgetBottom ul li.last{
	border: none;
	padding-left:18px;
	padding-right:5px;
}

body.lang_fr #content .widgetBottom ul li.last{         
   padding-left:15px;
   padding-right:0;
   width: 150px;
}

#content .widgetBottom .cta{
	margin: 1px 0;
	padding-right: 15px;
}

body.lang_fr #content .widgetBottom .cta{
  margin:1px 10px;
}

/* legal */

#content h5.legal,
#content p.legal { color: #666; }
#content h5.legal
{
    padding: 20px 0 10px;
    border-top: 1px solid #dfdfdf;
}
#content p.legal { font-size: .8em; }


/* ! Calls to Action (links) */

a.cta-applynow , a.cta-calculate , a.cta-getQuote, a.cta-showAll, a.cta-learnmore{
	height: 24px;
	margin: 0 0 5px 0;
	display: block;
	background-image: url(../media/images/sprite_cta_buttons_small.png);
	background-repeat: no-repeat;	
	text-decoration: none;}
body.lang_fr a.cta-applynow, body.lang_fr a.cta-getQuote {background-image: url(../media/images/sprite_cta_buttons_small_fr.png);}

#mainBody a.cta-applynow {/*background-position: 0 0;*/}
#mainBody a.cta-applynow:hover, #mainBody a.cta-applynow:focus { /*background-position: 0 -26px;*/ text-decoration:none; }
#mainBody a.cta-calculate { /*background-position: -137px 0*/ }
#mainBody a.cta-calculate:hover, #mainBody a.cta-calculate:focus { /*background-position: -137px -26px;*/ text-decoration:none; }
#mainBody a.cta-getQuote { /*background-position: -208px 0*/ }
#mainBody a.cta-getQuote:hover, #mainBody a.cta-getQuote:focus { /*background-position: -208px -26px;*/ text-decoration:none; }
a.cta-learnmore { /*background-position: -800px 0*/ }
a.cta-learnmore:hover,a.cta-learnmore:focus { /*background-position: -800px -26px;*/ text-decoration:none; }
body.lang_fr #mainBody a.cta-getQuote { /*background-position:-204px 0*/ }
body.lang_fr #mainBody a.cta-getQuote:hover, body.lang_fr #mainBody a.cta-getQuote:focus { /*background-position: -204px -26px;*/ text-decoration:none; }
#mainBody a.cta-showAll{ /*background-position: -447px 0; text-decoration:none;*/ }
#mainBody a.cta-showAll:hover, #mainBody a.cta-showAll:focus { /*background-position: -447px -26px;*/ }
#mainBody a.cta-applynow.large { /*background-position: -665px 0; width:130px; margin: 10px 0px;*/}
#mainBody a.cta-applynow.large:hover, #mainBody a.cta-applynow.large:focus{ /*background-position: -665px -26px;*/ text-decoration:none; }
body.lang_fr #mainBody a.cta-applynow.large { /*background-position:-382px 0; width:190px*/ }
body.lang_fr #mainBody a.cta-applynow.large:hover, body.lang_fr #mainBody a.cta-applynow.large:focus{ /*background-position: -382px -26px;*/ text-decoration:none; }
#mainBody .widgetBottom a.cta-applynow.large{ margin: 0px;}

#mainBody .cta {
	margin:0;	
	display: block;	
}

#mainBody .cta a.right {
	padding: 0 47px 0 0;
	display: block;
	line-height: 1.4em !important;
}

#mainBody .cta a,
#mainBody li.more_link a,
#mainBody li.more_link a.open,
li.more_link a.up,
span.more_link a.up,
#mainBody a.open,
#mainBody a.up 
{
    display: inline;
	position: relative;
	padding: 0 14px 0 0;
	font-weight: bold;
	color: #EE2E24;
	text-decoration: none;
	zoom: 1;
}
#mainBody .cta a .ui-icon, 
#mainBody li.more_link a .ui-icon, 
#mainBody li.more_link a.open .ui-icon, r
li.more_link a.up .ui-icon, 
span.more_link a.up .ui-icon, 
#mainBody a.open .ui-icon, 
#mainBody a.up .ui-icon
{
    background: url("../media/images/sprite_arrows.gif") no-repeat left top transparent;
    width: 8px;
    height: 8px;
}
#mainBody li.more_link a.open .ui-icon, 
#mainBody span.more_link a.open .ui-icon, 
#mainBody a. .ui-icon{
    background-position: 100% -26px;
}
#mainBody li.more_link a.open:hover .ui-icon,
#mainBody li.more_link a.open:focus .ui-icon,
#mainBody span.more_link a.open:hover .ui-icon, 
#mainBody span.more_link a.open:focus .ui-icon,
#mainBody a.open:hover .ui-icon, 
#mainBody a.open:focus 
{
    background-position: 100% -42px;
}
#mainBody li.more_link a.up .ui-icon,
#mainBody span.more_link a.up .ui-icon,
#mainBody a.up .ui-icon {
    background-position: 100% -57px;
}
#mainBody li.more_link a.up:hover .ui-icon,
#mainBody li.more_link a.up:focus .ui-icon,
#mainBody span.more_link a.up:hover .ui-icon,
#mainBody span.more_link a.up:focus .ui-icon,
#mainBody a.up:hover .ui-icon,
#mainBody a.up:focus .ui-icon {
    background-position: 100% -73px;
}

#mainBody .cta a span.ui-icon,
#mainBody li.more_link a span.ui-icon,
#mainBody li.more_link a.open span.ui-icon,
li.more_link a.up span.ui-icon,
span.more_link a.up span.ui-icon,
#mainBody a.open span.ui-icon,
#mainBody a.up span.ui-icon 
{
  display: block;
  position: absolute;
  background: url(../media/images/sprite_arrows.gif) left top no-repeat;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  margin: -4px;
  overflow: hidden;
}

#mainBody .cta a:hover{
	color: #666666;
	text-decoration: none;
}
#mainBody .cta a:hover span.ui-icon{ background-position: left -16px; }

#mainBody .cta a.black 
{
    display: block;
    position: relative;
	color:#666666;
	font-size:.8em;
	padding: 5px 10px 5px 0;
}
body.travel-insurance-products_travel-products #mainBody .cta a.black .ui-icon{ display: none; }
#mainBody .cta a.black .ui-icon { margin: -4px 7px; }
#mainBody .widgetBottom .cta a.black .ui-icon { margin: -4px; }

#mainBody .cta a.black span.ui-icon{background-position: left -16px;}

#mainBody .cta a.black:hover, #mainBody .cta a.black:focus {color: #EE2E24;}
#mainBody .cta a.black:hover span.ui-icon,
#mainBody .cta a.black:focus span.ui-icon {background-position: left top;}

#wrap a.red-btn-cta,
#fancybox-inner a.red-btn-cta
{
  display: block;
  position: relative;
  background: #ef2515;
  background-image: none !important;
  color: #fff;
  
  background: -webkit-gradient(linear, left top, left bottom, from(#ef2515), to(#d81d0e)) !important;
  background: -moz-linear-gradient(top, #ef2515, #d81d0e) !important;
  
  height: auto;
  padding: 13px 50px 13px 10px;
  
  border: 1px solid #dfdbdb;
  border-color: #fff #dfdbdb #dfdbdb #fff;
  
  font-size: 1em;
  font-weight: bold;
  line-height: 1em;
  text-decoration: none;
  
  overflow: hidden;
   
  -webkit-box-shadow: 0 1px 2px #999;
  -moz-box-shadow: 0 1px 2px #999;
  box-shadow: 0 1px 2px #999;
  
  -moz-border-radius: 5px;
  border-radius: 5px;
  
  zoom: 1;
}
#fancybox-inner a.red-btn-cta{ font-size: 1.4em; }
#wrap a.red-btn-cta:hover,
#wrap a.red-btn-cta:focus,
#fancybox-inner a.red-btn-cta:hover,
#fancybox-inner a.red-btn-cta:focus,
#fancybox-inner a.red-btn-cta:active{
  color: #fff;
  background: #ef2515;
  border-color: #ccc;
  
  background: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#444)) !important;
  background: -moz-linear-gradient(top, #717171, #444) !important;
}
#wrap a.red-btn-cta .ui-icon,
#fancybox-inner a.red-btn-cta .ui-icon
{
    position: absolute;
    display: block;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    border: 5px solid #fff;
    border-color: transparent transparent transparent #fff;
    border-width: 5px 0 5px 5px;
    margin: -5px 10px;
    overflow: hidden;
}
#wrap a.red-btn-cta:hover .ui-icon,
#wrap a.red-btn-cta:focus .ui-icon
#wrap a.red-btn-cta:active .ui-icon
#fancybox-inner a.red-btn-cta:hover .ui-icon,
#fancybox-inner a.red-btn-cta:focus .ui-icon,
#fancybox-inner a.red-btn-cta:active .ui-icon{ border-color: transparent transparent transparent #fff; }
#fancybox-close { text-indent: -999em }

/* "More/Less Features" link */
#mainBody li.more_link a.open span.ui-icon,
#mainBody span.more_link a.open span.ui-icon,
#mainBody a.open span.ui-icon
{
    background-position: left -31px;
}
#mainBody a.open:hover,
#mainBody a.open:focus,
#mainBody a.open:active
#mainBody li.more_link a.open:hover,
#mainBody li.more_link a.open:focus,
#mainBody li.more_link a.open:active,
#mainBody span.more_link a.open:hover,
#mainBody span.more_link a.open:focus,
#mainBody span.more_link a.open:active
{
    color: #666666;
}
#mainBody a.open:hover span.ui-icon,
#mainBody a.open:focus span.ui-icon, 
#mainBody a.open:active span.ui-icon,
#mainBody li.more_link a.open:hover span.ui-icon,
#mainBody li.more_link a.open:focus span.ui-icon,
#mainBody li.more_link a.open:active span.ui-icon,
#mainBody span.more_link a.open:hover span.ui-icon,
#mainBody span.more_link a.open:focus span.ui-icon,
#mainBody span.more_link a.open:active span.ui-icon

{
    background-position: left -47px;
}
#mainBody a.up span.ui-icon,
#mainBody li.more_link a.up span.ui-icon,
#mainBody span.more_link a.up span.ui-icon
{
    background-position: left -63px;
}
#mainBody a.up:hover,
#mainBody a.up:focus,
#mainBody a.up:active,
#mainBody li.more_link a.up:hover,
#mainBody li.more_link a.up:focus,
#mainBody li.more_link a.up:active,
#mainBody span.more_link a.up:hover,
#mainBody span.more_link a.up:focus,
#mainBody span.more_link a.up:active
{
    color: #666666;
}
#mainBody a.up:hover span.ui-icon,
#mainBody a.up:focus span.ui-icon,
#mainBody a.up:active span.ui-icon,
#mainBody li.more_link a.up:hover span.ui-icon,
#mainBody li.more_link a.up:focus span.ui-icon,
#mainBody li.more_link a.up:active span.ui-icon,
#mainBody span.more_link a.up:hover span.ui-icon,
#mainBody span.more_link a.up:focus span.ui-icon,
#mainBody span.more_link a.up:active span.ui-icon
{
    background-position: left -79px;
}
#mainBody li.more_link,
#mainBody span.more_link
{
    text-indent:0;
    list-style: none;
    background-image:none;
    list-style-image: none;
}
#mainBody .list .togglelist
{
    list-style: disc !important;
    padding-left: 0;
}
/* ! =========== CONTENT LISTS ============ */

/* ! PDF list */

a.pdf {
  padding:0 18px 0 0;
	background: url(../media/images/icon_pdf.gif) no-repeat scroll right top transparent;	
}
#pdf {
  margin:0;
  width:auto;
}
ul.left {
  margin:0 50px 0 10px ;
  float:left;
}
ul.pdf li {
  font-size:1.2em;
  margin:0 0 10px 15px;
}
ul.pdf li.header {
  color:#666666;
  font-size:1.4em;
  font-weight:bold;
}
#pdf ul.pdf li {
color: #999999;
}
#pdf ul.pdf li.header {
  color: #666666;
}
#pdf ul.pdf li a {
	padding:0 0 0 18px;
	background: url(../media/images/icon_pdf.gif) no-repeat scroll left center transparent;
	color:#666666;
 font-weight:normal;
 margin-right:2px;
}

#rightcolumn ul.pdf {
	margin-top:10px;
}

#rightcolumn ul.pdf li a {
	padding:0 0 0 15px;
	background: url(../media/images/icon_pdf.gif) no-repeat scroll left center transparent;
}

/* ! Standard List */
ol.letters
{
	list-style-type:lower-alpha; padding-left:35px; margin-left:30px;}
ul.list, ul.list2nd, ol
{
    margin:0 18px 16px 0;
    font-size:1em;
    color:#666666;
    padding-left: 25px;
}
ul.list, ul.list2nd
{
    list-style: disc;
}
ul.list li, ol li
{
    line-height:1.2em;
    padding: 0 10px 12px 0;
}

ul.list2nd li, ol li
{
    border:solid red 0px; line-height:1.2em;
    margin-bottom:-25px; margin-top:10px;
}
/* ! 4 button horizontal list */
#content ul.buttonList 
{
    padding-bottom: 10px;
    border:none;
    overflow: hidden;
}
#content ul.buttonList li  
{
    position: relative;
    float:left;
    width:174px;
    line-height:1.4em;
    margin:0;
    overflow: hidden;
}
#content ul.buttonList li a 
{
    display: block;
    color:#666666;
    text-decoration:none;
    font-size:.8em;
    font-weight:bold;
    display:block;
    padding:9px 0 7px 12px;
    line-height: 1.2em;
}
#content ul.buttonList li a span 
{
    width:100px;
    display:block;
    font-size:1.6em;
    color:#555555;
}
#content ul.buttonList li a:hover
{
    cursor:pointer;
}
#content ul.buttonList li.auto a 
{
    background-position:0 0;
}
#content ul.buttonList li.auto a:hover,
#content ul.buttonList li.auto a:focus,
#content ul.buttonList li.auto a:active
{
    background-position:0 -44px; color:#ffffff;
}
#content ul.buttonList li.home a
{
    background-position:-176px 0;
}
#content ul.buttonList li.home a:hover,
#content ul.buttonList li.home a:focus,
#content ul.buttonList li.home a:active
{
    background-position:-176px -44px; color:#ffffff;
}
#content ul.buttonList li.travel a
{
    background-position:-528px 0;
}
#content ul.buttonList li.travel a:hover,
#content ul.buttonList li.travel a:focus,
#content ul.buttonList li.travel a:active
{
    background-position:-528px -44px; color:#ffffff;
}
#content ul.buttonList li a:hover span,
#content ul.buttonList li a:focus span,
#content ul.buttonList li a:active span
{
    color:#ffffff; display:block;
}
#content ul.buttonList li
{
    width:172px;
    border: 1px solid #ccc;

    -webkit-box-shadow: 0 2px 2px #999;
    -moz-box-shadow: 0 2px 2px #999;
    box-shadow: 0 2px 2px #999;
}
#content ul.buttonList li:first-child,
#content ul.buttonList li:first-child a
{
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}
#content ul.buttonList li:last-child,
#content ul.buttonList li:last-child a
{
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}
#content ul.buttonList li a
{
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e9e9e9)) !important;
    background: -moz-linear-gradient(top, #fff, #e9e9e9) !important;
    overflow: hidden
}
#content ul.buttonList li a:hover,
#content ul.buttonList li a:focus,
#content ul.buttonList li a:active
{
    background: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#444)) !important;
    background: -moz-linear-gradient(top, #717171, #444) !important;
}
#content ul.buttonList li:hover,
#content ul.buttonList li:focus,
#content ul.buttonList li:active
{
    border-color: #ccc #999 #999 #ccc;
}
#content ul.buttonList li a span.ui-icon{
  content: '';
  display: block;
  position: absolute;
  background: #fff url(../media/images/icn-insurance-btn.png) 0 -7px no-repeat;
  width: 24px;
  height: 24px;
  right: 0;
  top: 50%;
  
  /*border: 15px solid #fff;
  border-width: 10px 0 10px 15px;
  border-color: #fff #fff #fff #555;*/
  
  margin: -12px 8px;
  text-indent: -9999em;
}
#content ul.buttonList li a:hover span.ui-icon,
#content ul.buttonList li a:focus span.ui-icon,
#content ul.buttonList li a:active span.ui-icon
{
  background: #fff url(../media/images/icn-insurance-btn.png) 0 -51px no-repeat;
}

/* ! =========== ACCORDION ============ */
/* ! accordion headers and type */
#accordion span.marginAccordion
{
    height:20px; display:block;
}
#content #accordion h3 
{
    margin-bottom:0; overflow:hidden;
}
#accordion a.accordion-header
{
    text-decoration:none;
    color:#666666;
    font-weight:bold;
}
#accordion a.accordion-header:hover,
#accordion a.accordion-header:focus,
#accordion a.accordion-header:active
{
    text-decoration:none; color:#ffffff;
}
#content #accordion h2
{
    font-size: 1em;
    color: #666666;
    padding: 0;
    margin: 10px 25px 5px 25px;
}
#content #accordion h3
{
    padding: 0;
    margin: 0 25px;
    font-size: 1.1em;
    color: #666666;
}
#content #accordion h4,
#accordion a.redBold:link, 
#accordion a.redBold:hover,
#accordion a.redBold:focus,
#accordion a.redBold:active
{
    font-size: 1em;
    font-weight:bold;
    color: #EE2E24 !important;
    margin: 0 25px 0 25px;
    text-decoration:none;
}
#accordion a.redBold
{
    margin:5px 0;
}
#accordion .ui-widget-content a.redBold
{
    margin: 0 25px 0 25px;
}
#accordion p
{
    margin:0;
    font-size:.85em;
    padding:0px 25px 10px 25px;
}
#accordion p.title
{
    font-size:1.6em;
}
#accordion .ui-accordion-content p span.italic
{
    font-style:italic;
}

#accordion a.accordion-header
{
    margin-bottom: 0;
}
#accordion ul.noPadding
{
    margin:0 0 10px 0!important;
}
#accordion ul.list
{
    font-size:.85em; margin:0px 25px 10px 25px; padding:0;
	list-style: disc; 
}
#accordion ol
{
    margin:0; padding-left:15px;
}
#accordion ol li,
#accordion ul.list li
{
	padding: 0;
	margin-left:20px;
	line-height:1.4em;
	background-position:0 7px;
}
#accordion table 
{
    width:89%;
}
#accordion ul.noIndented li
{
    margin-left:0;
}
#accordion ul.listFAQ li ol.numbers li,
#content #accordion ul.listFAQ li h4
{
    font-size:1.2em;
}
#accordion ul.list li a
{
    margin: 0px; vertical-align:text-top;
}
#accordion ol
{
  margin:0 25px 10px;
}
#accordion ol li
{
	list-style-type: decimal;
	list-style-position: outside;
	background: none;
	text-indent: 0;
	line-height:1.8em;
    margin-left:20px;
    padding:0;
    font-size:1.2em;
}

/* ! accordion table styles */
td.borderRight, th.borderRight
{
    border-right:1px solid #dfdbdb;
    vertical-align:middle;
}
table tr th span.lastColumn
{
    width:90px;
    display:block;
}

/* !table style - 5 column */
#accordion table.fiveColumn td
{
    padding: 4px;
    width: 72px;
}

/* Accordion ----------------------------------*/
#accordion.ui-accordion .ui-accordion-header
{
    cursor: pointer;
    position: relative;
    margin-top: 17px;
    zoom: 1;
}
#accordion.ui-accordion .ui-accordion-li-fix
{
    display: inline;
}
#accordion.ui-accordion .ui-accordion-header-active
{
    border:none;
}
#accordion.ui-accordion .ui-accordion-header-active
{
    border-bottom: 0 !important;
}
#accordion.ui-accordion .ui-accordion-header
{
    display: block;
    font-size: 1.2em;
    padding: 8px 0px 8px 35px;
}
#accordion.ui-accordion .ui-accordion-header .ui-icon 
{
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}
#accordion.ui-accordion .ui-accordion-content
{
    border-color: #dfdbdb;
    overflow: hidden;
    display: none;
}
#accordion.ui-accordion .ui-accordion-content
{
    padding: 2em 0;
}
#accordion.ui-accordion .ui-accordion-content-active
{
    display: block;
}
#accordion.ui-accordion .ui-accordion-content .listFAQ { width:630px; }
#accordion.ui-accordion .ui-accordion-content table{ font-size:1em; color: #666666; }
/* Component containers----------------------------------*/
#accordion .ui-widget
{
    font-family: Arial,Verdana,sans-serif;
    font-size: 1.1em;
}
#accordion .ui-widget input,
#accordion .ui-widget select,
#accordion .ui-widget textarea,
#accordion .ui-widget button
{
    font-family: Verdana,Arial,sans-serif;
    font-size: 1em;
}
#accordion .ui-widget-content
{
    margin: 0 5px;
    border: 1px solid #ccc;
    border-top: none;
    background: #ffffff;
    color: #222222;
    
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    
    -webkit-box-shadow: 1px 1px 2px #999;
    -moz-box-shadow: 1px 1px 2px #999;
    box-shadow: 1px 1px 2px #999;
}
#accordion .ui-widget-content a
{
    font-size: 1em;
    color: #EE2E24;
    font-weight:bold;
    text-decoration:none;
}
#accordion .ui-widget-content a:hover,
#accordion .ui-widget-content a:focus,
#accordion .ui-widget-content a:active
{
    text-decoration:underline;
}
#accordion .ui-widget-content a.red
{
    color: #EE2E24;
}
#accordion .ui-widget-content ul.listFAQ
{
    padding:0 0px 10px 25px;
}
#accordion .ui-widget-content h3.faqsheader
{
    display:none;
}
#accordion .ui-widget-header
{
    border: 1px solid #aaaaaa;
    color: #222222;
    font-weight: bold;
}
#accordion .ui-widget-header 
{
    color: #222222;
}
.ts-4 #accordion .ui-widget-content
{
    background-image: none !important;
    margin: 0 5px;
    border: 1px solid #ccc;
    border-top: none;
    
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    
    -webkit-box-shadow: 2px 2px2px #999;
    -moz-box-shadow: 2px 2px2px #999;
    box-shadow: 2px 2px2px #999;
}

/* Interaction states ----------------------------------*/
#accordion .ui-state-default,
#accordion .ui-widget-content .ui-state-default
{
    border:none;
    font-weight: normal;
    color: #555555;
}

#accordion .ui-state-default,
widget-content .ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-state-focus
{
    border: none;
    font-weight: bold;
    color: #555;
}
#accordion .ui-state-hover,
#accordion .ui-state-focus a,
.ui-state-hover a:hover,
.ui-state-hover a:focus,
.ui-state-hover a:active,
{
    color: #fff;
    text-decoration: none;
}
#accordion .ui-state-active,
#accordion .ui-widget-content .ui-state-active
{
    border: none;
    font-weight: normal;
    color: #FFFFFF;
}
#accordion .ui-state-active,
.ui-state-active:link,
.ui-state-active:visited
{
    color: #FFFFFF!important;
    text-decoration: none;
}

/* fixes for the focus issue on the accordion */
/*
#accordion .ui-state-active.ui-state-focus{ background-position: left bottom !important; }
#accordion .ui-state-default.ui-state-focus{ background-position: left top !important; }
#accordion .ui-state-default.ui-state-focus a{ color:#555555 !important; }

#accordion.large .ui-state-default{ background:url(../media/images/bg_accorddion_bar_large.png) left top no-repeat;}
#accordion.large .ui-state-hover, #accordion.large .ui-state-focus { background:url(../media/images/bg_accorddion_bar_large.png) 0 -37px no-repeat;}
#accordion.medium .ui-state-hover, #accordion.medium .ui-state-focus { background:url(../media/images/bg_accorddion_bar.png) 0 -37px no-repeat;}

#accordion.large .ui-state-active { background:url(../media/images/bg_accorddion_bar_large.png) left bottom no-repeat;}
#accordion.large .ui-widget-content { background:url(../media/images/bg-accordion-content-large.png) center bottom no-repeat;}
*/
/*#accordion.large .ui-widget-content h4 { margin: 10px 0px 5px 0px;}*/

#accordion div.ui-state-focus 
{
    color:#fff;
}
#accordion.medium
{
    width:458px;
}
#accordion.large 
{
    width:698px;
}
.ts-4 #accordion.medium 
{
    width:537px;
}

#accordion.medium .ui-state-default,
#accordion.medium .ui-state-hover,
#accordion.medium .ui-state-focus,
#accordion.medium .ui-state-active,
#accordion.large .ui-state-default,
#accordion.large .ui-state-hover,
#accordion.large .ui-state-focus,
#accordion.large .ui-state-active{
    background: #fff !important;
    background-image: none !important;

    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e9e9e9)) !important;
    background: -moz-linear-gradient(top, #fff, #e9e9e9) !important;
    border: 1px solid #ccc;

    -webkit-box-shadow: 0 2px 2px #999;
    -moz-box-shadow: 0 2px 2px #999;
    box-shadow: 0 2px 2px #999;

    -moz-border-radius: 5px;
    border-radius: 5px;
}
#accordion.medium .ui-state-hover,
#accordion.medium .ui-state-focus,
#accordion.medium .ui-state-active,
#accordion.large .ui-state-hover,
#accordion.large .ui-state-focus,
#accordion.large .ui-state-active{
    background: #555 !important;
    color: #fff !important;
    border-color: #555;

    font-weight: bold !important;

    background: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#444)) !important;
    background: -moz-linear-gradient(top, #717171, #444) !important;
}

#accordion.medium .ui-state-default .ui-icon,
#accordion.medium .ui-state-hover .ui-icon,
#accordion.medium .ui-state-focus .ui-icon,
#accordion.medium .ui-state-active .ui-icon,
#accordion.large .ui-state-default .ui-icon,
#accordion.large .ui-state-hover .ui-icon,
#accordion.large .ui-state-focus .ui-icon,
#accordion.large .ui-state-active .ui-icon
{
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 50%;
    margin: -12px 6px;
    overflow: hidden;
}
#accordion.medium .ui-state-default .ui-icon,
#accordion.large .ui-state-default .ui-icon
{
    background: #fff url(../media/images/icn-accordion.png) 0 -6px no-repeat;
}
#accordion.medium .ui-state-hover .ui-icon,
#accordion.medium .ui-state-focus .ui-icon,
#accordion.large .ui-state-hover .ui-icon,
#accordion.large .ui-state-focus .ui-icon
{
    background: #fff url(../media/images/icn-accordion.png) 0 -43px no-repeat;
}
#accordion.medium .ui-state-active .ui-icon,
#accordion.large .ui-state-active .ui-icon
{
    background: #fff url(../media/images/icn-accordion.png) 0 -80px no-repeat;  
}


/* ! accordion table styles */
#accordion table, .listFAQ table
{
    margin:0px 25px 15px 25px;
    border-collapse: collapse;
}
#content ul.listFAQ li table *
{
    font-size:1em !important
}
#accordion table tr td,
.listFAQ table tr td 
{
    background-color:#f6f6f6;
    color:#666666;
    line-height:1.4em;
    font-size:.85em;
    padding:15px 15px 10px 15px;
    border:0px solid #dfdbdb;
    border-top:none;
    text-align:left;
    vertical-align: top;
}
#accordion table tr td h5,
.listFAQ table tr td h5 
{
    margin:0;
}
#accordion table tr td p,
.listFAQ table tr td p
{
    padding:0 0 10px 0;
    font-size: 1em;
}
#accordion table tr td ul.list,
#accordion table tr td ul.list li,
.listFAQ table tr td ul.list,
.listFAQ table tr td ul.list li
{
    margin:0;
}
#accordion table tr.header td,
.listFAQ table tr.header td
{
    font-size:1em;
    background-color:#666666;
    font-weight:bold;
    padding:0 20px;
    color:#ffffff;
    text-align:center;
    border:0px solid #666666;
    border-bottom:none;
    border-top:none;
}
#accordion table tr td.borderRight,
.listFAQ table tr td.borderRight
{
    border-right:1px solid #dfdbdb;
}
#accordion table tr td ul li,
.listFAQ table tr td ul li
{
    margin-bottom: 3px;
}
#accordion table.fiveColumn tr.header td
{
    padding:0px 14px;
}

/* ! =========== CONTENT PROMO AREA ============ */
#promo {
	position:relative;
	background:url(../media/images/tools-bg-line-promo.gif) repeat-y left bottom transparent;
	width:440px;
	margin-bottom:15px;
}
#promo h2 {
	background:url(../media/images/tools_bg_header_promo.gif) no-repeat scroll 0 top transparent;
	color:#666666;
	margin:0;
	padding:15px 0 5px 100px !important;
	font-size:1.5em;	
}
#promo div.bottom {
	background:url(../media/images/tools_bg_promo.png) no-repeat scroll 0 bottom transparent;
}
#promo div.bottom p{
	padding:0 15px 20px 100px;
	font-size:1.2em;
	margin:0;
}

#promo .promoImage {
	height:77px;
	width:62px;
	position:absolute;
	left:19px;
	top:4px;	
	background:url(../media/images/promo1.gif) no-repeat scroll 0 top transparent;
}

/* ! Promo Variations
================================== */

.promoInvest{
	background: url(../media/images/bg_promo_singleline.png) no-repeat;	
	height: 70px;
	width: 460px;
}


.promoInvest h2{
	padding: 12px 24px 4px;
	color: #EE2E24;
	font-size: 1.4em;
	margin: 0 !important;
}

.promoInvest p{
	padding: 0 24px 20px 24px;
	font-size: 1.2em !important;
}


/* ! =========== RIGHT COLUMN ============ */

#rightcolumn {
	float:right;
	width:239px;
	margin-bottom:20px;
}

.ts-4 #rightcolumn,
.ts-4 #rightcolumn{ width:200px;}

#rightcolumn h3 {
	color:#666666;
	font-size:1.4em;
	margin:12px 0 6px 0;
	font-weight:bold;
	padding-left:15px;
}

/* ! Right Column - Tools */

#toolsright, #helpright {
	/*background: url(../media/images/tools-bg-line.gif) repeat-y bottom transparent;*/
	margin: 20px 0 0;
	width: 239px;
}

#toolsright h2, #helpright h2 {
	color:#EE2E24;
	font-size:1.5em;
	font-weight:bold;
	margin: 0;
    padding:10px 6px 6px 15px;

    height: auto;
    border: 1px solid #ddd;
    border-color: #efefef #ddd #fff;

    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;

    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e9e9e9)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #fff, #e9e9e9);
}

#toolsright.message h2 {
	background:url(../media/images/tools_bg_header_message.gif) no-repeat scroll 0 top transparent;
	color:#666666;
	font-size:1.5em;	
	padding-bottom:0;
}
#toolsright.message div.bottom {
	background:url(../media/images/tools_bg_message.png) no-repeat scroll 0 bottom transparent;
}

#toolsright.message div.bottom p {
	padding-top:0;
	padding-bottom:0;	
	display:block;
	margin:0;
	line-height:1.6em;
}

#toolsright.whiteTout h2 {
	background:url(../media/images/tools_bg_header_message.gif) no-repeat scroll 0 top transparent;
	font-size:1.2em;
	padding-right:60px;	
}
#toolsright.whiteTout div.whiteToutImage {
	background:url(../media/images/tools_tout_icon.gif) no-repeat scroll 0 top transparent;
	height:38px;
	width:32px;
  float: right;
	margin-right:20px;
	margin-top:-40px;	
}

#toolsright.whiteTout div.bottom {

	background:url(../media/images/tools_bg_white_tout.png) no-repeat scroll 0 bottom transparent;
}

/* ! =========== TR / HR utils submenu on right column ============ */


#toolsright ul.utils, #helpright ul.utils{
	position: relative;
	z-index: 500;
	top: 0 !important;
}
#toolsright ul.utils li.dropdown ul, #helpright ul.utils li.dropdown ul
{
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 0;
    background: #fff url(../media/images/dropdown_bottom.gif) repeat-x left bottom; 
    border: 1px solid #aaa;
    border-top: none;
    width: 100%;
    
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    
    -webkit-box-shadow: 0 2px 5px #666;
    -moz-box-shadow: 0 2px 5px #666;
    box-shadow: 0 2px 5px #666;
}


/* ! threecolumns classes
================================== */

#toolsright .threecolumns h3, #helpright .threecolumns h3{
	color: #EE2E24;
}

#toolsright ul, #helpright ul{padding:0 12px;}
#toolsright ul li,
#helpright ul li {
	margin:0 10px 10px 15px;
	list-style-image: url(../media/images/bg_arrow_red.gif);
	font-size: 1.2em;
}

#rightcolumn ul.pdf li,
#rightcolumn ul.adobeReader li {
    list-style-image: none;
    margin-left: 0;
}
#toolsright ul li.pdf {
  list-style-image: url(../media/images/icon_pdf.gif);
}
#toolsright ul li.pdf a {
  /*background:url(../media/images/icon_pdf.gif) no-repeat 0 0px;
  padding-left:17px;*/
}

#toolsright ul li a, #helpright ul li a {
	/*background:url(../media/images/bg_arrow_red.gif) no-repeat 2px center;*/
	color:#666666;
	text-decoration:none;
	display: block;
}

#toolsright ul li a:hover, #helpright ul li a:hover {
	color: #EE2E24;
	text-decoration: none;
}

/* ! Right Column - Help */

#helpright{
	margin-bottom:20px;	
}

#toolsright p,
#helpright p {
	padding:5px 5px 0 15px;
	font-weight:normal;
	color:#666666;
	font-size:1.2em;
}
#toolsright .only-in-en,
#helpright p.only-in-en,
#accordion span.only-in-en {
  font-size:1em;
  padding:0 0 0 15px;
  /*margin:-10px 0 0 0; */
}
#helpright .talkto{
	padding:20px 0 0 15px;
	font-weight:bold;
	color:#EE2E24;
	font-size:1.2em;
	background: url(../media/images/help-bg.png) no-repeat;
}



img.specialimg {
margin:25px 0 0 15px;
}

#toolsright .bottom,
#helpright .bottom{
	background: #FEFEFE url(../media/images/tools-bg-bottom.gif) repeat-x left bottom;
	height: auto;
	display: block;
	padding:0 0 20px;
	
	border: 1px solid #dfdbdb;
	border-bottom: 3px solid #ccc;
	border-top: none;
  
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

/*#toolsright .bottom ul, #helpright .bottom ul{
	position: relative;
	top: 10px;
}*/


#toolsright.toolLarge h3, #helpright.toolLarge h3{
	padding:0px 0 0 15px;
	font-weight:bold;
	color: #EE2E24;
}

#pc-points-calculator {
  position:relative;
	background:url(../media/images/pc-points-calculator.png) no-repeat scroll 0 0 transparent;
	width:135px;	
	height:39px;
	top:70px;
	left:50px;
}

/* ! Right Column - Custom dropdown */

#dropdown{
    position:relative;
    
    min-height: 1.8em;
    margin:0 0 0 15px;	
    padding: 0 !important;
    background: #fff;
    
    border: 1px solid #aaa;
    border-color: #fff #aaa #aaa #ddd;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-shadow: 1px 1px 3px #ccc;
    -moz-box-shadow: 1px 1px 3px #ccc;
    box-shadow: 1px 1px 3px #ccc;
    
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #ffffff), color-stop(0.5, #ffffff), color-stop(0.5, #eeeeee), color-stop(1, #eeeeee));
    background: -moz-linear-gradient(center top,
				#ffffff 0%,
				#ffffff 50%,
				#eeeeee 50%,
				#eeeeee 100%) repeat scroll 0 0 transparent;
     
	width:187px;
}

ul#dropdown li 
{
    display: inline;
    float:left;
	padding:5px 0; 
	margin:0;
	width:100%;
	width:187px;	
	position:relative;
	list-style-image: none;
}

ul#dropdown li ul {
	left: -1px;	
	position:absolute;
	top:0;
	
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

ul#dropdown li ul li { 	
	padding:0;	
	list-style-image: none;
}

ul#dropdown li a {background-image:none; min-height:1em; line-height: 1em; display:block; color:#555555; padding: 5px 30px 5px 0; overflow:hidden; }
ul#dropdown li a.dropdown-selected 
{
    display: block;
    padding: 0 12px 0 22px;
    margin: 0 5px 0 0;
    background: url(../media/images/arrow_bg_down.gif) right center no-repeat;
}
ul#dropdown li ul li a {background-image:none; height:auto; display:block; color:#555555; padding: 5px 1em; overflow:visible;font-size: .75em;}
ul#dropdown li a:hover {text-decoration:none;}
ul#dropdown li ul li a:hover {background: #999; color: #fff; }


/* ! Right Column - Column Separator */

#toolsright .rightcol_separator,
#helpright .rightcol_separator{
 	/*background: url(../media/images/bg_rightcol_separator.png);*/
 	line-height: 1.2em;
	padding: .5em 16px !important;
	margin: 22px 1px 0 1px;
	color:#EE2E24;
	border: 1px solid #cacaca;
	border-width: 1px 0 0 0;
	
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f4f4f4)); /* for webkit browsers */
  background: -moz-linear-gradient(top, #f9f9f9, #f4f4f4);
}

#helpright.toolLarge .toolcmb, #map .toolcmb, #selectProvince .selectedTxt{
	background:url(../media/images/bg_tool_cmb.gif) no-repeat scroll 0 0 transparent;
	border:0 none;
	color:#252525;
	cursor:default;	
	float:none;
	font-size:1.3em;
	font-weight:bold;
	text-decoration:none;
	margin-left:15px;
	padding:5px 0 0 10px;
	height:28px;
	display:block;
	width:177px;
}

#toolsright .rightcol_separator.darkText, #helpright .rightcol_separator.darkText{
	color:#666666;
}

/* ! Right Rail - Column Styles */

#toolsright .bottom, #helpright .bottom{
	padding: 8px 0 16px 0;
}


/* ! Right Column - Pc Points Calculator */

#toolsright.calculator .bottom {
	padding-top: 2px;
	position:relative;
	padding-bottom:0px;
}



/* ! Right Column - How To Make a Claim */
#helpright.howToMake h3 { margin-bottom:0; margin-top: 0; padding-top: 17px; }
#helpright.howToMake .bottom { padding-top:0; }
#helpright.howToMake p { margin-bottom:0; }
#helpright.howToMake #dropdown { margin:8px 0 12px 25px;}
/* Slider
----------------------------------*/
.ui-slider { display: inline; position: relative; text-align: left; float:left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 20px; height: 30px; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal{
  height: 18px;
  margin-left:14px;
  margin-top:12px;  
  background: url(../media/images/bg_calculator_slider.gif) no-repeat scroll left top transparent;
}

.ui-slider-small{
  background-image:url(../media/images/bg_calculator_slider_small.gif);
}

.ui-slider-horizontal .ui-slider-handle {
  background: url(../media/images/bg_calculator_slider_handle.png) no-repeat left top transparent;   
  top: -.5em; margin-left: -.5em; 
}
.ui-slider-horizontal .ui-slider-range { left: 0; top: 0; height: 18px; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

#toolsright p.slider-Amout { float:left; margin:0; padding:0; float:left; margin-top:10px; }
#toolsright p.slider-Amout input,
#toolsright p.slider-Amout2 input ,
#toolsright p.slider-Amout-period{
  width:52px;
  font-size:1em;
  background-color:#FEFEFE;
  height:19px;
  border:none; 
  margin-left:9px;
  float:left;
  position:relative; 
}
#periodMortgage,
#monthlySpend{color: #EE2E24; font-weight:bold; float: none;}

.ts-2 #toolsright p.slider-Amout,.ts-3 #toolsright p.slider-Amout,.ts-4 #toolsright p.slider-Amout {clear: both; width: auto; margin-top: 0;}
.ts-2 #toolsright #slider, .ts-3 #toolsright #slider, .ts-4 #toolsright #slider{margin-left: 43px;}
.ts-2 #toolsright #monthlySpend, .ts-3 #toolsright #monthlySpend, .ts-4 #toolsright #monthlySpend{width: 200px; text-align: center; height: 1em;}
#slider{width:160px;}
#monthlySpend {border:0; color:#EE2E24; font-weight:bold;}
#toolsright p.slider-Amout input.smaller { font-size:1.3em; margin-left:10px; }

#toolsright.calculator h3 { margin:0; padding:12px 0 0 12px; clear:left; } 

.ui-slider-range {background:url(../media/images/bg_calculator_slider_range.gif) no-repeat scroll left top transparent; width:160px	}
/* widget calculator */

.calculator .widgetCalculator {
  /*background:url(../media/images/bg_calculator_widget.gif) no-repeat scroll -29px center transparent;
  float: left;*/
}

body.lang_fr .calculator .widgetCalculator { background-position:left center; padding-right:0px; }

body.lang_fr #toolsright.calculator .widgetCalculator ul li.year { margin-left:3px; padding:0 3px; }
body.lang_fr #toolsright.calculator .widgetCalculator ul li p { font-size:1.1em;}
body.lang_fr #toolsright.calculator .widgetCalculator ul li p.font12 { font-size:1.2em;}
body.lang_fr #toolsright.calculator .widgetCalculator ul li p.inJust { font-size:.8em; line-height:.9em; padding-top:4px; }
body.lang_fr #toolsright.calculator .widgetCalculator ul li.year p { font-size:3em; }
body.lang_fr #toolsright.calculator p.footer { font-size:1em; }

#toolsright.calculator .widgetCalculator ul 
{
    
    overflow: hidden;
    padding: 5px 10px 5px 10px;
    margin: 20px 20px 10px 0;
    border: 1px solid #ddd;
    border-left: none;
    
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    
    -webkit-box-shadow: 1px 0 5px #ccc;
    -moz-box-shadow: 1px 0 5px #ccc;
    box-shadow: 1px 0 5px #ccc;
    
     background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e9e9e9)) !important;
     background: -moz-linear-gradient(top, #fff, #e9e9e9) !important;
 }
#toolsright.calculator .widgetCalculator ul li {display: inline; margin:0; float:left; }
#toolsright.calculator .widgetCalculator ul li.points { font-size: .8em;}
#toolsright.calculator .widgetCalculator ul li.year { padding:0 5px; border-left:solid 1px #999999; margin-left:8px; font-size: .9em;}
#toolsright.calculator .widgetCalculator ul li.year p { font-size:3em; color:#EE2E24; line-height:1em; padding-top:1px; font-size: 4em;}
.ts-2 #totalMonths, .ts-3 #totalMonths, .ts-4 #totalMonths{text-shadow: 0 0 2px #999;}
#toolsright.calculator .widgetCalculator ul li p { padding:0; margin:0; font-size: 1.5em; line-height:1.4em; font-weight:bold; }
#toolsright.calculator .widgetCalculator ul li p.inJust { font-size:1em; }
#toolsright.calculator .widgetCalculator ul li p.red {color:#EE2E24; line-height:1.3em; font-size: 1.1em; }

.ts-2 #toolsright.calculator .widgetCalculator ul,
.ts-3 #toolsright.calculator .widgetCalculator ul,
.ts-4 #toolsright.calculator .widgetCalculator ul
{
    border-left: 1px solid #ddd;
    margin: 10px;
    width: 195px;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.ts-2 #toolsright.calculator .widgetCalculator ul li.points p,
.ts-3 #toolsright.calculator .widgetCalculator ul li.points p,
.ts-4 #toolsright.calculator .widgetCalculator ul li.points p{
    width: 195px;
    text-align: center;
}
.ts-2 #toolsright.calculator .widgetCalculator ul li.points,
.ts-3 #toolsright.calculator .widgetCalculator ul li.points,
.ts-4 #toolsright.calculator .widgetCalculator ul li.points{
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
 }
.ts-2 #toolsright.calculator .widgetCalculator ul li.year,
.ts-3 #toolsright.calculator .widgetCalculator ul li.year,
.ts-4 #toolsright.calculator .widgetCalculator ul li.year{
   clear: left;
   border-left: none;
}
.ts-2 #toolsright.calculator .widgetCalculator ul li.year{margin-left: 40px;}
.ts-3 #toolsright.calculator .widgetCalculator ul li.year{margin-left: 40px;}
.ts-4 #toolsright.calculator .widgetCalculator ul li.year{margin-left: 15px;}

#toolsright.calculator div.line { border-top:solid 1px #dfdfdf; margin-top:13px; }

#toolsright.calculator .grocery {padding-top:0; color:#EE2E24; font-weight:bold; font-size:1.4em; clear: both;}
body.lang_fr #toolsright.calculator p.grocery {padding:0; text-align:center;}

.ts-2 #toolsright.calculator .grocery{text-align: center;}
.ts-3 #toolsright.calculator .grocery{text-align: center;}
.ts-4 #toolsright.calculator .grocery{text-align: center;}

#toolsright.calculator p.footer { font-size:1.1em; text-align:center; padding:0 0 13px 0px; padding-top:0; margin:0; }
#toolsright.calculator p.footer span { font-size:.9em; }
#toolsright.calculator .imageBottom {display: block; margin: 10px auto;}


#toolsright.calculator .error { width:215px; color:#ec2f26; font-size:1.1em; display:none; float:left; margin:0; padding:0 0 5px 12px; }
.calculator label {
  margin:0; padding:8px 5px 10px 12px; font-size:1.2em; font-weight:normal; color:#666666; float:left;
  width:136px;
  font-weight:bold;
}

.calculator .calculateList .container label {
  padding-bottom:5px;  
  font-weight:normal; 
}

.calculator label.totalMortage {
  padding-bottom:0;
}

#toolsright.calculator .dollar {
  background:url(../media/images/dollar.gif) no-repeat scroll left 5px transparent;
  padding-left:10px;
  float:left;  
  margin-top:5px;
  padding-bottom:5px;
}

#toolsright.calculator .margin-top{
  margin-top:12px;
}

.calculator input {
  width:63px; height:15px; 
}

.calculator input.border-red {
  border:solid 1px #ff3333;
} 

.calculator input.text {
  border:solid 1px c3c3c3;  
}

#toolsright.calculator .radioButton {
  float:left;
  padding:0 0 0 18px;
  margin-top:10px;
}

.radio {
	height: 20px;
	width: 19px;
	clear:left;
	float:left;
	margin: 0 0 3px;
	padding: 0;
	background: url("../media/images/bg_calculator_radio.png");
	background-repeat:no-repeat;
	cursor: default;
}

.radio input {
	display: none;
}

.radio input.show {
	display: inline;
}

.radioButton .selected {
	background-position: 0 -26px;
}

.radioButton .block {
	width: 50%;
	float: left;
}

.radioButton label {
	padding:3px 0 0 10px;
	float:left;
	color:#666666;
	font-size:1.2em;
	font-weight:normal;
	text-align:left;
	width:auto;
}

/* Toggle list Calculator */

#toolsright .calculateList { margin:0; padding:0; padding-top:11px; border-left:solid 1px #dddddd; float:left; }
#toolsright .calculateList a.border-top { border-top:solid 1px #dddddd; }
#toolsright .calculateList a:hover{ text-decoration:none; }
#toolsright .calculateList a {
   background:#fafafa url(../media/images/bg_calculator_radio.png) 15px -68px no-repeat; 
   padding:0.6em 0.8em 0.3em 3.7em;
   color:#ee2e24;
   font-weight:bold;
   float:left;
   width:183px;     
   height:17px;
   font-size:1.2em;
   display:block;
   border-bottom:solid 1px #dddddd;     
}
#toolsright .calculateList a.selected { background:url(../media/images/bg_calculator_radio.png) 15px -101px no-repeat; border-bottom:none; }
#toolsright .calculateList div.container {padding-top:5px; background-color:#efeded; width:237px; float:left; border-bottom:solid 1px #dddddd; }
#toolsright .calculateList div { margin:0; padding:0; } 



/* ! =========== ADOBE READER STYLES ============ */

ul.adobeReader li {
	background:url(../media/images/adobeReader.gif) no-repeat scroll left center transparent;
	min-height: 32px;
	margin:0;
	display: block;
	padding: 5px 0 5px 33px;
	color:#666666;
	font-weight:normal;
}
#rightcolumn ul.adobeReader {
    clear: both;
    background: transparent;
    padding: 20px 16px !important;
	margin-top:16px;
	border-bottom: none;
}
#rightcolumn ul.adobeReader li {
	background: url(../media/images/adobeReader.gif) no-repeat scroll left center transparent;
	height: auto;
	margin: 0;
	display: block;
	padding: 0 0 0 33px;
	color: #666666;
	font-weight: normal;
	font-size: 1.2em;
}

#rightcolumn ul.adobeReader li a {
	background-image:none; 
	color:#d81d0e; 
	padding:0; 
	font-weight:bold;
	display: inline;
}

#rightcolumn ul.faq-tool li
{
    font-size: 1.2em
}

/* ! =========== MAP STYLES ============ */

#map {
	width:477px;
	height:350px;		
	background:#ffffff url(../media/images/bg_map.gif) no-repeat scroll left bottom;			
	margin:0;
	padding:24px 28px 24px 24px;
	font-family:Arial;
}

#map #languageToggle {
  position:absolute;
  top:10px; right:20px;
  color:#ee2e24;
  text-decoration:none;
  font-size:1.1em;
}
#map #languageToggle:hover {
  color:#666;
}

#map h1 {
	color:#ee2e24; 
  font-size:2em;	
	margin:5px 0 10px 0;
	font-weight:bold;	
	word-spacing:2px;
}

body.lang_fr #map h1 {
  font-size:1.6em
}

#map p {
	color:#666666; 
	font-size: 1.4em;		
}

/*map positioning*/

#map img#canada{
	position: absolute;
	left: 18px;
	top: 104px;
}
#map img#canada_tmz{
	position: absolute;
	top: 270px;
	left: 225px;
	z-index: 2000;
	display: none;
}

/*initial map list state*/

#map #dropdown{	
	position: absolute;
	top:90px;
	z-index:100;
	margin:0;
	right: 40px;
	text-align:center;
}
#map #dropdown ul 
{
    position: absolute;
    background:url(../media/images/dropdown_bottom.gif) repeat-x left bottom; 
    top: 0;
    left: 0;
    padding: 2px 0;
    background-color: #fff; 
    border: 1px solid #aaa;
    border-top: none;
    width: 100%;

    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;

    -webkit-box-shadow: 0 2px 5px #666;
    -moz-box-shadow: 0 2px 5px #666;
    box-shadow: 0 2px 5px #666;

}
#map #dropdown ul li.last{
	padding-bottom:10px;	
}
#map a.dropdown-selected{
	display: block;
}

/* ! =========== ROTATOR STYLES ============ */
#rotator
{
    float:left;
    display: inline;
    position: relative;
	width:977px; border:0px solid orange;
	padding-left:
}
/*#rotator,
.ts-1 #rotator{ height: 385px; }
.ts-2 #rotator { height: 425px; }
.ts-3 #rotator { height: 495px; }
.ts-4 #rotator { height: 650px; }

.lang_fr #rotator,
.lang_fr .ts-1 #rotator{ height: 365px; }
.lang_fr .ts-2 #rotator { height: 560px; }
.lang_fr .ts-3 #rotator { height: 620px; }
.lang_fr .ts-4 #rotator { height: 870px; }*/

/*#rotator-shadow-top
{
    display: block;
    position: absolute;
    background: url(../media/images/rotator-shadow-top.png) center top no-repeat;
    top:10px;
    right:0;
    left:0;
    width: 100%;
    height: 35px;
}
#rotator-shadow-mid
{
    display: block;
    position: absolute;
    background: url(../media/images/rotator-shadow-mid.png) center top repeat-y;
    top: 45px;
    bottom: 45px;
    right:0;
    left:0;
    width: 100%;
}
#rotator-shadow-btm
{
    display: block;
    position: absolute;
    background: url(../media/images/rotator-shadow-btm.png) center top no-repeat;
    bottom:10px;
    right:0;
    left:0;
    width: 100%;
    height: 35px;
}*/
#rotator .ui-tabs-panel
{
	background-color:transparent !important;
    padding: 0px;
    display: inline;
	position:relative;
	float: left;
	margin: 0px;
	width:100%;
	height: 400px;
	border: 0px solid orange;
    /*
    -webkit-box-shadow: 0 0 20px #aaa;
    -moz-box-shadow: 0 0 20px #aaa;
	box-shadow: 0 0 20px #aaa;
    */
}
/*.ts-1 #rotator .ui-tabs-panel{ height: 255px; }
.ts-2 #rotator .ui-tabs-panel { height: 285px; }
.ts-3 #rotator .ui-tabs-panel { height: 350px; }
.ts-4 #rotator .ui-tabs-panel { height: 510px; }

.lang_fr #rotator .ui-tabs-panel{ width: 470px !important; }
.lang_fr #rotator .ui-tabs-panel,
.lang_fr .ts-1 #rotator .ui-tabs-panel{ width: 460px; }
.lang_fr .ts-2 #rotator .ui-tabs-panel { height: 490px; }
.lang_fr .ts-3 #rotator .ui-tabs-panel { height: 490px; }
.lang_fr .ts-4 #rotator .ui-tabs-panel { height: 730px; }*/

#rotator h2 { 
	font-family:"Futura Bold", sans-serif; font-weight: bold;
	margin:0 0 5px 0;
	font-size:14px;
	line-height:18px;
	color:#ee2e24;	
	font-weight:bold;
}
#rotator h3 {
	font-family:"Futura Bold", sans-serif; font-weight: bold;
	margin-top:20px;
	padding-left:20px;
	font-size:82px;
	line-height:85px;
	color:#ee2e24;
	font-weight:bold;	
}

/* rotator fragments */

#rotator div ul li {
	font-size:1.6em;
	padding: 10px 10px 12px 14px;
    list-style-type: none; border: 0px solid blue;
    background: url(../media/images/list_bullet.gif) no-repeat left .5em;
}

#rotator div ul {
	margin:0px;
	padding: 0;
}

/* rotator CTAs */

#rotator div .fragment-cta{
	width: 98%;
	overflow: hidden;
	margin-right: 0px 0 0 0;
	border: 0px solid blue;
	position:absolute;
	bottom: 20px;
}

#rotator div .fragment-cta ul li{
	float:right;
	padding: 0;
	margin: 0 32px 10px 0;
}

#rotator div .fragment-cta ul li a{
    line-height: 1em;
	display: block;
	padding: 7px;
	text-decoration: none;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
}
#rotator div .fragment-cta ul li a.cta-learnmore
{
    min-width: 110px;
}
body.lang_fr #rotator div .fragment-cta ul li a.cta-learnmore
{
    min-width: 110px;
}
#rotator div .fragment-cta ul li a.cta-applynow
{
    padding: 7px 20px;
    min-width: 65px;
}

#rotator div .fragment-cta ul li a.cta-arrow
{
    padding: 7px 25px;
}

body.lang_fr #rotator div .fragment-cta ul li a.cta-applynow
{
    min-width: 110px;
}
ul.ui-tabs-nav {
	top: 120px;
	right: 0px;
	position: absolute;
	width: 35px;
	z-index: 1;
	overflow: hidden;
}

#rotator .ui-tabs-hide {
	display: none;
}

#nav-home-tab-0,
#nav-home-tab-1,
#nav-home-tab-2,
#nav-home-tab-3
{
    display: block;
    width:35px;
	height:35px;
    overflow: hidden;
}
#rotator li em {
    color: #ee2e24;
    font-style: normal;
}
#rotator span {
    font-size: 16px!important;
    line-height: 15px;
    color: red;
    line-height: 20px;
}

#rotator span.grey {
    color: #666666;
    font-style: normal;
    font-size: 1.6em;
    line-height: 20px; 
}

#rotator a.asize1,
#rotator a.asize2,
#rotator a.asize3,
#rotator a.asize4{
	background-image: url(../media/images/bg_homeCarouselTabs.gif);	
	display:block;
	width:35px;
	height:35px;
	background-position:-70px 0;
	overflow: hidden;
	text-indent: -999em;
}
#rotator a.asize2{background-position:0 -36px;}
#rotator a.asize3{background-position:0 -71px;}
#rotator a.asize4{background-position:0 -106px;}

#rotator .ui-tabs-selected a.asize1,
#rotator .ui-tabs-nav-item a.asize1:hover,
#rotator .ui-tabs-nav-item a.asize1:focus {
	background-position: 0 0;
}
#rotator .ui-tabs-selected a.asize2,
#rotator .ui-tabs-nav-item a.asize2:hover,
#rotator .ui-tabs-nav-item a.asize2:focus {
	background-position: -35px -36px;
}
#rotator .ui-tabs-selected a.asize3,
#rotator .ui-tabs-nav-item a.asize3:hover,
#rotator .ui-tabs-nav-item a.asize3:focus {   
	background-position: -70px -71px;
}
#rotator .ui-tabs-selected a.asize4,
#rotator .ui-tabs-nav-item a.asize4:hover,
#rotator .ui-tabs-nav-item a.asize4:focus {
	background-position: -105px -106px;
}

#fragment-1 img, #fragment-2 img{
	padding:15px 0 0 40px;
}

/* End Tab Rotator styles*/


/* Start Carrousel styles*/
#marketingarea
{
    float: left;
    position: relative;
    clear: both;
    padding: 10px 0;
    margin:0 0 20px 0;
}
#marketingarea-shadow-top
{
    display: block;
    position: absolute;
    background: url(../media/images/marketingarea-shadow-top.png) center top no-repeat;
    top: 0;
    right:0;
    left:0;
    width: 100%;
    height: 10px;
}
#marketingarea-shadow-btm
{
    display: block;
    position: absolute;
    background: url(../media/images/marketingarea-shadow-btm.png) center top no-repeat;
    bottom:0;
    right:0;
    left:0;
    width: 100%;
    height: 10px;
}
#marketingarea .content
{
	height: auto;
	position:relative;
    overflow:hidden;
	top:0;
	left:0;
	padding: 0;
	margin: 0;
	border: 1px solid #eae5e5;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*
	-webkit-box-shadow: 0 0 20px #aaa;
	-moz-box-shadow: 0 0 20px #aaa;
	box-shadow: 0 0 20px #aaa;
    */
}
#marketingarea ul{
	width:977px;
	height:auto;
	padding:0;
}

#marketingarea ul li{
	float:left;
	display: block;
	padding: 0;
	margin: 30px 0;	
	height:auto;
}

#marketingarea ul li div{
	display: block;
	overflow: hidden;
	min-height:160px;
	width:160px;	
	position:relative;
}
/*.ts-2 #marketingarea ul li div{min-height:250px;}
.ts-3 #marketingarea ul li div{min-height:330px;}
.ts-4 #marketingarea ul li div{min-height:410px;}*/

#marketingarea ul li a:hover,
#marketingarea ul li a:focus {
	text-decoration:none;
	/*background-position:0 -26px;*/
}
#marketingarea ul li a.cta-learnmore:hover,
#marketingarea ul li a.cta-learnmore:focus{/*background-position:-800px -26px;*/}

#marketingarea ul li img.main{
	float: left;
	margin-left:26px;
}

#marketingarea ul li p{
    float: left;
	margin: 0 20px;
	display: block;
	height: auto;
	width:300px;
	color:#666666;
	font-size:1.4em;
}
body.lang_fr #marketingarea ul li p{
    width: 300px;
}
#marketingarea ul li .animating p
{
  position: absolute;
  left: 126px;
}

#marketingarea ul li a.cta-applynow,
#marketingarea ul li a.cta-learnmore 
{
  margin-top: 10px;
  width: 128px; min-width: 110px;
  padding: 5px 10px; border:0px solid blue;
  line-height: 1em;
  overflow: hidden;
}

.lang_fr #marketingarea ul li a.cta-applynow{ width: 175px; min-width: 120px; }
.lang_fr #marketingarea ul li a.cta-learnmore{ width: 260px; min-width: 120px;}
.lang_fr .ts-3 #marketingarea ul li a.cta-applynow,
.lang_fr .ts-3 #marketingarea ul li a.cta-learnmore,
.lang_fr .ts-4 #marketingarea ul li a.cta-applynow,
.lang_fr .ts-4 #marketingarea ul li a.cta-learnmore 
{ width: 260px; min-width: 120px; }

#marketingarea ul li div#a1{width: 493px;}

#marketingarea .title
{
	color: #ee2514;
	display: none;
    font-size: 1.3em;
	position: absolute;
	margin: 0 10px;
	text-align: center;
	line-height: 1.2em;
	font-weight: bold;
	top: 104px;
	left: 0;
	width: 140px;
}
#marketingarea.initialized .title
{
    display: block;
}
#a1 .inti{ display: block; }

.ts-4 #marketingarea .title
{
  position: relative;
  top: 0;  
}

.inti{
	color:#ee2514;
	font-weight:bold;
	font-size:1em;
	text-transform:uppercase;
	padding:4px 0 5px 0;
	display:block;	
}
#marketingarea ul li.lastli{
	background:transparent;
}


/* ! =========== RIGHT RAIL STYLES ============ */

#promoBanner{
	margin: 22px 0 1.5em -21px;
}

/* ! Right Rail - Column Styles */

#toolsright .bottom, #helpright .bottom{
	padding: 8px 0 16px 0;
}

/* ! Right Rail - Comparison Chart */

.compChart{
	/*margin-top: 20px;*/
}

.compChart .compChartLabel{
	font-weight: bold;	
} 
.compChart .compChartLabel ul {
	width: 698px;	
}
.compChart .compChartLabel ul li{
	float: left;
}
.compChart .compChartLabel ul li a
{
    position: relative;
	background: #fff !important;
    background-image: none !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e9e9e9)) !important;
    background: -moz-linear-gradient(top, #fff, #e9e9e9) !important;
	display: block;
	color: #666666 !important;	
	cursor: default;
	text-decoration: none;
	padding: 3px 20px 4px 10px;
	z-index: 10;
}

.compChart .compChartLabel ul li a:hover,
.compChart .compChartLabel ul li a:focus
{
    background: #555!important;
    color: white!important;
    border-color: #555;
    font-weight: bold!important;
    background: -webkit-gradient(linear,left top,left bottom,from(#717171),to(#444))!important;
    background: -moz-linear-gradient(top, #717171, #444) !important;
	text-decoration: none !important;
	color: #ffffff !important;
}

.compChart .compChartLabel ul li a.top { width: 204px; }
.ts-3 .compChart .compChartLabel ul li a.top { line-height: 2em; }
.compChart .compChartLabel ul li a.center{ width: 198px; }
.compChart .compChartLabel ul li a.bottom { width: 206px; }
.compChart .compChartLabel ul li a.top:hover { background-position: 0 -48px; }
.compChart .compChartLabel ul li strong{
	display: block;
}

.compChart .compChartContent,
.compChart .compChartEmpty,
.twoColumns .compChartContent 
{
    position: relative;
    width: 688px;
    margin: 0 5px;
    border: 1px solid #ccc;
    border-top: none;

    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    
    -moz-box-shadow: 0 2px 2px #999;
    box-shadow: 0 2px 2px #999;
    
	overflow: hidden;
	z-index: 999;
}

.compChart .compChartEmpty{
	height: 12px;
}

.compChart .compChartContent ul,
.twoColumns .compChartContent ul{
	float: left;
	display: block;
	overflow: hidden;
	width: 170px;
	margin: 10px 0;
	padding: 0 43px 0 17px;	
}

.compChart .cccLast ul{ /* 2nd row lists */
	padding-top: 11px;
}

.compChart .compChartContent ul.first{
	padding-left: 19px;
}
.compChart .compChartContent ul li{
	background: url(../media/images/bullet_gray.png) no-repeat 0 2px;
	color: #666666;
	padding: 0 0 14px 10px;	
}

.compChart .compChartContent ul li.nobullet {
  background:none;
  padding: 0 0 14px 0;	
}


#content .compChart .compChartToggle{
	position: relative;
	z-index: 200;
	margin-bottom:0;
}

.compChart .compChartToggle a
{
    position: relative;
    display: block;
	background: #EF2515;
    background: -webkit-gradient(linear, left top, left bottom, from(#EF2515), to(#D81D0E)) !important;
    background: -moz-linear-gradient(top, #EF2515, #D81D0E) !important;
    color: #fff !important;
    
	width: 120px;
	padding: 0 15px;
	margin: 0 0 0 10px;
	border: 1px solid #fff;
	border-top: none;
	font-size: .7em;
	font-weight: bold;
	text-decoration: none !important;
	overflow: hidden;
	
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	
	-moz-box-shadow: 0 2px 2px #999;
    box-shadow: 0 2px 2px #999;
	
	z-index: 9;
}
.ts-2 .compChart .compChartToggle a{ width: 140px; }
.ts-3 .compChart .compChartToggle a{ width: 180px; }
.ts-4 .compChart .compChartToggle a{width: 240px;}
.compChart .compChartToggle a .ui-icon
{
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 0;
    height: 0;
    border: 4px solid #fff;
    border-color: #fff transparent transparent transparent;
    margin: -1px;
}

/* isToggled classes when chart is open */

/*adjust position*/

.compChart .compChartToggleMove {
	left:0;
}

.compChart .isToggled,
.compChart .isToggled:hover{
	background: #555 !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#444)) !important;
    background: -moz-linear-gradient(top, #717171, #444) !important;
}



/*********** Two Columns Chart ***********/

.twoColumns .compChartLabel ul li a{
	float: left;
    border: 1px solid #ccc;
    
    -moz-box-shadow: 0 2px 2px #999;
    box-shadow: 0 2px 2px #999;
    
    -moz-border-radius: 5px;
    border-radius: 5px;

	width: 312px !important;
	line-height: 1.4em;
	padding: 8px 0 8px 35px;
	text-decoration: none !important;
	z-index: 999;
}
.twoColumns .compChartLabel ul li a.top{ border-radius: 5px 0 0 5px;}
.twoColumns .compChartLabel ul li a.bottom { border-radius: 0 5px 5px 0; }
.twoColumns .compChartLabel ul li a .ui-icon{
    display: block;
    position: absolute;
    background: white url(../media/images/bg_accorddion_bar_large.png) -6px -6px no-repeat;
    width: 24px;
    height: 24px;
    left: 0;
    top: 50%;
    margin: -12px 6px;
    overflow: hidden;
}
.twoColumns .compChartLabel ul li a:hover .ui-icon,
.twoColumns .compChartLabel ul li a:focus .ui-icon
{
    background: #fff url(../media/images/bg_accorddion_bar_large.png) -6px -43px no-repeat;
}

.twoColumns .compChartContent 
{
    clear: both;
	background: url(../media/images/2col-divider.gif) center top repeat-y;
}

.twoColumns .compChartContent ul {
	width: 280px;
}

.twoColumns .compChartEmpty {
  display: none;
}


-

/* ! =========== SHOWDATA TABLE ============ */

.showData{
	width: 100%;
	margin: 16px 0 26px 0;
}

.showData th, .showData td{
	border-left: #dfdfdf 1px dotted;
	text-align: center;
}

.showData th{
	border-bottom: #dfdfdf 1px solid;
	font-weight: bold;
	font-size: 1.4em;
	color: #666666;
	padding: 0 8px 8px;
}

.showData th.first{
	border-left: none;
}

.showData tr.separator td{
	padding: 0;
	border-bottom: #dfdfdf 1px solid;
	height: 16px;
}

/* ! First Row styles
================================== */

.showData td{
	vertical-align: middle;
	font-size: 1.2em;
 color: #666666;
}

.showData td.first{
	border-left: none;
	text-align: left;
	padding: 0;
}

.showData td.first strong{
	color: #666666;
	font-size: 1.4em;
}

.showData td.first a{
	color: #666666 !important;
	text-decoration: none;
}

.showData td.first a:hover{
	color: #ee2e24 !important;
	text-decoration: none !important;
}

.showData td.noCTA{
	padding: 9px 0;
}

/* ! Title Row Styles
================================== */

.showData tr.rowTitle td{
	padding: 8px 0 0 0;
	height: 10px;
}

/* ! Table link styles
================================== */

.showData a.pdf{
	background: url(../media/images/icon_pdf.gif) no-repeat 0;
	padding: 0 0 0 20px;
	font-weight: bold;
}

.showData a.ctaApplyNow{
	background: url(../media/images/sprite_cta_buttons_small.png) no-repeat -342px 0;
	display: block;
	height: 23px;
	width: 100px;
	margin: 5px 0 5px 32px;	
	text-decoration: none;
}

.showData a.ctaApplyNow:hover{
	background-position: -342px -26px;
	text-decoration: none !important; 
}

/* ! =========== SHUTTERS ============ */

.shutter{
	background: url(../media/images/bg_shutter.gif) no-repeat top;
	padding: 14px 20px 0 20px;
	margin-bottom: 18px; 
}

.shutter h3{
	font-size: 1.4em;
}

/* ! Common table attributes
================================== */

.shutterInner table, .indexFunds, .contentChart, .accInnerTable{
	width: auto;
	border: #DFDBDB 1px solid;
}

.shutterInner table th, .indexFunds th, .contentChart th, .accInnerTable th{
	background-color: #666666;
	padding: 4px 14px 2px 14px;
	color: #ffffff;
	font-size: 1em;
	text-align:center;	
}

.shutterInner table td, .indexFunds td, .contentChart td, .accInnerTable td{
	background-color: #F9F9F9;
	border-color: #DFDBDB;
	border-style: solid;
	border-width: 1px 0 1px 1px;
	color: #666666;
	padding: 6px 12px; 
	font-size: 1em;
}

.shutterInner table a, .indexFunds a{
	font-weight: bold;
}

.shutterInner p, .shutterOuter h3, .shutterOuter p{
	font-size: 1.2em !important;
}

/* Index Funds Table styles */

.indexFunds th, .contentChart th{
	border-right: #ffffff 1px solid;
	text-align: center;
	vertical-align: middle;
	padding: 4px 2px;
}

.indexFunds th.last{
	border:none;
}

.indexFunds tr.rowDesc td{
	background-color: #ebebeb;
}

.indexFunds tr.rowDesc h3, .indexFunds tr.rowDesc p{
	font-size: 1.2em !important;
}

/* ! Accordion Data Table
================================== */

.accDataTable{
	width: 85%;
	margin: 0 auto 10px auto;
}

.accDataTable sup {
  font-size:1em;
}

#accordion table.accDataTable th:first-child {
  border-left:solid 1px #666666;	
}

.accDataTable th, #accordion table.accDataTable th{
	background-color: #666666;
	border-color: #DFDBDB;
	border-style: solid;
	border-width: 1px 0 1px 1px;
	padding: 4px 10px;
	color: #ffffff;
	font-size: 1.4em;
	text-align: center;
	vertical-align: middle;
}

.accDataTable td , #accordion table.accDataTable td {
	background-color:#f6f6f6;
	color:#666666;
	font-size:.8em;
	border-color: #dfdbdb;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	padding: 3px 16px;
	vertical-align: top;
}

.accDataTable .alignCenter{
  text-align: center;
}

.accDataTable .spacer{
	height: 0 !important;
	padding: 0 !important;
	background-color: transparent !important;
	border: none !important;
	display: block;
}

.accDataTable td.alignCenter{
 text-align: center; 
}

/* accordion inner element styling */

.accInnerTableText{ 
	width: 85%;
	padding:0 !important;
	margin: 0 25px 7px 52px !important;
}

.accInnerDivider{
  width:92%;
  margin: 10px 25px !important; 
}

/* other inner accordion elements */

.listLegal{
	margin: 12px 0;
}

.listLegal li{
	background: none !important;
	text-indent: 0 !important;
	margin: 12px 0 0 0;
}


.shutterToggle{
	background: url(../media/images/bg_shutterToggle.png) no-repeat;
	position: relative;
	left: -20px; 
	height:26px;
	width: 458px;	
}

.shutterToggle a{
	margin: 0 0 0 5px;
	display: block;	
	position: relative;
	top:6px;
	padding: 2px;
	width: 136px;
	background: url(../media/images/sprite_shutterButtons_portfolio.png) no-repeat;
}

.shutterToggle a:hover{
	text-decoration: none !important;
	background-position: 0 -50px;	
}

/*
.shutterToggle a.stClose{
	background-position: 0 -25px;
}
*/

.shutterToggle a.stClose, .shutterToggle a.stClose:hover{
	background-position: 0 -75px;
}

/* ! =========== GLOSSARY ============ */

ul.filterby { width:350px; height:40px; position:relative; }
ul.filterby li { float:left;}
ul.filterby li p { padding-top:7px; }

#filter a { color:#555555; font-weight:bold; padding-left:20px; }

#content ul.abc { height:26px; width:698px; border:none; border-bottom:1px solid #dfdbdb; }
#content ul.abc li { float:left; height:22px; width:22px; padding:5px 0 0 1px; text-align:left; line-height:1.3em; margin:0; }
#content ul.abc li a {color:#666666; text-decoration:none; font-size:1em; font-weight:normal; text-transform:uppercase; }
#content ul.abc li.letter-i {width:18px;}
#content ul.abc li.letter-i a {padding-left:1px; }
#content ul.abc li a:hover { color:#ee2e24; font-weight:bold; }
#content ul.abc li.btm {width:71px; padding:0 0 0 24px;}

#content div.letter h2 { margin:34px 0 24px 0; color:#ee2e24; font-size:1.6em; text-transform:uppercase; }
#content div.letter li.more_link a.up { width:80px; }

/* ! =========== LEGAL ============ */

#content h3.faqsheader 
{
    margin:10px 0 5px 3px;
    font-size: 1.2em;
}
#content ul.listFAQ li 
{
    line-height:1.6em;
    padding:0;
    font-size: 1em;
}
#content ul.listFAQ li a.title  
{
    display: block;
    padding: 5px 0 5px 20px;
    background: url(../media/images/icn-expand.gif) no-repeat 1px center;
    color:#666666;
    line-height: 1em;
}
#content ul.listFAQ li a.selected 
{
    color: #666666;
    background-image: url(../media/images/icn-contract.gif);
    font-weight:bold
}
#content ul.listFAQ li a.title:hover 
{
    color: #ee2e24;
    text-decoration:none;
}
#content ul.listFAQ li h4 { margin:0 0 2px 0; padding:0 12px; font-size:1em; }
#content ul.listFAQ li p { padding:0 12px 10px 20px; margin:0; }
#content ul.listFAQ li div { margin-bottom: 10px; }
#content #accordion ul.listFAQ li div { margin-bottom: 10px; padding: 0px 25px; }
#content ul.listFAQ li div a:hover { text-decoration: underline; }
#content ul.listFAQ li ul{ padding-left:15px; margin: 0 15px 10px 30px; } /*child list*/
#content ul.listFAQ li ul li { font-size:1em; color:#666666; line-height:1.4em; list-style-image: url(../media/images/list_bullet.gif); }
#content #accordion ul.listFAQ li ul li {font-size:1.2em;}
#content ul.listFAQ li ul.b li{ font-weight:bold; }
#content ul.listFAQ li ul li a, #content ul.listFAQ li p a { background-image:none; color:#ee2e24; padding-left:0px !important; margin:0px !important; display: inline; } 

#content ul.listFAQ li a.external {
 background: url(../media/images/external-grey.gif) no-repeat right 2px;  
}


/* ! =========== SPEEDBUMP OVERLAY ============ */

#speedbumpOverlay { text-align:left; padding:40px; height:200px; width:425px }
#speedbumpOverlay h1, #speedbumpOverlay h2 { color: #ee2e24; font-size:2.4em; margin-bottom:15px }
#speedbumpOverlay p { 
  font-size:1.4em;
  margin-bottom:0.8em;
  text-rendering:optimizeLegibility;
  color:#666;
  line-height:1em;
}

#speedbumpOverlay .continue { display:block; margin-top:15px; width:100px }



/* ! =========== FAQS OVERLAY ============ */

.overlayFAQ { font-size:1.4em; text-align:left; padding:40px 40px 68px 40px; width:539px }
.overlayFAQ h3 { color:#666666; margin-bottom:8px; }
.overlayFAQ p { margin-bottom:0.8em; color:#666666; }
.overlayFAQ .cta { display:block; margin:0; padding-top:10px; }
.overlayFAQ .cta a {
  background:url("../media/images/sprite_arrows.gif") no-repeat scroll 100% 5px transparent;
  color:#EE2E24;
  font-weight:bold;
  padding:0 14px 0 0;  
  text-decoration:none;
}
.overlayFAQ .cta a:hover{color:#666666; background-position: 100% -11px;}

.overlayFAQ ol { margin:0; }
.overlayFAQ ol li ul, .overlayFAQ ul li ul { margin-top:10px; padding-left:16px; margin-bottom:10px; }
.overlayFAQ ol.numbers li {  
  list-style-type:decimal;  
}

.overlayFAQ ul li ul.list li { list-style-image:url("../media/images/list_bullet.gif"); }
.overlayFAQ ul li {
  
  line-height:1.8em;
  list-style-type: disc;
  padding:0 3px 0 15px  
}
.overlayFAQ li ul li {
  color:#666666;
  padding-left:15px;
}

.overlayFAQ .noBullet{color:#666666;}
.overlayFAQ .noBullet li{background-image: none; }

.overlayFAQ li a {
  background-image:none;
  color:#EE2E24;
  display:inline;      
  margin:0 !important;
  font-weight:bold;
}

.overlayFAQ a { color:#EE2E24; text-decoration:none; }
.overlayFAQ a:hover { text-decoration:underline; }


.overlayFAQ a.external {
  font-weight:bold;
  padding-right:15px;
  text-decoration:none;
  background:url("../media/images/external-grey.gif") no-repeat scroll right 2px transparent;
}

/* ! =========== SITE MAP ============ */

.siteMap{
	padding-left: 50px !important;
  font-size:1.2em;
}
.siteMap a{
	color: #666666 !important;
	text-decoration: none;
}
.siteMap a:hover{
	color: #ee2e24 !important;
	text-decoration: none !important;
}
/*
.siteMap .singleColumn ul.firstLevel li a{ font-weight: bold; }
.siteMap .singleColumn ul.firstLevel li ul a{ font-weight: normal; }
*/
/*single column styles*/

.singleColumn{
	width: 293px;
	float:left;
	margin: 16px 0;
}

.siteMap .singleColumn{
margin:5px 0;
}
.singleColumnLast{
	padding-left: 30px;	width: 280px;}


.singleColumn a.external{
	background: url(../media/images/sprite_external_white.gif) no-repeat 100% 1px;
	padding-right: 16px;
}

.singleColumn a.external:hover{
	background-position: 100% -36px;
}

.singleColumn h3{
	font-size: 1em !important;
	margin:0;
}

.singleColumn ul.firstLevel{
	margin: 10px 10px 23px 0;
  color:#666666;
  font-size: .85em;
}

.singleColumn ul li{ line-height: 1.5em; }
.singleColumn ul li ul{ margin-left: 18px; }


/* ! =========== TOOLTIPS (QTIP PLUGIN) ============ */


.qtip{
	/*margin: -40px 0 0 3px;	*/
	z-index: 3000;
	width: 420px;	
}



.qtip-contentWrapper{
/* 	background: url(../img/bg_tooltip_top.png) no-repeat; */
  background-color:transparent !important;
}

.qtip-borderTop, .qtip-borderBottom{
	height: 14px !important;
	background-color: transparent !important;
	background-image: url(../media/images/bg_tooltip.png);
}

.qtip-borderBottom{
	background-position: 0px bottom;
}

.qtip-borderTop div, .qtip-borderBottom div{
	display: none;
}

.qtip-content{
	background-image: url(../media/images/bg_tooltip.png) !important;
	background-color: transparent !important;	
	background-repeat: no-repeat !important;
	background-position: 0 -10px !important;
	padding: 0 30px !important;
}

.qtip-content ul.list{
	margin-top: 10px;
}

.qtip-content p, .qtip-content ul.list li{
	color: #666;
	font-size: 1.2em;
	line-height: 1.6em;
}

.qtip-content ul.list li{
	line-height: 1em;
	background-position: 0 3px;
  padding-bottom:7px;
}

body div.qtip div.content{
  padding: 0;
  margin: 0;
  height: auto; min-height: auto;
  width: auto; min-width: auto;
}


/* ! =========== IMAGES ============ */

p.browseSecurity {
  background: url(../media/images/browse_securety.gif) no-repeat 15px 0;
  height:239px;
  display:block;
  width:449px;  
}

p.browseSecurity2 {
  background: url(../media/images/browse_securety2.gif) no-repeat 15px 0;
  height:223px;
  display:block;
  width:614px;  
}

p.trusteer {
  background: url(../media/images/trusteer.gif) no-repeat 15px 0;
  height:69px;
  display:block;
  width:255px;  
}

/* ! =========== PAGE NOT FOUND ============ */
#content.pageNotFound
{
  width: 850px;
  background: url(../media/images/page_not_found-bg.jpg) no-repeat 625px 0;
  margin: 30px 0;
  padding:0 0 0 110px;
}
.pageNotFound p, .pageNotFound ul { color: #666666; }
#content.pageNotFound ul{ margin-top:35px; }
#content.pageNotFound ul li{ padding-left: 25px; }
#content.pageNotFound ul li ul{
    margin-left:3px;
    margin-top:10px;
}
#content.pageNotFound ul li ul li{ padding-left:15px; }
.listHead
{
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.pageNotFound .external { background: url(../media/images/external-grey.gif) no-repeat right 2px; }
.pageNotFound a
{
 color: #EE2E24;
 font-weight: bold;
 padding-right:15px;
 text-decoration: none;
}
.pageNotFound a:hover{ text-decoration: underline; }
.smallNote { font-size: 1.2em !important; }
#content .ctaRegisterNow{
    background: url(../media/images/sprite_cta_buttons_small.png) no-repeat -518px 0;
    display: block;
    height: 23px;
    width: 130px;
    margin: 5px 0 5px 0px;	
    text-decoration: none;
}
#content .ctaRegisterNow:hover{
    background-position:-518px -26px;
    text-decoration:none;
}
#content .list-col{ width:49%; }
#content .noList{ list-style:none; }
#content .noList li{
    background:none !important;
    margin-bottom: 3px;
}
#content .noList li span{
    display:inline-block;
    width:25px;
    vertical-align:top;
    text-align:right;
    padding-right:5px;
}
#content .noList li a{
    display:inline-block !important;
    width:250px;
}
#content .noList li ul li{list-style-image:url("../media/images/list_bullet.gif");}
#content .noBullet{list-style:none;}
#content .noBullet li{
    background:none !important;
    margin-bottom: 3px;
}
#content .noBullet li span{display:inline-block;}
#content .noBullet li ul li{list-style-image:url("../media/images/list_bullet.gif");}
#content .centerText{ text-align:center;}

/** Quick hack to hide subnav on Credit Card page **/
body.credit-cards_pc-mastercard #secondarynav ul li {display:none}
body.credit-cards_pc-mastercard #secondarynav ul li.selected {display:block}

/** Legal under the main promo and smaller title **/
.smfooter {
	font-size:.9em;
	padding:0px;
	width:540px;
	position:absolute;
	clear: both;
	float: left;
	top: 455px;
	left: 40px;
	visibility: visible;
	overflow: visible;
	z-index: auto; color:#666666;
}

.address{ padding-left: 50px; }
.align-right{ text-align: right; }
table.accInnerTable .border-bottom{ border-bottom:1px solid #dfdbdb; }
.alterTitle {font-size:2em!important; line-height:1.1em;}

body.lang_fr #rotator h2 {font-size:2em !important; line-height:1.2em;}
body.lang_fr #rotator h4 {font-size:1.9em !important; line-height:1.2em;}
body.lang_fr #rotator ul li { font-size:1.6em !important; line-height:1em; margin-right: 25px;}
body.lang_fr #rotator div .fragment-cta { margin-top: 10px; }
#rotator .ui-widget-content ul li {font-size:1.5em !important; line-height:1em;}

/** NOSCRIPT Sign In Selectors **/

#noscript-utils select{
  border:none;
  background-color:transparent;
  font-weight: bold;  
  font-size:12px;
  margin-top: 1.2em;
  font-family: Arial,Helvetica,sans-serif;
  color: #555555;
  margin-top: 0;
  cursor: pointer;
}

#noscript-utils li#util-province {margin-right:8px;}
#noscript-utils li#util-language {margin-right:8px;}
#noscript-utils li#util-signin { background: none; width:120px; }
#noscript-utils li ul#ulSignInOps { display:block; top:-32px; padding:6px 0 0 0; }

.lang_fr #noscript-utils select#ulSignInOps { width:150px; }

#noscript-utils label{
  margin-left: 10px;  
}

#noscript-utils .dropdown-selected { display:none; }
 
#noscript-utils li#util-go { margin-left:25px; margin-right:8px; padding-right:0; }
body.lang_fr #noscript-utils li#util-go { margin-left:40px; }
 
#noscript-utils li#util-go a:hover { color:#555555;  }
#noscript-utils li#util-go a:focus { color:#555555;  }
 
#noscript-utils #util-go input{
  background: url("../media/images/sprite_go.png") no-repeat 0 -32px;
  width: 45px;
  height: 30px;  
  border: none;
  cursor: pointer;
  
}

body.lang_fr #noscript-utils #util-go input {
  background: url("../media/images/sprite_go_fr.png") no-repeat 0 -32px;
  width:63px;
}

strong.smaller{ font-size: .9em;}

#noscript-utils #util-go input:hover{
  background-position: 0 0;
}

/* OVERLAY */
#mz_overlay.overlayFAQ {
    width:540px;
    overflow:auto;
}

/* UX */
#ux-tools{
    display: block;
    float: none;
  width: auto;
  font-size: 1.4em;
  line-height: 2.1em;
  margin-bottom: 15px;
  clear: both;
  overflow: hidden;
}
#ux-tools label,
#ux-tools span,
#ux-tools ul{
  float: left;
  margin-right: 3px;
}
#ux-tools span.contrast{
    margin-left: 10px;
}
#ux-tools a,
#ux-tools li { color: #fff; float: left; display: inline; }
#ux-tools li.divider { margin: 0 5px; }
#ux-tools a:hover,
#ux-tools a:focus { color: #ee2514; }
#ux-tools .ux-text-size{ display: block; width: 19px; height: 2.1em; margin-left: 5px; text-indent: -999em; }
#ux-text-size-1{ background: url(../media/images/btn-ux-textSize-1.gif) center center no-repeat;}
#ux-text-size-1.on {background: url(../media/images/btn-ux-textSize-1-on.gif) center center no-repeat;}
#ux-text-size-2{ background: url(../media/images/btn-ux-textSize-2.gif) center center no-repeat;}
#ux-text-size-2.on{ background: url(../media/images/btn-ux-textSize-2-on.gif) center center no-repeat;}
#ux-text-size-3{ background: url(../media/images/btn-ux-textSize-3.gif) center center no-repeat;}
#ux-text-size-3.on{ background: url(../media/images/btn-ux-textSize-3-on.gif) center center no-repeat;}
#ux-text-size-4{ background: url(../media/images/btn-ux-textSize-4.gif) center center no-repeat;}
#ux-text-size-4.on{ background: url(../media/images/btn-ux-textSize-4-on.gif) center center no-repeat;}
#ux-tools #contrast-label{ margin-left: 20px;}
#ux-tools .ux-contrast{ font-weight: normal !important; text-decoration: none !important; }
#ux-tools #ux-contrast-high {  }
#ux-tools .on{ font-weight: bold !important; }
#ux-connect { font-weight: normal !important; text-decoration: none !important; float:right; margin-right:5px;}
#ux-connect .social{ display: block; width: 25px; height: 2.1em; margin-left:5px; text-indent: -999em; }
#ux-connect #facebook {background: url(../media/images/face.gif) center center no-repeat;}
#ux-connect #twitter {background: url(../media/images/twitter.gif) center center no-repeat; margin-left:-5px !important;}

/* HIGH CONTRAST */
body.highContrast #wrap .widgetCalculator #totalMonths,
body.highContrast #wrap #monthlySpend,
body.highContrast #wrap #grocery,
body.highContrast #wrap h1,
body.highContrast #wrap h2,
body.highContrast #marketingarea h3.title,
body.highContrast #marketingarea .inti { color: #911208 !important; }
body.highContrast,
body.highContrast #wrap p,
body.highContrast #wrap h3,
body.highContrast #wrap h4,
body.highContrast #wrap h5,
body.highContrast #wrap h6,
body.highContrast #wrap #rotator h2,
body.highContrast #wrap #rotator h4,
body.highContrast #wrap li,
body.highContrast #wrap strong,
body.highContrast #wrap em { color: #000 !important; }
body.highContrast #rotator li em { color: #911208 !important; }
body.highContrast a{font-weight: bold !important; color: #000 !important; text-decoration: underline !important; }
body.highContrast a:hover,
body.highContrast a:focus{font-weight: bold !important; color: #ee2514 !important; text-decoration: underline !important; }
body.highContrast a.red-btn-cta{ color: #fff !important; text-decoration: none !important; }
body.highContrast #footer a:hover,
body.highContrast #footer a:focus{ color: #ee2514 !important; }
body.highContrast #toolsright .bottom,
body.highContrast #helpright .bottom { background-image: none !important; }
body.highContrast #footer a,
body.highContrast #footer .legal-footer p,
body.highContrast #content p.printPage a:hover,
body.highContrast #content ul.buttonList li a:hover,
body.highContrast #accordion.medium .ui-state-hover a,
body.highContrast #accordion.medium .ui-state-active a,
body.highContrast #accordion.large .ui-state-hover a,
body.highContrast #accordion.large .ui-state-active a{ color: #fff !important; }
body.highContrast #ux-tools a.on{ text-decoration: none !important; }
body.highContrast #accordion.ui-accordion .ui-accordion-header a{ text-decoration: none !important; }
body.highContrast #content ul.buttonList li a { text-decoration: none !important; }
body.highContrast #content #accordion.large .accordionHeader,
body.highContrast #content #accordion.medium .accordionHeader { text-decoration: none !important; }

body.highContrast #mainBody .cta a,
body.highContrast #mainBody li.more_link a,
body.highContrast #mainBody li.more_link a.open,
body.highContrast li.more_link a.up,
body.highContrast span.more_link a.up,
body.highContrast #mainBody a.open,
body.highContrast #mainBody a.up { color: #911208 !important;}
/* Clearfix */
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* Styles for image and ul in the BLOG */
.olBlog, .ulBlog {margin-left:135px !important;}
.imgBlog {margin-bottom:50px; margin-right:15px; float:left; border:0px solid red;}
.pBlog  {margin-left:135px;}

/* Custom rotator CTA on home page
body.lang_fr #rotator #home-tab-0 {
  border:0px solid red; height:285px !important;
}*/

/* for 'google' insurance page*/
.listArrow {
	padding-left: 15px; /* the width of your image + some space */
	font-weight: bold;
	margin: 0 0 0 10px;
	list-style-image: url(../media/images/red_arrow.png);
	list-style-type: none;
}
.listArrowNormal {
	padding-left: 15px; /* the width of your image + some space */
	margin: 0 0 0 10px;
	list-style-image: url(../media/images/bg_arrow_black_right.png);
	list-style-type: none;
}
.imgCity { top:-35px; border:0px solid orange; position:relative; float:left; left:-20px;}

#quote {border:0px solid red; position:relative; float:right; margin:30px;}

.liRedDisc {
	padding-left: 15px; /* the width of your image + some space */
	background-image: url(../media/images/landingpg/red_disck.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
}

/* for play and pouse button */
#playpausePCI {
border:0px solid black; float:right;  position: relative; width:35px; height:36px; bottom:138px !important; z-index:1000; display:block;
}

/* for City Location */
#locCity {padding-left:20px; font-style:italic; border:0px solid red !important; text-decoration:underline !important;}

/* ! =========== SECONDARY NAV (LEFT COLUMN) for Inco Centre ============ */
#secondarynavIC ul.expandableList li.titleMain { color: #EE2E24; font-family:"Futura Medium", sans-serif; font-weight:bold; font-size:1.6em; text-decoration: none;}

#secondarynavIC ul.expandableList li div.isVisible ul.expandableList li a span.infoCentreTheme,
#secondarynavIC ul.expandableList li div.isHidden ul.expandableList li a span.infoCentreTheme,
#secondarynavIC ul.expandableList li div.isVisible ul.expandableList li p.currentSelected span.infoCentreTheme,
#secondarynavIC ul.expandableList li div.isHidden ul.expandableList li p.currentSelected span.infoCentreTheme {font-weight:bold; line-height:1.6em; font-size:1.1em; border:0px solid green;}

#secondarynavIC ul.expandableList li a.category span.infoCentreProduct,
#secondarynavIC ul.expandableList li p.currentSelected span.infoCentreProduct { font-weight:bold; text-decoration:none; font-size:1.2em; line-height:1.6em; border:0px solid purple;}

#secondarynavIC ul.expandableList li div.isHidden,
#secondarynavIC ul.expandableList li div.isVisible {padding-left:5px; padding-right:0px; padding-top:5px; padding-bottom:0px; width:240px; border:0px solid pink;}

#secondarynavIC ul.expandableList li div.isVisible ul.expandableList li div.isHidden,
#secondarynavIC ul.expandableList li div.isHidden ul.expandableList li div.isVisible,
#secondarynavIC ul.expandableList li div.isHidden ul.expandableList li div.isHidden,
#secondarynavIC ul.expandableList li div.isVisible ul.expandableList li div.isVisible
{padding-bottom:6px; padding-left:20px; padding-right:0px; width:190px; position:relative; margin-bottom:10px; background: url(../media/images/line_horizontal.gif) no-repeat bottom; border:0px solid green;}

#secondarynavIC ul.expandableList li a.expander {float:left; margin-right:6px; border:0px solid green;}
#secondarynavIC ul.expandableList li div ul.expandableList li a.expander {float:left; border:0px solid red;}

#secondarynavIC ul.expandableList li div ul li div p.currentSelected,
#secondarynavIC ul.expandableList li div p.currentSelected,
#secondarynavIC ul.expandableList li p.currentSelected {font-weight:normal !important; color:red !important; border:0px solid green;}

#secondarynavIC ul.expandableList li a.category,
#secondarynavIC ul.expandableList li div ul.expandableList li a.category,
#secondarynavIC ul.expandableList li p.currentSelected,
#secondarynavIC ul.expandableList li div ul li div p.currentSelected,
#secondarynavIC ul.expandableList li div p.currentSelected { margin-bottom:1px; border:0px solid black;}

#secondarynavIC ul.expandableList li a.category,
#secondarynavIC ul.expandableList li div ul.expandableList li a.category {padding:0px !important; bottom:0px; left:0px; width:215px; border:0px solid yellow;}

#secondarynavIC .expandableList {width: 240px; padding-bottom:0px; min-height:25px !important; border:0px solid brown;}

#secondarynavIC {min-height:450px; width:239px; float:left; padding-top:27px; background:#ffffff url(../media/images/line_vertical.gif) no-repeat 3px 0;}
#secondarynavIC ul li { line-height:1.6em; display:block; font-size:1.2em; padding:.5em 20px .5em; background: url(../media/images/triangle.gif) no-repeat 100px 210px;  border:0px solid orange; background:none;}
#secondarynavIC ul li.title {font-size:1em; font-weight:bold; padding-bottom:12px; color:#ee2e24; }
#secondarynavIC ul li.title a { color: #EE2E24; font-family:"Futura Medium", sans-serif; font-weight: bold; font-size:1.6em; text-decoration: none; }
#secondarynavIC ul li.title a:hover { color:#666666; } 
#secondarynavIC ul li a { color:#555555 !important; display:block; zoom:1;  line-height:1.2em !important; padding-top:3px; padding-bottom:3px;  }
#secondarynavIC ul li a:hover, #secondarynavIC ul li a:focus { color:#ee2e24  !important; text-decoration:none; }
#secondarynavIC ul li.selected { color:#666666; padding-left:20px; font-size:1.4em; font-weight:bold; background-position: left center;  border:#F00 solid 1px;}
#secondarynavIC ul li.selected-parent { background-position: left center;}
#secondarynavIC ul li ul { height:auto; padding:0; margin:0;}
#secondarynavIC ul li ul li.selected {padding:0 0 0 10px; color:#666666; font-size:1em; background:none;}
#secondarynavIC ul li ul li {line-height:1.2em; font-size:1em; color:#555555; padding:0 0 0 10px; font-weight:normal;}
#secondarynavIC ul li ul li a { line-height:1em;}

#secondarynavIC ul li ul li.selected {padding:0 0 0 10px; color:#666666; font-size:1em; background:none; }

.ts-4 #secondarynavIC { width:200px;}

/* for city insurance */

#content .redheader {
color: #ee2e24;
font-size: 1.4em;
font-weight: bold;
}

#content p.blogRAHead1 {
font-size: 1.5em;
font-weight: bold;
color: #ee2e24 !important;
}

/* ! =========== styles for right column with related blogs for splash pages  ============ */
a.blogRA:link, a.blogRA:visited {
font-size: 0.9em;
color: #555555 !important;
font-weight: bold;
text-decoration: none;
}

a.blogRA:hover, a.blogRA:active 
{
	font-size:0.9em; 
	color:#ee2e24 !important;  
	font-weight:bold; 
	text-decoration: none;
}
