﻿/* START Globals */

.center_image {
    display: block;
    margin: 0 auto;
}

.full_width {
    width: 100%;
}

.middle_page {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.content_padding {
    padding: 20px;
}

.main_content_container {
    padding-left: 30px; 
    padding-right: 30px; 
    margin-top: 20px;
    margin-bottom: 20px;
}

.signpost_header {
    background-color: #000000;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #FFFFFF;
    letter-spacing: 1px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.signpost_header_separator {
    height: 5px; 
    background-color: #90cd67;
}

.signpost_content_outer {
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.signpost_content_inner {
    background-color: rgba(0, 0, 0, 0.03);
    border-left: solid 1px #90cd67;
    border-right: solid 1px #90cd67;
    border-bottom: solid 1px #90cd67;
    padding: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 10px;
}

.row_spacer {
    height: 20px;
}

.page-breadcrumb-trail {
    width: 100%;
    height: 30px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 10px;
}

.page-title-header {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 25px;
    padding-bottom: 15px;
    width: 100%;
    border-bottom: solid 1px #ccc;
}

.page-title-header h1 {
    font-size: 20pt;
    padding: 0;
    margin: 0;
}

.required_field {
    color: red;
}

.sub_section_title {
    font-size: 14pt;
}

.sub_section_content {
    padding-bottom: 20px;
    border-bottom: solid 2px grey;
}

.sub_section_title_separator {
    height: 1px;
    background-color: #ccc;
    width: 100%;
    margin-bottom: 10px;
}

.photo_outer {
    background: #f8f8f8;
    border: 1px solid #ececec;
    display: inline-block;
    padding: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.photo_inner {
    background: #ffffff;
    padding: 4px;
}

.photo_description {
    font-size: 10pt;
    margin-top: 10px;
    font-style: italic;
}

.no_margin_top {
    margin-top: 0;
}

.normal_padding_sides {
    padding-left: 20px; 
    padding-right: 20px;
}

p {
    margin-bottom: 20px;
}



/* FINISH Globals */










/* START: FORM ELEMENTS */

.send-it-button {
    padding: 10px;
    font-weight: normal;
    color: #FFFFFF;
    text-transform: uppercase;
    background-color: #006699;
    letter-spacing: 1px;
    margin-top: 180px;
    text-align: center;
}

label {
}

input.highlight-error {
    outline: none;
    border-color: #b94a48;
    box-shadow: 0 0 10px #b94a48;
}

textarea.highlight-error {
    outline: none;
    border-color: #b94a48;
    box-shadow: 0 0 10px #b94a48;
}

select.highlight-error {
    outline: none;
    border-color: #b94a48;
    box-shadow: 0 0 10px #b94a48;
}

/* FINISH: FORM ELEMENTS */

/* START: LAYOUT */

html {
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 12px;
    padding: 0;
    margin: 0;
    letter-spacing: 1px;
}

#ColouredBlockContainer {
    position: absolute;
    top: 245px;
    left: 0;
    height: 350px;
    width: 100%;
    z-index: -10;
    background-color: #90cd67;
}

#HeaderContainer {
    /*background-color: #90cd67;*/
    background-color: #000000;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 5px #90cd67 solid;
    height: 55px;
}

#BannerAndNavigationContainer {
    background-color: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 30px;
    /*height: 140px;*/
}

#BannerContainer {
    padding-bottom: 25px;
}

#NavigationContainer {
    background-color: #FFFFFF;
    padding-bottom: 20px;
}

.todays_date_container {
    text-align: right;
    margin-top: 30px;
} 

nav {
    /*height: 50px;*/
    width: 100%;
    text-align: left;
    border: 1px solid #d4d4d3;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

ul#Navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    /*height: 50px;*/
}

ul#Navigation li {
    display: inline-block;
    height: 100%;
}

ul#Navigation li a {
    display: inline-block;
    height: 100%;
}

ul#Navigation li a {
    text-decoration: none;
    letter-spacing: 1px;
    height: 100%;
    /*font-size: 15px;*/
    color: #333;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    /*border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;*/
}

ul#Navigation li a:active {
    text-decoration: none;
    color: #FFFFFF;
}

ul#Navigation li a:visited {
    text-decoration: none;
}

ul#Navigation li a:hover {
    text-decoration: none;
    height: 100%;
    color: #FFFFFF;
    display: inline-block;
    background-color: #999999;
}

ul#Navigation li:first-child a:hover {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

ul#Navigation li a.active {
    background-color: #90cd67;
    color: #FFFFFF;
}

ul#Navigation li:first-child a.active {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

ul#Navigation li a.active a:hover {
    background-color: #90cd67;
}

#PageContainer {
    position: relative;
    top: 0;
    left: 0;
    z-index: 10;
}

#PageContentOuter {
    background: rgba(0, 0, 0, 0.03);
    padding: 9px;
    position: relative;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-top: -30px;
    margin-bottom: 30px;
}

#PageContentInner {
    background: #ffffff;
    border: 1px solid #d4d4d3;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 0 rgba(0, 0, 0, .05);
}

body {
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    background-image: url('../Images/background-tile.png');
    background-repeat: repeat;
}

footer {
    border-top: solid 5px #90cd67;
    background-color: #000000;
    /*height: 55px;*/
    color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 10px;
}

footer a {
    text-decoration: none;
    color: #FFFFFF;
}

footer a:active {
    text-decoration: none;
    color: #FFFFFF;
}

footer a:visited {
    text-decoration: none;
    color: #FFFFFF;
}

footer a:hover {
    text-decoration: underline;
    color: #FFFFFF;
}

/* FINISH: LAYOUT */


/* START: LAYOUT SIGNPOSTS */

.sign_post_header_div {
    background-color: #00a651;
    padding: 5px;
}

    .sign_post_header_div h4 {
        color: #FFFFFF;
    }

.sign_post_content_div {
    padding: 5px;
    background-color: #CCCCCC;
}

/* FINISH: LAYOUT SIGNPOSTS */

