html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:disc; }
q:before, q:after { content:''; }


* {box-sizing: border-box;}

html {
  background-color: #fff;
}

body {
  background-color: #DDFFDD;
  width: 100%;
  margin: 0px;
}

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 140%;
}

address{
      font-style: normal;
}

h1 {
        font-size: 20px;
        font-weight: bold;
	padding: 10px 0px 20px 0px;
	line-height: 140%;
}
h2 {
        font-size: 18px;
	padding: 15px 20px 10px 0px;
	line-height: 140%;
          font-weight: bold;
}
h3 {
        font-size: 16px;
	padding: 5px 0px;
	line-height: 140%;
        font-weight: bold;
}

h4 {
        padding: 20px 20px 10px 0px;
        font-size:18px;
	font-weight: normal;
        line-height: 140%;
}



.style1 {
   font-size: 12px;
}
.style2 {
   font-size: 12px;
   text-align: right;
}
.style3 {
   font-size: 12px;

   font-style: italic;
}
.style4 {
   font-size: 13px;

   font-weight: bold;
}
.style4a {
   font-size: 13px;
   text-align: center;
   font-weight: bold;
}
.style5 {

   text-align: center;
}
.style6 {

   color: #B30000;
   font-weight: bold;

}
.style7 {
   font-weight: bold;
}

.style8 {
     text-align: right;
}
.style9 {
   font-weight: bold;
   padding: 10px 0;
   font-size: 15px;
}
.style10 {
   font-size: 16px;
   font-weight: bold;
   padding-bottom: 15px;
}


A{
   text-decoration:none;

}

A:link { color: #447697;}
A:visited { color: #447697;}
A:hover { text-decoration: underline;}
A:focus { text-decoration: underline;}


.content {
       width: 100%;
       max-width: 1000px;
       margin: 0px auto 40px auto;
       min-width: 990px;

}
.wrapper{
      padding: 0 10px;
      margin: 0;
}


p {
    padding-top: 5px;
    padding-bottom: 5px;
}
li {
     margin-bottom: 5px;
}
ul.menu {
       background-color: #fff;
       list-style-type: none;
       padding: 25px 0 0 0;
       text-align: center;
       font-weight: normal;
       min-width: 990px;
       max-width: 1000px;
       margin: 0px auto 0px auto;
}
ul.menu li {
      display: inline;
      padding-top: 20px;
      padding-bottom: 0px;
      text-align: center;
}

ul.menu a {
      text-decoration: none;
      padding: 10px 20px 10px 20px;
      font-size: 18px;

      color: #000;
      background-color: #f1f1f1;
}
ul.menu a:hover{
      color: #000;
      background-color: #Fefeda;
}

ul.menu a:focus{
      color: #000;
      background-color: #Fefeda;
}
.topbar {
	background-color: #0A0B10;
	width: 100%;
	height: 315px;
	text-align: center;
}
.bar {
	background-color: white;
	width: 100%;
	height: 70px;
}
.bar2{

	width: 100%;
	height: 105px;

}
.bar_orange {
	background-color: #FEE7B3;
	width: 100%;
	height: 4px;
}

.whitebar{
  background-color: #fff; 
  text-align: center;
}
#submitBtn {
    background-color: #FEBD59;
    color: #000;
    width: 100%;
    padding: 8px ;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
     border-radius: 4px;
      -webkit-background-clip: padding-box;
      -moz-background-clip:    padding;
      background-clip:         padding-box;
      border: 1px solid #666;
}
#submitBtn:hover {
  color: #000;
     background-color: #fadf7c;

}
#submitBtn:focus {
  color: #000;
     background-color: #fadf7c;
     border: 1px solid #666;
}
#submitBtn2 {
   background-color: #333;
   color: #fff;

    width: 200px;
    padding: 8px ;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
     border-radius: 8px;
      -webkit-background-clip: padding-box;
      -moz-background-clip:    padding;
      background-clip:         padding-box;
      border: 1px solid #333;
}
#submitBtn2:hover {
      color: #000;
      background-color: #FEBD59;

}
#submitBtn2:focus {
      color: #000;
      background-color: #FEBD59;

}

.textField2{
    width: 98%;
    padding:5px;
    border:1px solid #777;
    height:150px ;
    overflow:auto;

}
.textField2:focus {

      border: 1px solid  #000;
}
.textInput2{
    width: 98%;
    padding:5px;
    border:1px solid #777;
}
.textInput2:focus {

      border: 1px solid  #000;

}
.styled-select2 select {

   width: 98%;
   padding: 5px;
   font-size: 20px;
   border:1px solid #E1E1E1;


}
.styled-select3 select {

   font-size: 20px;
   border:1px solid #ccc;
   color: #666;

}


