html {
	background-color: #fff;
	}
body{
background: #fff url(../images/splash-page/home-bg.jpg) 50% 0 no-repeat;
padding:0;
margin:0;	
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    min-height: 0;
    height: 0;
}

html>body .clearfix {
    height: auto;
}

.clear {
    clear: both;
    display: block;
    width: 100%;
    height: 0;
    font-size: 1px;
    margin: 0;
    padding: 0;
}



div#homeWrapper{
width:788px;
margin:0 auto;
}

div#homeHeader{
margin-top:33px;
width:785px;
padding-top:30px;
background:url(../images/splash-page/header-bg.jpg) 0 0 repeat-x;
}
div#homeHeader .msgarea h1.hidden {
	text-indent: -9999em;
	height: 0;
	}
#homeContentInner {
	background: url(../images/splash-page/divider.jpg) no-repeat 50% 100%;
	}
div#homeContentOuter {
	background:url(../images/splash-page/body-bg.jpg) 0 100% repeat-x;	
	width:785px;
	padding:15px 0 0px 0;
	
}

#homeContentInner h2{
	color:#bc520f;
	font-size:120%;
	line-height:0.9em;
	font-weight:bold;
	margin-top:21px;
	margin-bottom:15px;
}

#homeContentInner p{
	color:#7f7f7f;
	font-size:85%;
}

#homeContentInner .content {
	min-height: 225px;
}
#homeContentInner .french .content { text-align: right; }
#homeContentInner .link-list {
	bottom: 20px;
	left: 0;
	position: absolute;
}
#homeContentInner .french .link-list { right: 0; }
	
a.languagelink, a.importantNotices{
	display:block;

}

a.languagelink{
	background:url(../images/splash-page/button.gif) 0 0 no-repeat;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	padding: 6px 25px 5px  0px;
	line-height: 9px;
	font-size:85%;
	text-align:right;
	width:159px;
	margin: 0;
}

a.languagelink:hover{
	background-image:url(../images/splash-page/button-over.gif);
	color:#FFF;
}

div.french a.languagelink{
background-position: 100% 0;
float:right;
display:inline;
}

a.importantNotices{
text-decoration:underline;
		color:#6c6c6c;	
		font-size:85%;
		clear:both;
}

a.importantNotices:hover{
	text-decoration:underline;
	}
	
.french h2, .french p, .french img, .french a.languagelink, .french a.importantNotices{
	text-align:right;
	margin-left:60px;
	margin-right:30px;
}

.english h2, .english p, .english img, .english a.languagelink, .english a.importantNotices{
	margin-right:60px;
	margin-left:25px;
}
div.french, div.english {
	min-height: 230px;
	padding-bottom: 65px;
	position: relative;
}
div.french{
	float:left;
	width:393px;
	text-align:right;
}

div.english{
	float:right;
	width:390px;
}


#homeFooter{
	min-height:135px;
	height: auto !important;
	height: 135px;
	background: url(../images/splash-page/footer-bg.jpg) 0 0 repeat-x;
	font-size:85%;
	width:785px;
	position: relative;
}


#homeFooter a, #homeFooter{
color:#bc520f;
}

#homeFooter a:hover{
	text-decoration:underline;
	}

#homeFooter .french a, #homeFooter .french p{
	text-align:right;
	margin-right:30px;
}

#homeFooter .french{
		padding-top:22px;
	}

#homeFooter .english{
	padding-top:22px;
	position: relative;
	z-index: 2;
}


#homeFooter .english a{
	margin-left:30px;	
	z-index: 2;
}
#homeFooter .english * {
	float: left;
	clear: left;
	}
#homeFooter .french * {
	float: right;
	clear: right;
	}
#homeFooter #wm {
	position: absolute;
	top: 0;
	right: 10px;
	z-index: 1;
	}
	
