/* CSS Document */

*{
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	}

body{
	background-image:url(../images/bg.gif);
	}

/*table for home trust background*/
.hometrust_table {
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	}
	
/*table top portion*/

.hometrust_table .topLeft{
	width:50px;
	height:50px;
	background-image:url(../images/topLeftCorner.gif);
	background-repeat:no-repeat;
	}	
	
.hometrust_table .topRpt_left{
	height:50px;
	background-image:url(../images/rpt_top.gif);
	background-repeat:repeat-x;
	}
	
.hometrust_table .topRpt_right{
	height:50px;
	background-image:url(../images/rpt_top.gif);
	background-repeat:repeat-x;
	text-align:right;
	}
	
.hometrust_table .topRight{
	width:50px;
	height:50px;
	background-image:url(../images/topRightCorner.gif);
	background-repeat:no-repeat;
	}	
		
	
/*bottom portion of table*/

.hometrust_table .botLeft{
	width:50px;
	height:50px;
	background-image:url(../images/bottomLeftCorner.gif);
	background-repeat:no-repeat;
	}	
	
.hometrust_table .botRpt_left{
	height:50px;
	background-image:url(../images/bottom_rpt.gif);
	background-repeat:repeat-x;
	}
	
.hometrust_table .botRpt_right{
	height:50px;
	background-image:url(../images/bottom_rpt.gif);
	background-repeat:repeat-x;
	text-align:right;
	}
	
.hometrust_table .botRight{
	width:50px;
	height:50px;
	background-image:url(../images/bottomRightCorner.gif);
	background-repeat:no-repeat;
	}	
		
/*left vertical portion of table*/

.hometrust_table .leftVertTop{
	width:50px;
	background-image:url(../images/left_rpt.gif);
	background-repeat:repeat-y;
	vertical-align:top;
	}
	
.hometrust_table .leftVertBot{
	width:50px;
	background-image:url(../images/left_rpt.gif);
	background-repeat:repeat-y;
	vertical-align:bottom;
	}

/*right vertical portion of table*/

.hometrust_table .rightVertTop{
	width:50px;
	background-image:url(../images/right_rpt.gif);
	background-repeat:repeat-y;
	vertical-align:top;
	}
	
.hometrust_table .rightVertBot{
	width:50px;
	background-image:url(../images/right_rpt.gif);
	background-repeat:repeat-y;
	vertical-align:bottom;
	}
	
/*home trust content regions*/

.hometrust_table .content{
	vertical-align:top;
	width:100%;
	padding-bottom:20px;
	height:auto;
	background-color:#fbfbfb;
	}
	
/*container div*/
.container{
	width:1010px;
	margin:5px auto;
	}
	
.header{
	width:100%;
	height:auto;
	}
	
	
.logo{
	float:left;
	padding-bottom:10px;
	padding-left:10px;
	}

.quebec_logo{
	float:left;
	padding-bottom:10px;
	padding-left:10px;
	}
	
.main_menu{
	background-image:url(../images/main_menu_swoosh.gif);
	width:726px;
	height:30px;
	float:right;
	color:#fff;
	margin-top:12px;
	padding:6px 0 0 30px;
	}
	
.main_menu a{
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#00335b;
	font-size:10px;
	/*font-size:12px; english Version
	/*margin-right:30px;*/
	}
	
.main_menu span{
	 margin-right:12px;/* for French text */
	/*margin-right:15px;/* for French text */
	}
	
.main_menu a:hover{
	text-decoration:underline;
	color:#dd5900;
	}
	
.main_menu a.stayRoll{
	text-decoration:underline;
	color:#dd5900;
	}

.quebec_menu_italic{
	/*background-image:url(../images/main_menu_swoosh.gif);
	width:200px;
	height:30px;*/
	float:right;
	color:#fff;
	margin-top:12px;
	padding:6px 0 0 30px;
	}


.quebec_menu_italic a{
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:italic;
	color:#00335b;
	font-size:12px;
	/*margin-right:30px;*/
	}
	

.quebec_menu{
	/*background-image:url(../images/main_menu_swoosh.gif);
	width:200px;
	height:30px;*/
	float:right;
	color:#fff;
	margin-top:12px;
	padding:6px 0 0 30px;
	}


.quebec_menu a{
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#00335b;
	font-size:12px;
	/*margin-right:30px;*/
	}
	
.quebec_menu span{
	margin-right:20px;
	}
	
.quebec_menu a:hover{
	text-decoration:underline;
	color:#dd5900;
	}
	
.quebec_menu a.stayRoll{
	text-decoration:underline;
	color:#dd5900;
	}
	


.clear_float{
	clear:both;
	width:0px;
	height:0px;
	font-size:0px;
	}
	
h1{
	font-size:20px;
	color:#fff;
/*	margin-bottom:10px;
*/	}
	
h2{
	font-size:16px;
	}
	
h3{
	font-size:14px;
	color:#00335b;
	}
	
.page_title{
	float:left;
	margin-top:10px;
	}
	
.main_info{
	float:right;
	background-image:url(../images/main_info.gif);
	width:614px;
	height:44px;
	padding:10px;
	}
	
/*.main_info p{font-size:12px;font-family:Arial, Helvetica, sans-serif};*/

.main_info span{
	color:#dd5900;
	}
	
.footer a{
	color:#666666;
	text-decoration:none;
	font-size:11px;
	/*margin-right:20px;
	margin-left:20px;*/
	}
	
.footer span{
	margin-right:4px;
	margin-left:4px;
	}
	
.footer a:hover{
	text-decoration:underline;
	color:#dd5900;
	}

.footer a.stayRoll{
	text-decoration:underline;
	color:#dd5900;
}

