﻿/**************************************************************************/
/*                                GLOBAL                                  */
/**************************************************************************/
* {
    margin: 0px;
    padding: 0px;
}

html {
    background: none;
}

body {
    /*background: #ededed;*/ /*TODO: Repeatable graphic*/
}

body, td, th, p {
    /*specific font*/
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #34373d;
    font-size: 14px;
    text-align: left;
}

img {
    border: none;
}

table {
    border-spacing: 0px;
    border-collapse: collapse;
}

    table td {
        /*vertical-align: top;*/
    }

b,
strong {
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
    /*specific font*/
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 0.2em;
}

h1 {
    color: #222222;
    font-size: 24px;
    margin-bottom: 20px;
}

h2 {
    color: #222222;
    font-size: 20px;
    margin-bottom: 20px;
}

h3 {
    font-family: 'Myriad Pro', Arial !important;
    color: #eb7e0a;
    font-size: 24px;
    margin-bottom: 0.5em;
}

h4 {
    /*specific font*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    font-weight: normal;
    color: #eb7e0a;
}

h5 {
    /*specific font*/
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 17px;
    color: #eb7e0a;
}

h6 {
    /*specific font*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    color: #ffa200;
}

a {
    text-decoration: none;
    color: #1982D1;
}

    a:hover {
        text-decoration: underline;
        color: #FF4800;
    }

em {
    font-style: italic;
}

/**************************************************************************/
/*                           CONTENT FORMS                                */
/**************************************************************************/
#Content {
    margin-top: 40px;
}

    #Content .contact-form {
        margin: 10px 0 60px 0;
        padding-top: 20px;
        border-top: 1px solid #e6e6e6;
        float: left;
        width: 100%;
    }

        #Content .contact-form input[type="text"],
        #Content .contact-form textarea {
            /*specific font*/
            font-family: 'Roboto Condensed' !important;
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            margin: 15px 0 0 0;
            padding: 5px;
            display: block;
            background: #fafafa;
            border-color: #ccc #efefef #efefef #ccc;
            border-width: 1px;
            border-style: solid;
            margin-bottom: 10px;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            width: 450px;
        }

        #Content .contact-form textarea {
            height: 160px;
        }

        #Content .contact-form input[type="submit"] {
            /*specific font*/
            width: auto;
            padding: 0 12px;
            margin-top: 20px;
            -webkit-appearance: push-button;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            background: #555555;
            background: -webkit-gradient(linear, left top, left bottom, from(#555555), to(#424242));
            background: -webkit-linear-gradient(#555555, #424242);
            background: -moz-linear-gradient(center top, #555555 0%, #424242 100%);
            background: -moz-gradient(center top, #555555 0%, #424242 100%);
            box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.1);
            -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.1);
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-weight: bold;
            display: inline-block;
            color: #fff !important;
            position: relative;
            cursor: pointer;
        }

    #Content #hf1,
    #Content #hf2 {
        display: none;
    }
/**************************************************************************/
/*                           GLOBAL SECTIONS                              */
/**************************************************************************/
.section-area {
    width: 100%;
    min-width: 980px;
}

.grid-container {
    position: relative;
    margin: 0 auto;
    width: 980px; /*use max-width for responsive */
}


/**************************************************************************/
/*                               HEADER                                   */
/**************************************************************************/
#Header {
    /*background: url('/themes/alignzrecruitment/images/header_bg.png') no-repeat 50% 0;*/
}

#HeaderInner {
    height: 315px;
    width: 960px;
    margin-bottom: 20px;
}

    #HeaderInner .Image-holder img {
        height: 315px;
        width: 960px;
    }

/**************************************************************************/
/*                              MAIN MENU                                 */
/**************************************************************************/

