/*
Layout styles for the topic pages with 
*/

#topic-menu { 
  width: 23%;
  float: left;
}

#content { 
  width: 60%; /* 0.5% extra gap for IE */
  float: left;
  display: inline; /* IE double float margin */
  padding-left: 1%;
  margin-left: 1%; margin-right: 2%;
}

/*#panel { display: none; }*/
#panel {
  width: 1050px; /*hack to make sub pages (like "Who we are") display properly*/
/* float: left;*/
  visibility:hidden;
 /* border-style: solid;
 /  border-color: orange;*/
}

