/* Start of CMSMS style sheet 'home' */
/* COPYRIGHT 2009 FRESH FRAME MEDIA */

/* ########## main DIV ########################################################################## */

/* === div === */
div#main {
    padding: 0px 7px;

    background-image: url(images/bg_main_home.png);
    background-repeat: no-repeat;
    background-position: 7px 218px;
    background-color: #ffffff;
}

/* === stripe div === */
div#main div.stripe {
    height: 7px;

    clear: both;

    background-color: #ffffff;
}

/* ########## logo DIV ########################################################################## */

/* === div === */
div#logo {
    width: 222px;
    height: 204px;

    float: left;
}

/* ########## banner DIV ######################################################################## */

/* === div === */
div#banner {
    width: 611px;
    height: 204px;

    position: relative;

    float: right;
}

/* === slogan div === */
div#banner div#slogan {
    position: absolute;
    left: 50px;
    bottom: 35px;

    font-family: trebuchet ms, helvetica;
    font-size: 25px;
    font-weight: bold;

    line-height: normal;

    color: #8f0504;
}
div#banner div#slogan a {
    color: #8f0504;
}

/* === welcome div === */
div#banner div#welcome {
    width: 330px;

    padding: 7px 12px;

    position: absolute;
    right: 20px;
    top: 77px;

    font-family: trebuchet ms, helvetica;
    font-size: 11px;
    font-weight: bold;

    color: #47433e;

    background-image: url(images/bg_welcome.png);
}
div#banner div#welcome img {
    margin-top: 5px;
    margin-bottom: 2px;

    float: right;
}

/* ########## side DIV ########################################################################## */

/* === div === */
div#side {
    width: 222px;

    float: left;
}

/* === headings === */
div#side h3 {
    margin-top: 16px;
    margin-bottom: 16px;

    padding-left: 63px;

    font-family: arial;
    font-size: 15px;
    font-weight: bold;

    color: #47433e;
}

/* === news item div === */
div#side div.news_item {
    padding: 13px 5px 13px 9px;

    font-size: 11px;

    line-height: 15px;

    background-image: url(images/news_sep.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
div#side div.news_item a {
    font-size: 12px;
    font-weight: bold;

    color: #000000;/*#35527f;*/
}

/* ########## content DIV ####################################################################### */

/* === div === */
div#content {
    width: 583px;

    padding: 18px 14px 14px 14px;

    float: right;
}

/* ########## calendar DIV ###################################################################### */

/* === div === */
div#calendar {
    padding: 10px 0px 17px 17px;

    background-image: url(images/news_sep.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

/* === table === */
table.calendar {
    border-collapse: collapse;
}

/* === cells === */
table.calendar th, table.calendar td {
    width: 26px;

    padding: 0px;

    border: 1px solid #55504a;

    text-align: center;

    vertical-align: middle;
}
table.calendar th {
    color: #000000;

    background-color: #c0c4cb;
}
table.calendar td.calendar-today {
    background-color: #c0c4cb;
}

/* === captions === */
table.calendar caption {
    font-weight: bold;
}

/* === links === */
table.calendar td a {
    color: #af0000;
}
/* End of 'home' */

