html,
body
{
  font-family: Trebuchet MS, sans-serif;
  color: #343434;
}
.hr
{
  clear: both;
  height: 1px;
  line-height: 1px;
  font-size: 0;
  background: transparent url(/images/dot_border.gif) repeat-x left bottom;
  border: none;
  color: none;
  padding: 0;
  margin: 10px 0;
}

.top_separator
{
  margin-left:  43px;
  margin-right:  30px;
	margin-bottom:20px;
}

.bottom_separator
{
  margin-left:  43px;
  margin-right:  30px;
	margin-top:40px;
}
.response_summary .hr
{
  margin: 10px 20px;
}
.hr hr
{
  display: none;
}
button
{
  cursor: pointer;
}

.home .page_content
{
  background-color: #ffffff;
  padding: 0 0 80px 0;
}


.corner,
.border
{
  font-size: 0px;
  line-height: 0px;
}

/**
*
*/
  h1
  {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 28px;
    background: transparent url(/images/title_mark.gif) no-repeat left 50%;
    color: #999999;
    clear: both;
    margin: 0 30px 0 23px;
    padding: 0 0 0 20px;
  }
  h1 span
  {
    font-size: 23px;
  }
  .main_column h1 .hilight
  {
    color: #f36700;
  }
/*----------------------------*/

#sfWebDebugBar .menu
{
  background: transparent;
  height: auto;
  position: static;
  z-index: auto;
}

#sfWebDebugBar .menu li
{
  width: auto;
  float:none;
}

#sfWebDebugBar .menu li span,
#sfWebDebugBar .menu li a
{
  font-size:12px;
  font-weight: normal;
}
