/*******************************************************************************
  RESET
*******************************************************************************/

html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    abbr, acronym, address, big, cite, code,
    del, dfn, em, font, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center, dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
:focus {
    outline: 0;
} /* remember to define focus styles! */
ins {
    text-decoration: none;
} /* remember to highlight inserts somehow! */
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
} /* tables still need 'cellspacing="0"' in the markup */
img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}
a {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}

/*******************************************************************************
  TEMPLATES
*******************************************************************************/

.fleft {
    float: left;
}
.fright {
    float: right;
}
.left {
    text-align: left;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.w100 {
    width: 100%;
}
.w50 {
    width: 50%;
}

/* CLEARFIX */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-mac */
/* END OF CLEARFIX */

/*******************************************************************************
  MAIN
*******************************************************************************/

html, body {
    height: 100%;
}
body {
    font: normal 100% Tahoma, Arial;
    background: #62b9de;
}

a:hover {
    text-decoration: none;
}

/*******************************************************************************
  STRUCTURE:BASE
*******************************************************************************/

#top {
    position: relative;
    width: 978px;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    margin: 0 auto;
    padding: 5px 0 0;
    background: #fff;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}
#body {
    position: relative;
    padding-bottom: 160px;
}
    *+html #body {
        margin-bottom: 160px;
    }
#bottom {
    position: relative;
    width: 978px;
    height: 130px;
    margin: -130px auto 0;
}

/*******************************************************************************
  LAYOUT
*******************************************************************************/

#top-shadow-left {
    position: absolute;
    top: 0;
    left: -11px;
    width: 10px;
    height: 321px;
    background:  url(../img/top_shadow_left.gif) 0 0 no-repeat;
}
#top-shadow-right {
    position: absolute;
    top: 0;
    left: 979px;
    width: 9px;
    height: 321px;
    background:  url(../img/top_shadow_right.gif) 0 0 no-repeat;
}

#header {
    position: relative;
    height: 181px;
    margin: 0 5px;
    border: 1px solid #e0e0e0;
    background:  url(../img/header_bg.jpg) 0 0 no-repeat;
}
    #header-search {
        position: absolute;
        top: 32px;
        left: 650px;
    }
        #header-search input.text {
            width: 112px;
            padding: 2px 4px;
            font-size: 12px;
            color: #62b9de;
            border: 1px solid #e0e0e0;
        }
        #header-search input.image {
            position: relative;
            top: 2px;
        }
    #header-menu {
        position: absolute;
        top: 105px;
        left: 160px;
        width: 650px;
    }
        #header-menu a {
            font-size: 15px;
            font-weight: bold;
            color: #186e93;
            text-decoration: none;
        }
        #header-menu table {
            width: 100%;
        }
            #header-menu table td {
                text-align: center;
                vertical-align: top;
            }

#glossary {
    height: 79px;
    margin: 0 5px 5px;
    padding: 16px 0 0;
    text-align: center;
    background:  url(../img/glossary_bg.gif) 0 0 no-repeat;
    border: 1px solid #e0e0e0;
    border-top: 0;
}
    #glossary a {
        margin: 0 6px;
        font-size: 18px;
        color: #08648b;
        text-decoration: none;
    }
        #glossary a:hover {
            color: #c3dc5d;
            text-decoration: underline;
        }

