#bodyWrapper {
    position:relative; 
    width:960px; 
    margin:0 auto;  
}
#bodyLeft {
    position:relative;
    top:0;
    left:0;
    float:left;
    width:241px;
    display:block;
    overflow:hidden;
    margin:0 auto;
    border-right:1px solid #e9e9e9;
    padding:20px 10px 20px 15px;
}
#bodyLeftHeader {
    font-family:Lato;
    font-size:24px;
    font-weight:bold;
    color:#1d388c;
    padding:10px 0;
    border-bottom:4px solid #b7b7b7;
}

.bodyLeftOption {
    margin:15px 0 0 5px;
    font-family:Lato;
    font-weight:600;
    font-size:14px;
    color:#555555;
}
#triangleBullet {
    vertical-align:bottom;
}
#bodyLeftContent {
    background-color:#ebebeb; 
    border-radius:3px;
    width:100%;
    float:left;
    padding-bottom:30px;
    margin-bottom:30px;
}
#bodyLeftContentHeader {
    font-family:Lato;
    font-size:17px;
    font-weight:bold;
    text-align:center;
    color:#1b388c;
    padding:0px 0 5px 0;
}
#bodyLeftContentSubHeader {
    font-family:Lato;
    font-size:26px;
    font-weight:bold;
    text-align:left;
    color:#1b388c;
    padding:0 0 20px 12px;
}
#leftList ul {
    list-style:none;
    padding:0 0 0 0 ;
    margin:0 10px 0 10px;
}
#leftList li {
    position:relative;
    top:0;
    left:0;
    background:url(/images/why_us/circleBullet.png) no-repeat  left 5px;
    padding:0 0 25px 15px;
    font-family:Lato;
    font-size:14px;
    font-weight:bold;
    color:#333333;
}
.clear { width:0; height:0; overflow:0; clear:both; overflow:hidden; visibility:hidden; }
#bodyRight {
    position:relative;
    display:block;
    float:right;
    width:718px;
    max-width:100%;
    padding:20px 20px 20px 35px;
    margin:0 auto;

}
#bodyRight img{ max-width:100%;}
#whyUsHeader {
    font-family:Lato;
    font-size:30px;
    font-weight:bold;
    color:#1b388c; 
}
.whyH2 {
    font-family:Lato;
    font-size:20px;
    font-weight:bold;
    color:#333333;
    float:left;
    width:300px;
    margin:0 0 15px 0;
}
#rightBodyImg1 {
    float:left;
    margin:15px 0 0 10px;
}
#rightBodyImg2 {
    float:left;
    margin:15px 0 0 20px;
}
.rightBodyText {
    font-family:Lato;
    font-family:bold;
    color:#333333;
    font-size:14px;
    clear:left;
}
#certImg {
    margin-top:40px;
}
.sideBarLinks {
    text-decoration:none;
    color:#333333;
}
.sideBarLinks:hover {
    text-decoration:underline;
}
@media only screen and (max-width: 1362px) { 
}

@media only screen and (max-width: 992px) { 
    #bodyWrapper{width:100%; float:left; }
    #bodyLeft{ border-right:none; width:100%;}
    #bodyRight {float:left; width:100%;}
    .leftSection ul{ margin-left:25px;}
    .leftSection li{ font-size:16px;}

}
@media only screen and (max-width: 767px) { 
    .leftSectionImgWrapper {width:100%;float:left;}
    .leftSectionTextWrapper {width:100%;float:left;margin-left:0%;}

}
@media only screen and (max-width: 479px) { 
    
}