/*
 * Home page styles for all browsers
 *
 * Original Author: Chris Martin, Webexpectations.com
 * Creation Date: 2008/09/04
 *
 */

/* - Standfirst - */

div#home-standfirst {
  margin:0 0 15px;
  padding:45px 20px 17px 330px;
  height:205px;
  background:url('/_images/back-home-standfirst.gif') no-repeat left top;
}
div#home-standfirst h1 {
  margin:0;
}
div#home-standfirst h1 span {
  display:block;
  margin:0 0 -24px;
  padding:0;
}
div#home-standfirst p.overview {
  margin:0;
  padding:17px 0 10px;
  font-size:1.5em;
  line-height:1.3em;
}
div#home-standfirst p.findoutmore {
  margin:0;
  padding:0 0 0 22px;
  min-height:28px;
  background:url('/_images/back-home-standfirst-bullet.gif') no-repeat 0 11px;
  font-size:2.5em;
}

/* - What is Lifecycle? - */

div#home-whatis {
  float:left;
  margin-bottom:15px;
  width:464px;
  background:url('/_images/back-whatis.gif') no-repeat left bottom;
}
div#home-whatis h2 {
  margin:0;
  padding:0;
  min-height:51px;
  background:url('/_images/back-whatis-h2.gif') no-repeat left top;
}
div#home-whatis div.inner {
  padding:18px 24px 15px;
  background:url('/_images/back-whatis-inner.gif') no-repeat center 1px;
}
div#home-whatis div.inner img {
  display:block;
  float:right;
  margin-top:-0.5em;
}

/* - Right column - */

div#home-right {
  float:right;
  margin-bottom:-15px;
  width:255px;
}

/* - Home-specific box styles - */

div#home-right div.blue {
  background:url('/_images/back-side-blue-top.gif') no-repeat left top;
}
div#home-right div.blue div.inner {
  background:url('/_images/back-side-blue-bottom.gif') no-repeat left bottom;
}
div#home-right div.pink {
  background:url('/_images/back-side-pink-top.gif') no-repeat left top;
}
div#home-right div.pink div.inner {
  background:url('/_images/back-side-pink-bottom.gif') no-repeat left bottom;
}