div#data
{
    position:absolute;
    right:25px;
    top:113px;
    font-family:'Comfortaa';    
    z-index:3;
    font-size:15px;
}
div#data a
{
    float:left;
    text-align:center;
    line-height:2.5;
    color:#ddd;
    margin:0 20px;
    text-decoration:none;
}
div#data a:hover
{
    background-image: url('../images/menu.png');
    background-repeat: no-repeat;
    background-position: center bottom;
}
div#data img
{
    max-height:42px;
    max-width:47px;
}
div#information_outer
{
    background:#0086ad;
    padding-top:50px;
    position:absolute;
    top:106px;
    right:0;
    z-index:2;
}
div#information
{
    padding:0 20px;
    width:230px;
    height:296px;
    color:#ddd;
    font-family:'Pontano Sans';
    font-size:15px;
}
div#information > div
{
    height:297px;
    margin-bottom:20px;
}
div#information p.contact_inner
{
    margin-top:40px;
}
div#information a
{
    color:white;
}