@charset "utf-8";
/***********************************************
*	Style for the main and common items
*	@author		: Jinkee Balino
*	@copyright 	: Standard Life Assurance Company
************************************************/
/* This will get rid of all the default margin and padding to avoid fomatting issues between Firefox and IE*/
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, dl, dt, dd, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, ul {
	margin: 0;
	padding: 0;
}

body {	
	background-color: #f2f4f1;
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
}

a:active 	{ color: #666666; text-decoration: none;}
a:link 	{ color: #666666; text-decoration: none;}
a:visited 	{ color: #666666; text-decoration: none;}
a:hover 	{ color: #176d89; text-decoration: none;}
a:hover span{ color: #f96311; text-decoration: none;}


/*	THE WRAPPER OF THE WHOLE PAGE	*/
#wrap { 
	margin: 0 auto;
	width: 970px; 
	border: 0px solid #000000; 
	padding: 0;
	position: relative;
}

/*******************	CONTAINS THE LOGO, SITE TITLE AND UTULITY LINKS	*************/
#header { 
	width: 970px; 
	height: 70px;
	border: 0px solid #000000; 
	padding: 20px 0 0;
	position: relative;
	}

#header h1 { 
	width: 124px; 
	height: 60px;
	padding: 0;
	text-indent: -9999px;	
	float:left; 
	cursor: pointer;
	
}

#header h1.english {background: url(/images/en_sl_logo.gif) top left no-repeat;}
#header h1.french {background: url(/images/fr_sl_logo.gif) top left no-repeat;}

#header h2 { 
	width: 350px; 
	height: 16px;
	padding: 0;
	text-indent: -9999px;	
	float:left;
	margin: 22px 30px;
	cursor: pointer;
}

#header h2.english {background: url(/images/en_site_name.gif) top left no-repeat;}

#header ul  { 
	float:right; border: 0px solid #000000; 
	margin-right: 15px;	
	
}

#header ul li { 
	list-style: none;
	display: inline;		
}

#header ul li a:hover 	{ color: #176d89;  text-decoration: underline;}

/****************************** BREACRUMBS ****************************/
#breadcrumbs {
	border: 1px solid #d4d9d5;
	height:19px;
}

#breadcrumbs li {
	background: url(/images/breadcrumb.gif) top right no-repeat; 
	border-top: 0px solid #d4d9d5;
	list-style: none;	
	display: block;	
	float: left;
	height:19px;
}

#breadcrumbs li a {  display: block; padding: 3px 20px 0 10px;  }

/******************* PRINT AND TEXT RESIZER *****************************/
#page_utility { float: right; height:16px; margin-top: -20px;}
#page_utility  li {
	border-top: 0px solid #d4d9d5;
	list-style: none;	
	display: block;	
	float: left;
	height:16px;
	padding: 0 10px 0 20px; 
	
}

#page_utility li a {  font-size: 10px; display: inline; padding: 0 0 ;}
#page_utility #print  { background: url(/images/print_textsizer.gif) 0 0 no-repeat; } 
#page_utility #text_resize {background: url(/images/print_textsizer.gif) 0 -35px no-repeat;}
#page_utility #send_friend { background:transparent url(/images/send.gif) no-repeat scroll 0 0;}
/******************	CONTAINS THE MAIN MENU	***************************/
#menu { 
	background: url(/images/menu_bottom_bg.gif) bottom left no-repeat;
	width: 970px; 
	height: 26px;
	border: 0px solid #000000; 
	padding: 0 0 7px 10px;
	position: relative;
	z-index: 100;
}

/**************	THE WRAPPER OF THE MAIN CONTENTS	***********/
#main_content { 
	background: #ffffff url(/images/content_right_shadow.gif) top right repeat-y;
	border-left: 1px solid #dadcdb; 
	width: 919px;  /* minus 48 because of the padding on left and right */ 
	/*height: 430px; */
	padding: 20px 28px 20px 20px;
	position:relative;
	float: left;
}

/*********************** FLASH ANIMATION HERE ***************/
#main_content #flash_banner {
	border: 0px solid #000000;
	height:190px;
	width:570px;
	float: left;
	z-index: 0;
}

/******************** WHAT'S NEW CORNER HERE ***************/
#main_content #aboutus {
	border: 0px solid #000000;
	background: #fff url(/images/about_bg.jpg) 0 100%  repeat-x;
	height: 190px;	
	width:325px;
	float: right;
}

#main_content #aboutus h4{
	color: #42326f;
	font-size: 12px;
	margin: 20px 0 15px 20px;
}

/*****************************************************************/

/* Style for the three Columns at the bottom homepage*/
#main_content .sub_contents_top { 
	border: 0px solid #000000;
	background: #fff url(/images/sub_section_bg.jpg) 0 100%  repeat-x;
	margin: 10px 0 0;
	width:919px;
	float: left;
}

#main_content .sub_contents_top div { 
	border:0px solid #000000;
	padding: 10px 0px;	
	height: auto; 
	float:left;
    width:917px;
}