#Menu {
    list-style: none outside none;
    position: absolute;
    top: 290px;
    left: 0px;
    right: 10px;
    height: 50px;
    z-index: 102;
    max-width: 100%;
}

    #Menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: table;
        width: 100%;
    }

        #Menu ul li {
            position: relative;
            display: table-cell;
            list-style: none outside none;
            margin: 0;
            vertical-align: central;
            text-align: center;
            border-right: solid 1px #222222;
        }

            #Menu ul li span {
                display: block;
                text-align: center;
                padding: 2px 12px;
            }

                #Menu ul li span a {
                    /*specific font*/
                    font-family: "Helvetica Neue", Helvetica, sans-serif;
                    font-style: normal;
                    font-weight: 300;
                    color: #666666;
                    font-size: 14px/1em;
                    line-height: 30px;
                    text-decoration: none;
                    display: inline-block;
                }

            #Menu ul li.hiddenNav.menuSelected {
                background-color: #ffffff;
            }

            #Menu ul li.menuSelected span a {
                color: #008fd1;
            }

                #Menu ul li.menuSelected span a:hover {
                    color: #ffffff;
                }

            #Menu ul li.menuSelected ul li span a {
                color: #ffffff;
            }

                #Menu ul li.menuSelected ul li span a:hover {
                    color: #ffffff;
                }


            #Menu ul li:hover span {
                background-color: #008fd1;
                color: #ffffff;
            }

                #Menu ul li:hover span a {
                    color: #ffffff;
                }

        /*Second level dropdown*/
        #Menu ul .menudropdown {
            display: none;
        }

        #Menu ul ul {
            position: absolute;
            z-index: 110;
            width: 152px /* previous -- 200px*/;
        }

            #Menu ul ul li {
                float: left;
                border: none;
                height: auto;
                padding: 10px 0px 12px 10px;
                background-color: #292b2c;
                z-index: 111;
            }

                #Menu ul ul li span,
                #Menu li.menuSelected ul span,
                #Menu li:hover ul span {
                    background-color: transparent;
                    height: auto;
                }

    #Menu li.hiddenNav {
        background-color: #e7eaee;
    }

    #Menu ul ul li a {
        /*specific font*/
        font-family: "Helvetica Neue", Helvetica, sans-serif;
        font-style: normal;
        font-weight: 300;
        color: #ffffff;
        font-size: 14px/1em;
        display: block;
        min-width: 120px;
        z-index: 113;
        line-height: 1.1em;
        /*padding: 12px 8px 8px 8px;*/
    }

    #Menu ul ul li span {
        text-align: left;
    }

    /*selected state*/
    /*hover state*/
    #Menu ul ul li.menuSelected,
    #Menu ul ul li:hover,
    #Menu ul ul li.open-state {
        background: none;
        background-color: #000000;
        border: none;
    }

        #Menu ul ul li.open-state span {
            background: none;
        }

        #Menu ul ul li.menuSelected span a {
            color: #008fd1;
        }

        #Menu ul ul li:hover span a,
        #Menu ul ul li.open-state span a {
            color: #ffffff;
        }
/*-------- DROPDOWN ACTIVATORS --------*/
.no-touch #Menu ul li:hover > .menudropdown {
    display: block;
}

/**************************************************************************/
/*                               CONTENT                                  */
/**************************************************************************/

#Content {
    min-height: 450px;
}

    #Content p {
        font-family: 'Helvetica Neue', Helvetica, sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 15px;
        text-align: left;
        color: #555555;
        line-height: 1.5em;
        margin-bottom: 1.2em;
    }

#ContentInner {
    width: 960px;
}

    #ContentInner #HomePanes .container {
        width: 625px;
        margin-bottom: 80px;
    }

#Content .module-content ul {
    margin: 4px 0 24px 36px;
    list-style: none;
}

    #Content .module-content ul li {
        font-family: "Helvetica Neue", Helvetica, sans-serif;
        font-style: normal;
        font-weight: 300;
        color: #555555;
        font-size: 15px;
        display: list-item;
        list-style-type: disc;
        margin-bottom: 0.3em;
    }

#Content .contact {
    float: left;
}

#Content .contact-description {
    width: 350px;
    float: left;
}

#Content .contact-details {
    width: 290px;
}

#Content .facebook-image img {
    width: 293px;
    height: 153px;
}

#Content .google-map {
    float: left;
    clear: right;
}

