/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, 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;
    vertical-align: baseline;
    background: transparent;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    background-image: url(/Images/bg.png);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #FFF;
    font-family: Calibri, Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #252525;
}

p {
    margin-top: 5px;
}

    p a {
        color: #252525;
        text-decoration: none;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #bc2c24;
    }

        p a:visited {
            color: #252525;
            text-decoration: none;
            border-bottom-width: 1px;
            border-bottom-style: dotted;
            border-bottom-color: #bc2c24;
        }

        p a:hover {
            color: #bc2c24;
            text-decoration: underline;
            border: 0px;
        }

h1 {
    font-weight: normal;
    color: #000;
    font-size: 36px;
}

h2 {
    font-family: Calibri, Helvetica, Arial, sans-serif;
    font-size: 21px;
    color: #bc2c24;
    font-weight: normal;
}
/*h3 {
    font-weight: normal;
    color: #bc2c24;
    font-size: 24px;
    margin-top: 2px;
}*/
h3 {
    font-family: Calibri, Helvetica, Arial, sans-serif;
    font-size: 21px;
    color: #bc2c24;
    font-weight: normal;
    margin-bottom: 5px;
}

#mainbody {
    width: 915px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
}

#header-items {
    text-align: right;
    float: right;
    height: 60px;
    margin-top: 5px;
}

#logo {
    float: left;
}

#header-items .trade {
    font-size: 16px;
    font-weight: normal;
    color: #000;
    text-decoration: none;
}

    #header-items .trade:visited {
        font-size: 16px;
        font-weight: normal;
        color: #000;
        text-decoration: none;
    }

    #header-items .trade:hover {
        font-size: 16px;
        font-weight: normal;
        color: #000;
        text-decoration: underline;
    }

    #header-items .trade:active {
        font-size: 16px;
        font-weight: normal;
        color: #FFF;
        text-decoration: underline;
    }

#topmenubar {
    margin-top: 15px;
}

    #topmenubar ul {
        list-style-type: none;
        font-family: Calibri, Helvetica, Arial, sans-serif;
        font-size: 16px;
        font-weight: bold;
        margin-top: 5px;
    }

        #topmenubar ul li.current a {
            -moz-border-radius: 8px;
            -webkit-border-radius: 8px;
            -khtml-border-radius: 8px;
            border-radius: 8px;
            -moz-box-shadow: 0 4px 2px white, 0 0 0 3px rgba(210, 210, 210, 0.9);
            -webkit-box-shadow: 0 4px 2px white, 0 0 0 3px rgba(210, 210, 210, 0.9);
            -khtml-border-radius: 0 4px 2px white, 0 0 0 3px rgba(210, 210, 210, 0.9);
            box-shadow: 0 4px 2px white, 0 0 0 3px rgba(210, 210, 210, 0.9);
            color: #FFF;
            background-color: #d83238;
            background-image: url(/Images/nav-bg.png);
            background-repeat: repeat-x;
        }

    #topmenubar li a {
        text-decoration: none;
        color: #616770;
        padding-right: 10px;
        padding-left: 10px;
        float: right;
        display: block;
        height: 35px;
        line-height: 35px;
        margin-right: 5px;
        margin-left: 5px;
    }

        #topmenubar li a:visited {
            color: #616770;
        }

        #topmenubar li a:hover {
            text-decoration: none;
            color: #b00102;
        }

    #topmenubar a.selected {
        color: #000000;
        text-decoration: none;
    }

#navlist {
    text-align: center;
}

#topmenubar ul #nav-home a {
    float: left;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    background-image: url(/Images/home.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

    #topmenubar ul #nav-home a:hover {
        background-image: url(/Images/home.png);
        background-repeat: no-repeat;
        background-position: 0px -35px;
    }

#content-wide {
    margin-top: 35px;
    width: 100%;
}

#content {
    width: 685px;
    float: right;
}

.title-box {
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both;
}

.spanOne {
    display: block;
    width: 225px;
}

.spanTwo {
    display: block;
    width: 455px;
}

.spanThree {
    display: block;
    width: 685px;
}

