html, 
body {
    height: 100%;
}

*, 
body {
    margin: 0;
    padding: 0;
}

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, table, th, td, p, ul, ol, li, blockquote, fieldset, input { 
    font-size: 100%;
    margin: 0; 
    padding: 0; 
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    list-style: none;
}

#container {
    position: relative;
    min-height: 100%;
}

a {
    color: #2f3489;
}

a:hover {
}

body {
    background: #fff;
}

h1 {
    font-size: 1.8em;
}

h6 {
    font-size: 0.625em;
    margin: 0 0 10px 0;
}

.button {
    padding: 0 10px 0 0;
    float: left;
}

.button a {
    padding: 5px 0 0 10px;
    display: block;
    color: #fff;
    text-decoration: none;
}

.button a:hover {
}

.row {
    overflow: hidden;
    clear: both;
}

.col {
    float: left;
}

.col1 {
    width: 270px;
    float: left;
    margin: 0 10px 10px 0;
}

.col2 {
    width: 550px;
    float: left;
    margin: 0 10px 10px 0;
}

.col3 {
    width: 830px;
}

#print {
    display: none;
}

#banner {
    background: #2f3489 url("../images/bg-top.png") repeat-x;
    text-align: center;
    height: 100px;
    position: relative;
}

#banner a,
#footer a {
    text-decoration: none;
}

#logo {
    width: 200px;
    height: 65px;
    position: absolute;
    top: 20px;
    left: 30px;
    background: transparent url("../images/logo.png") no-repeat;
}

#logo-bottom {
    width: 200px;
    height: 60px;
    position: absolute;
    top: 20px;
    left: 30px;
    background: transparent url("../images/logo-bottom.png") no-repeat;
}

#left {
    width: 175px;
    margin: 80px 0 0 75px;
    float: left;
}

#left ul {
    padding: 0 0 15px 0;
}

#left li {
    display: block;
    margin: 0 0 5px 0;
    color: #f39;
    font-size: 0.8125em;
}

#topmenu,
#bottommenu,
#bottommenu-gray {
    overflow: hidden;
    height: 30px;
    text-align: center;
    position: relative;
    display: block;
    position: absolute;
    bottom: 0;
    left: 240px;
    text-align: left;
}

#topmenu li,
#bottommenu li,
#bottommenu-gray li {
    display: block;
    float: left;
    padding: 0 10px 0 0;
}

#topmenu li.selected,
#bottommenu li.selected,
#bottommenu-gray li.selected {
    background: transparent url("../images/tab-top-right.png") no-repeat right;
}

#topmenu li a,
#bottommenu li a,
#bottommenu-gray li a {
    color: #fff;
    display: block;
    padding: 5px 0 0 10px;
    height: 25px;
    font-weight: bold;
}

#topmenu li.selected a,
#bottommenu li.selected a,
#bottommenu-gray li.selected a {
    color: #0295fa;
    background: transparent url("../images/tab-top-left.png") no-repeat left;
}

#bottommenu,
#bottommenu-gray {
    top: 0;
}

#bottommenu li.selected {
    background-image: url("../images/tab-bottom-right.png");
}

#bottommenu li.selected a {
    background-image: url("../images/tab-bottom-left.png");
}

#bottommenu-gray li.selected {
    background-image: url("../images/tab-gray-bottom-right.png");
}

#bottommenu-gray li.selected a {
    background-image: url("../images/tab-gray-bottom-left.png");
}

#path {
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 10px auto 20px auto;
    width: 830px;
    color: #014b64;
    font-size: 0.85em;
}

#path li {
    float: left;
    display: block;
}

#path li span {
    padding: 0 5px;
}

#content {
    overflow: hidden;
    padding: 0 0 100px 0;
}

#footer {
    background: #2f3489 url("../images/bg-bottom.png") repeat-x;
    text-align: center;
    margin: 0 0 0 0;
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
}

#footer .content {
    padding: 15px 0;
    color: #c7d5da;
    font-weight: bold;
    font-size: 0.85em;
}

#frontpage {
}

#frontpage #intro {
    margin: 50px 0 60px 30px;
    width: 810px;
    height: 499px;
    position: relative;
}

#frontpage #image {
    width: 477px;
    height: 496px;
    background: transparent url("../images/frontpage-image.png") no-repeat;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