#main_content .sub_contents_top .column { 
	border-right:1px solid #e1e4e2;
	width: 375px;
	float:left;
	margin: 0 ; 
	padding: 0 10px 0 15px;
}

#main_content .sub_contents_top .column h3 { 
	font-size: 12px;
	margin: 0 0 5px;
}


/* This will contain nothing*/
#main_content .sub_contents_bottom { width:919px; float: left;}

#main_content dt a{ background: url(/images/mini_icons.gif) 0 2px no-repeat; padding-left: 10px; text-decoration:underline;}
#main_content dt a:hover { background: url(/images/mini_icons.gif) 0 -10px no-repeat; padding-left: 10px;}

/*****************************************************************/


/****************************	FOOTER	*********************/
#footer { 
	background:url(/images/footer_bottom_bg.gif) bottom left no-repeat;
	border-left: 0px solid #dadcdb; 
	padding: 0 0 9px !important;
	position: relative;
}

#footer div { 
	background:#ffffff  url(/images/content_right_shadow.gif) top right repeat-y;
	border-left: 1px solid #dadcdb;	
	width: 927px;  /* minus 40 because of the padding on left and right */ 
	color: #666666;
	padding: 0 20px 15px;
	line-height: 1.5;	
}

#footer div ul  { 
	border: 0px solid #000000; 
	margin-right: 15px;	
}

#footer div ul li { 
	list-style: none;
	display: inline;		
}

/*****************************************************************/

.disclaimer { 
	font-size:10px;
	color:#999;
}

/****************************** UTILITIES and Defaults************************/

dt { margin-bottom: 4px;}
dd { text-indent: 0px; margin: 5px 0 10px;}
sup {font-size:9px; font-weight: bold;}

