/* {{{ global */
.invisible {
    display: none;
}
.hidden {
    visibility: hidden;
}
body {
    font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 75%;
}
a img {
    border: none;
}
/* }}} */
/* {{{ content */
.section .spacing {
    margin-top: 1em;
}
#contentcontainer h1 {
    font-weight: normal;
    font-size: 1.35em;
    line-height: 1.3em;
    width: 25em;
}
#contentcontainer.wide h1 {
    color: #c10d32;
}
#contentcontainer.small h1 {
    color: #000000;
}
#contentcontainer h1 span.sub {
    display: block;
}
#contentcontainer.small h1 span.sub {
    font-size: 0.75em;
}
#content h2 {
    font-weight: bold;
    font-size: 1em;
    padding-bottom: 1.5em;
    line-height: 1.5em;
    color: #272950;
}
#content h3 {
    font-weight: normal;
    font-size: 0.9em;
    padding-top: 1.5em;
    line-height: 1.5em;
}
#content p {
    font-size: 0.97em;
    line-height: 1.5em;
}
#content p.space {
    padding-top: 1.5em;
}
#content .crop {
    margin: 1em 0em 1em 0em;
    width: 38em;
    overflow: hidden;
}
#content .float_left {
    float: left;
    margin: 1em 1em 1em 0em;
}
#content address {
    font-size: 0.97em;
    line-height: 1.5em;
    font-style: normal;
    margin-bottom: 1em;
}
#content table {
    width: 100%;
    border-spacing: 0;
}
#content table th {
    text-align: left;
    font-weight: normal;
}
#content table td, #content table th {
    padding-right: 0.7em;
    font-size: 0.97em;
    line-height: 1.5em;
    vertical-align: top;
    border-collapse: collapse;
}
#content table .number {
    text-align: right;
}
/* }}} */
/* {{{ navigation */
#navigation ul {
    line-height: 1.35em;
    padding-bottom: 1em;
}
#navigation ul a {
    font-size: 0.95em;
}
#navigation ul li.active a {
    color: #C10D32;
}
#navigation ul a:hover {
    font-weight: bold;
    color: #C10D32;
}
#navigation ul ul {
    margin-left: 1em;
}
/* }}} */
/* {{{ lists nav */
ul {
    list-style: none;
}
ul a {
    color: #000000;
    text-decoration: none;
}
ul a:hover {
    color: #555555;
}
ul a:hover .hidden {
    visibility: visible;
}
li.highlighted {
    margin-top: 0.75em;
}
li.highlighted a {
    color: #ff9900;
}
li.highlighted a .hidden {
    visibility: visible;
    color: #ffddaa;
}
li.highlighted a:hover .hidden {
    color: #ff9900;
}
/* }}} */

/* vim:set ft=css sw=4 sts=4 fdm=marker : */