#Content table.timetable, table.fees {
    width: 100%;
    border-spacing: 1px;
    border-collapse: separate;
    margin-bottom: 24px;
    /*-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 1px 2px 0 #ffffff;
    -webkit-box-shadow: 0 1px 2px 0 #ffffff;
    -moz-box-shadow: 0 1px 2px 0 #ffffff;
    margin-bottom: 1.5em;*/
}

    #Content table.timetable td, th {
        border: 1px solid #eee;
        height: 47px;
        font-family: 'Helvetica Neue', Helvetica, sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 15px;
        text-align: left;
        color: #555555;
        line-height: 1.5em;
        margin-bottom: 1.2em;
        padding-left: 20px;
        vertical-align: central;
    }

    #Content table.timetable th {
        font-weight: bold;
    }

        #Content table.timetable th.first {
            width: 158px;
        }

        #Content table.timetable th.second {
            width: 187px;
        }

        #Content table.timetable th.third {
            width: 553px;
        }


#Content table.fees td, th {
    border: 1px solid #eee;
    height: 47px;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    text-align: left;
    color: #555555;
    line-height: 1.5em;
    margin-bottom: 1.2em;
    padding-left: 20px;
    vertical-align: central;
}

#Content table.fees th {
    font-weight: bold;
}

    #Content table.fees th.first {
        width: 408px;
    }

    #Content table.fees th.second {
        width: 244px;
    }

    #Content table.fees th.third {
        width: 244px;
    }



/*************************** DEFAULT ***********************************/
#DefaultPanes {
    width: 100%;
}

    /*-------- CONTENT PANE (CONTENT) --------*/
    #DefaultPanes #ContentPaneContainer {
        padding: 20px;
        min-height: 300px;
    }


/*************************** One COLUMN ***********************************/
#OneColumnPanes {
    width: 100%;
    min-height: 400px;
}

/*************************** TWO COLUMN ***********************************/
#TwoColumnPanes {
    width: 620px;
    min-height: 400px;
    margin-bottom: 40px;
    float: left;
}

/**************************************************************************/
/*                             Extra Panel                                */
/**************************************************************************/

div#homePaneExtra {
    position: absolute;
    z-index: 101;
    right: 0px;
}

    div#homePaneExtra .button {
        z-index: 101;
        display: block;
        text-decoration: none;
    }

    div#homePaneExtra img {
        width: 300px;
        height: 104px;
        padding: 0 0 18px 0;
        opacity: .8;
    }

        div#homePaneExtra img:hover {
            opacity: 1;
        }

    div#homePaneExtra span {
        visibility: hidden;
    }


/**************************************************************************/
/*                               FOOTER                                   */
/**************************************************************************/
#Footer {
    background: #333333;
    height: auto;
    min-height: 260px;
}

    #Footer #FooterInner a {
        text-decoration: none;
        font-family: "Helvetica Neue", Helvetica, sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 13px/1.5em;
        color: #ffffff;
    }

    #Footer #FooterInner p {
        font-family: "Helvetica Neue", Helvetica, sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 13px/1.5em;
        color: #ffffff;
    }

    #Footer #FooterInner a:hover {
        text-decoration: underline;
    }

    #Footer #FooterInner #footerContactTable {
        float: left;
        margin: 40px 0 80px 0;
    }

        #Footer #FooterInner #footerContactTable td {
            width: 248px;
            padding-bottom: 2px;
        }

    #Footer #FooterInner .footer-map {
        float: left;
        width: 248px;
        margin: 40px 0 80px 0;
    }

    #Footer #FooterInner #footerAccrediation {
        float: right;
        margin: 40px 0 80px 0;
        width: 180px;
    }

    #Footer #FooterInner .fb-like {
        padding-top: 10px;
    }

    #Footer #FooterInner #footerAccrediation p {
        font-weight: bold;
    }

    #Footer #FooterInner #footerAccrediation a {
        font-weight: bold;
        color: #1982D1;
    }

    #Footer #FooterInner .copyright-container {
        width: 902px;
    }

/**************************************************************************/
/*                               MODULES                                  */
/**************************************************************************/

/****************************** TESTIMONIALS **************************************/


#Content #MediaPaneContainer {
    float: right;
}

    #Content #MediaPaneContainer .module-content {
        width: 302px;
    }

    #Content #MediaPaneContainer .title {
        display: none;
    }

    #Content #MediaPaneContainer .module-testimonial .content .article {
        border: none;
    }


/****************************** News **************************************/