#frontpage #description {
    color: #fff;
    position: absolute; 
    background: #0295fa url("../images/box-blue-top.png") no-repeat;
    top: 110px;
    right: 0;
    width: 450px;
    font-size: 0.9375em;
    z-index: 1;
}

#frontpage #description div {
    display: block;
    padding: 20px 20px 20px 153px;
    background: transparent url("../images/box-blue-bottom.png") no-repeat bottom;
}

#frontpage #investment {
    position: absolute;
    top: 300px;
    left: 565px;
}

#frontpage #investment h3 {
    font-weight: bold;
    font-size: 0.9375em;
}

#frontpage #investment p {
    font-size: 0.9375em;
    color: #999;
}

#frontpage #investment .button {
    background: transparent url("../images/button-green-right.png") no-repeat right;
    float: right;
    margin: 20px 0 0 0;
}

#frontpage #investment .button a {
    background: transparent url("../images/button-green-left.png") no-repeat left;
    color: #fff;
    height: 25px;
}

#frontpage #related {
    background: #fafafa;
    border-top: 1px solid #eee;
    overflow: hidden;
    padding: 15px 0 30px 0;
}

#frontpage #related h3 {
    font-size: 0.875em;
    margin: 0 0 10px 0;
    font-weight: bold;
}

#frontpage #related h4 {
    font-size: 0.8125em;
}

#frontpage #related h4 a {
    font-weight: bold;
}

#frontpage #related p {
    font-size: 0.625em;
    margin: 0 0 10px 0;
}

#frontpage #what ul {
    font-size: 0.8125em;
    color: #666;
}

#frontpage #what li {
    background: url("../images/bullet.png") left no-repeat;
    padding: 0 0 0 15px;
}

#frontpage #latestnews {
    padding: 0 0 0 50px;
}

#frontpage .col {
    width: 200px;
    margin: 0 0 0 100px;
}

#info {
    margin: 80px 0;
    width: 500px;
}

#info h1 {
    font-size: 1em;
    font-weight: bold;
    color: #2f3489;
    margin: 0 0 5px 0;
}

#info h2 {
    font-size: 0.875em;
    font-weight: bold;
    color: #2f3489;
    margin: 0 0 8px 0;
}

#info h3 {
    font-size: 0.8125em;
    font-weight: bold;
    color: #2f3489;
    margin: 0 0 8px 0;
}

#info p {
    margin: 0 0 10px 0;
    font-size: 0.8125em;
    color: #666;
}

#info ol {
    padding: 0 0 0 25px;
    font-size: 0.8125em;
    margin: 0 0 15px 0;
}

#info ol li {
    list-style: decimal
}

#info ul {
    padding: 0 0 0 25px;
    font-size: 0.8125em;
    margin: 0 0 15px 0;
}

#info ul li {
    list-style: disc
}

#info .intro {
    margin: 0 0 20px 0;
}

#info .intro p {
    font-size: 1em;
}

.employee-line {
    overflow: hidden;
    margin: 0 0 20px 0;
}

.employee-line .image {
    width: 150px;
    float: left;
    margin: 0 16px 0 0;
    border: 1px solid #000;
    padding: 1px;
}

.employee-line .content {
    width: 330px;
    float: left;
}

.employee-line .position {
    color: #999;
    margin: 5px 0 10px 0;
    font-size: 0.75em;
}

.news-line {
    overflow: hidden;
    margin: 0 0 16px 0;
}

.news-line .image {
    width: 150px;
    float: left;
    margin: 0 16px 0 0;
    border: 1px solid #000;
    padding: 1px;
}

.news-line .image-empty {
    width: 150px;
    float: left;
    margin: 0 16px 0 0;
    border: 1px solid #000;
    padding: 1px;
}

.news-line .image-empty .image-content {
    background: #ddd;
    height: 100px;
}

.news-line .image a,
.news-line .image img {
    display: block;
}

.news-line .content {
    width: 330px;
    float: left;
}

.news-line .content h2 {
    margin: 0 0 2px 0;
}

.news-line .content .date {
    font-size: 0.75em;
    color: #666;
    margin: 0 0 7px 0;
}

.news-line .content p {
    margin: 0 0 7px 0;
}

.news-miniline {
    margin: 0;
    font-size: 0.75em;
    padding: 10px;
}

.dark {
    background: #eee;
}
