* {
  box-sizing: border-box;
}
td{ vertical-align: top; }
img{ border: 0; }
html{ min-height: 100%; }
.clearboth{ clear: both; }

body{ background: #fff; font: 1em/1.3 arial, helvetica, sans-serif; color: #534741; }

.mainContainer{ max-width:100%; background: #fff; min-height: 350px; }
.container{ position:relative;float:left;width:100%;padding: 1% 20% 1% 20%;}

@media screen and (max-width: 600px) {
  .container{ position:relative;float:left;width:100%;padding: 1% 2% 1% 2%;}
}

.responsive {
  max-width: 100%;
  height: auto;
}

.button {
         background-color: #333;
         border: none;
         color: white;
         padding: 14px 16px;
         text-align: center;
         text-decoration: none;
         display: inline-block;
         font-size: 17px;
         margin: 4px 2px;
         cursor: pointer;
         
         }

a.button:hover {
  background-color: #ddd;
  color: black;
}    

.topStrip{ background: url(top-strip.gif) no-repeat bottom left; }
.topStrip .logo{ width:100%; height: Auto;margin:Auto; }

/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
/* .topnav .icon {
  display: none;
} */


/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
/* @media screen and (max-width: 600px) { */
  .topnav a:not(:nth-child(-1n+2)) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
/* }  :first-child */

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
/* @media screen and (max-width: 600px) { */
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
/* } */

.header{ border-bottom: 1px solid #cec8c4; }
.header .headerImage{ width:100%;height:Auto;margin:Auto; }

.contentDiv{ display:inline; max-width: 100%; padding: 1% 1% 1% 1%; overflow:hidden;}

.footer{ position:relative;float:left;width:100%;margin:1% 0;padding:1%; min-height: 90; background: #404040; font: 1em/1.3 arial, helvetica, sans-serif; }
.footerCon{ position:relative; float: left;width: 100%; margin: 0 auto 0 auto; }
.topFooter{ float: none; max-width: 100%; color: #ffffff; overflow: hidden; }
.topFooter a{ color: #ffffff; text-decoration: none; }
.topFooter a:hover{ color: #ffffff; }
.leftFooter{ float: left; width: 50%; color: #ffffff; overflow: hidden; }
.leftFooter a{ color: #ffffff; text-decoration: none; }
.leftFooter a:hover{ color: #ffffff; }
.rightFooter{ float: right; color: #ffffff; overflow: hidden; }
.rightFooter a{ color: #cec8c4; text-decoration: none; }
.rightFooter a:hover{ color: #cec8c4; }

.vSpacer19{ height: 19px; overflow: hidden; }
.vSpacer14{ height: 14px; overflow: hidden; }
.vSpacer27{ height: 27px; background: #fff; overflow: hidden; }
.vSpacer30{ height: 30px; overflow: hidden; }

#SocialNetworkLinks{float:none; max-width:100%;text-align:center;padding: 2% 0;}

/************************ STYLES ********************/

a{ color: #0000EE; text-decoration: none; font-weight: bold; }
a:hover{ color: #FF0000; font-weight: bold; }

.more{ display: block; width: 63px; height: 22px; margin: 6px 0 6px 0; background: url(more.gif) no-repeat; overflow: hidden; }
.more:hover{ text-decoration: none; }

h1{ font: bold 1.375em/1.3 arial, helvetica, sans-serif; color: #404040; margin: 0 0 19px 0; }
h2{ font: bold 1.125em/1.3 arial, helvetica, sans-serif; color: #404040; margin: 20px 0 1px 0; }
h3{ font: bold 1.063em/1.3 arial, helvetica, sans-serif; color: #404040; margin: 15px 0 1px 0; }
h4{ font: bold 1em/1.3 arial, helvetica, sans-serif; color: #404040; margin: 12px 0 1px 0; }
h5{ font: bold 1em/1.3 arial, helvetica, sans-serif; color: #404040; margin: 8px 0 0 0; }

ul{ list-style: none; margin: 21px 0 25px 13px; }
ul li{ background: url(bullet.gif) no-repeat 0 3px; padding: 0 0 0 23px; margin: 3px 0 0 0; }

ol{ margin: 21px 0 25px 36px; }
ol li{ margin: 3px 0 0 0; }

blockquote.quotation{ display: block; width: 358px; background: url(quote-top.gif) no-repeat top left; padding: 4px 0 0 50px; font-size: 18px; font-style: italic; color: #736257; line-height: 22px; margin: 30px 0 37px 0; }
blockquote.quotation p{ background: url(quote-bottom.gif) no-repeat bottom right; padding: 0 30px 3px 0; }

blockquote{ display: block; width: 358px; background: url(quote-top.gif) no-repeat top left; padding: 4px 0 0 50px; font-size: 18px; font-style: italic; color: #736257; line-height: 22px; margin: 30px 0 37px 0; }
blockquote p{ background: url(quote-bottom.gif) no-repeat bottom right; padding: 0 30px 3px 0; }