div.industries_container
{
  position: relative;
  top: 5px;
  left: 0;
  height: 298px;
  background-color: #eee;
  border: 1px solid #ddd;
  margin: 0;
  padding: 0;
}

div.industries_nav
{
}

div.industries_nav a
{
  display: block;
  padding: 13px 5px 12px 15px;
  margin-bottom: 1px;
}

div.industries_nav a:link,
div.industries_nav a:visited
{
  color: #225;
}

div.industries_nav a.selected
{
  color: #d71;
  font-weight: bold;
  background-color: #e8e8e8;
}

div.industries_nav a:hover 
{
  color: #c60;
  text-decoration: none;
}

div.industries_nav a.selected:hover
{
  color: #d71;
  background-color: #e8e8e8;
}

div.industry
{
  width: 668px;
  padding: 10px 0 10px 10px;
  height: 278px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 180px;
  /*border: 1px solid #eee;*/
}

div.industry_dark
{
  color: #fff;
  background-color: #222;
}

div.industry_light
{
  color: #000;
  background-color: #fff;
}

div.industry div.info_pane
{
  float: left;
  width: 305px; /*half = 314px;*/
  padding-right: 10px;
  height: 220px;
}

div.industry div.info_pane strong
{
  color: #025;
}

div.industry h2 a:hover /* Prevent underlining of industry name */
{
  text-decoration: none;
}

div.industry a.info_link
{
  display: block;
  margin-top: 20px;
  font-size: 12px;
}

div.box
{
   float:left;
   width:180px;
   height:140px;
   margin: 0 0 0 40px;
   padding: 0;
   position: relative;
   top: 20px;
   left: 0;
   background-position: 0 11px;
}

div.first_box
{
   margin: 0 0 0 10px;
}

div.box h3.bottom
{
  display: block;
/*  position: absolute;
  bottom: 7px; */
  width: 180px;
  margin: 0;
}

div.box h3 a
{
  display: block;
  text-align: center;
  width: 180px;
  padding-bottom: 110px;
  font-size: 11px;
  margin: 0;
}


div.box h3 a:link,
div.box h3 a:visited
{
  color: #000;
}

div.box h3 a:hover
{
  color: #c60;
}