/* home page styles for GEM4 site  */



/* HEADER */

#divheader {
}
/* second horizontal band, containing site title */
#divsitetitleband {
  position: relative;
  margin-left: 199px;
  min-width: 561px;
  background-image: url(../img/home/sitetitlebkg.jpg);
  background-repeat: no-repeat;
}
#divsitetitleband h1 {
  display: inline;
  margin: 0px;
  padding: 0px;
  line-height: 100%;
}
/* offset the image to the left */
#divsitetitleband img {
  position: relative;
  left: -151px;
  top: 0px;
}
/* third horizontal band, containing intro text */
#divintrotextband {
  min-width: 561px;
  border-left: 199px solid #ff8000;
  background-color: #fb0b0b;
}


/* BODY */

#divbody {
}

/* decorative stars */
#divsparkles1 {
  position: absolute;
  left: 0px;
  top: 27px;
  z-index: 1;
}
#divsparkles2 {
  position: absolute;
  left: 511px;
  top: 22px;
  z-index: 1;
}

/* big logo */
#divlogo {
  padding: 43px 279px 58px 86px;
}

/* primary navigation */
#divprimarynav {
  position: absolute;
  left: 304px;
  top: 40px;
  z-index: 5;
}
#divprimarynav ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#divprimarynav ul li {
  margin: 0px 0px 4px 0px;
  padding: 0px;
}
#divprimarynav ul li.indent1 {
  margin-left: 0px;
}
#divprimarynav ul li.indent2 {
  margin-left: 23px;
}
#divprimarynav ul li.indent3 {
  margin-left: 35px;
}
#divprimarynav ul li.indent4 {
  margin-left: 38px;
}
#divprimarynav ul li.indent5 {
  margin-left: 31px;
}
#divprimarynav ul li.indent6 {
  margin-left: 12px;
}

/* spotlight */
#divspotlight {
  width: 142px;
  padding: 43px 20px 28px 8px;
}
#divspotlight h2 {
  margin: 0px;
  padding: 0px;
  line-height: 100%;
}
#divspotlight p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.70em;
  line-height: 140%;
  color: #0b1560;
  margin: 11px 0px 0px 0px;
}
#divspotlight a,
#divspotlight a:link {
  color: #fb0b0b;
  text-decoration: none;
}
#divspotlight a:visited {
  color: #ff8000;
  text-decoration: none;
}
#divspotlight a:active,
#divspotlight a:hover,
#divspotlight a:focus {
  color: #fb0b0b;
  text-decoration: underline;
}
