/********************/
/* GENERAL SETTINGS */
/********************/
body {
    background-color: #ffffff;
    font-size: 24px;
}

#menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.clear {
    clear: both;
}

  
	
/********************/
/* EXPANDABLE LIST  */
/********************/
#listContainer{
  margin-top:15px;
}


#expList li.green-tick-li {
  padding-top: 10px;
  padding-left: 25px;
  background-image: url(../images/green_tick1.png);
  background-position: 1px 10px;
  background-clip: border-box;
  background-origin: border-box;
  background-size:20px 20px;
  background-repeat: no-repeat;
  font-family: 'Biryani', sans-serif;
  color: #013567;
  font-weight: 200;
  font-size: 22px;
  }
#expList ul, li {
    list-style: none;
    margin:0;
    padding:0;
    cursor: pointer;
}

#expList h1 {color: #013567;
  text-align: left;
  font-weight: 400;
  font-size: 32px;
  font-family: 'Biryani', sans-serif;
  }
#expList h2 {color: #013567;
  text-align: left;
  font-weight: 300;
  font-size: 26px;
  font-family: 'Biryani', sans-serif;
  }

#expList p {color: #013567;
    margin:0;
    display:block;
	text-align: left;
  font-weight: 200;
  font-size: 18px;
  font-family: 'Biryani', sans-serif;
}
#expList li {
    line-height:100%;
    text-indent:0px;
    background-position: 1px 15px;
    padding-left: 30px;
	padding-top : 10px;
	padding-bottom: 0px;
    background-repeat: no-repeat;
}

/* Collapsed state for list element */
#expList .collapsed {
    background-image: url(../images/collapsed.gif);
}

/* Expanded state for list element
/* NOTE: This class must be located UNDER the collapsed one */
#expList .expanded {
    background-image: url(../images/expanded.gif);
	background-size:20px 20px;
}
#expList {
    clear:both;
}


.listControl{
  margin-bottom: 15px;
}
.listControl a {
    border: 1px solid #555555;
    cursor: pointer;
    height: 1.5em;
    line-height: 1.5em;
    margin-right: 5px;
    padding: 4px 10px;
	font-family: 'Biryani', sans-serif;
    color:#013567;
    font-weight:300;
    font-size:22px;
}
.listControl a:hover {
    background-color:#c2c2c2;
}