/* Layout */
.home-template #main { padding: 0 16px; }
.home-template #content { float:none; width:100%; }
.home-template #content > .inner { padding: 17px 0 0;}
.home-template #breadcrumbs { display:none; }


/* Intro */
.home-template #intro {
  background: #82007f url(../gfx/main_img.jpg) left top no-repeat;
  height: 231px;
  overflow: hidden;
  margin-bottom: 20px;
}
.home-template #intro .inner {
  background: url(../gfx/intro_bg.jpg) right top no-repeat;
  color: #FFF;
  padding: 23px 240px 16px 377px;
}
.home-template #intro p { font-size: 1.5em; line-height: 1.3; }
.home-template #intro h1 {
  background: url(../gfx/titles/t_welcome.gif) no-repeat;
  border: 0;
  height: 17px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
  width: 177px;
}


/* Learning modules / Hot topics */
.home-template ol.documents { list-style: none; margin: 0 0 16px; padding: 0; }
.home-template ol.documents li {
  border-bottom: 1px dashed #CECECE;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 2;
  list-style: none;
  margin: 0;
  padding: 0;
}
.home-template ol.documents  a { color:#000; text-decoration:none; }
.home-template ol.documents  a:hover { text-decoration:underline; }

#home-row1 .box { background: transparent; float: left; width: 49%; }
#home-row1 .box .inner { background: #FFF; }
#box_learningmodules { margin-right: 1.95%; }


/* Boxes */
.home-template .box .inner { min-height: 240px; }
.home-template #blocks .box { float: left; width: 23.5%; margin: 0 1.95% 20px 0; }
.home-template #blocks .end-row { margin-right: 0; }


/* Home slideshow*/
#home-slideshow { position: relative; }
#home-slideshow-nav {
  bottom: 2em;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 2em;
  z-index: 10;
}
#home-slideshow-nav li {
  display: block;
  float: left;
  list-style: none;
  margin: 0 10px 0 0;
  padding: 0;
}


#home-slideshow-nav a {
  background: url(../gfx/slideshow_background.png);
  border: 1px solid #82007F;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-sizing: border-box;
  -webhit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  height: 10px;
  overflow: hidden;
  text-indent: -999em;
  width: 10px;
}

#home-slideshow-nav .activeSlide a {
  background: #82007F;
}

#home-slideshow-images {
  -moz-box-sizing: border-box;
  -webhit-box-sizing: border-box;
  box-sizing: border-box;
  height: 250px;
  margin-bottom: 16px;
  overflow: hidden;
  position: relative;
}
.home-slideshow-image {
  background-position: center center;
  background-repeat: no-repeat;
  border: 2px solid #82007F;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  bottom: 0;
  left: 0;
  padding: 1em;
  position: absolute;
  right: 0;
  top: 0;
}
.home-slideshow-info {
  background: url(../gfx/slideshow_background.png);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #FFF;
  left: 2em;
  padding: 2em;
  position: absolute;
  right: 50%;
  top: 2em;
}
.home-slideshow-info h2 {
  color: #FFF;
  margin: 0 0 10px;
}
.home-slideshow-info p {
  font-size: 14px;
  margin: 0;
}
.home-slideshow-link {
  display: block;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 0;
}
.home-slideshow-link:hover {
  text-decoration: none;
}
