﻿body {
	background-color:#FFFFFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
}

#splash {
	position:relative;
	height:286px;
	margin:72px 0 24px 0;

/*	background-color:#1e429b; */
	background-color:#1E429B;
}

#splash .leftBG {
	position:absolute;
	left:0;
	height:286px;
	width:50%;

	background-color:#10264A;
}

#splash .content {
	position:relative;
	z-index:100;
	width:965px;
	height:286px;
	margin:0 auto;
	
	background:transparent;
	background-image:url(/_images/bg/splash_page_bg_RBC.jpg);
	background-position:top left;
	background-repeat:repeat-y;
}

#splash .content .logo {
	position:absolute;
	left:200px;
	top:34px;
	width:538px;
	padding:0 0 0 12px;
	
	text-align:left;
}

#splash .content .logo.english {
	height:112px;
	
	background-image:url(/_images/border/dotted_border_horiz_RBCblue.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
}

#splash .content .logo.french {
	top:180px;
}

#splash .content .textLink {
	position:absolute;
	top:65px;
	left:485px;
	padding:0 12px 0 0;
	
	background-image:url(/_images/icon/indarrow_RBC_white_trans.gif);
	background-position:top right;
	background-repeat:no-repeat;
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:white;
	text-decoration:none;
	font-size:12px;
	font-weight:regular;
}


#splash .content a.textLink:hover {
	color:#CCCCCC;
}


#splash .content .textLinkFrench {
	position:absolute;
	top:58px;
	left:485px;
	padding:0 12px 0 0;
	
	background-image:url(/_images/icon/indarrow_RBC_white_trans.gif);
	background-position:top right;
	background-repeat:no-repeat;
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:white;
	text-decoration:none;
	font-size:12px;
	font-weight:regular;
}