#container {
    margin-right: -335px;

    float:left;
    width:100%;


}
#containercontent {
    margin-right: 365px; /* 30px added for center margin */

}
#sidebar {
    width:335px;
    float:right;

}

#contentcard{

}

#sidebarcard{
  padding: 0;

}

#container_e {
    margin-right: -600px;

    float:left;
    width:100%;


}
#containercontent_e {
    margin-right: 610px; /* 30px added for center margin */
   
}
#sidebar_e {
    width:600px;
    float:right;

}

#contentcard_e{

}

#sidebarcard_e{
  padding: 0;
   margin-top: 20px;
}

#container_m {
    margin-right: -260px;

    float:left;
    width:100%;


}
#containercontent_m {
    margin-right: 280px; /* 30px added for center margin */

}
#sidebar_m {
    width:260px;
    float:right;

}

#contentcard_m{

}

#sidebarcard_m{
  padding: 0;

}

.titlepic{
    width: 100%;
    max-width: 1200px;
    min-width: 994px;
}


.dropdown{
    width: 600px;
    margin: 20px 0 0 70px;;
}
.dropdown ul{
    padding: 0px 20px 15px 10px;

}
.dropdown li{

     font-size: 18px;
     padding: 5px;


}
.dropdown a{

     font-size: 18px;
     padding: 8px;

}
.dropdown a:hover{
     text-decoration:underline;
     font-size: 18px;
     padding: 8px;

}
.links{
    width: 580px;
    margin: 0 0 0 30px;
}
.links ul{
    padding: 0px 20px 10px 10px;
    list-style-type: disc;
}
.links li{
     color: #333;
     font-size: 16px;
     padding: 5px 0px 2px 0;
}
.links a:hover{
     text-decoration:underline;

}

#documents {
      padding: 0 0 20px 10px;
}

#documents ul{

       padding: 0px 20px 10px 10px;
       list-style-type: disc;
       margin-left: 20px;
}


#documents a:hover{
     text-decoration:underline;

}


.button8 a {
      display: block;
      width: 100%;
      padding: 10px;
      text-decoration: none;
      color: #000;
      background-color: #FEBD59;
      border-radius: 4px;
      -webkit-background-clip: padding-box;
      -moz-background-clip:    padding;
      background-clip:         padding-box;
      border: 1px solid #333;

      margin: 10px auto;
      font-size: 18px;
}
.button8 a:hover {
      background-color: #fadf7c;
      color: #000;
}
.button8 a:focus {
      background-color: #fadf7c;
      color: #000;
}



.enq {
        border-collapse: collapse;
        margin: 0px auto;
        max-width: 700px;
        width: 95%;
}

.enq td {
     padding: 4px 4px 4px 10px;
     vertical-align: top;

}

.enq p {

        font-size: 14px;
}


.shortpage5{
   margin-bottom: 5px;
}
.shortpage10{
   margin-bottom: 10px;
}
.shortpage15{
   margin-bottom: 15px;
}
.shortpage20{
   margin-bottom: 20px;
}
.shortpage30{
   margin-bottom: 30px;
}
.shortpage50{
   margin-bottom: 50px;
}
.shortpage100{
   margin-bottom: 100px;
}
.shortpage200{
   margin-bottom: 200px;
}
.shortpage250{
   margin-bottom: 250px;
}
.shortpage300{
   margin-bottom: 300px;
}
.outer_bottomline{
  
      width: 100%;
      margin-top: 0px;
      padding: 0px 0 0 0;
      min-width: 990px;
      background-color: #555;
      border-top: 1px solid #999; 
}
.bottomline{
      font-size: 14px;
      color: #fff;
      margin: 0px auto 0 auto;
      width: 100%;
      max-width: 1000px;
      min-width: 990px;
      text-align: center;
      padding: 10px 20px 0 0;


}
.bottomline a{
      font-size: 14px;
      color: #fff;
      font-weight: normal;
}
.bottomline p{
      font-size: 14px;
      color: #fff;
      font-weight: normal;

}

.foot_wrap {
    min-width: 990px;

    max-width: 1000px;
    margin: 10px auto 0 auto;

}
.foot_wrap li {

    padding: 1em;


}
.foot_wrap ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;

}
.foot_wrap li {
    float: left;
    width: calc(33.333333% );
    margin: 20px 0;

}
@supports (display: grid) {
    .foot_wrap ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);

    }
    .foot_wrap li {
        width: auto;
        min-height: auto;
        margin: 0;

    }
}