#body {
    font-size: 0.625em;
}
    #leftCol {
        float: left;
        position: relative;
        width: 410px;
        min-height: 450px;
        height: auto !important;
        height: 450px;
        margin: 0 0 0 5px;
        padding: 50px 35px;
        border: 1px solid #e0e0e0;
    }
        * html #leftCol {
            margin: 0 0 0 2px;
            left: 1px;
        }
        #leftCol-rubrics-label {
            position: absolute;
            top: 0;
            left: 5px;
            width: 150px;
            height: 32px;
            background:  url(../img/label_rubric.gif) 0 0 no-repeat;
        }
            #leftCol-rubrics a {
                font-size: 14px;
                font-weight: bold;
                color: #186e93;
                text-decoration: none;
            }
            #leftCol-rubrics span {
                font-size: 14px;
                font-weight: bold;
                color: #c5c4c4;
            }
        .leftCol-pageNav {
            font-size: 14px;
            text-align: right;
        }
            .leftCol-pageNav a {
                padding: 0 4px;
                font-weight: normal !important;
                text-decoration: underline !important;
            }
                .leftCol-pageNav a:hover {
                    text-decoration: none !important;
                }
                .leftCol-pageNav a.current {
                    background: #e6f6ff;
                }
                .leftCol-pageNav a.link {
                    position: relative;
                    top: 5px;
                    padding: 0 15px 0 0;
                    font-weight: bold !important;
                    background:  url(../img/rightarrow.gif) right 5px no-repeat;
                }
        #leftCol-telo-title {
            width: 410px;
            margin: -50px -35px 0;
            padding: 5px 35px 15px;
            background: #e6f6ff;
        }
            #leftCol-telo-title span {
                float: right;
                font-size: 11px;
                color: #08648b;
            }
            #leftCol-telo-title h1 {
                width: 330px;
                font-size: 14px;
                color: #186e93;
            }
            #leftCol-telo-title p {
                margin: 10px 0 0;
                font-size: 12px;
                font-weight: bold;
                color: #186e93;
                text-align: right;
            }
        #leftCol-title {
            width: 445px;
            margin: 15px -35px;
            padding: 5px 0 5px 35px;
            font-size: 14px;
            font-weight: bold;
            color: #186e93;
            background: #e6f6ff;
        }
            #leftCol-title span {
                color: #c5c4c4;
            }
        #leftCol-subs {
            font-size: 14px;
            font-weight: bold;
            color: #c5c4c4;
            margin: 20px;
        }
        .leftCol-articles-entry {
            margin: 0 0 20px;
            font-size: 14px;
            color: #186e93;
        }
            .leftCol-articles-entry a {
                font-weight: normal !important;
                text-decoration: underline !important;
            }
                .leftCol-articles-entry a:hover {
                    text-decoration: none !important;
                }
            .leftCol-articles-entry p {
                margin: 5px 0 0;
            }
    #rightCol-articles {
        float: right;
        position: relative;
        width: 409px;
        margin: 0 5px 0 0;
        padding: 50px 35px 35px;
        font-size: 11px;
        font-weight: bold;
        color: #08648b;
        background: #e6f6ff;
        border: 1px solid #e0e0e0;
    }
        * html #rightCol-articles {
            margin: 0 3px 0 0;
            left: 1px;
        }
        #leftCol-articles-label {
            position: absolute;
            top: 0;
            left: 5px;
            width: 199px;
            height: 32px;
            background: url(../img/label_articles.gif) 0 0 no-repeat;
        }
        #leftCol-articles-shadow {
            position: absolute;
            bottom: -29px;
            left: -1px;
            width: 481px;
            height: 29px;
            background:  url(../img/articles_shadow.gif) 0 0 no-repeat;
        }
        #rightCol-articles a {
            margin: 0 20px 0 0;
            font-size: 14px;
            font-weight: normal;
            color: #08648b;
        }
        #rightCol-articles span {
            font-size: 12px;
        }
    #rightCol-oblako {
        float: right;
        position: relative;
        width: 411px;
        margin: 30px 5px 30px 0;
        padding: 0 35px;
        font-size: 12px;
        line-height: 30px;
        color: #08648b;
    }
        #rightCol-oblako a {
            margin: 0 20px 0 0;
            font-size: 12px;
            color: #186e93;
            text-decoration: none;
        }
        #rightCol-oblako a:hover {
            color: #c3dc5d;
            text-decoration: underline;
        }

    #content {
        margin: 20px 0;
        font-size: 14px;
        color: #08648b;
    }
        #content p {
            margin: 15px 0;
        }

#bottom {
    position: relative;
}
    #bottom-shadow-left {
    position: absolute;
    top: 10px;
    left: -11px;
    width: 10px;
    height: 120px;
    background:  url(../img/bottom_shadow_left.gif) 0 0 no-repeat;
}
    #bottom-shadow-right {
    position: absolute;
    top: 10px;
    left: 979px;
    width: 9px;
    height: 120px;
    background:  url(../img/bottom_shadow_right.gif) 0 0 no-repeat;
}

    #bottom-menu {
        position: absolute;
        top: 0;
        left: 160px;
        width: 650px;
    }
        #bottom-menu a {
            font-size: 13px;
            font-weight: bold;
            color: #186e93;
            text-decoration: none;
        }
        #bottom-menu table {
            width: 100%;
        }
            #bottom-menu table td {
                padding: 0 15px;
                text-align: center;
                vertical-align: top;
            }

    #footer {
        position: absolute;
        top: 24px;
        left: 5px;
        width: 966px;
        height: 98px;
        font-size: 11px;
        color: #186e93;
        background: #e6f6ff;
        border: 1px solid #e0e0e0;
    }
        #footer-counters {
            position: absolute;
            top: 30px;
            left: 100px;
        }
            #footer-counters img {
                margin: 0 15px 0 0;
            }
        #footer-copyright {
            position: absolute;
            top: 30px;
            left: 330px;
            width: 300px;
        }
        #footer-solus {
            position: absolute;
            top: 25px;
            left: 655px;
            width: 220px;
            height: 20px;
            padding: 5px 0 0;
            background:  url(../img/solus.gif) right 0 no-repeat;
        }
            #footer-solus a {
                color: #186e93;
            }
        #footer-gg {
            position: absolute;
            top: 50px;
            left: 655px;
            width: 262px;
            height: 20px;
            padding: 5px 0 0;
            background:  url(../img/gg.gif) right 8px no-repeat;
        }
            #footer-gg a {
                color: #186e93;
            }

/*******************************************************************************
  STYLES
*******************************************************************************/
