/* artVPs homepage banner styles */

#homepage-banner,
#rotating-banner {
  color:#fff;
  font-family:Helvetica Neue, Helvetica, Arial,  sans-serif;
  height:319px;
  position:relative; /* For the text to be relative to */
  overflow:hidden;
  width:960px;
  z-index:1;
  padding: 8px;
}
/* List holder for the rotating images */
#rotating-banner {
  background:#fff;
  list-style:none;
  margin:0;
  padding:0;
}
#rotating-banner li {
  display:inline;
  height:319px;
  float:left;
  margin:0;
  padding:0;
  width:960px;
}
#rotating-banner li.loading {
  background:url(../images/ajax-loader.gif) no-repeat 50% 50%;
}
/* Text that sits on top of the image */
#homepage-banner strong,
#homepage-banner p,
#homepage-banner a {
  margin:0;
  padding:0;
  position:absolute;
  z-index:100;
}
#homepage-banner strong {
  font-size:26px;
  font-weight:normal;
  line-height:26px;
  left:20px;
  top:30px;
}
#homepage-banner p {
  bottom:20px;
  font-size:18px;
  left:20px;
  line-height:1.5;
  width:550px;
}
/* Yeollow button link */
#homepage-banner a {
  background:#ffd700;
  bottom:25px;
  color:#000000;
  font-size:24px;
  padding:10px 20px 10px 20px;
  right:8px;
  text-decoration: none;
}
#homepage-banner a:hover {
  background:#e3bf00;
}

/* OLD STYLES BELOW - When reinstating remember to re-close line comments

#homepage-banner{
	padding: 8px;

}

#rotating-banner {
  color:#fff;
  font-family:Helvetica Neue, Helvetica, Arial,  sans-serif;
  height:319px;
  position:relative; /* For the text to be relative to
  overflow:hidden;
  width:960px;
  z-index:1;
}
/* List holder for the rotating images
#rotating-banner {
  background:#644a48;
  list-style:none;
  margin:0;
  padding:0;
}
#rotating-banner li {
  display:inline;
  height:319px;
  float:left;
  margin:0;
  padding:0;
  width:960px;
}
/* Text that sits on top of the image
#homepage-banner strong,
#homepage-banner p,
#homepage-banner a {
  margin:0;
  padding:0;
  position:absolute;
  z-index:100;
}
#homepage-banner strong {
  font-size:26px;
  font-weight:normal;
  left:28px;
top:41px;
  color:#fff;
}
#homepage-banner p {
  bottom:20px;
  font-size:18px;
  left:28px;
  line-height:1.5;
  width:550px;
  color:#fff;
}
/* Yeollow button link
#homepage-banner a {
  background:#ffd700;
  bottom:20px;
  color:#000000;
  font-size:26px;
  padding:10px 20px 10px 20px;
  right:10px;
  text-decoration: none;
}
#homepage-banner a:hover {
  background:#e3bf00;
}
/* No box overrides
#homepage-banner a.nobg {
  background:none !important;
  bottom:20px;
  color:#000000;
  font-size:26px;
  padding:10px 20px 10px 20px;
  left:10px !important;
  text-decoration: none;
  width:140px;
}
#homepage-banner a.nobg:hover {
  background:none !important;
}

#homepage-banner li a {
  background:none !important;
  bottom:0 !important;
  padding:0  !important;
  left:0 !important;
}
#homepage-banner li a:hover {
  background:none !important;
}

OLD STYLES ABOVE */
