.imagecard_wrap {
    position: relative;
    overflow: hidden;
    clear: both;
    width: 960px;
    margin: 40px auto 20px;
}

#page_videolibrary .headerblock,
#page_ourmethod .headerblock,
#page_ourvision .headerblock {
    padding: 20px 0;
}
#page_videolibrary .headerblock h1,
#page_ourmethod .headerblock h1,
#page_ourvision .headerblock h1 {
    color: #707070;
}
#page_videolibrary .headerblock p,
#page_ourmethod .headerblock p,
#page_ourvision .headerblock p {
    color: #707070;
}

.ic_head {
    position: relative;
    overflow: hidden;
    clear: both;
    margin-bottom: 20px;
    padding-top: 40px;
}
.ic_head h1 {
    margin-bottom: 5px;
    font-family: 'Open Sans Bold', sans-serif;
    font-size: 33px;
    text-transform: uppercase;
    color: #838383;
}
.ic_head p {
    width: 700px;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #838383;
}

.ic_content {
    position: relative;
    float: left;
    display: inline;
    width: 700px;
}
.ic_content li {
    position: relative;
    overflow: hidden;
    clear: both;
    width: 700px;
    /*height: 607px;*/
}
.ic_content li img {
    display: block;
}

.ic_menu {
    position: fixed;
    float: left;
    display: inline;
    width: 162px;
    margin-left: 47px;
}
.ic_menu li {
    display: block;
    position: relative;
    overflow: hidden;
    clear: both;
    width: 162px;
    height: 23px;
    margin-bottom: 6px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
    color: White;
    background-color: #aab6ae;
    cursor: pointer;
}
.ic_menu li.active {
    background-color: #005e26;
}

#page_ourmethod .headerblock {
    display: none;
}
