
body {
  background-color: #f8fbfd;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
  font-style: italic;
  color: #000000;
	line-height: 1.8em;
	margin: 1.5em 0 1.5em 0;
  font-size: 1.2em;
}

h6 {
  color: #000000;
  background-color: #06264d;
  color: #FFFFFF;
  display: inline;
  margin: auto auto auto auto;
  padding: 0.33em;
  border: 1px solid #00000A;
  border-radius: 1em;
  white-space: nowrap;
}

h5.foot {
  padding: 2 em;
  border: 0px;
  color: #ffffff;
}

img {
    max-width: 100%;
    height: auto;
}

img.flr {
  float: right;
}

.alleft {
  text-align: left;
  font-family: Verdan, Arial, Helvitica, san-serif;
  font-weight: bold;
}

p {
  clear: left;
}

ul {
  text-align: left;
}

ul.nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    clear: both;
    overflow: auto;
}

div.barcontainer {
  display: block;
  width: 100%;
  clear: both;
}

.navmain {
  background-color: #8fb3e0;
}

div.underbar {
  height: 20px;
  width: 100%;
  margin: 0 0 0 0;
  background-color: #8fb3e0;
}

div.bodycontainer {
  display: block;
  clear: both;
  background-color: #f8fbfd;
  color: #000000;
  margin: auto;
  text-align: center;
  padding: 16px;
}

div.serviceDesc {
  text-align: left;
  padding: 30px;
}

div.footercontainer {
  padding: 0px;
  overflow: auto;
  background-image: url('images/head-bg2.jpg');
  background-repeat: repeat-x;
  background-position: right top;
  color: #FFFFFF;
  vertical-align: middle;
  text-align: center;
}

table.footertb {
  margin-left: auto;
  margin-right: auto;
  border: 0;
}

div.foot {
  color: #FFFFFF;
}

td.sigcontainer {
  height: 117px;
  width: 327px;
  margin: 0px 0px 0px 0px;
}

img.sig {
  margin: 8px 8px 8px 8px;
  display: block;
}

img.srv {
  margin: 0px 0px 0px 0px;
  padding: 20px 20px 20px 20px;
  float: right;
  background-image: url('images/srv-bg.png');
  background-repeat: repeat-x;
  background-position: right top;
}

img.srvp {
  margin: 0px 0px 0px 0px;
  padding: 20px 20px 20px 20px;
  float: right;
  background-image: url('images/srv-bgp.png');
  background-repeat: repeat-x;
  background-position: right top;
}

div.serviceContainer {
  padding: 30px;
  border: 1px solid #829fb3;
  background-color: #b7c9e0;
  color: #000000;
  border-radius: 1em;
  overflow: hidden;
}

li.navitem {
  display: inline-block;
  border-right: 1px solid #829fb3;
  margin: 0;
  padding: 0;
  color: #000000;
}

li a {
  font-family: Verdan, Arial, Helvitica, san-serif;
  font-weight: bold;
  display: block;
  text-align:center;
  padding: 10px 10px;
  text-decoration: none;
}

a:link {
  color: black;
}

a:visited {
  color: black;
}

a.topA {
  float: left;
  padding: 10px 10px;
  border-radius: 0.5em;
  font-weight: bold;
  border: 2px solid #00000A;
  background-color: #06264d;
  color: #FFFFFF;
}

a.topA:hover {
    background-color: #05436e;
    color: #FFFFFF;
}

li a:hover {
    background-color: #05436e;
    color: #FFFFFF;
}

.active {
  background-color: #f9ae05;
  color: #000000;
}

a.active {
}

li.navmain:last-child {
    border-right: none;
    float: right;
}

.sideNav {
    float: left;
    z-index: 1;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 0px; /* Place content 60px from the top */

    background-color: #8fb3e0;
    color: #000000;
    
    padding: 10px 10px;
    border-radius: 0.5em;
    border: 2px solid #868b8e;
}

/* The navigation menu links */
.sideNav a {
    font-family: Verdan, Arial, Helvitica, san-serif;
    font-weight: bold;
    display: block;
    text-align:right;
    padding: 10px 10px;
    text-decoration: none;
    color: #000000;
}

/* When you mouse over the navigation links, change their color */
.sideNav a:hover {
  background-color: #05436e;
  color: #FFFFFF;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sideNav {padding-top: 5px;}
    .sideNav a {font-size: 14px;}
}
