@charset "utf-8";
/* CSS Document */

/* splash styles */

body {
	position: relative;
	margin: 0;
	padding: 0;
	background-color: #333;
	text-align: left;
	font-size: 1.0em;
	font-family: Times, Georgia, "Times New Roman", serif;
	color: #fff;
}

img {
	border:none;	
}

a {
	outline:none;
}

div#splash {
	position: relative;
	margin: 0 auto 60px;
	text-align: left;
	width: 798px;
}


div#splash_header
{
	position:relative;
	background:url(../images/splash_header.jpg) top;
	background-repeat: no-repeat;
	width: 798px;
	height: 108px;
	margin: 0;
	padding:79px 0px 20px;
	top: 20px;
}

div#splash p#vmc {
	position: absolute;
	z-index: 2;
	margin: 0;
	padding: 0;
	width: 296px;
	height: 43px;
	left: 7px;
	top: 53px;
}

div#splash p#mvc {
	position: absolute;
	z-index: 2;
	margin: 0;
	padding: 0;
	width: 296px;
	height: 43px;
	left: 665px;
	top: 53px;
	
}

div#splash div#splash_header p#vmc img {
	border: 0;
}

div#splash span#en
{
	position:relative;
	float:left;
	width: 399px;
	height: 108px;
	margin: 0;
	padding: 0;
}

div#splash span#fr
{
	position:relative;
	float:left;
	width: 399px;
	height: 108px;
	margin: 0;
	padding: 0;
}

div#splash_content {
	background:url(../images/splash_bg.jpg) repeat-x bottom #292929;
	height:260px;
	width:738px;
	padding:15px 30px 0px;
	font-size: .9em;
}

div#splash_requirements {
	background:url(../images/splash_cowboy.jpg) no-repeat bottom;
	height:179px;
	width:738px;
	padding:40px 30px 0px;
	line-height:1.5em;
	font-size: .9em;
}

div#splash_requirements a { color:#ccc; }
div#splash_requirements a:hover { color:#fff; }


#english_content {
	position:relative;
	float:left;
	width:339px;
	height:auto;
}

span#english {
	position:relative;
	left:-3px;
	width:349px;
	height:26px;
	/*background:url(../images/splash_eng_hdr.jpg) no-repeat;
	text-indent:-9000px;
	overflow:hidden;*/
	margin-bottom:0px;
}

p.english {
	width:270px;
	margin-top:12px;
}


#francais_content {
	position:relative;
	float:right;
	width:339px;
	height:auto;
	margin:0px;	
}

span#francais {
	position:relative;
	top:-4px;
	left:-3px;
	width:321px;
	height:67px;
	/*background:url(../images/splash_frnch_hdr.jpg) no-repeat;
	text-indent:-9000px;
	overflow:hidden;*/
	margin-bottom:-4px;
}

p.francais {
	width:330px;
	margin-top:5px;
}

p.eng_req {
	position:relative;
	float:left;
	height:auto; 	
	width:270px;
}

p.fran_req {
	position:relative;
	left:-69px;
	float:right;
	height:auto; 	
	width:270px;
}

div#splash_footer {
	padding: 5px 0;
	text-align: center;
	background-image: url(../images/bg003.jpg);
	font-size: 0.8em;
	font-weight: bold;
	color:#333;
}

div#splash_footer span a, div#splash_footer span a:link, div#splash_footer span a:active, div#splash_footer span a:visited {
	color: #000;
	text-decoration: none;
	margin:0px 120px;
}

div.clear {	clear:both; }

a.enter_entrez { position:absolute; top:240px; }




