@font-face {
    font-family: 'litera-regularregular';
    src: url('../fonts/litera-regular-webfont.eot');
    src: url('../fonts/litera-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/litera-regular-webfont.woff') format('woff'),
         url('../fonts/litera-regular-webfont.ttf') format('truetype'),
         url('../fonts/litera-regular-webfont.svg#litera-regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0 auto;
    background: #fff url('../images/background.jpg') no-repeat  top;
    margin-top:0px;
    padding-top:0px;    
    font-family: 'litera-regularregular';
    color: #1A595E;
    font-size: 16px;
}
.container-fixed {
    margin: 0  auto;
    width:1024px;
    max-width: 1024px;
    min-width: 1024px;
    padding-top:0px;
    margin-top:0px;
}

/* Languages */
.languages{
    clear: both;
    margin: 0  auto;
    width:100px;
    height:60px;
}
.lnav{
    list-style: none outside none;   
    display: block;
}
.lnav >  li > a {
    line-height: 25px;
    margin: -10px 2px 2px 2px;
    padding: 10px 5px 0;
    display: block;
    border-radius: 0px 0px 8px 8px;
    font-weight: bold;   
    color: #488286;
}
.lnav > li {
    display: list-item;
    float: left; 
}
.lnav > .active > a {
    background-color: #488286;
    color: #FFFFFF;
}
.lnav > li > a:hover {
    background-color: #488286;
    color: #FFFFFF;
}

/* buoy */
.buoy-container {
    padding-left:20px;
    padding-right:20px;
}
.buoy-container p{
    padding-right:20px;
    margin-top:-10px;
    font-size: 18px;
    line-height: 18px;
    text-transform:uppercase;
    text-align: center;
    font-weight: 550; 
}
/* content */
.content{
    margin-top:85px;
}
#lcontent{
    background: transparent url('../images/lcontent_background.png') no-repeat  top left;
    float: left;
    display : block;
    height:284px;
    width:509px;
    padding: 40px;
    padding-bottom:0px;
    
}
#lcontent h1{
    font-size: 32px;
    margin:0;
    line-height:28px;
    margin-bottom:10px;
    font-weight: 500; 
}
#lcontent h2{
    font-size: 18px;
    margin:0;
    line-height:22px;
    margin-bottom:5px;
    font-weight: 500; 
}
#lcontent a{
    color: #2F3C3D;
}
#lcontent p {
    font-weight: 500; 
    font-size: 14px;  
    margin-bottom:20px;
}
.title{
    font-size: 18px;
    margin-top:20px;
    margin-bottom:20px;
    font-weight: 500; 

}


#rcontent{
    background:  transparent url('../images/rcontent_background.png') no-repeat  top left;
    float: left;
    display: block;
    height:294px;
    width:269px;
    margin-left:10px;
    padding: 20px;
    padding-bottom:20px;

}
#rcontent h1{
    font-size: 28px;
    margin:0;
    line-height:26px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom:15px;
    color:#FFF;
    font-weight: 500; 
    text-align: center;
    border-bottom: 2px solid #CFF0F9;
}
#rcontent input{
    background-color: #CFF0F9;
    width:255px;
    height:35px;
    margin-bottom:15px;
    color: #1A595E;
    font-weight: 500; 
    font-size: 18px;  
    font-family: 'litera-regularregular';
    border-radius:0;

}
#rcontent input:-moz-placeholder, textarea:-moz-placeholder {
    color: #69A3A8;
}
#rcontent .butn{
    background-color: transparent;
    border: none;
    border-top: 2px solid #CFF0F9;
    color:#FFF;
    text-align: center;
    width:100%; 
    font-size: 24px;  
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: 'litera-regularregular';
    font-weight: 500; 
    
}
#rcontent .btn{
    font-family: 'litera-regularregular';
    font-weight: 500;
    letter-spacing:1px;    
}
#rcontent .butn:hover{
    text-decoration:underline;
}
#formConfirmation p {
    color: #FFFFFF;
    font-size: 18px;
}
.footer{
    background-color: #16648A;
    text-align: center;
    height:30px;
    line-height: 30px;
    font-weight: 500; 
}
.footer p{
    font-size: 12px;
    color: #FFFFFF;

}
.footer a{
    color: #FFFFFF;

}
.footer a:hover{
    color: #FFFFFF;

}
