/* CSS Document */

/* Reset browser defaults */
@import url('/Style/reset.css');

/* Apply basic typography styles */
@import url('/Style/typography.css');

/* Apply basic image styles */
@import url('/Style/images.css');

/* Prepare theme for plugins */
@import url('/Style/plugins.css');


/* = GENERAL STYLES 
============================================================== */

* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    width: 100%;
    background-color: #eeeeee;
}

body, input, textarea {
    font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
    line-height: 1.3em;
    color: #666666;
    font-size: 12px;
}

p, ul, ol, dd, pre {
    margin-bottom: 22px;
    line-height: normal;
}

pre, code {
    font: 14px Monaco, monospace;
    line-height: 22px;
}

blockquote {
    color: #666;
    font-style: italic;
}

table {
    border: 1px solid #ccc;
    border-width: 1px 1px 0 1px;
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 22px 0;
    text-align: left;
}

caption {
    text-align: left;
}

tr {
    border-bottom: 1px solid #ccc;
}

th, td {
    padding: .7em 1.25em;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 22px;
}

.ie7 hr {
    background-color: transparent;
    color: #ccc;
}

a:link {
    color: #6582ae; /*blue: #006fda*/
    text-decoration: none;
}

a:visited {
    color: #6582ae; /*blue: #006fda*/
    text-decoration: none;
}

.orange {
    color: #ee7602;
}

a:active,
a:hover {
    color: #ee7602;
    text-decoration: underline;
}

h1, h2, h3 {
    font-family: 'Futura', Arial, Helvetica, sans-serif;
    padding: 1em 0em 0.6em 0em;
}

h1 {
    font-size: 18px;
    color: #520e4b;
}

h2 {
    font-size: 16px;
    color: #0e1552;
}

h3 {
    font-size: 14px;
    color: #4b520e;
}

.wrap {
    margin: 0 auto;
    width: 1024px;
    padding: 0;
}

/* =Login Bar
--------------------------------------------------------------*/

#loginBar {
    background-color: #404040;
    /* background:url(../Media/gradient_black.svg);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7f7f7f), to(#404040));
  	background-image: -webkit-linear-gradient(top, #7f7f7f, #404040 50%);
  	background-image: -moz-linear-gradient(top, #7f7f7f, #404040 50%);
  	background-image: -ms-linear-gradient(top, #7f7f7f, #404040 50%);
 	background-image: -o-linear-gradient(top, #7f7f7f, #404040 50%);
  	background-image: linear-gradient(top, #7f7f7f, #404040 50%);
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#7f7f7f', EndColorStr='#404040' 50%);  IE6–IE9 */
    background-size: cover;
    height: 20px;
    width: 100%;
    margin: 0;
    background: -webkit-linear-gradient(#7f7f7f, #404040 50%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#7f7f7f, #404040 50%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#7f7f7f, #404040 50%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#7f7f7f, #404040 50%); /* Standard syntax */
}

    #loginBar.wrap {
        width: 1024px;
        height: 20px;
        background-color: #C00;
    }

#loginTab {
    width: 130px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #EEEEEE;
    margin-top: 5px;
    float: right;
    text-align: center;
}

    #loginTab a {
        color: #ee7602;
        text-decoration: none;
    }

        #loginTab a:hover, #loginTab a:active {
            color: #006fda;
        }

/* = Top Menu
-------------------------------------------------------------- */

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu {
    line-height: 1.0;
}

    .sf-menu ul {
        position: absolute;
        top: -999em;
        width: 10em; /* left offset of submenus need to match (see below) */
    }

        .sf-menu ul li {
            width: 100%;
        }

    .sf-menu li:hover {
        visibility: inherit; /* fixes IE7 'sticky bug' */
    }

    .sf-menu li {
        float: left;
        position: relative;
    }

    .sf-menu a {
        display: block;
        position: relative;
    }

    .sf-menu li:hover ul,
    .sf-menu li.sfHover ul {
        left: 0;
        top: 2.5em; /* match top ul list item height */
        z-index: 99;
    }

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
}


