
body
{
    font-family: 'Open Sans', sans-serif;    
}

h1{
    font-weight: 300;
    font-size: 26px;
    letter-spacing: 2px;
    margin-bottom: 30px;
        
}

.topbar 
{
    height:40px;
    background-color: #015A86;
}

.topbar p
{
    padding-top: 6px;
    font-size: 14px;
    text-align: right
}

.topbar a:link, a:visited, a:active 
{
    color: #FFF;
}

.topbar a:hover 
{
    color: #FFF;
    text-decoration: underline;
}

.contentArea
{
    background-image: url(img/website-bg2.jpg);
    background-color: #015A86;
    background-size: cover;
    height: 800px;
}


.contentArea ul
{
    
    padding: 0;
    list-style-type: none;
    margin: 20px 0;
}

.contentArea li
{
   display:block;

}

.b1 a:link
{
   color: #FFF;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 10px 30px 10px 30px;
    border: 1px solid rgba(255,255,255, 0.4);
    border-radius: 6px;
    
    
}

.b1 a:hover
{
      text-decoration: none;
    background-color: rgba(255,255,255, 1);
    color: #015A86;
}

.b2 a:link
{
    color: #015A86;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 10px 30px 10px 30px;
    border: 1px solid rgba(255,255,255, 0.4);
    background-color: rgba(255,255,255, 1);
    border-radius: 6px;
  
}

.b2 a:hover
{
    text-decoration: none;
    color: #FFF!important;
    border: 1px solid rgba(0,36,71, 0.4);
    background-color: rgba(0,36,71, 1);
}


.b2 a:visited
{
    color: #015A86;
}
.b2 a:active
{
    color: #FFF;
}

.buttonspace
{
    margin-top: 30px;
}


.navigation
{
    padding: 20px 0 30px 0;
    border-bottom: 1px solid rgba(255,255,255, 0.4);
}

.navigation a:link
{
    color: #FFF;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 10px 30px 10px 30px;
    border: 1px solid rgba(255,255,255, 0.4);
    border-radius: 6px;

}



.navigation a:hover
{
    text-decoration: none;
    background-color: rgba(255,255,255, 1);
    color: #015A86;

}

.button
{
    text-align: right;
    margin-top: 36px;
}

.content
{
    color: #FFF;
    padding-top:60px;
}
.content p
{
  font-weight: 300;

    font-size: 16px;
    line-height: 26px
}
.footer
{
    height: 110px;
    
}

.footer img
{
    margin-top:30px; 
}

.footer p
{
     margin-top:50px; 
   font-size: 11px;
    text-align: right;
    color: #77787B;
}