html{
	height:100%;
}


body{
    margin:0px 0px 0px 0px;
    padding:0px;
    font-family: myText, sans-serif;
    height:100%;
    color:#333;
    font-size:14px;
    background-color: #FFF;
}




/* Text */
h1{
    font-family: myHeadOne, sans-serif;
    font-size:1.8em;
    font-weight: normal;
    margin-top:0em;
    margin-bottom:0.2em;
}

h2{
    font-family: myHeadTwo, sans-serif;
    font-size:1.3em;
    font-weight: normal;
    margin-top:1.7em;
    margin-bottom:0.3em;
}



h3{
    font-family: myHeadlines, sans-serif;
    font-size:1.1em;
    font-weight: normal;
    margin-top:2em;
    margin-bottom:0.8em;

}


p{
    font-family: myText, sans-serif;
    font-size:1em;
    margin-top:0.5em;
    margin-bottom:1.1em;
    line-height:1.3em;
}

.sm {
    margin-top:0.2em;
    margin-bottom:0.2em;
}




a {
    color:#004B8D;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}




#showMenuMob {
    background-color: #004B8D;
}



.subMenuHeadClosed {
    background-color:#F2F2F2;
    color: #333;
}

.smallMenu {
    background-color:#F2F2F2;
    color: #333;
    padding:0.5em;
}

.label {

}
#container{
    position:relative;
    max-width: 1040px; /*Remove to fill screen width */
    margin: 0px auto;
}

.boxpad_full {
    padding:0% 0% 0% 0%;
    text-align:left;
}

.full_top {
    background-color: #FFF;
    border-bottom:solid 1px #004B8D;
}
.full_bottom {
    background-color: #FFF;
    border-top:solid 1px #004B8D;
    min-height:200px;

    background: -webkit-linear-gradient(#F2F2F2, #FFF); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#F2F2F2, #FFF); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#F2F2F2, #FFF); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#F2F2F2, #FFF); /* Standard syntax */
}

#logotype {
    width:38%;
    float:left;
    display: block;
}
.topAdr1 {
    width:15.5%;
    float:left;
    display: block;
    text-align: center;
    font-size: 0.8em;
    padding-top:2.9em;
    line-height: 1.35em;
}
.topAdr2 {
    width:20%;
    float:left;
    display: block;
    text-align: center;
    font-size: 0.8em;
    padding-top:2.9em;
    line-height: 1.35em;
}

#toplogo{
    position:relative;
    max-width: 980px; /*Remove to fill screen width */
    margin: 0px auto;
    padding:0 3% 0 3%;


}

#topimage {
    position:relative;
    width: 100%; /*Remove to fill screen width */
    margin: 0px auto;
    background-image: url('/design/start1.jpg?id=6');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height:280px;
    border-top:solid 1px #004B8D;
}
#topImText {
    font-style: italic;
    font-weight: bold;
    font-size: 2em;
    color: #FFF;
    text-align: center;
    position: absolute;
    top: 4em;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-shadow: 1px 1px 5px #000;
}


.sideBox {
    margin-bottom:1em;
}

.sideBox img {
    width: 100%;
}

.toplink {
    float:right;
    display:inline-block;
    padding:0;
    margin-left:1em;
    margin-top:3.2em;
    /* background-color: #D8E9DB;*/
    color: #004B8D;
    text-align: right;
    width:3em;
}
.overContent {          /* Boxed or not */
    background-color:#FFF;
    padding:3% 3% 3% 3%;
    /*border-left: solid 1px #CCC;
    border-right: solid 1px #CCC;*/
    position: relative;
}





#footer {

    /* box-shadow: 1px 1px 1px #999;*/
    margin:0% auto 2% auto;
    max-width:1040px;
    height:auto;
    /*background-color: #FFF;*/
    padding:2% 3% 2% 3%;
    box-sizing: border-box;
}


.foot1 {
    float:left;
    width:30%;
    text-align:left;
    /* display: none; */
}

.footMid {
    float:right;
    width:40%;
    text-align:center;
    /*display: none;*/
}

.foot2 {
    float:right;
    width:30%;
    text-align:right;
    /* display: none;*/
}

.smallerImage {
    margin-top: 3em;
    width: 70%;
    margin-left: 30%;
}


.content {
    width:68.3%;
    margin:0% 0% 0% 0%;
    padding-left:0%;
    float:left;
    box-sizing: border-box;
}








/* Menu and side */
.containSidebar {
    width:27.2%;
    margin:0% 4.5% 0% 0%;
    float:left;
    box-sizing: border-box;
}
.sidebar, .menubar {
    width:100%;
    box-sizing: border-box;
 }

.sidebar img {
    width:100%;
    max-width: 100%;
}


.subMenuHead {
    background-color: #FFF;
    padding: 2%;
    font-weight:bold;
}
.subMenuHeadClosed {
    padding: 4% 0% 4% 4%;
    border-top:solid 2px #FFF;
    text-decoration: none;
    cursor: pointer;
}





.menubar a {
    color: #333;
    text-decoration: none;
}







/* Hide / Show */

.hideFirst {
    display:none;
}

.hideInMob {
    display:block;
}

.hideInComp {
    display:none;
}








/* Forms */

.formMessage  {
    border:solid 1px #FF0000;
    color:#FF0000;
    padding:10px;
    margin-bottom:5px;
}
.formMessageOk  {
    border:solid 1px #006600;
    color:#006600;
    padding:10px;
    margin-bottom:5px;
}




/* Lists, images, etc */


ul {
    margin-top:10px;
}
li {
    margin-top:5px;
}

img{
    width: 100%;
    height: auto;
    width: auto\9; /* IE9 and below */
    display:block;
    border:none;
}

.clr {
    clear:both;
    height:0px;
    width:1px;
}
.clr_height {
    clear:both;
    height:25px;
    width:1px;
}


.nodec {
    text-decoration: none;
    color:#333;
}

.nodecOnly {
    text-decoration: none;
}






input, select {
    font-family: myText, sans-serif;
    width: 100%;
    padding:2%;
    border:solid 1px #CCC;
    margin:0.2em 0 1em 0;
    font-size:1em;
    color:#333;
    line-height:1.2em;
    box-sizing: border-box;
}
.subject {
    height:0em;
    overflow: hidden;
    box-sizing: border-box;
}



#captcha {
    border:solid 1px #FFF;
    width:1px;
    height:1px;
    padding:0;
    line-height:0em;
    margin:0;
}






input[type="submit"] {
    width: 100%;
    border:none;
    margin:2% 0% 0% 0%;
    padding:3%;
    font-size:1em;
    line-height:1.2em;
    color:#333;
    box-sizing: border-box;
}

textarea {
    width: 100%;
    padding:2%;
    border:solid 1px #CCC;
    margin:2% 0% 0% 0%;
    color:#333;
    resize: none;
    line-height:1.2em;
    font-family: myText, sans-serif;
    font-size:1em;
    height:6em;
    box-sizing: border-box;
}


