body {
    
    margin: 0;

    padding: 0;

    font-family: Arial;

    background-color: #d7edfb;
}



img {

    border: none;

}


a {

    text-decoration: none;

}


a:hover{

    text-decoration: underline;

}


#header{

    height: 120px;

    width: 100%;

    border-top: 5px solid #0193de;

    background-color: #d7edfb;

    position: fixed;

    top: 0;

    left: 0;

    -webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.36);

    -moz-box-shadow:    0px 2px 10px rgba(50, 50, 50, 0.36);

    box-shadow:         0px 2px 10px rgba(50, 50, 50, 0.36);

}


#header .wrap{

    margin: 0 auto;

    width: 1020px;

    height: 100%;

    position: relative;

}


#header 
#logo{

    padding-top: 28px;

}


#header ul {

    list-style-type: none;

    margin: 0;

    padding: 0;

    position: absolute;

    right: 0;

    bottom: 0;

}


#header ul li {

    border-bottom: 6px solid #d7edfb;

    float: left;

    height: 76px;

    margin: 0 25px;
}


#header ul li:hover, 
#header ul li.active {

    border-bottom: 6px solid #0193de;

}


#header ul li a{

    display: block;

    font-size: 16px;

    height: 100%;

    line-height: 90px;

    color: #101010;

    text-decoration: none;

}


#header ul li a:hover, 
#header ul li.active a{

    color: #0193de;
}

/* Content */
#content{

    background-color: #e8f4fc;

}


#content .wrap{

    width: 978px;

    margin: 126px auto 0 auto;

    padding: 0 30px;
}

#content #slogan{

    font-size: 28px;

    font-style: italic;

    color: #333333;

    padding-top: 70px;

    text-align: right;

}


#content h2{

    margin: 50px 0 25px 0;

    padding: 0;

    font-size: 36px;

    color: #292929;

    font-weight: normal;

}


#content .hr{

    height: 0;

    width: 100%;

    border-top: 1px solid #848484;

    border-bottom: 1px solid #ffffff;

    margin: 25px 0;

}


#content p{

    font-family: Arial;

    font-size: 12px;

    color: #000000;

    margin: 25px 0;

    letter-spacing: 0.5px;

}


#content p .highlight{

    color: #0193de;

}



.member .name{

    font-size: 24px;

    color: #292929;

    margin-bottom: 20px;

}


.member .about{

    font-size: 12px;

    font-family: Arial;

    margin-top: 15px;

    line-height: 18px;

}


.member .info{

    font-style: italic;

    color: #292929;

    font-family: Arial;

    font-size: 12px;

}


.member .email a{

    font-style: italic;

    color: #cf2612;

    font-family: Arial;

    font-size: 12px;

}


table.references{

    border: none;

    color: #000000;

    font-family: Arial;

    font-size: 14px;

}


.projects{

    font-family: Arial;

    font-size: 14px;

    line-height: 18px;
    color: #4c4b4b;

}