/* Brochures */
#brochures {

}

#brochures h1 {
    font-family: "Times New Roman";
    color: #680032;
    font-weight: normal;
    font-size: 22px;
}

#brochures p {
    font-family: "Times New Roman";
    font-weight: normal;
    font-size: 14px;
}

#brochures .l-pane {
    width: 220px;
    float: left;
}

#brochures .r-pane {
    width: 360px; 
    float: left;
}

#brochures hr {
    background-color: #FFFFFF;
    height: 2px;
    border: none;
    margin-bottom: 10px;
}

#brochures .links {
    padding: 5px 0 0 15px;
    
}

#brochures .links img {
    margin-right: 5px;
}

#brochures .links a {
    text-decoration: none;
}

#brochures div.error {
    font-size: 12px;
    padding: 4px 0px;
    color: #cc3300;
}

#brochures .error {
    font-size: 12px;
    color: #cc3300;
}

.packets {
    list-style: none;

}

.packets li {
    font-size: 12px;
    padding: 4px 0;    
}

.brochures_table td.label {
    font-size: 12px;
    padding-top: 10px;
}

.brochures_table td.set-width {
    width: 340px;
}

.brochures_table td.field {
    font-size: 12px;
}


.brochures_table input[type=text] {
    width: 220px;
}

.clr {
    clear:both;
}


.brouchure-facebook-link {
    position: absolute;
    display: block;
    text-decoration: none;
    width: 85px;
    height: 32px;
    margin: -138px 0 0 179px;
    
}

.brouchure-twitter-link {
    position: absolute;
    display: block;
    width: 42px;
    height: 42px;
    margin: -94px 0 0 178px;
    text-decoration: none;
}

