body {
  min-width: 950px;
}

/* the bodge for IE6 browsers */
* html #minwidth {border-left:950px solid #fff; position:relative; float:left; z-index:1;}
* html #container {margin-left:-950px; position:relative; float:left; z-index:2;}

#index_main {
  margin-right: 240px;
  padding: 5px;
  background: url(../images/gear_bg.gif) no-repeat #DEDEDE;
  font-size: 110%;
}
#index_intro {
  margin: 0px 5px 5px 5px;
  text-align: left;
}
#index_main_dsc {
  font-size: 170%;
  color: #0058B2;
  margin: 0px 0px 10px 0px;
}
.index_content_outer {
  font-size: 90%;
  background: #B0B0B0;
  border: solid 2px white;
  margin: 0px;
  padding: 10px;
}
.box_link {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.index_content_inner {
  overflow: hidden;
  text-align: center;
}
.spacer {
  width: 180px;
  height: 10px;
  background: green;
  margin: 0px;
  padding: 0px;
  color: red;
}
.index_content_title {
  color: #0058B2;
  font-size: 120%;
  text-decoration: none;
  font-weight: bold;
}
.index_content_inner h1 {
  color: #0058B2;
  font-size: 120%;
  text-decoration: none;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  line-height: 15px;
}
.index_content_image {
  height: 79px;
  background-position: top center;
  margin-top: 10px; 
  margin-bottom: 10px;
}
.index_content_text {
  font-size: 90%;
  padding: 5px;
  text-align: left;
  line-height: 12pt;
  background: white;
}
#index_mdis .index_content_image {
  background: url("/images/home_mdis.jpg") no-repeat top center;
}
#index_staffing .index_content_image {
  background: url("/images/home_staffing.jpg") no-repeat top center;
}
#index_consultants .index_content_image {
  background: url("/images/home_consultants.jpg") no-repeat top center;
}
#order_search {
  background: white;
  margin: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#order_search p {
  font-size: 80%;
  margin: 0px;
  padding: 2px;
}
#order_search_submit {
  width: 150px;
}
#div_clear {
  clear: both;
}
