/* Home page header stuff */
.recallsWelcomeBox {
    clear: both;
    margin-bottom: 4px;
    background-color: #0c4789;
    _height: 1%;
}
.recallsWelcomeBoxText {
    padding-left: 10px;
    color: white;
    font-size: 0.9em;
}
.recallsWelcomeBox h1 {
    color: white;
    font-weight: normal;
    margin-top: 4px;
    margin-bottom: 5px;
}
.recallsWelcomeBox p {
    margin-bottom: 0px;
}
.recallsWelcomeBoxImage {
    float: right;
}
.recallsHotTopicsBox {
    margin-bottom: 10px;
}
.recallsHotTopicsBox h2 {
    background-color: #b1ccea;
    color: black;
    padding: 5px;
    font-size: 1.4em;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 2px;
}
div.recallsHotTopicContent h2 {
    font-size: 1.15em;
}
div.recallsMoreHotTopics {
    background-color: #eff2f2;
    padding: 3px;
    padding-right: 5px;
    text-align: right;
}
.recallsMostRecentRecallsBox {
    margin-bottom: 10px;
}
.recallsMostRecentRecallsBox ul {
    background-color: #e0e6e6;
    padding: 5px;
    margin: 0px;
}
.recallsMostRecentRecallsBox h2 {
    background-color: #b1ccea;
    color: black;
    padding: 5px;
    font-size: 1.4em;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 2px;
}
div.recallsMoreMostRecentRecalls {
    text-align: right;
    margin-top: 2px;
    padding: 3px;
    padding-right: 5px;
    background-color: #eff2f2;
}
div.recallsMoreFaqs {
    text-align: right;
    padding: 3px;
    padding-right: 5px;
}
.recallsDisclaimerBox {
    padding-bottom: 5px;
}
.recallsDisclaimerBox h1 {
    background-color: #b1ccea;
    font-size: 1.4em;
    font-weight: bold;
    color: black;
    padding: 5px;
    margin-top: 0px;
    margin-bottom: 2px;
}
div.recallsDisclaimerBox div.contentarticle {
    background-color: #e0e6e6;
    padding: 5px 5px 5px 10px;
}
.recallsFaqSubsetBox {
    background-image: url(/images/faqsGradient.gif);
    background-repeat: repeat-x;
    padding-bottom: 5px;
    _height: 1%;
}
.recallsFaqSubsetBox h2 {
    font-size: 1.2em;
    font-weight: bold;
    color: black;
    padding: 5px;
    margin: 0px;
}
div.recallsFaqSubsetBox ul {
    margin-top: 0px;
    margin-left: 15px;
}