@charset "utf-8";
.announcement{
    overflow: hidden;
    height: 32px;
    width: auto;
    /*padding: 0px 19px;*/
    margin-bottom: 4px;
}

.announcement.open{
    height: auto;
}

.announcement *{
    color: #215378;
}
.announcement a{
    color: #215378;
    text-decoration: none;

}
.announcement em{
    /*color: #e3b438;*/
    text-decoration: underline;
    /*color: white;*/
}

.announcement strong{
    /*color: #e3b438;*/
}

.announcement .content{
    padding: 10px 315px 15px 230px;
    overflow: hidden;
    background: url(../images/announcement/expander-content-bg.jpg) no-repeat;
    display: block;
}

.announcement .content img{
    float: left;
    margin: 0 15px 15px 0;

}

.announcement .top{
    position: relative;
    overflow: hidden;
    height: 32px;
    /*color: white;*/
    padding: 0 15px;
    background: url(../images/announcement/expander-head-bg.jpg) repeat;
}

.announcement .headline{
    font-weight: bold;
    position: absolute;
    padding: 6px 0;
    bottom: -25px;
    /*color: white;*/
}

.announcement .teaser{
    font-weight: bold;
    position: absolute;
    padding: 8px 0;
    /*color: white;*/
}

.announcement.open .headline{
    bottom: 3px;
    /*color: white;*/
}

.announcement.open .teaser{
    top: -25px;
}

.announcement .triangle{
    float: left;
    background: url(../images/announcement/triangle-white.png) no-repeat;
    cursor: pointer;
    height: 11px;
    width: 5px;
    margin: 2px 10px 0 0;
}

.announcement .close{
    float: right;
    background: url(../images/announcement/close-white.png) no-repeat;
    cursor: pointer;
    height: 11px;
    width: 11px;
    margin-top: 10px;
    display: none;
}

.announcement .close:hover{
}

.announcement h1, .announcement h2{
    color: #215378;
}

.announcement h1{
    font-size: 30px;
    margin: 0;
}

.announcement h2{
    margin: 2px 0;
}