table tr td {padding: 10px;}
img {border-color: #D4D9D5;}
img.tools {margin-top:68px; margin-left:5px;}
img.rightAlign { margin: 0 0 10px 10px;}
img.leftAlign 	{ margin: 0 10px 10px 0;}

.clear {clear:both;}
.no_imageBG { background-image: none;}
.hide { display:none;}
.italic { font-style: italic;}
.bold { font-weight: bold;}
.left_align { text-align: left;}
.right_align { text-align: right;}
.center_align { text-align: center;}

/* COLORS */
.purple { color: #42326f;} /*pms 668*/
.light_purple { color: #a394be;} /*pms 666*/
.burgundy {color: #9d0e4c; }/*pms 7435*/
.pink { color: #d8127b;} /* pms 233*/
.blue { color: #1c4598;}/*pms 293*/
.sl_blue { color: #151c5a;}/*pms 293*/
.orange { color: #f96311;}/*pms 158*/
.teal { color: #176d89;}/*pms 641*/
.dark_grey {color: #333333; }


	/* VI Stuff */
	#headWrap {background: #fff url(/images/sl_masthead_1920x140_housekeeping.png) 50% top no-repeat; width: 100%; font-family:Arial, Helvetica, sans-serif; display:table;}
	input { border:0;}

	/* Master header */
	#masthead { margin:0 auto; width: 950px; padding-left:10px; overflow:auto;}
	#masthead a#logo { background: url(/images/sl_logo.gif) 0 0 no-repeat; display: block; height:50px; margin-top:15px; margin-right:15px; text-indent: -9999999px; width: 224px;}
	#masthead div#housekeeping { width:950px; height: 24px; padding-top:5px;}
		/* Site identifier*/
		#masthead #site-identifier { font-family:'StandardLifeBold',sans-serif; float:left; color:#fff; font-size:17px;}
		#masthead #site-identifier-en {background: url(/images/en_site_id.gif) top left no-repeat; width:240px; height:18px; float:left; margin-top:5px; text-indent:-9999px;}
		#masthead #site-identifier-fr {background: url(/images/fr_site_id.gif) top left no-repeat; width:240px; height:17px; float:left; margin-top:5px; text-indent:-9999px;}
		/* Set all elements with the same background at once; minimizing HTTP requests */
		#masthead div#housekeeping form, #masthead div#housekeeping button, #masthead div#housekeeping #secure-access,
		#masthead div#housekeeping #secure-access strong, #main-navigation li  {background: url(/images/housekeepingBG.png) 0 0 no-repeat;} 
		/* Global search module */	
		#masthead div#housekeeping form { background-position: 0 0; width:117px; height:19px; padding-left: 10px;  font-size:1em; float:right; line-height: 1.6;  margin-left: 5px;}
		#masthead div#housekeeping label { color:#aaa;  font-size:1.1em; width: 95px; height:12px; display:block; cursor:text;}
		#masthead div#housekeeping input { background: none; font-size:1.1em; float:left; margin-top:-9px; width: 90px;}
		#masthead div#housekeeping button { float:right; background-position: -181px 0; cursor:pointer; outline:none; border:0; width: 19px; height: 19px; margin-top:-12px; text-indent:-9999px;}
		/* Language toggle and key links */
		#masthead div#housekeeping a { color: #fff; text-decoration: none; display: block; float:right; height:19px; margin-left: 10px; font-weight: bold; font-size:11px; line-height:1.65;}
		#masthead div#housekeeping a:hover { color:#ff8a00;}
		/* Secure access button */
		#masthead div#housekeeping #secure-access { color:#fff;  background-position: -208px 0;  padding-left:24px; text-decoration: none;}
		#masthead div#housekeeping #secure-access strong {background-position: 100% 0; display:block; height:19px; padding-right: 10px;  line-height:1.65; cursor:pointer;} 
		#masthead div#housekeeping #secure-access:hover {background-position: -208px -21px;  color:#fff;}
		#masthead div#housekeeping #secure-access:hover strong{background-position: 100% -21px;}
		
	/* Main "tabbed" navigation */	
	ul#main-navigation { margin:15px auto 0; width: 960px;height:31px; list-style: none; position: relative; z-index: 99;}	
		ul#main-navigation li { background-position: 100% -40px; float:left; position:relative}
		ul#main-navigation li:last-child { background-image:none;}
		ul#main-navigation li a { color: #fff; font-size:14px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; float:left; height:22px; text-decoration:none; margin-left: -1px; padding:9px 10px 0 11px; }
		ul#main-navigation li:hover a { color: #ff8a00; background-color: #f8fbff; -moz-border-radius-topleft: 8px; -webkit-border-top-left-radius: 8px; -moz-border-radius-topright: 8px; -webkit-border-top-right-radius: 8px; border-radius: 8px 8px 0 0;}
		
		ul#main-navigation li.current a { background-color: #fff; color:#0a2f73;  -moz-border-radius-topleft: 8px; -webkit-border-top-left-radius: 8px; -moz-border-radius-topright: 8px; -webkit-border-top-right-radius: 8px; border-radius: 8px 8px 0 0;  }
		/*ul#main-navigation li.active {margin-left: 0px;} /* hide nav divider of tab on the left of the selected tab */
	
		/* SUB MENU STYLE */
ul#main-navigation li .sub {
	top: 31px;
	position: absolute; /*--Important--*/
	z-index: 999999999;
	background: #f8fbff; /*--Background gradient--*/
	border:0;
	padding: 28px 0 23px 16px;
	float: left;	
	display: none; /*--Hidden for those with js turned off--*/
	-webkit-box-shadow: #8b8b8b 0px 2px 5px; -moz-box-shadow: #8b8b8b 0px 3px 5px; box-shadow: #8b8b8b 0px 2px 5px; 
	border-radius: 0 0 8px 8px; -moz-border-radius-bottomleft: 8px; -webkit-border-bottom-left-radius: 8px; -moz-border-radius-bottomright: 8px; -webkit-border-bottom-right-radius: 8px;  
	
}	

ul#main-navigation .sub div {float:left; margin-right:16px; border-right: 1px solid #AECAEA; width:223px; }
ul#main-navigation li .row { /*--If needed to break out into rows--*/
	clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#main-navigation li .sub ul{ 	list-style: none; margin: 0; padding: 0;}
ul#main-navigation .sub ul li {
	width: 100%; /*--Override parent list item--*/
	background-position:-244px -109px;  margin: 0 0 16px; }	
ul#main-navigation .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0 0 5px /* 16px already applied to li plus 5px = 21px; the required space */; font-size:14px; font-weight:bold}
ul#main-navigation .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0; background-position:-386px 3px !important; }
ul#main-navigation .active .sub ul li a:link, ul#main-navigation .active .sub ul li a:visited, 
ul#main-navigation .active .sub ul li a:hover, ul#main-navigation .sub ul li a:hover,
ul#main-navigation .sub ul li a:link, ul#main-navigation .sub ul li a:visited,
ul#main-navigation .sub ul li a:active{
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	background: #F8FBFF url(/images/action-icons-text.png) no-repeat  -259px -128px;
	padding: 0 7px 0px 14px;
	display: block;
	text-decoration: none; 
	font-size:12px; 
	color: #007bc3;	
}
ul#main-navigation .sub ul li h2 a:link, ul#main-navigation .sub ul li h2 a:visited, ul#main-navigation .sub ul li h2 a:hover {color:#0a2f73; font-size:14px;}
ul#main-navigation .active .sub ul li a:hover, ul#main-navigation .sub ul li a:hover {
	text-decoration:none;color:#0a2f73;}
	
	
	
/* ***** ***** ***** ***** @font-face CSS Document ***** ***** ***** *****  */
@font-face {
	font-family: 'StandardLifeBold';
	src: url('http://advisors.standardlife.ca/css/fonts/standardlifebold-webfont.eot');
	src: local('StandardLife-Bold'), url('http://advisors.standardlife.ca/css/fonts/standardlifebold-webfont.woff') format('woff'), url('http://advisors.standardlife.ca/css/fonts/standardlifebold-webfont.ttf') format('truetype'), url('http://advisors.standardlife.ca/css/fonts/standardlifebold-webfont.svg#webfontVZ4c9RIw') format('svg');
	font-weight: normal;
	font-style: normal;
}

