/* http://css3buttongenerator.com/ */
.btn_navy {
	background: #00bcbb;

  border-radius: 4px;
  box-shadow: 0px 0px 3px #666666;
  color: #ffffff !important;
  font-size: 0.875rem;
  padding: 6px 10px 6px 10px;
  text-decoration: none;
}

.btn_navy:hover {
	color: #ffffff;
	background: #00bcbb;

  text-decoration: none;
}

.btn_navy.invert {
	color: #00375b !important;
  background: #ffffff !important;
}

.btn_navy.invert:hover {
	color: #00375b !important;
  background: #fcfcfc !important;
}

.vbar{
	position:relative;
	display:inline-block;
	min-width:1px;
	min-height:1rem;
	margin:0px 10px;
	vertical-align:middle;
}
.vbar:before{
	content: '';
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    bottom: 0px;
    background-color: #eee;
    width: 1px;
}