#footer {

      width: 100%;
      margin-top: 0px;
      padding: 20px 0 0 0;
      min-width: 990px;
      background-color: #555;
}
#footer ul{
      list-style-type: none;
      color: #fff;
}
#footer li{
      line-height: 25px;
}
#footer p{
          line-height: 1.4;
          font-size: 15px;
           font-weight: bold;
}
#footer a {
        color: #fff;
        padding: 8px 2px;
        font-size: 15px;
        font-weight: bold;

}
#footer a:hover {
       color: #ddd;
       text-decoration:none;

}
#footer a:focus {

       text-decoration:none;
      color: #000;
      background-color: #ddd;;
      padding: 2px;
}


.com_button a {
      display: block;
      width: 235px;
      height: 75px;
      padding: 12px 2px 10px 2px;
      text-decoration: none;
      background-color: #333;
      color: #fff;

      border-radius: 8px;
      -webkit-background-clip: padding-box;
      -moz-background-clip:    padding;
      background-clip:         padding-box;
      border: 1px solid #333;
      text-align: center;

      margin: 0px auto;
      font-size: 16px;
}
.com_button a:hover {
      color: #000;
      background-color: #FEBD59;
}
.com_button a:focus {

      text-decoration: underline;
      color: #000;
      background-color: #FEBD59;
}

.com_button_sm a {
      display: block;
      width: 120px;
      height: 30px;
      padding: 2px 2px 0px 2px;
      text-decoration: none;
      background-color: #333;
      color: #fff;

      border-radius: 8px;
      -webkit-background-clip: padding-box;
      -moz-background-clip:    padding;
      background-clip:         padding-box;
      border: 1px solid #333;
      text-align: center;

      
      font-size: 15px;
}
.com_button_sm a:hover {
      color: #000;
      background-color: #FEBD59;
}
.com_button_sm a:focus {

      text-decoration: underline;
      color: #000;
      background-color: #FEBD59;
}


.com_button_sm2 a {
      display: block;
      width: 200px;
      height: 30px;
      padding: 2px 2px 0px 2px;
      text-decoration: none;
      background-color: #333;
      color: #fff;

      border-radius: 8px;
      -webkit-background-clip: padding-box;
      -moz-background-clip:    padding;
      background-clip:         padding-box;
      border: 1px solid #333;
      text-align: center;

      
      font-size: 15px;
}
.com_button_sm2 a:hover {
      color: #000;
      background-color: #FEBD59;
}
.com_button_sm2 a:focus {

      text-decoration: underline;
      color: #000;
      background-color: #FEBD59;
}




.com_button_lg a {
      display: block;
      width: 300px;

      padding: 12px 2px 10px 2px;
      text-decoration: none;
      background-color: #333;
      color: #fff;

      border-radius: 8px;
      -webkit-background-clip: padding-box;
      -moz-background-clip:    padding;
      background-clip:         padding-box;
      border: 1px solid #333;
      text-align: center;

      margin: 0px auto;
      font-size: 16px;
}

.com_button_lg a:hover {
      color: #000;
      background-color: #FEBD59;
}
.com_button_lg a:focus {

      text-decoration: underline;
      color: #000;
      background-color: #FEBD59;
}
.com_but {
    width: 100%;
    max-width: 1000px;
    min-width: 900px;
    margin: 10px auto;


}

.com_but ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;

}
.com_but li {
    float: left;
    width: calc(25% );
    margin: 20px 0;


}
@supports (display: grid) {
    .com_but ul {
        display: grid;
        grid-template-columns: repeat(4, 1fr);

    }
    .com_but li {
        width: auto;
        min-height: auto;
        margin: 0;
        
    }
}

.vert_but{

         list-style: none;

}
.vert_but p{
        padding: 2px;
}
.newspanel {
      width: 100%;
      max-width: 1200px;
      background-color: #fff;
      margin: 15px auto 25px auto;
      padding: 20px 20px 10px 20px;
}




.newspanel ul {
    padding-left: 1.2em;
    overflow: hidden;
}


a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    color: #000;
     background-color: #FFCC66;
    left: auto;
    top: auto;
    width: 200px;                        ;                                                                %;
    height: auto;
    overflow:auto;
    margin: 10px;
    padding:5px;

    border:1px solid #000;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}


#preload { display: none; }