/*** THEMATIC SKIN ***/

/** just edit below and leave essential styles **/

.skip-link {
    display: none;
}

#access {
    /*background: url(../Media/gradient_pale_grey.svg) no-repeat;*/
    background: -webkit-linear-gradient(#eeeeee, #dddddd 50%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#eeeeee, #dddddd 50%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#eeeeee, #dddddd 50%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#eeeeee, #dddddd 50%); /* Standard syntax */
    background-size: cover;
    width: 100%;
    height: 53px;
    box-sizing: border-box;
    margin: 0 auto;
    font-family: 'Century Gothic', 'Futura', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 1em;
}

#logoLink {
    float: left;
    width: 120px;
    padding-top: 2px;
}

.sf-menu {
    /*border-right:1px solid #ccc;*/
    float: right;
    padding-top: 5px;
    z-index: 1000;
}

.ie6 .sf-menu {
    margin-bottom: -1px;
}

.sf-menu a {
    padding: 9px 13px;
    text-decoration: none;
}

.windows .sf-menu a {
    padding: 9px 13px 10px;
}

nav .current_page_item, nav .current_page_item a:link, nav .current_page_item a:visited {
    color: #ee7602;
    cursor: default;
}

.sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
    color: #006fda;
}

.sf-menu li {
    padding-left: 1.2em;
    padding-right: 1.2em;
}

    .sf-menu li li {
        font-size: .8em;
        padding-left: 0px;
        padding-right: 0px;
    }

    .sf-menu li:hover, .sf-menu li.sfHover,
    .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
        outline: 0;
        color: #ee7602;
    }

        .sf-menu li:hover ul,
        .sf-menu li.sfHover ul {
            top: 38px; /* overriding essential styles */
        }

.sf-menu ul ul {
    margin-top: 0;
    z-index: 1000;
}

.sf-menu ul a {
    /*background:#fafafa;*/
    border-bottom: none;
}

    .sf-menu ul a:hover {
        color: #ee7602;
    }

.sf-menu sf-js-enabled {
}

.sf-menu .children {
    background-color: #dddddd;
    box-shadow: 0px 8px 8px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 8px 8px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 8px 8px rgba(0,0,0,0.3);
}

/* Submenu
-------------------------------------------------------------- */

#sub-menu {
    width: 100%;
    height: 40px;
    margin: 0 auto;
    background-color: #74c681;
    background: -webkit-linear-gradient(#c1edc7, #74c681 50%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#c1edc7, #74c681 50%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#c1edc7, #74c681 50%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#c1edc7, #74c681 50%); /* Standard syntax */
    background-size: 100% 40px;
    font-family: 'Century Gothic', 'Futura', Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #ffffff;
    line-height: 40px;
    text-shadow: 1px 1px 2px #3e964c;
    list-style-type: none;
}

.yorb-submenu div {
    width: 1024px;
    margin;
}

.yorb-submenu li {
    list-style-type: none;
    visibility: visible;
}

.yorb-submenu ul li {
    float: left;
}

.yorb-submenu li.page_item {
    /*visibility:hidden;	*/
}

.yorb-submenu .children li.page_item {
    visibility: visible;
}

    .yorb-submenu .children li.page_item.page_item.current_page_item {
    }

    .yorb-submenu .children li.page_item.page_item {
        visibility: visible;
    }

/* =Content
-------------------------------------------------------------- */


#main {
    width: 1024px;
    margin: 0 auto;
    clear: both;
    min-height: 60%;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    margin: 0px 0 22px 0;
    overflow: hidden;
}

    .navigation a {
        color: #666;
        font-style: italic;
        text-decoration: none;
    }

        .navigation a:active,
        .navigation a:hover {
            color: #FF4B33;
        }

    .navigation .meta-nav {
        font-style: normal;
    }

.nav-previous {
    float: left;
    width: 50%;
}

.nav-next {
    float: right;
    width: 50%;
    text-align: right;
}

