/* 
Author: Dominic Gagne-Leduc 
Author URI: http://www.wsisme.com
Website:
*/


/* =Global
------------------------------------------------------------------*/

html,
body,
form,
fieldset,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
ul,
ol,
dl,
img {
    margin: 0;
    padding: 0;
}
.clearall {
    clear: both;
}
body {
    background-color: #dadada;
    max-width: 600px;
    height: auto;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
}
p {
    font-size: 13px;
    line-height: 18px;
    color: #000000;
    padding: 0px 10px;
    text-align: justify;
}
a {
    font-size: 13px;
    color: #01549e;
    text-decoration: underline;
}
a img {
    border: none;
}
h1 {
    font-size: 16px;
    line-height: 18px;
    color: #02549f;
    margin: 20px 20px 15px 20px;
    padding-left: 25px;
    text-transform: uppercase;
    background-image: url(images/icon-h1.jpg);
    background-repeat: no-repeat;
    background-position: left;
    font-weight: bold;
}
h2 {
    font-size: 14px;
    line-height: 18px;
    color: #626262;
    padding: 15px 20px 5px 20px;
    font-weight: bold;
}
h3 {
    font-size: 18px;
    line-height: 18px;
    color: #727272;
    font-weight: bold;
    padding-top: 20px;
}
ul {
    list-style-image: url(images/icon-list.jpg);
    font-size: 13px;
    line-height: 18px;
    color: #000000;
    padding: 2px 20px 2px 40px;
}
hr {
    width: 70%;
    margin: 10px auto;
}

/* =Layout
------------------------------------------------------------------*/

#wrapper_splash {
    margin: 0px auto;
    height: auto;
    width: 100%;
    padding: 0px;
}
#wrapper_splash img {
    width: 100%;
    height: auto;
}

/*
#top {
    width: 100%;
    height: 120px;
    height: auto;
    float: none;
}
*/

.topleft {
    float: left;
    width: 30%;
}
.topright {
    width: 70%;
    float: right;
    padding-top: 15px;
}
#logo {
    width: 70%;
    height: auto;
    /*    float: left;*/
    display: block;
}
.languagebutton {
    display: inline;
    background-color: #e46c07;
    border: 1px solid #ce6206;
    padding: 5px 10px;
    margin-bottom: 25px;
    float: right;
}
.languagebutton a:link,
.languagebutton a:visited {
    text-decoration: none;
    color: #fff;
    transition: color 0.2s ease;
}
.languagebutton a:hover {
    color: #0456a1;
}
.moto {
    font-size: 16px;
    color: #0f5cb7;
    font-weight: bold;
    float: right;
    display: inline;
}
#banner_splash {
    width: 100%;
    height: auto;
}
#buttons {
    width: 100%;
    height: auto;
}
#main {
    width: 100%;
}
#left,
#right {
    width: 50%;
    float: left;
}
#left a {
    font-weight: bold;
    color: #0f5cb7;
}
#right a {
    font-weight: bold;
    color: #e87416;
}

/*Newsletter style*/

.news {
    font-size: 16px;
    padding: 10px;
    border: 1px solid #ce6206;
    margin-top: 6px;
    margin-left: 20px;
    margin-bottom: 7px;
    text-align: center;
    background: #e46c07;
    float: left;
    width: 40%;
    height: auto;
    display: inline-block;
}
.news a {
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s ease;
}
.news a:hover {
    color: #0456a1;
}
