#bodyWrapper {
    position:relative;
    top:0;
    left:0;
    width:960px;
    min-height:100%;
    margin:0 auto; 
    background-color:white;
}
#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;
}

#bodyLeftContent {
    background-color:#ebebeb;
    margin-top:0px;
    border-radius:3px;
    width:215px;
    padding-bottom:30px;
    margin-bottom:60px;
}
#bodyLeftContentHeader {
    font-family:Lato;
    font-size:17px;
    font-weight:bold;
    text-align:center;
    color:#1b388c;
    padding:20px 0 5px 0;
}
#bodyLeftContentSubHeader {
    font-family:Lato;
    font-size:26px;
    font-weight:bold;
    text-align:left;
    color:#1b388c;
    padding:0 0 20px 12px;
}
#leftList {
    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 { 
    float:right; 
    width:718px;
    padding:20px 35px; 

}
#testimonialsHeader {
    font-family:Lato;
    font-size:30px;
    font-weight:bold;
    color:#1b388c;
}
.bodyRightTextTitle {
    font-family:Lato;
    font-size:14px;

}
hr {
    margin:15px 0;
}
.quotedText {
    font-style:italic;
    color:#333333;
    font-size:14px;
}
.textAuthor {
    font-family:Lato;
    font-size:14px;
    float:right;
    text-align:right;
    margin-right:40px;
}


@media only screen and (max-width: 1362px) { 
}

@media only screen and (max-width: 992px) { 
    #bodyWrapper{width:100%;}
    #bodyLeft{ border-right:none; width:100%;}
    #bodyRight {float:left; width:100%; padding:3%;}
    #bodyLeftContent{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) { 
    
}