#column1 {
 float: left;
  width: 175px;
}
#column2 {
 float: right;
  width: 675px;
  padding-top: 0;
}
    ul.capabilities li{
margin-left: 35px;
    }
 /* article styles ----------------------------------------*/

div.collapsible-control {
  color: #231f20;
  padding: 1em 0 1em 15px;
  background: url(//dnvup8i873mue.cloudfront.net/7499-086722-arrowright.gif?pfvId=4vog.g7qic770) no-repeat left center;
  cursor: pointer;
  cursor: hand;
  border-bottom: 1px solid #ccc;
}

.shown div.collapsible-control {
  color: #f26722;
  font-weight: bold;
  background: url(//d2ro73b13opthp.cloudfront.net/ad4d-186722-arrowdown.gif?pfvId=4voh.g7qicd2t) no-repeat left center;
}
div.collapsible-shown {
  padding: 1em;
}
div.ac_heading,
.articleview .article div.article_heading {
  font-size: 1.5em;
  margin-bottom: 1em;
  line-height: 1.5;
  font-weight: normal;
}

/* news -----------*/
#news div.collapsible-control {
  border: none;
}
#news div.collapsible {
  padding-bottom: 1em;
  margin-bottom: 1em;  
  border-bottom: 1px solid #ccc;
}
.collapsible div.article_post_time {
  padding-left: 15px;
  font-size: .9em;
  font-weight: bold;
}
div.articlecontainer {
  margin-bottom: 1em;
}
/* HORIZONTAL / HORIZ. PERSISTENT CSS --------------- */
ul.menubeanh,
ul.menubeanh-persistent {
  list-style: none;
  position: relative;
  overflow: visible;
}
ul.menubeanh,
ul.menubeanh ul,
ul.menubeanh-persistent,
ul.menubeanh-persistent ul {
  padding: 0;
  margin: 0;
  list-style: none;
  /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh li,
ul.menubeanh-persistent li {
  float: left;
  position: relative;
  list-style: none;
  /*
  	width: 8em;
	overflow: visible;
	*/
}
ul.menubeanh li ul,
ul.menubeanh-persistent li ul {
  display: none;
  position: absolute;
  top: 1.2em; /* IE */
  left: 0; /* IE */ /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh > li > ul,
ul.menubeanh-persistent > li > ul {
  top: auto; /* Non-IE */
  left: auto; /* Non-IE */
}
/* (sub-)submenus */
ul.menubeanh ul,
ul.menubeanh ul ul,
ul.menubeanh ul ul ul,
ul.menubeanh-persistent ul,
ul.menubeanh-persistent ul ul,
ul.menubeanh-persistent ul ul ul {
  position: absolute;
  top: 0;
  left: 95%;
}
/* Interactive lines: show/hide menus */
ul.menubeanh li.over ul ul,
ul.menubeanh li.over ul ul ul,
ul.menubeanh-persistent li.over ul ul,
ul.menubeanh-persistent li.over ul ul ul {
  display: none;
}
ul.menubeanh li.over ul,
ul.menubeanh ul li.over ul,
ul.menubeanh ul ul li.over ul,
ul.menubeanh-persistent li.over ul,
ul.menubeanh-persistent ul li.over ul,
ul.menubeanh-persistent ul ul li.over ul {
  display: block;
}

/* VERTICAL CSS --------------- */
ul.menubeanv,
ul.menubeanv-persistent,
ul.menubeanv ul,
ul.menubeanv-persistent, ul {
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li,
ul.menubeanv-persistent li {
  position: relative;
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li ul {
  display: none;
  position: absolute;
  top: 2px; /* IE */
  left: 6em; /* IE */ 
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li:hover ul,
ul.menubeanv li.over ul {
  display: block;
}

ul.menubeanv-persistent li.mi-parent {
  cursor: pointer;
}
ul.menubeanv-persistent li ul {
  display: none;
}
ul.menubeanv-persistent li.over ul {
  display: block;
}
