﻿/* DEFAULTS
----------------------------------------------------------
body {
   background: #ffFFFF;
    font-size: 0.94em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #333333;
    background-image: url('../Images_Sheds/2.jpg');
    background-size: cover;
}*/

p
{
    margin-bottom: 5px;
    line-height: 1.0em;
}

/* HEADINGS   
----------------------------------------------------------*/   

h1, h2, h3, h4, h5, h6
{
    font-size: 1.3em;
    color: #000000;
    font-variant: normal;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 2.3em;
    font-weight: 700;
    margin-top: 0px;
    padding-bottom: 7px;
    margin-bottom: 0px;
    color: #F26222;
    text-shadow: 1px 1px 1px #919296;
}

h2 {
    font-size: 1.3em;
    font-weight: 600;
    margin-top: 0px;
    color: #F26222;
    padding-top: 3px;
    padding-bottom: 3px;
    text-shadow: 1px 1px 1px #919296;
}

h3 {
    font-size: 1.1em;
    font-weight: 600;
    margin-top: 0px;
    color: #F26222;
    padding-top: 3px;
    padding-bottom: 3px;
    text-shadow: 1px 1px 1px #919296;
}
h4 {
    font-size: 1.3em;
    font-weight: 600;
    color: #F26222;
    margin-top: 0px;
}

h5
{
    margin-top: 0px;
    font-size: 1.2em; 
    color: #000000;
}

h6
{
    margin-top: 0px;
    font-size: 1em;
    font-weight: bold;
}

h7 {
    font-size: 1.8em;
    font-weight: 650;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #F26222;
    text-shadow: 1px 1px 1px #919296;
}

h9 
{
    font-size: 1em;
    font-weight: 600;
    margin-top: 0px;
    color: #FF0000;
    padding-top: 3px;
    padding-bottom: 3px;
text-shadow: 1px 1px 1px #919296;
}


/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 100%;
    background-color: #fff;
    margin: 5px auto 0px auto;
}

.header {
    display: flex;
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #ffffff;
    width: 100%;
    top: 3px;
    left: 0px;
}

.Headcontainerleft {
    flex: 1;
    flex-direction: row;
    padding: 0px;
    margin: 0px;
    float: left;
    width: 350px;
}

.Headcontainercentre {
    flex:2;
    flex-grow:5;
    padding: 30px 0px 0px 0px;
    margin: 0px;
    overflow: hidden;
    height: 82px;
    text-align: center;
    vertical-align: top;
}

.Headcontainerright {
    flex:3;
    padding: 0px 30px 0px 0px;
    margin: 2px;
    overflow: hidden;
    height: 112px;
    text-align: right;
    vertical-align: top;
    display: inline-block;
}

.logoclass {
    padding: 5px 10px 0px 10px;
    margin: 0px;
    display: block;
}

.main
{
  padding: 0px 12px 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;

 /* 
position: absolute;
left: 0;
top: 10px;
margin-top: 150px;
margin-left: 80px;
margin-right: 80px;
border: solid;
border-radius: 20px;
border-color: #40AE49;
border-width: thick;
padding: 10px 30px 15px 30px;
font-family: Calibri, Arial;
font-size: x-large;

  */
}


.footer {
    color: #4e5766;
    padding: 2px 0px 2px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    background-color: #CCCCCC;
    text-decoration: none;
    font-size: .8em;
}

.footer a:link, a:visited
{
    color: #000000;
    text-decoration: none;
    border-radius: 4px;
}

    .footer a:hover {
        color: #000000;
        text-decoration: none;
        background-color: #F26222;
        border-radius: 4px;
    }
    
    
.hide
{
    visibility: hidden;
}

.mainpageimage
{    height: auto; 
     width:95%;
    max-width: 600px; 
    max-height: 600px;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    /*  background-color: #F26222;*/
    background-color: #40AE49;
    width: 100%;
    margin-top: 0px;
    display: inline-block;
}

div.menu
{
    padding: 4px 0px 0px 15px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

    div.menu ul li a, div.menu ul li a:visited {
        border-style: solid;
        border-width: 0px 1px 0px 0px;
        border-color: #ffffff;
        background-color: #F26222;
        color: #ffffff;
        display: inline-block;
        line-height: 1.3em;
        font-size: 1.0em;
        padding: 4px 10px 4px 10px;
        text-decoration: none;
        white-space: nowrap;
        font-weight: 600;
    }

        div.menu ul li a:hover {
            background-color: #919296;
            color: #ffffff;
            text-decoration: none;
        }

        div.menu ul li a:active {
            background-color: #40AE49;
            color: #ffffff;
            text-decoration: none;
        }



/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}


#maincontent {
 position: absolute;
    left: 0;
    top: 30px;
    margin-top: 150px;
    margin-left: 80px;
    margin-right: 80px;
    background-color: rgba(255,255,255,.85);
    border: solid;
    border-radius: 20px;
    border-color: #40AE49;
    border-width: 5px;
    padding: 10px 15px 15px 15px;
    font-family: Calibri, Arial;
 }

.imgoffice {
    position: relative;
    left: 100px;
    top: -38px;
    margin-top: 20px;
    margin-left: 120px;
    margin-right: 20px;
    display: block;
    max-width: 68%;
    max-height: 68%;
    width: auto;
    height: auto;
    margin: auto;
    border: 5px solid #40ae49;
    border-radius: 20px;
    padding: 5px;
}