﻿@charset "utf-8";

/* Body / Background */
body {
    background-color: floralwhite;
    background-image: url(/images/bg_overlay.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: floralwhite;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
}
#title {
    -webkit-transform: rotate(-0.0000000001deg); /* A little antialias hack for chrome */
    color: whitesmoke;
    font-size: large;
    /*line-height: 150px;*/
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}
/* Font */
h1, h2, h3, h4 {
    /*font-family: Verdana Arial Helvetica Sans-Serif;*/
    -webkit-transform: rotate(-0.0000000001deg); /* A little antialias hack for chrome */
    color: whitesmoke;
    font-weight: bold;
    font-size: 13px;
    height: 86px;
    /*   width: 230px;*/
}

h4 {
    font-size: 13px;
}

/* Primary COLOR */
#sitedescription h1 {
    color: #ec008c;
}
/* Primary BACKGROUND */
.primary-bgcolor,
a.ui-btn-big,
.newsbox .feedList h4 a:hover,
#slider #imageSliderNav a.activeSlide {
    background-color: green;
    color: green;
}

/* Secondary COLOR */
/* Secondary BACKGROUND */
#header #mainmenu ul,
#header #mainmenu ul li {
    /*background-color: #22212C;*/
    background-color: green; /*Blue*/
}


a.ui-btn-big {
    background-image: url(/images/ui-btn-big-arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    border-radius: 5px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.496094);
    color: white !important;
    display: inline-block;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    line-height: 14px;
    padding: 12px 50px 12px 19px;
    text-decoration: none;
}


#page {
    width: 950px;
    margin: 10px auto;
    text-align: left;
    padding: 15px;
    padding-bottom: 0px;
    background: #FFF;
}

/* Header */

#header {
    margin-bottom: 3px;
}

    #header a, #header a img {
        border: none;
    }

    #header #sitedescription {
        float: right;
        text-align: right;
        margin: 5px;
    }

        #header #sitedescription h1 {
            font-weight: normal;
            position: relative;
            font-size: 16px;
            line-height: 0.5em;
        }

    #header #mainmenu {
        margin: 0px;
        padding: 0px;
    }

    #header .mainmenucorner {
        margin: 0px;
        padding: 0px;
        background: url(/images/mainmenu_corner.gif) top left no-repeat;
        height: 20px;
        clear: both;
        position: relative;
        top: -15px;
        left: -25px;
        width: 20px;
        /*      margin-bottom: -40px;*/
    }


    #header #mainmenu ul {
        width: 975px;
        float: left;
        margin-bottom: 3px;
        margin-top: 0px;
        padding: 0px;
        margin-left: -25px;
    }

        #header #mainmenu ul li {
            list-style: none;
            /*background-image: url(/images/icons/mainmenu_itembg.png);*/
            background-position: right bottom;
            background-repeat: no-repeat;
            float: left;
            font-size: 14px;
        }

            #header #mainmenu ul li a {
                padding: 15px 20px;
                display: block;
                color: #fff;
                text-decoration: none;
                /*background: url(/images/mainmenu_item_bottomshadow.jpg) bottom left no-repeat;*/
                margin-bottom: -13px;
                padding-bottom: 28px;
            }

            #header #mainmenu ul li.current {
                background-color: green; /*#a9a4a3;*/
            }

            #header #mainmenu ul li.home a {
                background-image: url(/images/icons/home_dark.png);
                background-position: 16px 16px;
                background-repeat: no-repeat;
                padding-left: 35px;
            }



            #header #mainmenu ul li:hover {
                color: #FFF;
                text-decoration: none;
                background-color: green;
            }





#content {
    padding: 0px;
    color: red;
    /*background: url(/images/divider_left_top.png) top left no-repeat;*/
    margin-top: 15px;
    min-height: 200px;
}


#footer {
    clear: both;
    font-size: 12px;
    padding: 40px;
    overflow: auto;
}

    #footer a {
        font-size: 20px;
        color: #ffffff;
        text-decoration: none;
    }

        #footer a:hover {
            color: #FFF;
        }


/*  COLOR!  */



.whitebox {
    background-color: #dee4e4;
    height: 150px;
}

table {
    font-size: 12px;
    border-collapse: collapse;
}

/*FAQ answers*/
#q1, #q2, #q3 {
    display: none;
}

.wizardbuttons {
    float: right;
}

sup {
    color: Red;
    font-weight: bold;
    font-size: medium;
}

requiredfieldheader {
    color: Red;
    font-weight: bold;
    font-size: medium;
}

table th {
    text-align: left;
}

ul li, ol li {
    font-size: 12px;
}

a:link {
    color: teal;
    text-decoration: none;
}

a:visited {
    color: purple
}

a:hover {
    color: purple
}

a:active {
    color: red
}

.redtext {
    background-color: yellow;
}

.emphasise {
    /*font-family: Verdana Arial Helvetica Sans-Serif;*/
    -webkit-transform: rotate(-0.0000000001deg); /* A little antialias hack for chrome */
    color: Teal;
    font-weight: bold;
    font-size: 13px;
}

p a {
    color: teal;
}

.hidden {
    display: none;
}
#loader {
    position: fixed;
    top: 119px;
    left: 95px;
    width: 640px;
    height: 685px;
    z-index: 10000;
    background: rgba(0,0,0,0.5);
}

.spinner {
    position: absolute;
    left: 40%;
    top: 45%;
    border: 7px solid #f3f3f3;
    border-radius: 50%;
    border-top: 7px solid #0070BA;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