.spanOneTxt {
    display: block;
    width: 209px;
    padding-right: 8px;
    padding-left: 8px;
    text-align: justify;
}

.spanTwoTxt {
    display: block;
    width: 439px;
    text-align: justify;
    padding-right: 8px;
    padding-left: 8px;
}

.spanThreeTxt {
    display: block;
    width: 669px;
    text-align: justify;
    padding-right: 8px;
    padding-left: 8px;
}

    .spanThreeTxt ul {
        margin-top: 10px;
        padding-left: 50px;
    }

        .spanThreeTxt ul li {
            list-style-image: url(/Images/bullet.png);
        }

.divider-red {
    background-color: #bc2c24;
    display: block;
    clear: both;
    height: 1px;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
}

.divider-grey {
    background-color: #a1a1a1;
    display: block;
    clear: both;
    height: 1px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 20px;
}

.clear {
    clear: both;
    margin: 0px;
    height: 0px;
}

#sidenav {
    float: left;
    position: fixed;
    top: 160px;
}

    #sidenav ul {
        list-style-type: none;
        width: 95%;
    }

        #sidenav ul li {
            border-bottom-style: dotted;
            border-bottom-width: 1px;
            border-bottom-color: #666666;
        }

            #sidenav ul li a {
                font-family: Calibri, Helvetica, Arial, sans-serif;
                font-size: 16px;
                color: #bc2c24;
                text-decoration: none;
                line-height: 40px;
                padding-left: 10px;
            }

                #sidenav ul li a:visited {
                    background-position: bottom right;
                    color: #bc2c24;
                }

                #sidenav ul li a:hover {
                    background-position: bottom right;
                    color: #333333;
                }

#tactical {
    margin-top: 30px;
    height: 122px;
    margin-bottom: 40px;
}

    #tactical .spanOne {
        text-align: right;
        float: left;
        margin-right: 5px;
    }

        #tactical .spanOne a {
            font-family: Calibri, Helvetica, Arial, sans-serif;
            font-size: 18px;
            font-weight: bold;
            color: #bc2c24;
            text-decoration: none;
        }

            #tactical .spanOne a:visited {
                color: #bc2c24;
                text-decoration: none;
            }

            #tactical .spanOne a:hover {
                color: #bc2c24;
                text-decoration: underline;
            }

            #tactical .spanOne a:active {
                color: #FFF;
                text-decoration: underline;
            }

#footer {
    color: #999;
    padding-bottom: 5px;
}

    #footer a {
        color: #999;
    }

        #footer a:visited {
            color: #999;
        }

        #footer a:hover {
            color: #bc2c24;
        }

    #footer .left {
        float: left;
    }

    #footer .right {
        float: right;
    }

#gallery-links li {
    display: inline;
    margin-left: 40px;
}

    #gallery-links li a {
        color: #bc2c24;
        font-size: 24px;
        text-decoration: none;
    }

        #gallery-links li a:visited {
            color: #bc2c24;
            font-size: 24px;
            text-decoration: none;
        }

        #gallery-links li a:hover {
            color: #bc2c24;
            font-size: 24px;
            text-decoration: none;
            border-bottom-width: 2px;
            border-bottom-style: dashed;
            border-bottom-color: #bc2c24;
        }

#header-items .trade {
    margin-right: 15px;
}

.switchgroup1 {
    display: none;
}

.info li, .success li, .warning li, .error li {
    border: 1px solid;
    margin: 15px 0px;
    padding: 15px 20px 15px 55px;
    width: 800px;
    font: bold 12px verdana;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-left: 20px;
}

.info li {
    color: #00529B;
    background: #BDE5F8 url('/images/icon-info.png') no-repeat 10px center;
}

.success li {
    color: #4F8A10;
    background: #DFF2BF url('/images/icon-tick.png') no-repeat 10px center;
}

.warning li {
    color: #9F6000;
    background: #FEEFB3 url('/images/icon-warning.png') no-repeat 10px center;
}

.error li {
    color: #D8000C;
    background: #fff1e9 url('/images/icon-cross.png') no-repeat 10px center;
}

