/* defaults {{{ */
html {
    height: 100%;
}
html, body{
    width: 100%;
    height: 100%;
    background-color: white;
    *width: auto;
}
body { 
    color: #333333;
    min-height: 100%;
    font-size: 12px;
    font-family: Georgia;
    background-color: white;
}

a {
    color: #0066cb;
    text-decoration: none;
}

ul {
    padding: 0; margin: 0;
}
ul li {
    padding: 0; margin: 0;
    list-style: none;
}

h1 {
    font-size: 20px;
    color: #666666;
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
    padding-top: 4px;
    font-weight: normal;
}
table, th, td, tr {
    border: none;
}
/* }}} */
/* types {{{ */

.clearer {
    clear: both;
}

.hidden {
    display: none;
}

.bold {
    font-weight: bold;
}

/* }}} */

/* wrapper {{{ */
#wrapper {
    margin-left: 50px;
    width: 938px;
    min-height: 100%;
    height: 100%;

    position: relative;
    background-color: #79b400;
}
body > #wrapper {
    height: auto;
}

body.port #wrapper {
    background-color: white;
}
/* }}} */
/* top {{{ */
#top {
    background-color: #79b400;
    width: 938px;
    height: 332px;
    font-size: 0px;
}
.port #top {
    height: 260px;
    overflow: hidden;
}
.port #banner {
    height: 240px;
    overflow: hidden;
}

#banner {
    position: absolute;
    top: 21px;
    left: 205px;
    width: 732px;
    height: 311px;
    background: url(/graphics/banner.png) top left no-repeat;
    font-size: 0px;
}

h1#topquote {
    position: absolute;
    top: 290px;
    right: 20px;

    font-size: 20px;
    color: #666666;
}
h1.hidden {
    display: none;
}
/* }}} */
/* menu {{{ */
#menu {
    position: absolute;
    top: 182px;
    left: 10px;

    width: 180px;
}
#menu li {
    padding-left: 35px;
    border-top: 1px solid #d8d6d7;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 16px;
}
#menu li.first { 
    border-top: none;
}

#menu li a {
    color: #333333;
}

#menu li.sec {
    border-top: none;
    font-size: 12px;
}

#menu li.first-sec {
    border-top: 1px solid #d8d6d7;
}
#menu li.sec a {
    color #666666;
}

#menu li.selected a {
    font-weight: bold;
}
/* }}} */
/* content {{{ */
#content-wrapper {
    float: right;
    padding-top: 1px;

    height: 10px;
    min-height: 10px;
    width: 740px;
}
body.port #content-wrapper {
    min-height: 300px;
    height: 300px;
}

#wrapper > #content-wrapper {
    height: auto;
}

#content {
    background: url(/graphics/content-bottom.jpg) bottom left no-repeat white;
}
body.port #content {
    background: none;
}
#content-wrapper > #content {
    height: auto;
}
/* }}} */
/* footer {{{ */
#footer {
    text-align: right;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 30px;
}

#footer, #footer a {
    color: white;
    font-size: 14px;
}

body.port #footer {
    margin-top: 30px;
    padding-top: 15px;
    padding-bottom: 25px;
    background-color: #79b400;
}
/* }}} */

/* boxes {{{ */
.box {
    margin-top: 10px;
    margin-right: 10px;
    float: left;
}

.box, .box img {
    vertical-align: middle;
    text-align: center;
}

/* }}} */

/* news {{{ */
.news {
    overflow: hidden;
    clear: left;
}
.news img {
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    padding-right: 20px;
}

.news h2, .news p {
    float: left;
    display: block;
    width: 490px;
}

.news h2 {
    text-transform: uppercase;
}
/* }}} */

.padme {
    padding: 25px;
}

.padme2 {
    margin: 0; padding: 0;

    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
}
