.stnd-txt p {
    font-size: 11px;
    line-height: 160%;
    margin: 16px 0;
}

.sml-txt p {
    font-size: 10px;
    line-height: 120%;
    margin: 10px 0;
}

.hd-intro { margin-bottom: 25px; }

.hd-intro h4 { color: #bfbfbf; }

.hd-intro p { margin: 2px 0; }

/* CONTACT US OVERVIEW */

.summary-pane {
    border-top: 1px solid #242424;
    padding: 23px 0;
}

.summary-pane ul li p,
.summary-pane ul li h3 {
    font-size: 10px;
    line-height: 150%;
    margin: 0;
}

.summary-pane ul li {
    float: left;
    margin: 0 15px 15px 0;
    width: 200px;
}

.summary-pane ul li.last { margin-right: 0 !important; }
.summary-pane .summary-row-bottom ul li { margin-bottom: 0; }
.summary-pane ul li h3 a { color: #fff; }
.summary-pane ul li h3 a:hover { text-decoration: underline; }
.summary-pane ul li p { color: #737373; }

/* LOCATOR BUTTONS */

a.recruiter-locator,
a.base-locator {
    background-repeat: no-repeat;
    display: block;
    margin: 20px 0;
}

a.recruiter-locator span,
a.base-locator span { display: none; }

a.base-locator {
    background-image: url(../i/base_locator.jpg);
    height: 241px;
    width: 483px;
}

a.recruiter-locator {
    background-image: url(../i/recruiter_locator.jpg);
    height: 241px;
    width: 483px;
}

/*
----------------------------------------------------
FORMS
----------------------------------------------------
*/


a.basic-training {
    background-repeat: no-repeat;
    display: block;
    margin: 20px 0;
}

a.basic-training span { display: none; }

a.basic-training {
    background-image: url(../i/basic_training_icon.jpg);
    height: 241px;
    width: 483px;
}

/*
----------------------------------------------------
FORMS
----------------------------------------------------
*/

ol.form {
    list-style: none;
}

ol.form input,
ol.form textarea,
ol.form select,
ol.form option {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

ol.form select {
    padding: 2px;
}

ol.form .field input,
ol.form .field textarea,
ol.form .field select,
ol.form .field option {
    color: #000;
}

ol.form .text input,
ol.form .mixed input
ol.form .textarea textarea {
    background-color: #fff !important;
    border: 1px solid #9a9a9a;
    padding: 2px;
}

ol.form li {
    font-size: 10px;
    line-height: 180%;
    padding: 5px 0;
}

ol.form li label,
ol.form li div.field {
    color: #fff;
    float: left;
}

ol.form li label {
    display: block;
    padding: 0 18px 0 22px;
    text-align: right;
    width: 210px;
}


/* RADIO BUTTONS */

ol.form li .radio li  {
    float: left;
    padding: 0;
    width: auto;
}

ol.form .radio input {
    float: left;
    margin-top: 2px;
}

ol.form .radio label {
    padding: 2px 12px 0;
    text-align: left;
    width: auto;
}

ol.form li .radio span {
    margin-top: -4px;
}

/* SUBMIT */

ol.form li.submit {
    padding: 27px 0 27px 250px;
}

ol.form li.submit input {
    border: none;
    background-color: #668298;
    color: #fff;
    font-weight: bold;
    padding: 4px 11px;
}

ul.contact-info {
margin-bottom: 15px;
}

h5.contact-header {
font-weight: bold;
font-size: 1em;
margin: 15px 0 0 0;
color: #bfbfbf;
}