﻿/* CSS Document */

/*countdown styles-->*/

.countdownClock
{
    position: absolute;
    display: block;
    color: black;
    vertical-align:  middle;
    float: left;
    font-weight: bold;
    border: 0px solid black;
    text-align: left;
    background: url(../images/clock.gif) no-repeat 0 0;
    width: 372px;
    height: 115px;
    padding: 47px 0 0 31px;
    font-size: 12px; /*z-index:10;*/
    text-decoration: none;
    margin-top: 0px;
    cursor: hand;
    cursor: auto;
    cursor: default;
}
.countdownClock h1
{
    position: absolute;
    display: block;
    color: black;
    vertical-align: middle;
    float: left;
    font-weight: bold;
    text-align: center;
    width: 57px;
    padding: 0px 0px 0px 0px;
    font-size: 12px;
    text-decoration: none;
    margin-top: 0px;
    border: solid 0px #000;
}
.countdownDate
{
    position: absolute;
    display: block;
    color: black;
     vertical-align:  middle;
    float: left;
    font-weight: bold;
    border: 0px solid black;
    text-align: center;
    background: url(../images/date.gif) no-repeat 0 0;
    width: 150px;
    height: 115px;
    padding: 50px 0 0 3px;
    font-size: 125%; /*z-index:10;*/
    text-decoration: none;
    margin-top: 0px;
    cursor: hand;
    cursor: auto;
    cursor: default;
}
.mainContainer a:hover
{
}
.mainContainer a
{
}
.mainContainer
{
    text-align: left;
     vertical-align: top;
    border: 0px solid yellow;
    height: 115px;
    width: 368px;
    margin: 6px 0 10px 47px;
    cursor: hand;
    cursor: auto;
    cursor: default;
}
.contentContainer
{
    position: absolute;
    text-align: center;
    width: 248px;
    height: 115px;
    float: right;
    margin-left: 124px; /*z-index:10; */
    border: 0px solid green;
    background: url(../images/bgright1.gif) no-repeat right 0;
    cursor: hand;
    cursor: auto;
    cursor: default;
}
.contentContainer h1
{
    font-size: 18px; /*color:#d40026;*/
    color: #A3021F;
    margin: 20px 80px 0px 0px;
    border: 1px solid yellow;
}
.contentContainer2
{
    position: absolute;
    text-align: center;
    width: 248px;
    height: 115px;
    float: right;
    margin-left: 124px; /*z-index:10; */
    border: 0px solid green;
    background: url(../images/bgright3.gif) no-repeat right 0;
    cursor: hand;
    cursor: auto;
    cursor: default;
}
.contentContainer2 h1
{
    font-size: 18px; /*color:#d40026;*/
    color: #A3021F;
    margin: 20px 80px 0px 0px;
    border: 0px solid yellow;
}
.contentContainer3
{
    position: absolute;
    text-align: center;
    width: 248px;
    height: 115px;
    float: right;
    margin-left: 124px; /*z-index:10; */
    border: 0px solid green;
    background: url(../images/bgright3.gif) no-repeat right 0;
    cursor: hand;
    cursor: auto;
    cursor: default;
}
.contentContainer3 h1
{
    font-size: 18px; /*color:#d40026;*/
    color: #A3021F;
    margin: 20px 80px 0px 0px;
    border: 1px solid yellow;
}

