a:focus, a:active, 
/*button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,*/
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 0;
    outline : 0;
}

*:focus{
    border: 0;
    outline : 0;
}

body{
    margin: 0px;
    width: 100%;
    font-size: 13px;
    color: #4C5865;
    float: left;
    background-color: white;
}

.title{
    font-size: 36px;
    color: #4D5966;
    line-height: 36px;
}

input[type="text"],input[type="email"]{
    font-family: Helvetica;
    height: 32px;
    line-height: 45px;
    font-size: 14px;
    color: #4D5966;
    border: 1px solid #e4e8ec;
    border-radius: 2px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    behavior: url(PIE/PIE.htc);
    padding-left: 10px;
    padding-right: 10px;
    -webkit-appearance: none;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
}

input[type="submit"]{
    font-family: Helvetica;
    height: 32px;
    font-size: 14px;
    border: 1px solid #4D5966;
    border-radius: 2px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    behavior: url(PIE/PIE.htc);
    background-color: #4D5966;
    color: white;
    font-weight: bold;
    cursor: hand;
    cursor: pointer;
    -webkit-appearance: none;
}

textArea{
    font-family: Helvetica;
    font-size: 14px;
    color: #4D5966;
    border: 1px solid #e4e8ec;
    border-radius: 2px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    behavior: url(PIE/PIE.htc);
    padding: 10px;
    resize: none;
    -webkit-appearance: none;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    overflow: auto;
}

/*button{
    height: 45px;
    width: 125px;
    color: white;
    font-size: 14px;
    background-color: #4d5966;
    border: 1px solid #4d5966;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    behavior: url(PIE/PIE.htc);
    font-weight: bold;
    pointer: hand;
    cursor: hand;
}*/

/*--------------------HEADER-----------------------------*/

#header{
    width: 1000px;
    height: 80px;
    margin: 0 auto;
}

#header a{
    float: right;
    font-size: 15px;
    color: #4c5865;
    line-height: 80px;
    margin-left: 45px;
    text-decoration: none;
}

.horizontal_line{
    height: 1px;
    width: 100%;
}


/*--------------------FOLLOW US-----------------------------*/

#followus{
    float: left;
    width: 100%;
    min-height: 430px;
    background-color: #f7f8f9;
}

.job_button{
    height: 45px;
    width: 125px;
    color: white;
    font-size: 14px;
    background-color: #4d5966;
    border: 1px solid #4d5966;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    font-weight: bold;
}

#tweets{
    width: 340px;
    float: right;
}

#tweets .title{
    margin-top: 65px;
    margin-bottom: 30px;
    margin-left: 10px;
}

#tweets .tweet{
    font-size: 12px;
    color: #78838E;
    line-height: 16px;
    margin-bottom: 15px;
}

#tweets .tweet a{
    color: #78838E;
    text-decoration: none;
}

#tweets #followusontweeter{
    font-size: 12px;
    color: #4A90E2;
    line-height: 16px;
    text-align: center;
    margin-bottom: 15px;
}

/*--------------------FOTTER-----------------------------*/

#footer{
    float: left;
    width: 100%;
    height: 100px;
    background-color: #4d5966;
}

.foot{
    float: left;
    width: 100%;
    background-color: #4d5966;
    padding-top:20px;
}

.foot_content{
    width: 90%;
    margin: 0 auto;
}

#footer_content{
    margin: 0 auto;
}

#footer_content .title{
    float: left;
    height: 100px;
    line-height: 100px;
    color: white;
    margin-right: 45px;
}

#footer_content .icon{
    margin: 27.5px 35px 0px 0px;
    height: 49px;
    width: 49px;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: hand;
    cursor: pointer;
}




/*--------------------CONTACT-----------------------------*/

#contact_form{
    position: relative;
    left: 30px;
    margin: 10px auto 10px;
    width: 320px;
    height: 180px;
}

#contact_map{
    width: 100%;
    height: 400px;
}

