﻿#pageInfoband {
    width: 223px;
}

.infobandContainer{
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position-x: 0px;
    background-position-y: 0px;
    background-color: transparent;
    background-image: url("../images/bg_infoband_top.png");
}

.infobandPanel{
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-image: url("../images/bg_infoband_bottom.png");
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position-x: 0px;
    background-position-y: 100%;
    background-color: transparent;
}
.infobandHeader{
    text-align: center;
}
.contactList {
    text-align: center;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 96%;
    font-weight: bold;
}

.contactList dt{
    float: left;
}

.contactList dd{
    overflow: hidden;
    display: block;
}

.infobandContent{
    color: #4d3b17;
    line-height: 1.5;
    font-size: 80%;
}
.faqList{
    valign: top;
}
.faqItem{
    height: 40px;
}
.faqItemImg{
    float: left;
}
.faqItemTxt{
    overflow: hidden;
    text-overflow:ellipsis;
    height: 32px;
}
.faqLinkButton{
    text-align: right;
}
