@charset "utf-8";


/* General layout */

#content {
  width: 555px;
  padding-left: 74px;
  padding-right: 74px;
}





/* Container layout */

#container .top {
  top: 0;
  height: 445px;
  background: transparent url(../image/bigNeedlesContainerTop.gif) no-repeat 0 0;
}





/* Primary navigation */

#primaryNav li.introduction a {
  color: #d26f18;
}





/* Masthead elements */

#masthead .wfpaTitle img {
  display: block;
  position: absolute;
  top: 32px;
  left: 142px;
  width: 381px;
  height: 14px;
}

#masthead .reportHeader {
  position: absolute;
  top: 54px;
  left: 145px;
  width: auto;
  height: auto;
  color: #d4d4d4;
  font-size: 4em;
  line-height: 0.857em;
}





/* Content elements */

#content .featureContainer {
  margin: 50px 0 0 0;
  padding: 1px 0 0 0;
}

#content .feature {
  display: inline;
  float: left;
  width: 249px;
  width: 255px;
  margin: 0 0 0 45px;
  background: transparent url(../image/featureStroke.gif) no-repeat 0 bottom;
}

#content .firstFeature {
  margin-left: 0;
}

#content .feature h3 {
  margin: 0 0 15px 19px;
  font-size: 1.4em;
  line-height: 1em;
  font-weight: bold;
  color: #544a2b;
}

#content .feature p {
  margin: 0 0 0 100px;
  padding: 0 0 15px 0;
  font-size: 1.1em;
  line-height: 1.272em;
  color: #544a2b;
}

#content .feature p.learnMore {
  margin-top: -7px;
}


/*
#content .feature:hover h3, #content .feature:hover p {
  color: #d26f18;
}
*/


#content .tobyMurray {
  background-image: url(../image/tobyMurrayFeature.gif);
}

#content .markDoumit {
  background-image: url(../image/markDoumitFeature.gif);
}





/* General formatting */

h2 {
  font-size: 4.4em;
  line-height: 1.136em;
}




