/*
-----------------------------------------------
Millstream: Sidebar Styles
-----------------------------------------------
colours:

  #fff2dc   ivory       background;
  #90afff   light-blue  header;
  #1d419f   dark-blue   menu top-level;
  #002688   dark-blue   menu hover
  #7f0000   dark-light-gold    sidebar
----------------------------------------------- */

div#sidebar-top {
  position:absolute;
}
div#sidebar-top div#sidebar-left {
  float:left;
  background: url(../img/red_ctl.png);
  height: 20px;
  width: 20px;
}

div#sidebar-top div#sidebar-middle {
  float:left;
  background: url(../img/red_t.png) repeat-x 0 100% !important;
  height: 20px;
  width:330px;
}

div#sidebar-top div#sidebar-right {
  float:right;
  background: url(../img/red_ctr.png) repeat-y 0 100% !important;
  height: 20px;
  width: 20px;
}

div#sidebar-bottom {
  position:absolute;
}
div#sidebar-bottom div#sidebar-left {
  float:left;
  background: url(../img/red_cbl.png);
  height: 20px;
  width: 20px;
}

div#sidebar-bottom div#sidebar-middle {
  float:left;
  background: url(../img/red_b.png) repeat-x 0 100% !important;
  height: 20px;
  width:330px;
}

div#sidebar-bottom div#sidebar-right {
  float:right;
  background: url(../img/red_cbr.png) repeat-y 0 100% !important;
  height: 20px;
  width: 20px;
}

div#sidebar-content {
  position: relative;
  top:20px;
  height:650px;
}

div#sidebar-content div#sidebar-left{
  float:left;
  background: url(../img/red_l.png) repeat-y 0 100% !important;
  height: calc(100% - 20px);
  width: 20px;
}

div#sidebar-content div#sidebar-middle {
  float:left;
  line-height:1.5;
  top:20px;
  width: 310px;
  height: calc(100% - 20px);
  background: #720000; 
  padding: 0px 10px;

}

div#sidebar-content div#sidebar-right {
  float:right;
  background: url(../img/red_r.png) repeat-y 0 100% !important;
  height: calc(100% - 20px);
  width: 20px;
  
}

div#map-address div#address {
    font-size: medium;
}
div#map-address div#indent {
    padding-left: 50px;
}

div#sidebar-content #column-content a {
    color: #fff;
    text-decoration: none;
}