/* Start of CMSMS style sheet 'style' */
body {
    padding: 0;
    margin: 0;
    font: 13px Verdana, Times New Roman, serif;
    color: #000;
    background: #303030 url(images/bg.gif) repeat-x;
}

img, div, a, input { behavior: url(iepngfix.htc) }

a { color: #e51837; }
a img { border: none; }

h1, h2, h3 { color: #e51837; }
h1 { font-size: 24px; font-weight: normal; }
h2 { font-size: 18px; font-weight: normal; }
h3 { font-size: 24px; font-weight: normal; }

td { vertical-align: top; }

#imgcaption { font-size: 11px; text-align: center; padding-bottom: 10px; }

.quote {
    font-size: 18px;
    color: #e51837;
}
.imgleft {
    float: left;
    margin: 0 10px 15px 0;
}
.imgright {
    float: right;
    margin: 0 0 15px 10px;
}
.clearBoth {
    clear: both;
    font-size: 1px;
}



/* sub nav
    ============================================================ */
#sub-nav-title a {
    font-size: 13px;
    color: #af2439;
    text-decoration: none;
}
#sub-nav ul {
    padding: 0;
    margin: 0 0 0 15px;
    list-style-type: none;
}
#sub-nav ul li {
    padding: 0;
    margin: 18px 0 0 0;
}
#sub-nav ul li a {
    font-size: 13px;
    color: #af2439;
    text-decoration: none;
}



/* main nav
    ============================================================ */
#main-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 100%;
    text-align: center;
}
#main-nav ul li {
    display: inline;
    padding: 0 20px;
    border-right: 1px solid #fff;
    text-transform: uppercase;
}
#main-nav ul li.last { border: none; }
#main-nav ul li a {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    line-height: 27px;
}
/* End of 'style' */

