body {background: #ededed;}

.am-layout {
    background: #ededed;
}

.am-body {
    background: #ededed;
}

.am-header .am-header-content {
    padding: 10px 0 0 0;
}

.am-header .am-header-content .am-header-content-logo {
  float: left;
  margin-right: 1em;
  margin-bottom: 10px;
}

.am-header .am-header-content .am-header-content-content {
  width: 100%;
  height: 30px;
  clear: both;
  /*background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffffff 0%, #ffffff 64%, #cccccc 100%) repeat scroll 0 0;*/
	background: #FFF;
  border-color: #a6c9e2;
  border-style: solid;
  border-width: 1px;
}

.am-header .am-header-content-wrapper {
    background: none;
    border: none;
}

.am-header {
   background: none;
}

.am-main {
    padding: 0;
}

.am-body .am-body-content-wrapper {
    text-align: left;
    background: white;
    padding: 1em 20px 50px;
}

.am-footer .am-footer-content-wrapper {
    background: #325069;
    color: white;
    height: 30px;
    padding: 0px 20px;
}

.navbar-nav {
    margin:0!important;
}

.navbar-nav > li {
  float: left;
  height: 100%;
  list-style: none!important;
}

.navbar-nav > li > a {
  color: #5e92af;
  float: left;
  border-right: 1px solid #666666;
  font-weight: bold;
  padding: 7px 15px;
  text-decoration: none;
}

.navbar-nav > li > a:hover {
  color: black;
}
