/* Start of CMSMS style sheet 'main' */
/* COPYRIGHT 2009 FRESH FRAME MEDIA */

/* ########## general defaults ################################################################## */

/* === body === */
html, body {
    width: 100%;
    height: 100%;

    margin: 0px;

    padding: 0px;

    /*
    background-image: url(bg.png);
    background-repeat: repeat-x;
    background-position: center top;
    */
    background-color: #1f2c40;
}

/* === text === */
body {
    font-family: verdana;
    font-size: 12px;
    font-weight: normal;

    line-height: 17px;

    color: #55504a;

    cursor: default;
}

/* === paragraphs === */
p {
    margin-top: 15px;
    margin-bottom: 0px;
}

/* === headings === */
h1 {
    margin-top: 0px;
    margin-bottom: 20px;

    font-family: arial black;
    font-size: 25px;
    font-weight: normal;

    color: #35527f;
}
h2 {
    margin-top: 20px;
    margin-bottom: 15px;

    font-family: verdana;
    font-size: 18px;
    font-weight: bold;

    color: #8f0504;
}

/* === links === */
a {
    font-weight: bold;

    text-decoration: none;

    color: #000000;/*#2476ab;*/

    cursor: pointer;
}
a:hover {
    color: #54a6db;
}

/* === linked images === */
a img {
    border: 0px;
}

/* === forms === */
form {
    display: inline;
}

/* === form elements === */
input, select, textarea {
    margin: 0px;

    padding: 0px;

    display: inline;

    cursor: text;
}

/* === lists === */
ul, ol {
    margin: 15px 0px 0px 50px;

    padding: 0px;
}
li {
    margin-top: 5px;
}
ul li {
    list-style-image: url(images/list_bullet.gif);
}

/* ########## paragraph classes ################################################################# */

p.timestamp {
    margin: 0px;

    font-size: 10px;

    color: #aaa6a1;
}

p.summary {
    margin: 0px;
}

/* ########## image classes ##################################################################### */

/* === content_border === */
img.content_border {
    border: 5px solid #ffffff;
}

/* ########## container DIV ##################################################################### */

/* === div === */
div#container {
    width: 854px;

    margin: 0px auto;
}

/* ########## header DIV ######################################################################## */

/* === div === */
div#header {
    height: 94px;

    position: relative;
}

/* === title div === */
div#header div#union_title {
    height: 31px;

    position: absolute;
    left: 7px;
    bottom: 16px;
}

/* === address div === */
div#header div#union_address {
    position: absolute;
    right: 7px;
    bottom: 16px;

    text-align: right;

    color: #ffffff;
}

/* ########## mnav DIV ########################################################################## */

/* === div === */
div#mnav {
    height: 42px;
}

/* === mnav table === */
div#mnav table {
    width: 100%;
    height: 42px;

    border-collapse: collapse;
}
div#mnav table td {
    padding: 0px;

    vertical-align: bottom;
}
div#mnav table td.sep_off {
    width: 2px;

    background-image: url(images/mnav_sep_off.gif);
    background-repeat: no-repeat;
}
div#mnav table td.sep_down {
    width: 2px;

    background-image: url(images/mnav_sep_down.gif);
    background-repeat: no-repeat;
}

/* === mnav links === */
div#mnav table td a {
    display: block;

    height: 38px;

    padding: 0px 13px;

    font-family: trebuchet ms, helvetica;
    font-size: 12px;
    font-weight: normal;

    line-height: 38px;

    text-align: center;
    text-transform: uppercase;

    white-space: nowrap;

    color: #ffffff;

    background-image: url(images/mnav_off.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
}
div#mnav table td a:hover {
    background-image: url(images/mnav_on.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
}
div#mnav table td a.down {
    height: 42px;

    font-weight: bold;

    line-height: 46px;

    color: #47433e;

    background-image: url(images/mnav_down.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
}

/* ########## footer DIV ######################################################################## */

/* === div === */
div#footer {
    margin: 7px;

    font-size: 10px;

    color: #ffffff;
}

/* ########## thumbnail TABLE ################################################################### */

/* === table === */
table.thumbnail {
    width: 68px;
    height: 68px;

    margin-right: 10px;
    margin-top: 10px;

    border-collapse: collapse;

    float: left;
}

/* === cells === */
table.thumbnail td {
    padding: 0px;

    text-align: center;

    vertical-align: middle;
}

/* === images === */
table.thumbnail img {
    border: 2px solid #f6d309;
}
/* End of 'main' */

