@charset "UTF-8";
/* CSS Document */

.faq_container {
    background-image: url(../../content/html/corkboard_tile.jpg);
    background-repeat: repeat;
    background-position: 0px 0px;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    width: 700px;
} 
.faq {
    background-color: #FFF;
    background-image: url(../../content/html/note_top.jpg);
    margin-top: 0px;
    margin-right: 15px;
    margin-bottom: 35px;
    margin-left: 15px;
    padding-top: 35px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 70px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    position: relative;
}
.faq_question {
    font-weight: bold;
    color: #1f4f71;
    display: inline-block;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    cursor: help;
}
.faq_answer_container {
    padding: 0px;
    height: 0px;
    overflow: hidden;
}
.faq_answer {
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}
p {
    margin: 0px;
}

a:hover {
    color: #000;
}
.faq .letter_q {
    background-image: url(../../content/html/q.png);
    background-position: 0px 0px;
    height: 50px;
    width: 40px;
    position: absolute;
    left: 25px;
    top: 20px;
}
.faq .letter_a {
    background-image: url(../../content/html/a.png);
    background-position: 0px 0px;
    height: 40px;
    width: 43px;
    position: absolute;
    left: 23px;
    top: 42px;
    display: none;
}