#nav-above, #nav-below {
    width: 100%;
}

#nav-above {
    display: none;
}

.paged #nav-above {
    display: block;
    padding: 0 0 44px 0;
}

.breadcrumb {
    width: 100%;
    height: 40px;
    margin: 0 auto;
    background-color: #3e964c;
    font-family: 'Century Gothic', 'Futura', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #ffffff;
    line-height: 40px;
    text-shadow: 1px 1px 2px #030;
    list-style-type: none;
}

    .breadcrumb div {
        width: 1024px;
        margin: 0 auto;
        background: top center url(../Media/banner.jpg) no-repeat;
    }

    .breadcrumb a, .breadcrumb a:visited {
        color: #ffffff;
        text-decoration: none;
    }

        .breadcrumb a:hover, .breadcrumb a:active {
            color: #ffffff;
            text-decoration: underline;
        }

/* =Footer
-------------------------------------------------------------- */
#footer {
    background-color: #404040;
    /*background:url(../Media/gradient_black_large.svg) ;*/
    background-size: cover;
    background: -webkit-linear-gradient(#7f7f7f, #404040 25%, #404040 96%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#7f7f7f, #404040 25%, #404040 96%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#7f7f7f, #404040 25%, #404040 96%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#7f7f7f, #404040 25%, #404040 96%); /* Standard syntax */
    /*margin-left:-60px;*/
}


.push {
    overflow: auto;
    clear: both;
}
 
#footer-wrapper {
    width: 1024px;
    margin: 0 auto;
    /*padding-top: 90px;*/
    clear: both;
    /*border-bottom:  #666666 solid thin;*/
}
 

#footer-sitemap {
    float: left;
    margin: 0;
    padding: 0px 0px 0px 0px;
}

    #footer-sitemap ul.navmenu {
        margin-top: 15px;
        overflow: visible;
        margin-left: 0px;
        padding-left: 0px;
    }

        #footer-sitemap ul.navmenu li {
            margin-right: 60px;
            display:inline-table;
            font-family: "Century Gothic", Arial, Helvetica, sans-serif;
            font-size: 18px;
        }

    #footer-sitemap ul.children {
        padding: 0px;
        padding-top: 1px;
        margin: 0px;
        list-style: outside square;
    }

        #footer-sitemap ul.children li {
            float: none;
            display: block;
            font-weight: normal;
            padding: 10px 0px 0px 0px;
            margin: 0px;
            border: 0px;
            font-size: 12px;
            font-family: Arial, Helvetica, sans-serif;
            line-height: 1.4em;
        }

    #footer-sitemap ul.navmenu li a, #footer-sitemap ul.navmenu li a:active, #footer-sitemap ul.navmenu li a:visited {
        color: #AfAfAf; /*#c1edc7*/
        text-decoration: none;
    }

    #footer-sitemap ul.navmenu li li a, #footer-sitemap ul.navmenu li li a:active, #footer-sitemap ul.navmenu li li a:visited {
        color: #eeeeee;
        text-decoration: none;
        font-weight: normal;
    }

        #footer-sitemap ul.navmenu li a:hover, #footer-sitemap ul.navmenu li li a:hover {
            border-bottom: #eeeeee dotted thin;
            text-decoration: none;
        }

    #footer-sitemap li.page_item.page-item-45 {
    }

.footer-logo {
    float: right;
    text-align: right;
    padding: 0px 0px 0px 0px;
}

    .footer-logo img {
        padding-right: 0;
        border-image-width: 0;
    }


#siteinfo {
    color: #7f7f7f;
    font-size: 11px;
    line-height: 18px;
    margin: 0 auto;
    clear: both;
    text-align: center;
    width: 1024px;
    padding-bottom: 10px;
    padding-top: 10px;
     border-top:  #666666 solid thin;
}

    #siteinfo a {
        color: #fff;
        text-decoration: none;
    }

        #siteinfo a:active,
        #siteinfo a:hover {
            color: #b1b7cb;
        }
         