#bodyWrapper {
    position:relative;
    top:0;
    left:0;
    width:960px;
    min-height:750px;
    margin:0 auto; 
    background-color:white;
}
#bodyLeft {
    position:relative;
    top:0;
    left:0;
    float:left;
    width:240px;
    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;
}
.listTitle {
    margin:15px 0 7px 3px;
}

.bodyLeftOption {
    margin:5px 0 0 5px;
    font-family:Lato;
    font-weight:600;
    font-size:12px;
    color:#555555;
}
#triangleBullet {
    vertical-align:bottom;
}
#bodyLeftContent {
    background-color:#ebebeb;
    margin-top:40px;
    border-radius:3px;
    width:215px;
    padding-bottom:30px;
    margin-bottom:160px;
}
#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;
}
#bodyLeft h4{ font-size:16px; margin-bottom:0px;}
.clear { width:0; height:0; overflow:0; clear:both; overflow:hidden; visibility:hidden; }
#bodyRight {
    position:relative;
    top:0;
    left:0;
    display:block;
    overflow:hidden;
    width:709px;
    padding:20px 40px 20px 35px;
    margin:0 auto;

}

#bodyRight p {
    font-family:Lato;
    font-family:bold;
    color:#333;
    font-size:14px;
    clear:left;
}
#rightBodyBottomText {
    font-weight:bold;
    color:#333333 !important;
}
#serviceHeader {
    font-family:Lato;
    font-size:30px;
    font-weight:bold;
    color:#1b388c;
    margin-bottom:20px;
    float:left;
}
.serviceH2 {
    font-family:Lato;
    font-size:18px;
    font-weight:bold;
    color:#333333;
    float:left;
    width:300px;
    margin:0 0 15px 0;
    clear:left;
    float:left;
}
#rightBodyImg1 {
    float:right;
    margin:0px 0 0 20px;
}
#rightBodyImg2 {
    float:left;
    margin-right:20px;
}

#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%;}
    #bodyRight{ width:100%;padding:3%;}
    #bodyLeft{width:100%;}
    #bodyWrapper{min-height:auto;}
    #bodyRight p{ font-size:16px;}
    .bodyLeftOption{ font-size:16px;}

}
@media only screen and (max-width: 767px) { 
}
@media only screen and (max-width: 479px) { 
    
}