body{
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 0px;
}
#container{
    max-width:950px;
    width: 100%;
    margin:0 auto;
}
#headerimg img{
    width: 100%;
}
#menu{
    position: relative;
    z-index: 10000;
    width: 100%;
}
#menu a{
    font-size:17px;
    font-weight:normal;
    color: rgb(79, 126, 156);
    text-decoration: none;
}

#menulinks{
    top:23px;
    position:absolute;
    right:40px;
    font-size:17px;
    font-weight:normal;
    color: rgb(79, 126, 156);
    z-index: 1;
}
#menubk{
    top:0px;
    position:absolute;
    left:0px;
    width: 100%;
    height: 70px;
    background-color: white;
    opacity: .5;
}
#menubk img{
    height:70px;
}
#menulinks div{
    margin-right:25px;
    border-bottom:1px solid rgb(79, 126, 156);
    float:left;
    padding-bottom:3px
}

#logo{
    margin-top:0.45%;
    margin-left:3%;
    position:absolute;
    width:23.7%;
}
#logo img{
    width: 100%;
}    
.section{
    position: relative;
    margin-top: 2em;
}

#bodySection{
    width:100%;
    max-width: 950px;
}

.section h1{
    color: #59b8da;
    font-size: 48px;      
    margin:30px 15px;
    font-family: "HelveticaNeue-UltraLight",'Helvetica Neue', 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 100;
    clear:both;
}
.subsection {
    float: left;
    width: 283px;
    height: 470px;
    padding: 39px 13px;
}
.subsectionImg{
    vertical-align: middle;
    text-align: center;
    margin-bottom: 20px;
}
.subsectionImg img{
    height: 140px;
}
.subsection h2{
    color: rgb(90, 90, 90);
    font-size: 32px;
    text-align: center;            
    font-family: "HelveticaNeue-UltraLight",'Helvetica Neue', 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 100;
}
.subsectionTitle1Line{
    width:300px;
    margin-bottom: 30px;
    margin-top: 25px;
}
.subsectionTitle2Line{
    width:300px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.subsection p{
    color: rgb(90, 90, 90);
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
    text-align: center;            
}
.subsection2{
    float:left;
    max-width: 445px;
    margin-top: 0px;
    margin-bottom: 30px;
    margin-right: 27px;
}

.subsection2 h2{
    color: rgb(90, 90, 90);
    font-size: 32px;
    text-align: center;            
    font-family: "HelveticaNeue-UltraLight",'Helvetica Neue', 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 100;
}
.subsection2 ul{
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
    color: rgb(90, 90, 90);
    font-size: 14px;
    line-height: 20px;
    text-align: left;            
}
.subsection2 li{
    background-image: url(../img/bullet.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 15px;
    background-position-y: 6px;
    margin-top: 8px;
}

.legal{
    float:left;
    width:100%;
    margin-top: 0px;
    margin-bottom: 30px;
    margin-right: 27px;
    color: rgb(90, 90, 90);
    font-size: 14px;
    line-height: 20px;
    text-align: left;            
}
.legal h2{
    color: rgb(90, 90, 90);
    font-size: 32px;
    font-family: "HelveticaNeue-UltraLight",'Helvetica Neue', 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 100;
}
.legal ul{
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}
.legal li{
    background-image: url(../img/bullet.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 15px;
    background-position-y: 6px;
    margin-top: 8px;
}

.section-line {
    /* max-width: 100%; */
    width: 100%;
    position: relative;
    height: 1em;
    background: url(../img/line.png) top left no-repeat;
}
.sectionImg{
    float:left;
    width: 50%;
    margin-left: 3%;
    margin-bottom: 1em;
    min-width: 370px;
}
.sectionImg img{
    max-width: 100%;
}
.sectionText {
    width: 40%;
    float:left;
    margin-left: 3%;
    margin-top: 0px;
    min-width: 300px;
}
.sectionText p{
    text-align: center;
    color: rgb(100, 100, 100);
    font-size: 18px;
    line-height: 25px;
}
.sectionText h1{
    text-align: center;
}
#footer{
    /* width: 100%; */
    padding:20px 40px;
    background-color: #1475ba;
    margin-top: 40px;
}
#footer a{
    color:white;
    font-size: 13px;
    text-decoration: none;
}

.news h1{
    color:#225a81;
    font-size: 25px;
    margin-top: 30px;
    margin-left: 15px;
    font-family: Helvetica, Arial, sans-serif;
    float: left;
}
.news h2{
    color:#999;
    font-size: 23px;
    margin-top: 33px;
    margin-left: 10px;
    font-family: Helvetica, Arial, sans-serif;
    float: left;
    font-weight: 100;
}
.newsImg{
    float: left;
    width: 350px;
    margin-left: 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, .5);
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, .5);
}
.newsImg img{
    width: 350px;
}
.newsText p{
    text-align: left;
    color: rgb(100, 100, 100);
    font-size: 17px;
    line-height: 25px;
    margin: 0px;
}
.newsText a{
    text-decoration: none;
    font-weight: bold;
    color: rgb(70, 70, 70);
}
.newsText {
    /* width: 510px; */
    float: left;
    margin-left: 27px;
    margin-top: 0px;
}        

