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 {
  font-family: Tahoma, Arial, Helvetica, san-serif;
   background-color: #f9fbfc;
}



body {

  background-color: #f9fbfc;
  width: 100%;

}

body,td,th {
  
  font-family: Tahoma, Arial, Helvetica, san-serif;
  font-size: 1em;
  color: #222;
  line-height: 1.4;
  margin-top: 10px;
}
h1 {

        color: #00529C;
        font-size: 1.75em;
	padding:20px 20px 10px 0px;
	line-height: 1.4;
}
h2 {
        color: #00529C;
        font-size: 1.25em;
	padding: 20px 20px 10px 0px;
	line-height: 1.4;
}

h3 {

        font-size:1em;
        font-weight: bold;
        line-height: 1.125;
        padding: 20px 0 5px 0;
        color: #00529C;
}


h4 {
        font-weight: bold;
       	padding: 0px;

}
.style1{
   font-size: 0.813em;
   text-align: center;
}

A:link {
   color: #00529C;
   text-decoration: none;
}
A:visited {
    color: #00529C;
    text-decoration: none;
}
A:hover {
   color: #339ACC;
   text-decoration: none;
}
A:focus {

      text-decoration: none;
      color: #339ACC;

}

p{
    padding: 0.25em 0;
}

.st_5 {

   text-align: center;
}
.st_5a {

   padding: 5px 0;
}

.st_content {
  margin: 0 auto;
  padding: 0.125em 0em;
  max-width: 1200px;

}
.tel {
      margin-top: 0.125em;
}
.tel a{
      text-decoration: none;
      font-weight: normal;
      font-size: 1.5em;
      padding: 0.313em;
      display: block;
      text-align: center;
      background-color: #3399CC;
      color: #fff;
}
.tel a:hover{
      color: #fff;
}
.tel a:focus{
      color: #fff;
}
.tel a:active{
      background-color: #3399CC;
      color: #fff;
}


.st_row::after {
  content: "";
  clear: both;
  display: block;
}

[class*="st_col-"] {
  float: left;
  padding: 1em;
}

/* For desktop: */
.st_col-1 {width: 8.33%;}
.st_col-2 {width: 16.66%;}
.st_col-3 {width: 25%;}
.st_col-4 {width: 33.33%;}
.st_col-5 {width: 41.66%;}
.st_col-6 {width: 50%;}
.st_col-7 {width: 58.33%;}
.st_col-8 {width: 66.66%;}
.st_col-9 {width: 75%;}
.st_col-10 {width: 83.33%;}
.st_col-11 {width: 91.66%;}
.st_col-12 {width: 100%;}

@media only screen and (max-width: 600px) {
  /* For mobile phones: */
  [class*="st_col-"] {
    width: 100%;
  }
}

ul{
     margin-top: 12px;
     margin-bottom: 12px;
}
li {
     line-height: 1.7;
}
#ads, #mg, #comment {
    width: 100%;
    border: 1px solid #E5F0EF;
    height: 10em;
}

input[type=text]{
    width: 100%;
    height: 2em;
    border: 1px solid #E5F0EF;
}

input[type=tel]{
    width: 100%;
    height: 2em;
    border: 1px solid #E5F0EF;
}

input[type=email]{
    width: 100%;
    height: 2em;
    border: 1px solid #E5F0EF;
}

#submitBtn {
    margin: 1.25em auto;
    padding: 0.63em 3.5em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.25em;
    color: #fff;
    background-color:  #3399CC;;
      border-radius: 4px;
      -webkit-background-clip: padding-box;
      -moz-background-clip:    padding;
      background-clip:         padding-box;
      border: 1px solid #E5F0EF;
}

#submitBtn:hover {
      color: #fff;
      background-color: #2F5BB7;
}
#submitBtn:focus {
      color: #fff;
      background-color: #2F5BB7;
}
#submitBtn a{
    color: #fff;
}



.st_box{

 padding: 0.5em 1.25em 1.25em 1.25em;
 max-width: 1200px;
 margin: 1.25em auto;
 line-height: 180%;
 background-color: #fff;
       border-radius: 4px;
      -webkit-background-clip: padding-box;
      -moz-background-clip:    padding;
      background-clip:         padding-box;
}
.outer_st_box_bl{
     background-color:  #3399CC;
     width: 100%;

}
.st_box_bl{

 padding: 0.5em 1.25em 1.25em 1.25em;
 max-width: 1200px;
 margin: 1.25em auto;
 line-height: 180%;
 background-color:  #3399CC;
 color: #fff;
}
.st_box_bl h2{
 color: #fff;
}
.st_box_bl li{
  padding-bottom: 8px;
  font-size: 1.063em;
}

.st_bar{
  width: 100%;
  background-color: #2F5BB7;
  color: #fff;
  padding: 5px;
  text-align: center;
  margin-top: 1.25em;
   font-size: 0.813em;
}
.st_bar a{
  
   color: #fff;
   font-size: 0.813em;
}
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: #E84B97;
    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;
}