@font-face {
    font-family: charter;
    src: url(../fonts/charter.otf);
}

@link-color a{
	color: #005994;
}

body{
 	font-family: charter; 
 	background-color: #cecece !important;
}

.ps{
	color:grey;
	font-size:0.9em;
}

.brimg{
	width:100%;
	box-shadow: 0px 5px 5px #888, 0px -5px 5px #888;
}

.tab1{
	width:22%;
	height:2.2em;
	vertical-align:top;
}
.tab2{
	width:34%;
	height:2.2em;
	vertical-align:top;
}

.brimg2{
	width:100%;
	box-shadow: 0px 5px 5px #888, 0px -5px 5px #888;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

.brimg2:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
  	box-shadow: 0px 5px 5px #888, 0px -5px 5px #888;
}


.main{
	padding: 2.5em;	
}

#mapid { 
	height: 180px; 

}

.map{
	height: 450px;
        width: 100%;
}

.popover{
	max-width: 500px !important;	
	width: 250px;
}

.popover-content{
	font-size: 0.8em;	
	
}


.ol-popup {
        position: absolute;
        background-color: white;
        -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
        filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
        padding: 15px;
        border-radius: 10px;
        border: 1px solid #cccccc;
        bottom: 12px;
        left: -50px;
        min-width: 280px;
      }
      .ol-popup:after, .ol-popup:before {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
      }
      .ol-popup:after {
        border-top-color: white;
        border-width: 10px;
        left: 48px;
        margin-left: -10px;
      }
      .ol-popup:before {
        border-top-color: #cccccc;
        border-width: 11px;
        left: 48px;
        margin-left: -11px;
      }
      .ol-popup-closer {
        text-decoration: none;
        position: absolute;
        top: 2px;
        right: 8px;
      }
      .ol-popup-closer:after {
        content: "✖";
      }


.h1{
  font-size: 1.8em;	
  position: relative;
  text-align: center;
}

.h1 span {
  background: #fff;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

.h1:before {
	
  background: #ddd;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
    top: 50%;
  width: 100%;
}

.h1:before {
  left: 0;
}

h1{
	font-size: 1.7em;	
  	position: relative;
	text-align: center;
}


h2{
	font-size: 1.5em;
}

h3{
	font-size: 1.3em;	
}

h4{

	font-size: 1.1em;
	text-decoration:bold:
}


p{
  	font-size: 1.1em;
  	line-height:1.55em;
} 


.ref {
    position: relative;
    vertical-align: baseline;
}

.ref .refbody{
 	display: none;	
}

.ref:hover .refbody{
 	display: block;	
}

.refnum {
    position: relative;
    left: 2px;
    bottom: 1ex;
    color: #005994;
    font-size: .75em;
    font-weight: bold;
    cursor: pointer;
}

.refbody {
    font-size: .75em;
    line-height: 1.1;
    display: block;
    min-width: 20em;
    position: absolute;
    left: 25px;
    bottom: 5px;
    border: 1px solid;
    padding: 5px;
    background-color: #fff;
    word-wrap: break-word;
    z-index: 9999;
    overflow: auto;
}

.moreInfo .infoBody{
	display:none;	
}

.moreInfo{
	cursor: pointer;
}

.moreInfo:hover .infoBody{
	display: block;
}

.contact{
	text-align: center;	
}

.e{
	color: #b51709;		
}

.h{
	color:#0b4791;
}

#acctab{
	display:none;	
}

.old{
	text-decoration: line-through;	
	color: lightgray;
}

.new{
	color:orange;	
}
