/*
 * Homepage Styles
 */
html body {
  background:url(/img/sub-page-bg.gif) !important;
}
div#header {
  background:#fff ;
  box-shadow:-0 4px 8px #565656;
}
div#page-content {
  box-shadow:-0 4px 8px #565656;
  background-image:none !important;
}

div#site-container {
  box-shadow:0;
  background:url(/img/bg-lines.gif) !important;
}

form label {
  position:absolute;
}



/**
*
**/

/*
* SLideshow
*/
#hp-slideshow {
  position:relative;
  overflow:hidden;
  float:left;
  margin:0 3px 19px 3px;
  width:870px;
  height:275px;
}

#hp-slideshow ul#slides {
  margin:0 auto 0 auto;
  padding:0;
  width:870px;
  height:275px;
  list-style:none;
}
ul#slides li.slide{
  position:relative;
}

ul#slides li.slide a {
  text-decoration: none;
}

ul#slides li.slide a:hover {
  text-decoration: none;
}

li.slide img {
  z-index:0;
}

ul#slides li.slide span.caption {
  position:absolute;
  bottom:5px;
  left:28px;
  z-index:50;
  
  color:#ffffff;
  border-left:solid 2px #ffffff;
  font-size:2em;
  font-weight:bold;
  line-height:1.2em;
  -webkit-text-shadow:-1px 1px 8px #000;
  -moz-text-shadow:-1px 1px 8px #000;
  -ms-text-shadow:-1px 1px 8px #000;
  -o-text-shadow:-1px 1px 8px #000;
  text-shadow:-1px 1px 8px #000;
  
  padding:5px 0 20px 20px;
  margin: 0;
  width:810px;
  w\idth:770px;
  min-height:50px;
  height:auto !important;
  height:50px;
}


#hp-slideshow #counters {
  position:absolute ;
  z-index:100;
  top:10px;
  left:24px;
  height:10px;
}

#hp-slideshow #counters a {
  font-size:0px;
  color:#ccc;
  margin:0 3px;
  background:#cccccc;
  border:solid 2px #cccccc;
  display:inline-block;
  width:8px;
  height:8px;
}
#hp-slideshow #counters a.activeSlide,
#hp-slideshow #counters a:hover {
  border-color:#ffffff;
}

div#sn{
  margin-right:9px;
}
div#sp{
  margin-left:9px;
}
div#sn,div#sp{
  width:32px;
  height:275px;
  display:block;
  float:left;
}
div#sn a{
  display:block;
  background:url(/img/hp-sliders.gif) -64px 0 no-repeat;
  width:100%;
  height:100%;
}

div#sn a:hover{
  background-position:-96px 0;
}

div#sp a{
  display:block;
  background:url(/img/hp-sliders.gif) 0 0 no-repeat;
  width:100%;
  height:100%;
}
div#sp a:hover{
  background-position:-32px 0;
}

div#sp a span,
div#sn a span{
  position:absolute;
  left:-99999px;
  top:-99999px;
}


div#left-column {
  width:470px !important;
  color:#ffffff;
}

div#left-column h2{
  margin-left:27px;
  font-size:2em;
  margin-bottom:5px;
}


/* left column links */
#left-column a.boxlink {
  display:inline-block;
  color:#ffffff;
  text-decoration:none;
  background:#2c3e4b url(/img/hp-btn-bg.png) 0 0 no-repeat;
  line-height:21px;
  padding:0 15px 0 5px;
  width:172px;
  w\idth:152px;
  height:21px;
}
a.boxlink:hover {
  background-position:0 -21px !important;
}

#page-content #centre-column {
  float:right;
  width:450px;
  min-height:250px;
  height:auto !important;
  height:250px;
}
#right-column {
  display:none;
}


/**
* Videos
**/
#mediasection ul{
  overflow:hidden;
  list-style:none;
  margin:0;
  padding:0;
  width:100%;
}
#mediasection ul li.video {
  position:relative;
  float:left;
  margin-right:5px;
  width:215px;
  height:115px;
}

li.video a {
  position:absolute;
  z-index:1;
  background:url(/img/video-arrows.png) 0 0 no-repeat;
  width:209px;
  height:109px;
}
li.video a:hover {
  background-position:0 -109px;
}

li.video img {
  position:absolute;
  z-index:0;
  box-shadow:1px 1px 6px #212121;
}


/*
* Homepage category List
*/
ul#hp-cats{
  list-style:none;
  margin:10px 0;
  padding:0;
}

ul#hp-cats li{
  display:inline;
  color:#ffffff;
  text-decoration:none;
  font-size: 1.286em;
  font-family:HelveticNeue,Helvetica,Arial,sans-serif;
  margin: 0;
  padding:0;
}

ul#hp-cats li a{
  color:#ffffff;
  text-decoration:none;
}

