﻿@charset "utf-8";

/* Import fonts */

@font-face {
    font-family: 'segoe_uiregular';
    font-style: normal;
    font-weight: normal;
    src: url('Fonts/segoeui-webfont.eot');
    src: url('Fonts/segoeui-webfont.eot?#iefix') format('embedded-opentype'), url('Fonts/segoeui-webfont.woff') format('woff'), url('Fonts/segoeui-webfont.ttf') format('truetype'), url('Fonts/segoeui-webfont.svg#segoe_uiregular') format('svg');
}

@font-face {
    font-family: 'segoe_uilight_italic';
    font-style: normal;
    font-weight: normal;
    src: url('Fonts/seguili-webfont.eot');
    src: url('Fonts/seguili-webfont.eot?#iefix') format('embedded-opentype'), url('Fonts/seguili-webfont.woff') format('woff'), url('Fonts/seguili-webfont.ttf') format('truetype'), url('Fonts/seguili-webfont.svg#segoe_uilight_italic') format('svg');
}

@font-face {
    font-family: 'segoe_uilight';
    font-style: normal;
    font-weight: normal;
    src: url('Fonts/segoeuil-webfont.eot');
    src: url('Fonts/segoeuil-webfont.eot?#iefix') format('embedded-opentype'), url('Fonts/segoeuil-webfont.woff') format('woff'), url('Fonts/segoeuil-webfont.ttf') format('truetype'), url('Fonts/segoeuil-webfont.svg#segoe_uilight') format('svg');
}

/* Main Styles */

body {
    background: #f6f6f6;
    font-family: segoe_uilight;
    font-size: 1.0em;
    margin: 0 auto;
    width: 1000px;
}

/* Backwards compatibility */

img {
    border: 0;
}

.standardColour {
    color: #007193;
}

.standardColourBorder {
    border: 1px #007193 solid;
}

input {
    outline-color: #007193;
    border-color: #007193;
}

/* Generic style */

mark {
    background: none;
    font-family: segoe_uilight_italic;
}

.align-right {
    text-align: right;
}

.float-right {
    float: right;
}

a:link, a:visited, a:active {
    color: #007193;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Headings */

h1 {
    font-family: segoe_uilight;
    margin: 3px 0 5px;
}

h2 {
    font-family: segoe_uilight;
}

h3 {
    font-family: segoe_uilight;
    margin: 0 0 7px;
}

h4 {
    font-family: segoe_uilight;
}

header {
    background: white;
    font-family: segoe_uilight;
    margin-top: 100px;
    padding: 20px;
    width: 960px;
    border-bottom: 4px #007193 solid;
}

    header nav {
        padding-top: 10px;
    }

        header nav a:link, header nav a:visited, header nav a:active {
            border-bottom: none;
            color: #007193;
            padding: 5px 5px 3px;
            text-decoration: none;
        }

        header nav a:hover {
            border-bottom: 1px solid #007193;
            padding: 5px 5px 2px;
            text-decoration: none;
        }

    header #clientlogo {
        float: right;
    }

/* Announcements */

#announcements {
    margin-top: 50px;
    width: 1000px;
}

    #announcements h2 {
        background: #007193;
        color: #fff;
        margin: 0;
        padding: 10px;
    }

    #announcements p {
        background: #fff;
        color: #262626;
        font-size: 1.5em;
        margin: 0;
        padding: 10px;
    }

/* Hero (top picture bar) */

#hero {
    background: url('Images/HomeBanner2.jpg');
    background-size: cover;
    height: 295px;
    padding: 10px;
    width: 980px;
}

    /* Login boxes */

    #hero #overlay {
        color: #262626;
        display: inline-block;
        height: 60px;
        padding-top: 180px;
        vertical-align: top;
        width: 660px;
    }

.cscsLogin {
    display: none;
}

#hero #login {
    display: inline-block;
    height: 270px;
    padding-top: 15px;
    vertical-align: top;
    width: 300px;
}

    #hero #login #form {
        background: #f6f6f6;
        padding: 10px;
    }

        #hero #login #form label {
            display: inline-block;
            width: 109px;
        }

        #hero #login #form input {
            background: #fafafa;
            border: 1px solid #e0e0e0;
            padding: 8px;
        }

            #hero #login #form input[type="text"], #hero #login #form input[type="password"] {
                margin-bottom: 10px;
                width: 260px;
            }

            /*#hero #login #form input[type="submit"] {
                    background: #007193;
                    border: none;
                    color: #fff;
                    cursor: pointer;
                    margin: 12px 0 5px 15px;
                    padding: 10px;
                    width: 60px;
                }*/

            #hero #login #form input[type="submit"],
            #hero #login #form input[type="button"] {
                border: none;
                border-left: solid 1px #007193;
                border-top: solid 1px #007193;
                border-right: solid 1px #007193;
                border-bottom: solid 1px #007193;
                color: #007193;
                cursor: pointer;
                margin: 12px 0 5px 15px;
                padding: 10px;
                width: 60px;
            }

                #hero #login #form input[type="submit"]:hover,
                #hero #login #form input[type="button"]:hover {
                    background-color: #007193;
                    color: white;
                }

        #hero #login #form mark {
            position: relative;
            top: 15px;
        }

    #hero #login #myskillsafe {
        background: #007193;
        margin-top: 20px;
        padding: 10px;
        text-align: right;
    }

        #hero #login #myskillsafe img {
            height: 17px;
            vertical-align: middle;
        }

        #hero #login #myskillsafe a:link, #hero #login #myskillsafe a:visited, #hero #login #myskillsafe mark {
            color: #fff;
        }

/* Content based pages (to worked on at a later date */

#page {
    background: #fff;
    padding: 20px;
    width: 960px;
}

    #page main {
        display: inline-block;
        vertical-align: top;
        width: 850px;
    }

    #page aside {
        display: inline-block;
        vertical-align: top;
        width: 170px;
    }

/* Contact form */

form label {
    display: inline-block;
    width: 160px;
}

form select {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: .5rem;
}

form input, form textarea {
    background: #fafafa;
    border: 1px solid #e0e0e0;
    color: #808080;
    padding: 8px;
    vertical-align: top;
    width: 200px;
}

    form input[type="submit"] { /* iOS compatibility */
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        background: #007193;
        border: none;
        border-radius: 0;
        color: #fff;
        cursor: pointer;
        padding: 10px;
        width: 220px;
    }

    form input.input-validation-error {
        border-color: #a70025;
    }

form .field-validation-error {
    color: #a70025;
    font-size: 0.8em;
}

label span.required {
    color: red;
    font-weight: bold;
}

/* Footers */

footer {
    padding-top: 10px;
    width: 1000px;
}

    footer section {
        display: inline-block;
        vertical-align: top;
    }
