/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.7.1
 Edi Group snc - Web & business consulting

   * Copyright (c) 2007-2008. See LICENSE for more info.

----------------------------------------------------------------------- */


/***********************************************************************
******************* reset.css ******************************************
************************************************************************/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body { line-height:1.7;}
table { border-collapse:separate; border-spacing:0; }
caption, th, td { text-align:left; font-weight:normal; }
table, td, th { vertical-align: middle; }
blockquote:before, blockquote:after, q:before, q:after { content:""; }
blockquote, q { quotes:"" ""; }
a img { border:none!important; }
.clearer { height: 0px; overflow: hidden; margin: 0px; clear: both; }



/* BEGIN WEBSITE*/

body
{
    font: normal 100 88%/1.3em "Open Sans" , arial, sans-serif;
    position: relative;
    float: left;
    width: 100%;
    background: #ffffff url(../images/background.png);
}

html > body
{
    font-size: 14px; /*set default font size to 14px*/
    overflow: scroll;
}

p,dl
{
    padding: 4px 0 4px 0;
    font-weight: 300;
    color: #6d6b6b;
    letter-spacing: 0.05em;
    margin-right: 1em;
    font-size: 1em;
    word-spacing: .1em;
    line-height: 1.7em;
}

.centerimage
{
    display: block;
    margin-left: auto;
    margin-right: auto
}

strong
{
    font-weight: 600;
    line-height: 2em;
}
/* Link */
a
{
    color: #045FB4;
    text-decoration: none;
    outline: none;
}
a:link, a:visited
{
    color: #045FB4;
    text-decoration: none;
}
a:active, a:hover
{
    color: #034c8f;
    text-decoration: underline;
}

/*headers*/

h1
{
    font-size: 32px;
    font-weight: 600;
    color: #F58221;
    margin-top: 10px;
    margin-bottom: .75em;
}

h2
{
    font-size: 21px;
    font-weight: 600;
    color: #F58221;
    margin-bottom: 0.75em;
    margin-top: .75em;
    line-height: 22px;
}

/*sections*/

.header
{
    margin-top: 20px;
    padding-bottom: 20px;
}

.borderContainer
{
    background: #fff;
    border: 1px solid rgb(200, 200, 200);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 1px 1px rgb(238, 238, 238);
    -webkit-box-shadow: 0 1px 1px rgb(238, 238, 238);
    box-shadow: 0px 1px 1px rgb(238, 238, 238);
    padding: 30px;
}

.padBottom
{
    padding-bottom: 30px;
}

.footer
{
    border-top: 1px solid rgb(200, 200, 200);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 40px;
    font-size: 12px;
}


.footer ul
{
    text-align: right;
    list-style: none;
    font-size: 15px;
}

.footer li a
{
    white-space: nowrap;
    float: right;
    padding-left: 40px;
}