.ie6 #feature_top .intro {
    MARGIN-LEFT: 15px
}

#brochures {
    margin-top: 25px;
    clear: left;
    float: left;
}

#brochures .brochure {
    width: 378px;
    float: left;
    margin-bottom: 25px;
}

#brochures .image {
    float: left
}

#brochures .image img {
    border: 1px solid #6298c2
}

#brochures .content {
    float: left;
    width: 200px;
    margin-left: 10px;
}

#brochures .content h3 {
    color: #003d6b;
    font-size: 14px;
    margin-bottom: 10px;
}

#brochures .content p {
    margin-bottom: 10px
}

#brochures .content ul.readmore {
    list-style: none
}

#brochures .content ul.readmore li {
    margin-left: 0
}

#brochures .content ul.readmore li img {
    margin-right: 4px
}

#brochures hr {
    float: left;
    clear: left;
    width: 100%;
    height: 0px;
    color: #6298c2;
    background-color: #6298c2;
    border: 1px solid #6298c2;
    border-bottom: 0px;
    padding: 0;
}

/* ===[ Form ]=== */

#brochure_form {
    clear: left;
    float: left;
    margin-top: 10px;
}

#brochure_form h1 {
    color: #003d6b;
    font-size: 14px;
    margin-bottom: 10px;
}

#brochure_form .field {
	height: 35px;
	xposition: relative;
}

#brochure_form .field .error{
    border: 1px solid red;
}

#brochure_form label.error{
    display: none !important;
}
#brochure_form .col1 {
    clear: left
}

#brochure_form .col1,
#brochure_form .col2 {
    width: 350px;
    margin-top: 15px;
    float: left;
}

#brochure_form .col2 {
    margin-left: 50px
}

#brochure_form .col1 .field label,
#brochure_form .col2 .field label {
    width: 10em;
    float: left;
}

#brochure_form .col1 .field input,
#brochure_form .col2 .field input {
    width: 220px
}

#brochure_form .col1 p {
    margin-top: 25px
}

#brochure_form .col1 p a {
    text-decoration: none;
    color: #003d6b;
}

#brochure_form .col2 p {
    text-align: right;
    margin-top: 0px;
}

.brochure_types {
    list-style: none;
    margin-top: 25px;
}

.brochure_types .type {
    float: left;
    margin-left: 25px;
}

.brochure_types .type.first-item {
    margin-left: 0
}

.brochure_types .type input {
    margin-right: 5px;
    vertical-align: middle;
}

.brochure_types .type label {

}

span.required {
    color: #003d6b
}

