#tf_container {
  min-width: 835px;
}
#tf_header {
  padding: 2em 0 0 .5em;
}
#tf_header:after {
  display: block;
  content: '.';
  clear: both;
  visibility:  hidden;
  height: 0;
}
#tf_content {
  margin: 0;
  padding-bottom: 20px;
}
#tf_sidebar {
  overflow: visible;
  width: 10.8em; /* info button chopping thing again FIXME take this comment out some time int he future */
  z-index: 10;

}

/* Navigation left */
#tf_content.tf_contentNavLeft #tf_sidebar {
  float: left;
  margin-left: 0;
}
#tf_content.tf_contentNavLeft #tf_results {
  margin-right: 10px;
}
#tf_content.tf_contentNavLeft #tf_results {
  margin-left: 10.8em;
}

#tf_footer {
  clear: both;
}
#tf_resultContainer {
  float: left;
  width: 100%; 
}
.boxHeader, .boxFooter, .boxCorner { 
  font-size: 1px;
}
#tf_footer:after {
  display: block;
  content: '.';
  clear: both;
  visibility: hidden;
  height: 0;
}
/*** static styles ***/
#tf_container.tf_static #tf_sidebar, #tf_container.tf_static #tf_results {
  padding-top: 1em;
}
#tf_container.tf_static .grayBox {
  margin-right: .5em;
  margin-top: 2em;
}
#tf_container.tf_static .grayBox .boxContentInner {
  padding: .5em;
  padding-right: 2em;
}
#tf_container.tf_static .grayBox .whiteBox .boxContentInner {
  padding: 0;
}
