* {
    font-family: "Trebuchet MS", Century Gothic, arial;
    font-size: 11px;
}

a {
    color: #1c6b93;
}

a:hover {
    text-decoration: none;
}

h2 {
    background-image: url('../images/headerstreep.jpg');
    background-repeat: no-repeat;
    background-position: bottom left;
    color: #0c4f72;
    font-size: 16px;
    font-family: "Century Gothic", Trebuchet MS, Century Gothic, arial;
    padding-bottom: 10px;
    margin-top: 6px;
}


h3 {
    font-size: 1.3em;
    color: #0C4F72;
}

p {
    line-height: 1.5em; 
}

strong {
    color: #1c6b93;
}

ul {
    list-style-image: url('../images/bullet.gif');
}

address {
    font-style: normal;
    line-height: 2em;
    border-left: #1B668D solid 1px;
    padding-left: 16px;
    margin: 6px 0px;
}

td, th {
    text-align: left;
    vertical-align: top;
}

th {
    width: 100px;
}

div.quote {
    background-color: #D1DCDF;
    padding: 4px 16px;
}

div.quote span.quoteauthor {
    margin-left: -6px;
}

/*******************************
 *          box
*******************************/
div.box {
    background-color: #e7e9ea;
    border: 1px white solid;
    padding: 16px;
}

div.box h2 {
    padding: 0px;
}

div.box {
    padding: 16px 32px;
}

div.box img {
    margin-right: 16px;
    /*margin-top: 16px;*/
    /*margin-bottom: 8px;*/
}

/*----------------------------------------------------------*/

.clearfix:after {

    content: "."; 

    display: block; 

    height: 0px;

    clear: both; 

    visibility: hidden;

}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

.clearfix {display: block;}

/* End hide from IE-mac */

/*----------------------------------------------------------*/