﻿body 
{
    font-family:  Arial, Helvetica, sans-serif;
    background: #5ea8c6;
    margin: 50px 0 0 0;
    padding: 0;
}

#homeWrapper 
{
    background: #fff url("../App_Skin/splashLogo.gif") no-repeat 50% 38px;
    margin: 0;
    padding: 268px 0 0 0;
}

#homeLang 
{
    background: url("../App_Skin/vr.gif") repeat-y 50% 0;
    width: 760px;
    margin: 0 auto;
    height: 58px;
}

#homeLang #en
{
    float: left;
}

#homeLang #fr
{
    float: right;
}

#homeLang #en img,
#homeLang #fr img 
{
    border: none;
}

#langLink 
{
    height: 18px;
    width: 760px;
    margin: 0 auto;
}

.enLink,
.frLink 
{
    
    clear: none;
}

.enLink 
{   
    width: 383px;
    float: left;
    text-align: right;
}

.frLink 
{
    width: 372px;
    float: right;
    text-align: left;
}

#homeBar 
{
    background: #ffe8b0;
    margin: 35px 0 20px 0;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    color: #5ea8c6;
    font-weight: bold;
}

#homeBar a:link,
#homeBar a:visited 
{
    color: #5ea8c6;
}

#homeBar a:hover,
#homeBar a:active 
{
    color: #3397ba;
}

#logos {
    width: 760px;
    margin: 0 auto;
}

#logos img 
{
    margin: 10px 0 20px 40px;
    border: none;
}

#logos .flRight,
#logos .links 
{
    color: #3397ba;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    float: right;
    margin-top: 28px;
}

/*** Road Blocker ***/
#ad {
    width:600px;
    height:400px;
    text-align: left;
    border: solid 2px #5ea8c6;
    z-index:9;
    background-color:#fff;
    color:#000066;
    margin:auto;
    margin-top:100px;
    display:block;
    padding-left:10px;
}
#ad a { 
    color:#000066;
    font-weight: bold;
    border:none;
}

#ad img 
{
	border:none;
}

#adbk 
{
	background-color:#ccc;
	opacity:0.90;filter:alpha(opacity=90);
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	top:0px;
}