/* --- home[global] --- */

#promo, #buttons {
  clear: both;
  overflow: hidden;
}



/* --- home[header] --- */

#header {
  background-image: url('/images/site-assets/sub_header_bg.png');
  background-position: bottom;
  background-repeat: repeat-x;
  height: 98px;
}

#header h1 a {
  width: 450px;
  height: 98px;
  right: 0;
  bottom: 0;
  background: #fff url('/images/site-assets/home_logo.png') no-repeat left;
}

/* --- home[promo] --- */
#promo {
  width: 960px;
  height: 328px;
  background-image: url('/assets/41/home_graphic2.png');
  text-indent: -999em;
  background-position: right;
}

/* --- home[buttons] --- */
#buttons {
  background-image: url('/images/site-assets/home_buttons_bg.png');
  background-repeat: repeat-x;
  padding-top: 11px;
}

#buttons ul li {
  float: left;
}

#buttons ul li a {
  display: block;
  text-indent: -999em;
  height: 107px;
}

#buttons a#button_work_injury_care {
  width: 239px;
  background-image: url('/images/site-assets/home_button_work_injury_care.png');
}

#buttons a#button_corporate_health {
  width: 240px;
  background-image: url('/images/site-assets/home_button_corporate_health.png');
}

#buttons a#button_travel_medicine {
  width: 241px;
  background-image: url('/images/site-assets/home_button_travel_medicine.png');
}

#buttons a#button_immigration {
  width: 240px;
  background-image: url('/images/site-assets/home_button_immigration.png');
}

/* --- home[content] --- */

#content {
  clear: both;
  overflow: hidden;
  background-image: url('/images/site-assets/home_content_bg.png');
}

#content h2, #content h3 {
  padding-bottom: 7px;
  margin-bottom: 10px;
  color: #e51937;
  font-family: times new roman, luxi serif, times, serif;
}

#content h2, #content h3 {
  font-size: 18px;
  padding-bottom: 15px;
  background-image: url('/images/site-assets/heading_bg.png');
  background-repeat: repeat-x;
  background-position: bottom;
}

#intro, #news, #headlines {
  float: left;
  margin: 10px;
}

#intro {
  width: 340px;
}

#content p {
  font-size: 12px;
  line-height: 1.5em;
}

#news, #headlines {
  width: 280px;
}

#headlines ul {
  margin: .5em 25px;
}

#headlines li {
  line-height: 1.5em;
  margin-bottom: .5em;
  font-size: 12px;
  list-style-type: square;
  color: red;
}

#news .article {
  background-image: url('/images/site-assets/heading_arrow.png');
  background-repeat: no-repeat;
  padding: 2px 10px .5em 30px;
  margin-top: 10px;
}

#news .article h4 {
  font-family: arial, helvetica, sans-serif;
  margin: 2px 0px 5px;
  padding-bottom: 5px;
  background: none;
}

#news .gotoarchive {
  padding: 10px;
  border-top: 1px solid #efefef;
  font-weight: bold;
}







