.aboutus_main
{
    /*min-width: 1500px;*/
    min-height: 990px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 143px;
    bottom: 0px;
    background-color: #aaa;
}

.aboutus_container
{
    height: 100%;
    text-align: center;
    background-color: #e3e3e3;
    margin: 0 auto;
    overflow: auto;
}

.aboutus_header
{
    position: relative;
    left: 0;
    height: 90px;
    width: 510px;
    background-color: #000;
    box-shadow: 3px 5px 8px #444;
    margin-bottom: 40px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3e3e3e+0,010101+100 */
    background: #3e3e3e; /* Old browsers */
    background: -moz-linear-gradient(top, #74468c 0%, #490d6a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #74468c 0%,#490d6a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #74468c 0%,#490d6a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74468c', endColorstr='#490d6a',GradientType=0 ); /* IE6-9 */ 
    border-bottom-right-radius: 40px;
}
       
.aboutus_header_text
{
    color: #fff;
    font-family: "Times New Roman";
    font-size: 40pt;
    text-align: right;
    padding-right: 80px;
    padding-top: 10px;
}

.aboutus_column_container
{
    margin: 0 auto;
}

.aboutus_column
{
    width: 30%;
    display: inline-block;
    margin-right: 5px;
    padding-bottom: 25px;
    border-left-style: solid;
    border-left-color: #999;
    border-left-width: thin;
    border-right-style: solid;
    border-right-color: #999;
    border-right-width: thin;
        padding-left: 5px;
    padding-right: 5px;
    vertical-align: top;
}

.aboutus_innercontain
{    

}

.aboutus_title_history
{
    height: 110px;
    background-color: #6f3035;
    border-top-left-radius: 20px;
}

.aboutus_title_mission
{
    height: 110px;    
    background-color: #b28c35;
}

.aboutus_title_message
{
    border-top-right-radius: 20px;
    height: 110px;
    background-color: #6c3b86;
}

.aboutus_title_text
{
    padding-top: 10px;
    padding-left: 40px;
    position: relative;
    text-align: left;
    font-family: "New Times Roman";
    color: #fff;
    font-size: 20pt;
}

.aboutus_column_element
{
    background-color: #480c69;
    height: 3px;
}

.aboutus_paragraph
{    
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}

.aboutus_image_history
{
    background-image: url(/IMAGES/history.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 290px;
    background-color: aqua;
}

.aboutus_image_mission
{
    background-image: url(/IMAGES/mission.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 290px;
    background-color: aqua;
}

.aboutus_image_message
{
    background-image: url(/IMAGES/message.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 290px;
    background-color: aqua;
}

.aboutus_image_link
{
    float: right;
    margin-top: 260px;
    padding-top: 5px;
    height: 25px;
    width: 155px;
    background-color: #000;
    color: #fff;
    font-family: "Arial";
    cursor: pointer;
    border-top-left-radius: 15px
}

.aboutus_image_link:hover
{
    background-color: #555;
}

.aboutus_paragraph_text
{
    margin-top: 18px;
    text-align: left;
    font-family: "Arial";
    font-size: 17px;
    color: #000;
}

@media screen and (max-width: 1100px) {
    
    .aboutus_column
    {
        padding-top: 10px;
        width: 100%;
    display: inline-block;
    margin-right: 5px;
    padding-bottom: 25px;
    border-left-style: solid;
    border-left-color: #999;
    border-left-width: thin;
    border-right-style: solid;
    border-right-color: #999;
    border-right-width: thin;
        padding-left: 5px;
    padding-right: 5px;
    vertical-align: top;
    }
    
    .aboutus_title_history
    {
        border-top-left-radius: 0px;
    }

.aboutus_title_message
    {
        border-top-right-radius: 0px;
    }
    
}