/* =Layout
------------------------------------------------------------------------------ */
#splashLogo {
	width: 990px;
	position:relative;
	margin: 6% auto 0px auto;
}
	
#ciraLogo{
position:absolute;
top:-100px;
left:0;
}	
	
#splashBanner {
	background: url('../images/wrapper/splash-bg-banner.jpg') 0 100% repeat-x;
	width: 100%;
	height:341px;
}

#splashBanner #splashBannerInner {
	background:url('../images/wrapper/splash-banner.jpg') 50% 0 no-repeat;
	height: 341px;
	margin: 0 auto;
}

#splashBanner #splashBannerInner h1,
#splashBanner #splashBannerInner p {
	margin-left: -9999px;
}

.splashFooter p.copyright {
	padding-left: 0 !important;
}

/* =Laguage nav
------------------------------------------------------------------------------ */
#languageNav {
	min-height: 48px;
	height: auto !important;
	height: 48px;
	margin-top: 18px;
	position:absolute;
	top:-100px;
}

#languageNav li {
	float: left;
	padding-right: 26px;
}

#languageNav li a {
	display: block;
	color: #333;
	font-size: 138.5%;
	padding-top: 11px;
}

#languageNav li a:hover {
	color: #cc0000;
}

#welcomeMessage{
font-size:110%;
}

#welcomeMessage h2{
color:#CC0000;
font-size:140%;
font-weight:normal;
}

#welcomeMessage div#englishWelcome{
float:left;
width:350px;
margin-right:40px;
}

#welcomeMessage div#frenchWelcome{
float:left;
width:450px;
}

.splashWrapper{
padding:40px 0;
}