.contact_main
{
    /*min-width: 1500px;*/
    min-height: 690px;
    width: 100%;
    position: absolute;
    top: 143px;
    background-color: #e3e3e3;
}

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

.contact_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;
}
       
.contact_header_text
{
    color: #fff;
    font-family: "Times New Roman";
    font-size: 40pt;
    text-align: right;
    padding-right: 80px;
    padding-top: 10px;
}

.contact_column_container
{
    margin: 0 auto;
}

.contact_column
{
    width: 100%;
    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;
}

.contact_innercontain
{    
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}

.contact_column_title
{
    text-align: left;
    padding-left: 40px;
    padding-bottom: 5px;
    font-family: "New Times Roman";
    color: #480c69;
    font-size: 22pt;
}

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

.contact_inner_column_left
{
    margin-right: 10px;
    float: left;
    width: 80%;
    max-width: 500px;
    min-width: 450px;
    display: inline-block;
}

.contact_map
{
    float: right;
    display: inline-block;
    margin-left: 10px;
    width: 50%;
    height: 50%;
}

.contact_paragraph_header
{
    text-align: left;
    text-decoration: underline;
    font-family: "Arial";
    font-size: 16pt;
    color: #000;
    padding-top: 30px;
}

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

.contact_social_icon_facebook
{
    background-image: url(/IMAGES/icon_facebook_lg.png);
    position: relative;
    top: -40px;
    right: 80px;
    float: right;
    width: 110px;
    height: 100px;
    margin: 4px 4px 4px 4px;
}

.contact_social_icon_facebook:hover
{
    background-image: url(/IMAGES/icon_facebook_lg_hi.png);
    cursor: pointer;
}

.contact_social_icon_linkedin
{
    background-image: url(/IMAGES/icon_linkedin_lg.png);
    position: relative;
    top: -40px;
    right: 80px;
    float: right;
    width: 110px;
    height: 100px;
    margin: 4px 4px 4px 4px;
}

.contact_social_icon_linkedin:hover
{
    background-image: url(/IMAGES/icon_linkedin_lg_hi.png);
    cursor: pointer;
}

@media screen and (max-width: 1100px) {
    .contact_map
    {
        display: none;
    }
    
   .contact_inner_column_left
{
    padding-top: 140px;
    padding-bottom: 40px;
    margin-right: 0px;
    float: none;
    width: 100%;
    min-width: 0px;
    display: inline-block;
}
    
    .contact_column_title
    {
        text-align: center;
    }
    
    .contact_paragraph_text
{
    margin-top: 18px;
    text-align: center;
    font-family: "Arial";
    font-size: 17px;
    color: #000;
    padding-bottom: 0px;
}
    
    .contact_social_icon_facebook
{
    background-image: url(/IMAGES/icon_facebook_lg.png);
    position: relative;
    top: 40px;
    right: 0px;
    float: right;

}

.contact_social_icon_linkedin
{
    background-image: url(/IMAGES/icon_linkedin_lg.png);
    position: relative;
    top: 40px;
    right: 0px;
    float: right;
}
    
}