/** =home page
************************************** */
.home {  background-image: url(/wp-content/themes/highpoint/images/bg-body-home.png);  }
.home .wrapper {
  background: url(/wp-content/themes/highpoint/images/bg-home.jpg) no-repeat 50% 0;  
}
.home #header .container {background: none; }

.home #content {
  padding-top: 24px;
  padding-bottom: 0;
  background-image: none;
  background-color: transparent;
}
.home #footer {
  background: url(/wp-content/themes/highpoint/images/bg-home-body.png) no-repeat -24px -436px;
}
.home #footer a {
  color: #2866af;
}
.home #footer a:hover {
  color: #fff;
}
.page-home {
  overflow: hidden;
  padding: 24px 120px 36px 310px;
  color: #efefef;
  font-family: Arial, Helvetica sans-serif;
}

.page-home h2 {
  font-weight: bold;
  border-bottom-width: 0;
  font-size: 1.1em;
  line-height: 1.5em;
  margin-bottom: 6px;
}
.page-home ul {
  padding-left: 1.4em;
}
.home-content-body {
  min-height: 250px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e3e3e3;
}

.home-nav {
  text-align: center;
}
.home-nav a {
  padding: 6px;
}

.home-banner {
  position: relative;
  overflow: hidden;
  width: 918px;
  height: 172px;
}

.home-banner ul,
.home-banner li {
  margin: 0 12px 0 0;
  padding: 0;
  height: 172px;
}


#content .home-banner a:hover {
  background-color: transparent;
/*  border-bottom-width: 0;*/
}



.scroll-pane { overflow: auto; height: 230px;}
div.scroll-content { height: 192px; border-width: 0; background-image: none; background-color: transparent;}
.scroll-content-item a { font-weight: normal; }
div.scroll-bar-wrap { border-width: 0; }
.scroll-content-item { position: relative; height: 172px; float: left; margin: 10px; font-size: 3em; line-height: 96px; text-align: center; }
* html .scroll-content-item { display: inline; } /* IE6 float double margin bug */
.scroll-bar-wrap { clear: left; padding: 0 4px 0 2px; margin: 0 -1px -1px -1px; }
.scroll-bar-wrap .ui-slider { background: none; border:0; height: 2em; margin: 0 auto;  }
.scroll-bar-wrap .ui-handle-helper-parent { position: relative; width: 100%; height: 100%; margin: 0 auto; }
.scroll-bar-wrap .ui-slider-handle { top: .2em; height: 1.5em; width: 2em; margin-left: -1em;}
.scroll-bar-wrap .ui-slider-handle .ui-icon { margin: -8px auto 0; position: relative; top: 50%; }
.scroll-bar-wrap .ui-slider-handle .ui-icon { background-position: -161px -48px;}

.feature-title {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  line-height: 1.4em;
  width: 100%;
  
}