#contactTitle{
    position:relative;
    width:200px;
    text-align:center;
    height:36px;
    margin:0 auto;
    margin-top:40px;
    color: #002E6C;
    font-size:22px;
    letter-spacing: 4px;
}

#contactDivider{
    position:relative;
    width:890px;
    height:1px;
    background-color:#A9A3A3;
    margin:0 auto;
}

#contactDataLeft{
    float:left;
    width:340px;
    margin-left: 55px;
}

#contactLogo{
    position:relative;
    float:left;
    margin-top:168px;
    margin-left:50px;
}

#contactData{
   position:relative;
   margin:0 auto;
   margin-top:70px;
   width:1000px;
   height: auto;
   overflow: hidden;
}

.contactInput{
    position: relative;
    border: solid 1px #A9A3A3;
    color: #777777;
    line-height: 26px;
    padding-left: 14px;
    padding-right: 14px;
    height: 24px;
    width: 292px;
    font-size: 13px;
    margin-top: 10px;
    border-radius: 2px;
}

.contactTextArea{
    position: relative;
    width: 520px;
    height: 158px;
    padding: 6px 14px 14px 14px;
    color: #777777;
    font-size: 13px;
    border: none;
    resize: none;
    border: solid 1px #A9A3A3;
    margin-top: 10px;
    border-radius: 2px;
}

#contactSendBtnContaner{
    position:relative;
    width:100%;
    height:110px;
}

#contactSendBtn {
    font-size: 22px;
}

.contactRow{
    position:relative;
    width:100%;
    height:32px;
    margin-top:5px;
    text-align:center;
    color:#383838;
    font-size:15px;
}

#contactMap{
    position:relative;
    width:100%;
    height:400px;
}
