﻿html, head, body, textarea, input, select {
    font-family: 'Droid Sans', Tahoma, Arial, sans-serif;    
    font-size: 10pt;
    margin: 0;
    padding: 0;    
}

body {
    background: #dedede;
}

div.background {    
    position: absolute;
    background: #219DF3 url(../img/background.jpg) repeat-x;
    width: 100%;
    height: 200px;    
}

div.background-bottom {    
    position: relative;
    background: #0054A6;
    width: 100%;
    overflow: hidden;    
    margin: 0;
    padding: 0;
    top: -5px;
    margin-bottom: -5px;
    clear: both;
}

div.option-container {
    width: 1000px;
    margin: auto;
}
    div.option-container div {
        color: #def;
        width: 323px;        
        margin: 0px;        
        float: left;
        text-align: center;        
        padding: 0 5px;
    }

    div.option-container div:hover {
        background: #000;
        color: #def;        
    }
        div.option-container div p {            
            text-align: justify;
            margin: 10px;
        }

        div.option-container div h3 {            
            color: #ffd800;
        }

        div.option-container div img {
            border: 10px solid #fff;
        }

        div.option-container div a {
            color: #ffd800;
            text-decoration: none;
        }
        div.option-container div a:hover {
            color: #f00;
            text-decoration: none;
        }


#container {
    min-width: 1000px;
    padding: 0;
    margin: auto;    
    color: #333;
}

#header {        
    position: relative;
    width: 1000px;
    margin: auto;
    padding: 0;        
    text-align: center;
}

    #header img {
        margin: 20px 0;
        margin-bottom: 0;
    }

.links {
    position: absolute;
    right: 0px;
    top: 14px;
}

    .links ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .links ul li {
            float: left;
            margin-left: 10px;
            padding-left: 10px;
            border-left: 1px dotted #333;
        }

            .links ul li a {
                color: #fff;
                text-decoration: none;
            }

                .links ul li a:hover {
                    color: #ffd800;
                }

                
nav {
    margin: 0;    
    margin-top: 1px;
    margin-left: 0px;
    padding: 0;
    height: 45px;
}

    nav ul {
        width: auto;
    }

        nav ul li ul {
            width: auto;
        }

        nav ul ul {
            display: none;
        }

        nav ul li:hover > ul {
            display: block;
        }

    nav ul {
        background: #219DF3;
        padding: 0;
        list-style: none;
        position: relative;
        display: inline-table;
    }

        nav ul:after {
            content: "";
            clear: both;
            display: block;
        }

        nav ul li {
            float: left;
        }

            nav ul li:hover {
                background: #000;
                border-radius: 15px;
            }

                nav ul li:hover a {
                    color: #fff;                    
                }

            nav ul li a {
                border-radius: 15px;
                font-size: 10pt;
                letter-spacing: .05em;
                display: block;
                padding: 12px 15px;               
                height: 15px;
                color: navy;
                text-decoration: none;
                text-transform: uppercase;
            }

        nav ul ul {
            background: #5f6975;
            padding: 0;
            position: absolute;
            top: 100%;
        }

            nav ul ul li {
                float: none;
                border-top: 1px solid #6b727c;
                border-bottom: 1px solid #575f6a;
                position: relative;                
            }

                nav ul ul li a {
                    border-radius: 15px;
                    padding: 10px 20px;
                    color: #fff;                    
                }

                    nav ul ul li a:hover, a.sel {                        
                        background: #0054A6;
                        color: #fff;
                        font-weight: bold;                        
                    }

            nav ul ul ul {
                position: absolute;
                left: 100%;
                top: 0;                
            }

#content {    
    overflow-y: hidden;
    min-height: 500px;
    width: 1000px;
    margin: auto;
}

#footer {
    position: relative;
    clear: both;
    padding: 0;
    min-width: 1000px;
    margin: auto 0;
    text-align: center;    
}

    #footer p {
        background: #333;
        color: #fff;        
        padding: 10px 0px;
    }


.data {
    padding-top: 15px;    
    width: 720px;
    border: 1px solid transparent;
    float: left;
    overflow: hidden;
    clear: left;
}

.side-bar {    
    padding-top: 15px;
    float: right;
    width: 272px;
    margin: 0;
    margin-bottom: 0px;
    overflow: hidden;
    clear: right;
}

.news {    
    background: #def;
    float: right;
    width: 250px;
    height: 320px;
    border: 1px solid #99BDCB;
    padding: 10px;
    margin: 0;
    margin-bottom: 10px;
    overflow: hidden;
    clear: right;
}

    .news h3 {
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        color: #333;
    }

    .news ul {
        margin: 0;
        padding: 0;
        margin-left: 1px;
    }

        .news ul li {
            margin-bottom: 10px;
            margin-left: 20px;
        }

    .news a {
        text-decoration: none;
        color: #333;
    }

        .news a:hover {
            color: #0054A6;
        }

.sub-pages { border-top: 20px solid #4b545f; }
.sub-pages p { line-height: 1.5em; color: #333 }

h1 {
    font-weight: bold;
    color: #333;
}

.full-data { margin: 10px 10px }

    .full-data p {
        color: #333;
        line-height: 1.3em;
        text-align: justify;
        margin-bottom: 10px;
    }

    .full-data h4 {
        font-size: 12pt;
        color: #4b545f;
        margin: 0;
        padding: 0;
    }

    .myTbl { width: 100% }
        .myTbl td { background: #fff }
        .myTbl .rHdr td { background: #4b545f; color: #fff }
        .myTbl td img { width: 60px; }
        .col0 { text-align: center; width: 60px }
        .col1 { font-size: 10pt; color: #4b545f }
        .col2, .col3 {
            width: 200px;
        }
        .myTbl td { color: #4b545f }        

        .myTbl .rHdr td {
            font-size: 10pt;
            text-align: center;
            font-weight: bold;
        }

        h3 {
            font-size: 12pt;
            color: #448CCB;
            text-align: center;
        }

h3, h4, p, a {
    font-family: 'Droid Sans', sans-serif;
    text-decoration: none;
}

    a:hover {
        color: #f00;
    }

.textbox { padding: 5px; margin: 5px 0 }
.button { padding: 5px; margin: 5px 0; min-width: 80px; }

td table td span { font-weight: bold; background: #000; color: #fff; padding: 3px 5px }
