﻿/****************************** Hero *************************************************/
#hero {
	height : 300px;
	background : #999;
	color : #fff;
	position : relative;
	background : transparent;
	overflow : hidden;
	min-width:1000px;
}
*+html #hero{
	position:absolute;
}
#hero-controls {
	display : none;
}
.arrow-left, .arrow-right {
  background: transparent url(../img/icons/hero-controls.png) no-repeat -25px 116px;
  height: 300px;
  width: 90px;
  text-indent: -999em;
  float : left;
  z-index: 100;
	border : 0;
	top : 0px;
	cursor : pointer;
	position : absolute;
}
.arrow-left { left: 0}
.arrow-left:hover {
	left: 0;
	background-position:-136px 116px;
	}
.arrow-left:active {
	left: 0;
	background-position:-136px -64px;
}
.arrow-right {
  background-position : -283px 116px;
  right: 0
}
.arrow-right:hover {
	right: 0;
	background-position : -173px 116px;
}
.arrow-right:active {
	right: 0;
	background-position : -173px -64px;
}
.hero-indicators {
	position : absolute;
	right : 20px;
	bottom : 20px;
	z-index : 3;
}
.hero-indicators  ul,
.hero-indicators .control {
	background : #000;
	background : rgba(0,0,0,0.8);
	padding : 8px 5px;
	border-radius : 3px;
	float: left;
	margin-left : 3px;

}
.hero-indicators .control {
	padding : 5px;
	height : 15px;
	width:9px;
	float:left;
}
.hero-indicators .control div {
	display: block;
	padding-top : 3px;
}
.hero-indicators .control a{
	width : 9px;
	height : 9px;
	cursor: pointer;
	background: transparent url(../img/icons/hero-controls.png) no-repeat -9px -356px;
}
.hero-indicators .control .play {
	display: none;
	padding-top : 0px;
}
.hero-indicators .control .play a{
	height : 12px;
	background-position: -7px -372px;
}
.hero-indicators li {
	float : left;
	display : block;
	padding : 0 2px;
	margin : 0;
	width : 9px;
	height : 10px;
	list-style-type : none;
	/*cursor : pointer;*/
  background: transparent url(../img/icons/hero-controls.png) no-repeat -32px -356px;
}
.hero-indicators li.active {
	background-position : -45px -356px;
}
.hero-wrapper {
  width: 940px;
  height: 300px;
  position: relative;
	margin : 0 auto;
	padding: 0 10px 0 20px;
}
.hero-mask {
	width: 2700px;
	margin: 0 auto;
	background: transparent url(../img/residential/hero/hero-mask.png) 50% 0 no-repeat;
	height: 300px;
	z-index: 2;
	position: absolute;
	left: -865px;
	top: 0px;
}
.hero-slider {
	width : 50000px;
	overflow : scroll;/* allows user to scroll images if JS disabled */
}
.hero-image {
	float : left;
}
div.headline {
  position: absolute;
  background: transparent url(../img/residential/hero/text-content-bgs.png) 0 0 no-repeat;
  z-index: 50;
  left: 0px;
  top: 70px;
  padding: 20px 10px 20px 20px;
  width: 351px;
  height : 145px;
  overflow: hidden;
}
div.headline.blue{
	background-position : 0 -200px;
}
div.headline-content {
  height: 153px;
}
div.headline-header {
  width: 350px;
	padding-left : 30px;
  float: right;
}
div.headline-header h1 {
  font-size : 30px;
	line-height : 1em;
	margin-bottom : 10px;
}
div.headline-header p{
	font-size : 11px;
}
.height300{
	height:300px;
}
.findbtnleft {
	background: #ff6400 url(../img/icons/find.gif) right 0 no-repeat;
	padding:5px 24px 4px 10px;
	font-weight:normal;
  	color:white !important;
  	top:23px;
  	position:relative;
}
*+html .findbtnleft {
	top:20px;
}

.findbtnright {
	background: #ff6400 url(../img/icons/find.gif) right 0 no-repeat;
	padding:5px 24px 4px 10px;
	font-weight:normal;
  	color:white !important;
  	top:23px;
  	position:relative;
  	margin-left:230px;
}
*+html .findbtnright {
	top:20px;
}

.comments{
	min-height:105px;
	font-size : 11px;
}
*+html .comments{
	min-height:117px;
	font-size : 11px;
}
#hero h1{
	font-weight:normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { /* hacked for chrome and safari */
.hero-wrapper {
	
	  width: 939px;
}
}
