.border-framed {
    position: relative;
    padding: 0px 0px;
    border: 8px double #dbc767;
    border-image: url('/img/skin/border01.gif') 8 8 8 8 fill;
}

.link-size-larger {
    font-size: 20px;
    color: #0153a5;
}

.text-size-larger {
    font-size: 20px;
}

.color-blue {
    color: #0153a5;
}

.heading-golden {
    color: #baa74a;  
}

.font-serif {
    font-family: 'Times New Roman', Times, serif;
}

/*
.nav-link2 > a::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    content: '--';
    background: url('/img/skin/bullet01.gif') no-repeat;
  }

  .menu-primary-navigation-container .menu > .menu-item > a::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  content: '\00ad';
  background: url('bullet01.gif') no-repeat;
}

*/


.navbar-nav a::before {
    content: url('/img/skin/bullet01.gif');
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    vertical-align: 3px;

  }

