#nav-secondary-list div#nav-placer a {
    color: #b22d01;
}
#nav-secondary-list div#nav-placer a:hover {
    text-decoration: none;
    color: #b22d01;
}
#fma-content {
    width: 100%;
    height: 247px;
    background: #fff url('_images/bg-fma-contact-us.jpg') top left no-repeat;
}

#fma-content-phrase {
    width: 500px;
    height: 70px;
    position: absolute;
    margin-left: 330px;
    margin-top: 132px;
    overflow: hidden;
    display: none;
    background: transparent url('_images/bg-fma-content-phrase-contact-us.jpg') top left no-repeat;
}

#nav-secondary-list div {
    color: #999999;
    margin-top: -2px;
    position: relative;
    padding-left: 30px;
    width: 170px;
}

#nav-secondary-list h2{
    padding-top: 4px;
    padding-left: 5px;
    padding-bottom: 2px;
    width: 155px;
    margin-bottom: 5px;
    margin-top: 10px;
    color: #993300;
    font-size: 14px;
    letter-spacing: -1.22px;
}
#nav-secondary-list div a {
    text-decoration: none;
    color: #993300;
    text-decoration: underline;
}
#nav-secondary-list div a:hover {
    color: #396D88;
}
p.contact-information {
    margin-top: 30px;
}
span.name {
    color: #4e8aaa;
    font-weight: bold;
}

.form {
    list-style: none;
    float: left;
}
.form li {
    list-style: none;
}
.label {
    color: #993300;
    width: 150px;
    margin-right: 10px;
    float: left;
}
.text-input {
    border: 1px solid #4781A1;
    width: 230px;
    font-size: 11px;
    height: 14px;
}
.text-area {
    border: 1px solid #4781A1;
    width: 230px;
    font-size: 11px;
}
#opt-in-checkbox {
    float: left;
    margin-top: 25px;
}
#opt-in-label {
    float: left;
    margin-left: 20px;
    display: block;
    margin-top: 23px;
    width: 360px;
}
li#captcha {
    float: left;
}
li#captcha label.label {
    margin-top: 20px;
}
#captcha-image {
    margin-left: 12px;
}
p#captcha-input {
    margin-bottom: 0px;
    padding: 0;
    margin-left: 20px;
    float: left;
}

#captcha-input label {
    color: #993300;
}

input#contact-form-submit {
    display: block;
    border: none;
    background: #fff 0px 0px url('_images/button-submit.jpg') no-repeat;
    width: 85px;
    height: 22px;
    text-indent: -9999px;
    text-align: right;
    font-size: 0;
    color: #fff;
    margin-top: 30px;
}

#contact-form-submit:hover {
    cursor: pointer;
    background: #fff 0px -23px url('_images/button-submit.jpg') no-repeat;
}
