.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #004990;
    color: #fff;
}
/** HEADER BLOCK **/
#header-block {
margin-top: 80px;
}

/** TOP NAVIGATION BAR **/
  
  .title { 
  color: #00A1B1;
  }


 /** TOP NAVIGATION BAR **/
  
  #navbar {
	background-color: #004990; border-bottom-color: #00A1B1; border-bottom-width: 5px;}
  
/*
  #navbar {
  border-bottom-color: #1688c0;
  border-bottom-width: 1px;
  background: -webkit-linear-gradient(#0d5e9a, #004577); /* For Safari 5.1 to 6.0 */ 
/* background: -o-linear-gradient(#0d5e9a, #004577); /* For Opera 11.1 to 12.0 */
/*  background: -moz-linear-gradient(#0d5e9a, #004577); /* For Firefox 3.6 to 15 */
/* background: linear-gradient(#0d5e9a, #004577); /* Standard syntax */
/* background-image: -ms-linear-gradient(top bottom, #0d5e9a 0%, #004577 100%); /* IE 10+ */
/*  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d5e9a', endColorstr='#004577'); /* IE */
/*}*/  
  
#navbar .navdrop { 
color: #ffffff;
background-color: #004990;
}
#navbar .navdrop a:hover { 
color: #ffffff;
background-color: #00A1B1;
}

.btn-client { 
background-color: #00A1B1;
}
.btn-client { 
color: #ffffff;
}
.btn-client:hover { 
background-color: #00A1B1;
}
.btn-client:hover { 
color: #ffffff;
}
.nav>li>a:hover { 
	background-color: #004990;
	color: #ffffff;
}
  #navbar-menu-right > li > a.navbar-button {
  		background-color: #00A1B1;
  		color: #ffffff;
  }
  
  /**Store listing links**/
  #store-top-nav > div > ul > li > h4 > a {
	  color:#004990;
  }
  
    /**FOOTER**/
  
  #page-footer {
	background-color: #004990;
	border-top-color: #00A1B1; 
	border-top-width: 5px;
	position:absolute;
	bottom:0;
	width:100%;
	clear:both;
	height:100px;
	padding-top:25px;
	text-align: left;
  }
  #footer-text{
	color:#ffffff;
  }
  #footer-text a{
	color:#ffffff;
  }
  .modal {
	width:100%;
	text-align:justify;
  }
  #footer-trademark {
	  margin-top: 5px;
  }
  #footer-terms, #footer-trademark {
	  font-size: 9px;
	  }

#home-carousel > ol > li {
background-color: #7678B1;
}

#home-carousel > ol > li.active {
background-color: #00A1B1;
border-color: #00A1B1;
}

/**Account Bar and dividers**/
#profile-nav.page-navigation > ul.nav-tabs {
      background-color: #00A1B1;
  	  color: #ffffff;
}

div.gray-bar {
    background: #DDDDDD repeat left top;
    height: 3px;
    margin-top: 6px;
}

/**Account and Contact us titles Moving them down**/

.support-header, .title {
 margin-top: 60px;
}

H2 { 
  color: #004990;
line-height: 1.53;
  }

#h3blue {
    color: #004990;
line-height: 1.53;
}
H1 { 
  color: #004990;
line-height: 1.6;
font-size: 46px;
  }
H4 {
line-height: 1.53;
}