/* ALTERNATIVE BACKGROUNDS FOR HOMEPAGE */
#site-container #content-container {
  background: url(/img/content-container-home-bg.gif) repeat-y;
}
#site-container #content-container #main-content-container {
  background: none; 
}
#site-container #content-container #main-content-container div.text {
  padding: 0;
}
#footer {
  background: url(/img/footer-home-bg.gif) top left no-repeat;
}

/* INTRO */
#intro-container {
  width: 570px;
  height: 178px;
}
#intro-text {
  background: url(/img/welcome.gif) top right no-repeat;
  padding: 60px 0px 0px 225px;
}

/* RANDOM IMAGES */
div.random1 {
  background: #aeffff url(/img/random/random_photo1.jpg) top left no-repeat;
}
div.random2 {
  background: #aeffff url(/img/random/random_photo2.jpg) top left no-repeat;
}
div.random3 {
  background: #aeffff url(/img/random/random_photo3.jpg) top left no-repeat;
}
div.random4 {
  background: #aeffff url(/img/random/random_photo4.jpg) top left no-repeat;
}
div.random5 {
  background: #aeffff url(/img/random/random_photo5.jpg) top left no-repeat;
}
div.random6 {
  background: #aeffff url(/img/random/random_photo6.jpg) top left no-repeat;
}
div.random7 {
  background: #aeffff url(/img/random/random_photo7.jpg) top left no-repeat;
}
div.random8 {
  background: #aeffff url(/img/random/random_photo8.jpg) top left no-repeat;
}
div.random9 {
  background: #aeffff url(/img/random/random_photo9.jpg) top left no-repeat;
}

h2 {
  color: #15BEB2;
  font-size: 1.2em;
  margin: 0;
  padding: 0;
}

#homepage-panels {
  float: left;
  background: url(/img/panel-1-bg.gif) repeat-y;
  margin: 10px 0px 0px 0px;
}

/* PANEL 1 */
#panel-1 {
  float: left;
  background: url(/img/panel-1-bot-bg.gif) bottom left no-repeat;
  width: 432px;
}
#panel-1 ul {
  list-style: none;
  border: 0;
  margin: 0px 0px 10px 0px;
  padding: 0;
}
#panel-1 ul li {
  list-style: none;
  border: 0;
  margin: 0;
  padding: 5px 14px 10px 14px;
}
#panel-1 ul li div.summary {
  padding: 5px 0px 0px 0px;
}

/* LATEST NEWS */
#panel-1 #latest-news {
  float: left;
  width: 208px;
}
#panel-1 #latest-news h2 {
  background: url(/img/latest-news-hp-bg.gif) top left no-repeat;
  padding: 15px 14px;
}

/* LATEST PUBLICATONS */
#panel-1 #latest-publications {
  float: left;
  width: 224px;
}
#panel-1 #latest-publications h2 {
  background: url(/img/latest-publications-hp-bg.gif) top left no-repeat;
  padding: 15px 14px;
}

/* PANEL 2 */
#panel-2 {
  float: left;
  width: 138px;
}

/* EMAIL NEWSLETTER */
#panel-2 #email-newsletter {
  background: #F5F8FA url(/img/email-newsletter-bot-bg.gif) bottom left no-repeat;
  float: left;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 10px 0px;
}
#panel-2 #email-newsletter h2 {
  background: url(/img/email-newsletter-head-bg.gif) no-repeat;
  padding: 15px 10px;
}
#panel-2 #email-newsletter div.pad {
  padding: 5px 10px;
}
#panel-2 #email-newsletter #email {
  width: 115px;
  border: 1px solid #7F9DB9;
}
#panel-2 #email-newsletter #submit {
  float: right;
}