.oneCol,
.twoCol,
.threeCol {
  padding-bottom: 10px;
}
.lastCol {
  padding-bottom: 0;
}
/*col blocks with background*/
.grey .pane-cell {
   background:;
   color:#fff;
}
.grey h2.pane-title{
  font-size:15px;
  margin-bottom: 10px;
  padding:4px 8px 3px !important;
  border-bottom:1px solid #fff !important;
  color:#fff;
  letter-spacing:1px;
}
.grey h2.pane-title a {
  margin-bottom: 0px;
  padding:0 !important;
  color:#ED7B1F;
  font-weight: normal;
}
.page-about-us .pane-cell .panel-pane {
  /*padding:13px 15px 10px 15px;*/
  background-color: #0D232B;
}
.pane-cell .panel-pane .pane-content {
  padding:0 8px 10px;
  /*border-bottom: 1px solid #0D232B;*/
}
.oneCol .pane-cell .panel-pane {
  padding:0;
}

/*3 cols @ Panel*/
.threeCol {
}
.threeCol .pane-cell {
  float:left;
  width:290px;
  margin-right:15px;
  min-height:255px;
}

.threeCol .pane-cell.last {
  margin-right:0;
}


/*2 cols @ Panel*/
.twoCol {
}
.twoCol.united {
   background:#ebebeb;
   margin-bottom: 20px;
   padding: 0;
}
.twoCol .pane-cell {
  float:left;
}
.twoCol .pane-cell {
  /*padding:13px 15px 0 15px;*/
}
.twoCol .pane-cell.last {
  margin-right:0;
}
.twoCol h2.pane-title{    
  border:none;
}
.twoCol.grey h2.pane-title{    
  border-bottom: 1px solid #FFF;
  padding:5px 0 15px 0;
}

/*pane misc style*/
h2.pane-title {
  text-transform: uppercase;
  padding: 0 0 18px;
  padding-top:10px;
  border-top: 1px solid #a8a8a5;
  font-weight:bold;
  font-size: 15px;
  margin:0;
  margin-top:10px;
}
.node-type-member img{margin-right:10px;margin-bottom:10px;}