/*This is two column styling for news and events ...but now clients dont wants 
    #Content #NewsEventsContainer .module-news .heading {
    /*#Content #NewsEventsContainer .module-news .heading {
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 0.2em;
    color: #222222;
    font-size: 24px;
    margin-bottom: 18px;
    display: block;
}

#Content #NewsEventsContainer .news-container {
    width: 460px;
    float: left;
}

#Content #NewsEventsContainer .module-news .content {
    clear: both;
    float: left;
}

#Content #NewsEventsContainer .module-news-article-details {
    clear: both;
    float: left;
}

#Content #NewsEventsContainer .module-news .editor-action {
    clear: both;
    float: left;
}*/

/****************************** Events **************************************/

#Content .module-content .event-sub {
    margin-bottom: -16px;
}

#Content .module-events .heading {
    display: none;
}

#Content .module-events .details {
    margin-bottom: 20px;
}


#Content .module-events-article-details .heading {
    display: none;
}

#Content .module-edit .heading {
    display: block;
}

#Content .module-events .title {
    font-weight: bold;
    margin-bottom: 8px;
}

#Content .module-events .content .article {
    padding: 10px 0 20px 0;
}

#Content .module-events .event-date {
    margin-top: 10px;
    margin-bottom: 8px;
}

#Content .module-events .editor-action {
    line-height: 0;
    /*margin: 0 0 0 10px;*/
}

#Content .module-edit .editor-action {
    line-height: 29px;
}

#Content .module-events-article-details .editor-action {
    line-height: 0;
    margin: 20px 0 0 10px;
}

#Content .module-events-article-details .details {
    margin: 0 0 0 8px;
}

#Content .module-content .module-events .module-info .heading {
    display: block;
}

#Content .module-events .inline-more {
    display: inline;
}

#Content .module-events .read-more {
    display: none;
}

#Content .module-events .event-venue {
    margin-top: 10px;
}

#Content .module-events .event-contact {
    margin-top: 10px;
}

#Content .module-events .event-cost {
    margin-top: 10px;
}

#Content .module-events .event-address {
    margin-top: 10px;
}


/*This is two column styling for news and events ...but now clients dont wants 
        /*#Content #NewsEventsContainer .events-container {
    width: 480px;
    float: right;
}

#Content #NewsEventsContainer .module-events-article-details {
    clear: both;
    float: left;
}

#Content #NewsEventsContainer .events-container .heading,
#Content #NewsEventsContainer .module-events .heading {
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 0.2em;
    color: #222222;
    font-size: 24px;
    margin-bottom: 7px;
}

#Content #NewsEventsContainer .module-events .content {
    float: left;
}

#Content #NewsEventsContainer .module-events .editor-action {
    clear: both;
    float: left;
    margin: 0px;
    margin-left: 8px;
}

#Content #NewsEventsContainer .module-events .content .article {
    position: relative;
    padding: 0px 0px 20px 0px; /* RM 2013-03-19 Removed top padding as it pushes down whole module for no apparent reason. */
/*margin-bottom: 20px;
    border-bottom: 1px solid #dfdfdf;
    overflow: hidden;
}

#Content #NewsEventsContainer .module-events .content .title a {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2em;
    margin-bottom: 0.5em;
    /*position: absolute; RM 2013-03-19 Doesn't seem to be the right thing to do - doesnt work in Chrome */
/*top: 0px;
    left: 0px;
    display: block;
}


#Content #NewsEventsContainer .module-events .content .thumbimage {
    float: left;
}

    #Content #NewsEventsContainer .module-events .content .thumbimage img {
        padding: 5px;
        background-color: #ffffff;
    }

#Content #NewsEventsContainer .module-events .content .event-date {
    font-size: 11px;
    font-style: italic;
    padding: 0;
}

#Content #NewsEventsContainer .module-events .content .inline-more {
    display: none;
}

#Content #NewsEventsContainer .content .inline-more a,
#Content #NewsEventsContainer .content .inline-more a {
    text-decoration: none;
}

#Content #NewsEventsContainer .content.read-more {
    display: none;
    padding-left: 70px;
    margin-top: 10px;
}

#Content #NewsEventsContainer .module-events-article-details .heading {
    display: none;
}*/

/**************************************************************************/
/*                               Admin                                    */
/**************************************************************************/
/*#Content .module-edit img {
    max-width: 120px;
    max-height: 40px;
    padding: 2px 4px;
}*/
