/* Default CSS Definitions */

/* Generic HTML Definitions */

* html {
	border:0;
	border-top:2px inset;
}
body {
	margin:0;
	padding:0; 
	font-size:12px; 
	font-family: arial, helvetica, sans-serif;
   	background-repeat: repeat-y; 
    background-position: center; 
    background-color: #fff; 
}
td {
	font-family: georgia, Times New Roman, times, serif;
}
div {
	margin:0;
	padding:0;
}
#container{
	width:895px;
	position:relative;
	margin: 0 auto;
	background-color:#fff;
}
h1, h2, h3, h4, h5, h6, h7 {
	font-family:georgia, times, serif;
	font-weight:normal;
}
/* Generic Style Classes */

.serif {
	font-family:georgia, Times New Roman, times, serif;
}
	
/* START What's New Box */

#highlightbox {
	width:365px;
	float:left;
	margin-top:25px;
	font-family: georgia, Times New Roman, times, serif;
	background: url(../images/box_bg.gif) repeat-x bottom left; 
}	
#highlightbox h3 {
	height:32px;
	font-size:16px; 
	font-weight: bold; 
	color: #fff; 
	line-height:32px;
	margin:0;  
	padding:2px 14px 2px 14px;
	border-bottom:2px solid #fff;
	background:url(../images/title_bg.gif) repeat-x top left;
}
#highlightbox ul {
	margin: 0;
	padding: 18px 12px 12px 14px;
	line-height: 14px;
	list-style-type: none;
}
#highlightbox ul li {
	margin: 0 0 10px 0;
	background-image: url(../images/arrow_orange2.gif);
	background-repeat: no-repeat; 
	padding: 0 0 0 20px;
}  
#highlightbox a {
	text-decoration: none; 
	color: #fff; 
	font-size: 11px; 
}
#highlightbox a:hover {
	color: #c77f06;
}
.date {
	color: #c77f06;
}	
/* END What's New Box */

/* Common Header Defs */

ul#topics-menu, ul#site-menu, ul#footerNav {
	font-size:0.91em;
	height:12px;
	list-style-type:none;
	margin:0;
	padding:0;
}
ul#topics-menu {
	position:absolute;
	top:79px;
	left:10px;
	width:70%;
}
ul#site-menu {
	position:absolute;
	top:79px;
	text-align:right;
	right:10px;
}
ul#footerNav {
	display:block;
	font-family: arial, helvetica, sans-serif;
	left:7px;
	overflow:visible;
	padding:15px 0;
}
ul#topics-menu li, ul#site-menu li, ul#footerNav li {
	list-style-type:none;
	display:inline;
	margin:0;
	padding:0;
}
ul#topics-menu li a, ul#site-menu li a, ul#footerNav a {
	text-decoration:none;
	padding:2px 10px;
}
ul#topics-menu li a {
	color:#3f3f3f;
}
ul#site-menu li a {
	color:#666;
}
ul#footerNav li a {
	color:#666;
}
	
/* Secondary & Tertiary Defs */

#titlebar {
	position:relative;
	height:108px;
	overflow:visible;
	background:#fff no-repeat left 4px;
}
#titlebar h2 {
	position:absolute;
	z-index:110;
	width:498px;
	height:68px;
	margin:0;
	padding:23px 10px 0 10px;
	text-transform:lowercase;
	font-size:32px;
}
#sub-menu {
	float:left;
	width:15%;
	min-height:99px;
}

/*
Secondary & Tertiary Page Stretch Feature
Image Defs are written in via a separate file
Keep several versions and choose at server which file to link to
 */
	 
.stretch1content {
	left:0;
	background:transparent no-repeat left bottom;
}
.stretch2content {
	background:transparent no-repeat left bottom;
}
.stretch3content {
	background:transparent no-repeat left bottom;
}
.stretch4content {
	background:transparent no-repeat left bottom;
}
.stretch5content {
	background:transparent no-repeat left bottom;
}	 
.stretch1, .stretch2, .stretch3, .stretch4, .stretch5 {
	position:absolute;
	bottom:0;
	left:0;
	width:15%;
	height:86px;
	margin:0;
	padding:0;
}
.stretch1content, .stretch2content, .stretch3content, .stretch4content, .stretch5content, .stretch5bcontent {			    
	position:relative;
	bottom:0;
	left:0;
	height:86px;
	margin:0;
	padding:0;
	margin-right:3px;
}
.top1, .top2, .top3, .top4, .top5 {
	position:absolute;
	top:0;
	width:15%;
	height:4px;
	font-size:.1em;
}
.topcontent {
	position:relative;
	height:4px;
	border-right:3px solid #fff;
	font-size:.1em;
}
blockquote { 
	line-height: 1.45em; 
}
ul.formlist li span.formname {
	font-size: 11px;
	padding-left: 5px;
}
ul.back_to_top {
	list-style-type:none;
	margin:0;
}
.back_to_top li a{
	margin-left:7px;
	font-size:11px;
}
#content p.footnote{
	font-size: 10px;
}




/* Added on January 30th, 2009 for Scratch and Earn RRSP Rate Special (/rates/rrsp_rrif.asp,/personal_banking/default.htm,/rates/default.asp) */	
img.left{/* makes img float to the left */
float: left;
padding-right: 20px;
}
div.right{/* makes p beside img float to the right; specifying width is a fix for Firefox */
float: right;
width: 500px;
}
p.disclaimer{
clear: both;
font-size: 10px;
font-style: italic;
}
.clear{/* Fix for Firefox, makes table go beneath the floats bottoms. */
clear: both;
}
/* The following makes the Save and Earn "ads" centered */
.SAE{
margin: 35px 0 0 0;
}

/* START branch listing styles (KK)*/
.citybranches{
width: 100%;
}
.citybranches td{
width: 50%;
vertical-align: top;
}
.citybranches h4{
font-weight: bold;
padding: 0;
margin: 2em 0 0 0;;
line-height: 1.45em;
}
#content .citybranches td p{
font-size: 1em;
padding: 0;
margin: 0 0 1em 0;
}
#content .citybranches a img{
	vertical-align: middle;
}

.citybranches p.services{
display: inline;
margin: 0;
}
.citybranches ul.services{
/*float: left;
display:block;*/
display: inline;
padding: 0 0 0 .4em;
/*padding: 0;*/
margin: 0;
list-style: none;
}

#content .citybranches ul.services li{
display: inline;
color: #0F8397;
padding-right: .2em;
}
ul.services li span{
	white-space: nowrap;
}
#content .citybranches td.disclaimer{
padding: 1em 0 0 0;
font-size: 11px;
/*border-bottom: 1px solid #3f3f3f;*/
}

/*.citybranches .services ul li{
display: inline;
margin: 0;
padding: 0;
list-style: none;
}*/
/*#content .citybranches ul.services li{
white-space: nowrap;
color: #0F8397;
padding-right: .5em;
}*/

/* END branch listing styles (KK)*/
