body, html {
  padding-bottom: 1px;
  width: 100%;
  height: 100%;
  }
  
.spacer{
  height: 1px;
  width: 1px;
  background: red;
  }
  
a, a:visited, a:active, a:link{
  color: #359dba;
  } 
  
a.btn, a.btn:visited, a.btn:active, a.btn:link{
  color: #222;
  }  
  
  a.btn-success, a.btn-success:visited, a.btn-success:active, a.btn-success:link{
  color: #fff;
  }  
  
.well h1, .hero-unit h1{
  font-size: 28px;
  color: #359dba;
  }  
  
h1{
  font-size: 28px;
  color: #359dba;
  }  
  
h2{
  font-size: 18px;
  line-height: 26px;
  color: #359dba;
  }

.top-nav{
  height: 50px;
  width: 1000px;
  margin: 0 auto;
  padding: 15px 0px 15px 0px;
  }  

.swp{
  height: 45px;
  width: 200px;
  background: url('../img/swp.png') top left;
  float: left;
  }
  
.swp:hover{
  cursor: pointer;
  background: url('../img/swp.png') bottom left;
  }

.swp a, .swp a:active, .swp a:visited, .swp a:hover{
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -400px;
  text-decoration: none;
  }
  
.header-rep{
  width: 100%;
  height: 250px;
  background: url('/img/header-rep3.png');
  margin: 0px 0px 70px 0px;
  }

.header{
  width: 100%;
  height: 250px;
  background: url('/img/header-2000-2.png') no-repeat scroll center top;
  margin: 0 auto;
  }

.container{
  max-width: 1000px;
  padding: 0;
  }
  
.well-blue{
  background: #359dba;
  border: 1px solid #17728b;
  text-shadow: none;
  width: 150px;
  margin-right: 15px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.25);
}

.well-blue a, .well-blue a:visited, .well-blue a:active{
  color: #fff;
  }

.well-blue .nav li a:hover{
  background-color: #1d758d;
  }
  
.nav-list li a{
  text-shadow: none;
  padding: 5px 10px 5px 10px;
  }
  
.accordion-toggle{
  width: 130px;
  display: block;
  margin: 0;
  padding: 0;
}
  
.nav-tabs{
  padding-left: 0px;
  }
  
  
#accordion2{
  margin: 0px 0px 0px -8px;
  padding: 0;
  border: 0px solid;

  } 
  
#accordion2 li a, #accordion2 li a:hover{
  border: 0px solid #fff;
  margin: 0;
  padding: 5px 10px 5px 10px;
  }   
  
#submenu2, #submenu3{
  margin-left: 20px;  
  background: #4caec9;
  padding: 0;
  }
  
#submenu2 a, #submenu2 a:hover, #submenu3 a, #submenu3 a:hover{
  font-size: 13px;
  display: block;
  padding: 3px 3px 3px 20px;
  text-decoration: none;
  } 
  
.accordion-group a.active{
  background: #1d758d;
  }
  
.accordion, .accordion-group, .accordion li{
  margin-left: -10px;
  font-size: 14px;
  display: block;
  padding: 0px 10px 0px 3px;
  width: 150px;
  text-decoration: none;
  border: 0;
  list-style: none;
  }
  
.accordion li a:hover{
  background-color: #1d758d; 
  text-decoration: none;
  }
  
.span4{
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px dotted #e9e9e9;
  }   
  
.image{
  float: left;
  margin: 0px 20px 20px 0px; 
  max-height: 300px;
  } 
  
.collapse  {
  display: none;
  }
  
.collapse.in{
  margin-top: 6px;
  display: inherit;
  }
  
  
  
  
  
  
  
  
  
  
  
  