﻿/*
 * Homepage
 */

.homeContainer {
    width: 716px;
    height: 416px;
    padding: 5px 11px 11px 5px;
    background: url('/media/images/home_back.png') no-repeat;
    color: rgb(27,68,108);
    margin: 0px auto 0px auto;
}
.homeSectionBack {
    width: 240px;
    height: 200px;
}
.homeSectionBack:hover {
    background: url('/media/images/home_sectionback_o.png') no-repeat;
}
.homeSection {
    width: 210px;
    height: 170px;
    padding: 10px;
    _width: 220px;
    _height: 180px;
    _padding: 10px;
}
.section1 {
    width: 180px;
    height: 360px;
    padding: 20px;
    background: url('/media/images/home_section1.png') no-repeat;
    float: left;
    overflow: hidden;
}
.section2 .homeSection {
    width: 220px;
    margin: 10px 10px 0px 0px;
    _margin: 0px;
}
.section3 .homeSection {
    margin: 10px 0px 10px 0px;
    _margin: 0px;
}
.section4 .homeSection {
    margin: 0px 0px 10px 0px;
    _margin: 0px;
}
.section5 .homeSection {
    margin: 0px 10px 10px 0px;
    _margin: 0px;
}
.section2 .homeSection, .section3 .homeSection, .section4 .homeSection, .section5 .homeSection {
    border-left: solid 1px rgb(166,184,190);
}
.section2 .homeSection, .section3 .homeSection {
    border-bottom: solid 1px rgb(166,184,190);
}
.section2, .section4, .section3, .section5 {
    float: left;
}
.homeSection .panelHeader {
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0px 5px 10px;
}
.homeSection .panelText {
    margin: 0px 10px 0px 10px;
}
.homeSection .panelText a, .homeSection .panelText a:visited {
    color: rgb(27,68,108);
}
.homeSection .panelText ul {
    margin-top: 10px;
    margin-bottom: 5px;
}
.homeSection .panelText ul li {
    list-style-type: disc;
}








.panelContainer {
    margin-left: 70px;
}
.homePanel {
    width: 309px;
    height: 113px;
    background: url('/media/images/background_panel.png') no-repeat;
    color: rgb(255,255,255);
    margin: 20px;
    float: left;
}
.homePanel .panelHeader {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0px 5px 10px;
}
.homePanel .panelText {
    margin: 0px 10px 0px 10px;
}
.panelText a, .panelText a:visited {
    color: rgb(255,255,255);
}
.panelText ul {
    margin-top: 10px;
    margin-bottom: 5px;
}
.panelText ul li {
    list-style-type: circle;
}
