/* =========================
   PAGE LAYOUT
========================= */
#page-wrap {
    text-align: left;
    width: 1200px;
    margin: 0 auto;
}

#tpl_wrapper_1 {
    width: 974px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    color: #000000;
    border-left: solid 1px #A3BCCF;
    border-right: solid 1px #A3BCCF;
    background-color: #FFFFFF;
    background-image: url('images/bg_line_tan.gif');
    background-repeat: repeat-y;
    background-position: 0px top;
}


/* =========================
   NAV MENU
========================= */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  border: none;
  line-height: 1;
  margin: 0;
  padding: 0;
}

#cssmenu {
  height: 37px;
  display: block;
  border: 1px solid #080808;
  border-radius: 5px;
  width: auto;
}

#cssmenu > ul {
  list-style: none;
}

#cssmenu > ul > li {
  float: left;
  display: inline-block;
  position: relative;
}

#cssmenu.align-center > ul {
  text-align: center;
}

#cssmenu.align-center > ul > li {
  float: none;
  margin-left: -3px;
}

#cssmenu.align-center ul ul {
  text-align: left;
}

#cssmenu > ul > li > a {
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  border-right: 1px solid #080808;
  color: #ffffff;
  padding: 12px 20px;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
}

#cssmenu > ul > li:first-child > a {
  border-radius: 5px 0 0 5px;
}

#cssmenu > ul > li > a:hover {
  background: #080808;
}

#cssmenu ul li.has-sub:hover > ul {
  display: block;
}

#cssmenu ul li > ul {
  display: none;
  position: absolute;
  top: 38px;
  background: #3f3f3f;
  border-radius: 0 0 5px 5px;
  padding: 10px 0;
  width: 200px;
}

#cssmenu ul li > ul li a {
  display: block;
  font: 10pt Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-decoration: none;
  padding: 8px 20px;
}


/* =========================
   PUBLICATIONS LIST
========================= */
/* =========================
   PUBLICATIONS LIST (FIXED)
========================= */
.publist {
    margin-left: 12px;
    padding-left: 18px;
}

.publist li {
    margin-bottom: 4px;     /* tighter */
    padding-bottom: 2px;    /* minimal */
    border-bottom: none;    /* remove this — key fix */
    line-height: 1.25;      /* tighter text */
}

/* remove hidden spacing inside items */
.publist li p {
    margin: 0;
}

/* buttons tighter */
.publist .btn {
    display: inline-block;
    margin-right: 6px;
    margin-top: 3px;
    padding: 4px 8px;
    font-size: 12px;
    border: 1px solid #444;        /* stronger border */
    border-radius: 4px;
    background-color: #f5f5f5;     /* light box background */
    color: #000;
    text-decoration: none;
}


#cssmenu {
  background: #3c3c3c;
  background: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
}

#cssmenu ul ul > li:hover > a,
#cssmenu ul ul li a:hover {
  background: #3c3c3c;
}

.publist {
    margin-left: 20px;   /* adjust: 10–40px depending on taste */
}