body {
}

#announcement-click-to-show,
#announcement_tab {
    background: url('../images/AnnouncementFlag_end.png') top right no-repeat transparent;
    padding-right: 29px;
}
#announcement-click-to-show.eq25_tab,
#announcement_tab.eq25_tab{
    background: url('../images/EQ25Flag_end.png') top right no-repeat transparent;
}
#announcement-click-to-show .wrap,
#announcement_tab .wrap {
    overflow: hidden;
    background: url('../images/AnnouncementFlag_bg.png') top left repeat-x #f63245;
    max-width: 1020px;
	max-height: 75px;
}
#announcement-click-to-show.eq25_tab .wrap,
#announcement_tab.eq25_tab .wrap{
    background: url('../images/EQ25Flag_bg.png') top left repeat-x #1A89C6;
}
#announcement-click-to-show .title,
#announcement-click-to-show .content,
#announcement_tab .title,
#announcement_tab .content {
    float: left;
    color: #fff;
    height: 56px;
    font-size: 14px;
}


/* Announcement Styles */
#announcement_tab {
    display: block;
    max-height: 75px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
}
#announcement_tab .title a{
    color: #fff;
}
#announcement_tab .title{
	position: relative;
	max-width: 600px;
	overflow: hidden;
}
#announcement_tab .title-link{
	text-decoration: none;
	color: inherit;
}
#announcement_tab .title h3 {
    color: #fff;
    font-family: 'Lobster', sans-serif;
    font-size: 30px;
	 white-space: nowrap;
	 overflow: hidden;
    line-height: 1.2;
    margin: 0;
}
#announcement_tab .title p{
	white-space: nowrap;
	overflow: hidden;
}
#announcement_tab .content a,
#announcement_tab .content a:hover {
    color: #fff;
    text-decoration: underline;
}
#announcement_tab p {
    margin: 0;
}
#announcement_tab p + p {
    margin-top: 10px;
}
#announcement_tab .close-announcement {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	right: 40px;
	top: 5px;
	color: #fff;
	cursor: pointer;
}
.announcement .content {
    padding: 0 30px;
    line-height: 50px;
    text-align: center;
    color: #1E6FA7;
    font-family: Century Gothic, lucida grande, lucida sans, bitstream vera sans, verdana;
    font-size: 14px;
}
#announcement_tab .announcement p {
    margin: 0;
}
#announcement_tab .announcement-details{
	position: absolute;
	top: 47px;
	right: 40px;
	font-size: 10px;
	color: #fff;
}


#announcement-click-to-show{
	display: block;
	position: fixed;
	width: 125px;
	left: -115px;
	bottom: 0px;
	z-index: 99;
	cursor: pointer;
}
#announcement-click-to-show .banner-text-large{
	font-size: 40px !important;
	padding-left: 10px;
}
.content.countdown{
	width: 331px;
	overflow: hidden;
}
#announcement-click-to-show .title h3 {
	color: #fff;
	font-family: 'Lobster', sans-serif;
	font-size: 22px;
	line-height: 1.1;
	margin: 0;
}
#announcement-countdown .hours,
#announcement-countdown .minutes,
#announcement-countdown .seconds,
#announcement-countdown .time-label {
	font-family: sans-serif;
    font-size: 34px;
    font-weight: bold;
    line-height: 1.2;
}
#announcement-countdown .time-label {
    font-size: 22px;
    font-weight: normal;
    text-transform: lowercase;
    padding-left: 10px;
}
#announcement-countdown .seperator {
    display: none;
}
#announcement-countdown span + span {
    padding-left: 10px;
}
#announcement-countdown-small{
	line-height: 1.1;
	font-size: 10px;
	font-weight: bold;
}

.mrxl {
	margin-right: 50px;
}