.footer{
	background-image:url(../images/footer_bg.gif);
	background-repeat:no-repeat;
	width:948px;
	height:26px;
	margin:10px auto ;
	padding-top:2px;
	text-align:center;
	}
	
/*blue theme*/
.blue_theme a {
	/*color:#5998c8;*/
	color:#dd5900;
	font-weight:bold;
	}
/*blue theme*/
	
/*orange theme*/
.orange_theme a {
	color:#dd5900;
	}
	
.orange_theme a:hover{
	color:#00335b;
	}

/*orange theme*/
	
/*grey theme*/
.top_grey{
	background-image:url(../images/top_grey.gif);
	width:662px;
	height:21px;
	background-repeat:no-repeat;
	}
	
.middle_grey{
	background-image:url(../images/middle_grey.gif);
	width:642px;
	height:auto;
	background-repeat:repeat-y;
	padding:0 10px 0 10px;
	}
	
.bottom_grey{
	background-image:url(../images/bottom_grey.gif);
	width:662px;
	height:21px;
	background-repeat:no-repeat;
	}
/*grey theme*/

.main_content{
	font-size:12px;
	float:left;
	width:662px;
	}
	
.main_content p{
	padding:10px 0 10px 0;
	line-height:135%;
		}
		
.main_content a:hover{
	color:#00335b;
	}
	
.main_content ul{
	padding:10px 0 10px 20px;
	}
	
.main_content li{
	line-height:160%;
	list-style:square;
	}
	
sup {	
	height: 0px;
	line-height: 0px;	
	vertical-align: baseline;	
	_vertical-align: bottom;	
	position: relative;	
	bottom: .7ex;
	}
	

	
/*side panel*/
	
.panel{
	background-image:url(../images/panel_right.gif);
	background-repeat:no-repeat;
	width:217px;
	height:156px;
	margin-bottom:7px;
	padding:10px;
	font-size:11px;
	}
	
.panel p{
	padding:5px 0 5px 0;
	}
.panel img{
	padding-left:5px;
	}

.panel ul{
	margin-left:15px;
	margin-bottom:5px;
	}
	
.panel a.more_info{
	float:right;
	display:block;
	background-image:url(../images/more_button.gif);
	background-repeat:no-repeat;
	width:60px;
	height:20px;
	margin-top:5px;
	}
	
.panel a.more_info:hover{
	background-image:url(../images/more_button_o.gif);
	}
	
.panel_remember{
	background-image:url(../images/long_panel.gif);
	background-repeat:no-repeat;
	width:217px;
	height:396px;
	padding:10px;
	font-size:11px;
	margin-bottom:7px;
	}
	
.panel_remember ul{
	margin-left:15px;
	margin-bottom:5px;
	}
	
.panel_remember li{
	padding:3px 0 3px 0;
	}
		
.panel_remember p{
	padding:5px 0 5px 0;
	}
	
.panel_remember img{
	padding-left:5px;
	}
	
.panel_email{
	background-image:url(../images/panel_email.gif);
	background-repeat:no-repeat;
	width:217px;
	height:220px;
	margin-bottom:7px;
	padding:10px;
	font-size:11px;
	}
	
	
.panel_email img{
	padding-left:5px;
	}
	
/*side panels*/
	
.bottom_buttons{
	padding:0 25px 0 25px;
	}
	
a.calculate_grey{
	display:block;
	background-image:url(../images/_calculate_button_grey.gif);
	background-repeat:no-repeat;
	width:244px;
	height:28px;
	float:left;
	margin-left:0px;
	
	}
	
a.calculate_grey:hover{
	background-image:url(../images/_calculate_button_grey_o.gif);
	}

a.application_grey{
	display:block;
	background-image:url(../images/application_button_grey.gif);
	background-repeat:no-repeat;
	width:295px;
/*	width:244px;*/
	height:28px;
	float:right;
	margin-right:0px;
	margin-left:25px;
	
	}
	
a.application_grey:hover{
	background-image:url(../images/application_button_grey_o.gif);
	}
	
.disclaimer{
	font-size:10px;
	color:#999999;
	}
.disclaimer p{
	padding:5px 0 5px 0;
	}
	
.rate_change{
	border-top:solid #cccccc 1px;
	border-left:solid #cccccc 1px;
	margin:3px 0 3px 0;
	}
	
.rate_change td{
	text-align:right;
	padding:3px;
	border-bottom:solid #cccccc 1px;
	border-right:solid #cccccc 1px;
	}

.contact_form{
	margin:3px 0 3px 0;
	}
	
a.print_link{
	color:#dd5900;
	text-align:right;
	font-weight:bold;
	font-size:11px;
	}
	
.shield{
	background-color:#000000;
	filter:alpha(opacity=30);
	-moz-opacity: 0.30; 
	opacity:  0.30;
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
	width: 9px;
	
}

.insideText_popup{
	position:absolute;
	width:580px;
	height:auto;
	
	border:solid #ececec 6px;
	background-color:#fff;
	left: 380px;
	top: 545px;
	padding:5px 10px 10px 10px;
	z-index:2000;
}

.bodycopy{
	font-size:11px;
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;
	padding-bottom:10px;
	}
	
/*.bodycopy a{
	color:#00aedb;
	}*/
	
a.blue_link{
	color:#00335b;
	font-size:11px;
	float:right;
	margin-bottom:5px;
	}
	
	
a.blue_link:hover{
	color:#dd5900;
	}

/*registerd mark*/

.registered{
	/*text-align:center; */
	font-size:10px;
	clear:both;
	position:relative;
	top:30px;
	}
/*registerd mark*/
	
