/********************/
/* GENERAL SETTINGS */
/********************/
body {
    font-size: 16px;
}

#menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.clear {
    clear: both;
}


/********************/
/* EXPANDABLE LIST  */
/********************/
#listContainer{
  margin-top:15px;
}

#expList ul, #expList li {
    list-style: none;
    margin:0;
    padding:0;
    cursor: pointer;
    font-weight:bold;
}
#expList p {
    margin:0;
    display:block;
}
#expList p:hover {
    background-color:#121212;
}
#expList li {
    line-height:130%;
    text-indent:7px;
    background-position: 1px 2px;
    padding-left: 10px;
    background-repeat: no-repeat;
}

.inner, #expList ul li {
    line-height:160%;
margin-top:7px;
}

.inner, #expList ul li > li  {
font-weight:normal !important;
    line-height:160%;
margin-top:7px;
    text-indent:0px;
}

.inner, #expList ul li {
    line-height:160%;
margin-top:7px;
}

.first-li::before  {
content: "Definitions of Terminology: ";
    font-weight:bold;
    letter-spacing: .10em;
    color: #629F00;
}

/* Collapsed state for list element */
#expList .collapsed {
    background-image: url(collapsed.png);
}
/* Expanded state for list element
/* NOTE: This class must be located UNDER the collapsed one */
#expList .expanded {
    background-image: url(expanded.png);
}
#expList {
    clear: both;
}

.listControl{
  margin-bottom: 15px;
}
.listControl a {
    border: 1px solid #555555;
    color: #555555;
    cursor: pointer;
    height: 1.5em;
    line-height: 1.5em;
    margin-right: 5px;
    padding: 4px 10px;
}
.listControl a:hover {
    background-color:#555555;
    color:#222222; 
    font-weight:normal;
}