@charset "utf-8";
/* CSS Document */
.hero {
	position:relative;
	width:959px;
	height:210px;
	clear:both;
	padding:0px;
	padding:0;
}

.hero img{
	
	border-left:solid 1px #9c721d;
	border-right:solid 1px #9c721d;
	padding:0px;
}

.media-controls {
	display:block;
	width:937px;
	height:38px;
	clear:both;
	margin-left:1px;
	padding-left:1px;
	padding-right:20px;
	position:absolute;
	bottom:0px;
	z-index:3;
	/*background:url(/common/cms/mvc/images/index-b/hero-btns/nav-bg.png) repeat-x;*/
}

.media-controls img {
	border:none;	
}

.media-controls.brands{
	height:28px;
	bottom:10px;
	background:none;
}

.media-controls a {
	float:right;
	display:block;
	font-size:11px;
	color:#555555;
	text-decoration:none;
	height:13px;
	width:13px;
	background:url(/common/cms/mvc/images/index-b/hero-btns/in-active.png) no-repeat;
	margin-left:5px;
	margin-top:13px;
}


.media-controls a span {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#115e92;
	font-weight:bold;
}

.media-controls a:hover, .media-controls a.active {
	background:url(/common/cms/mvc/images/index-b/hero-btns/active.png) no-repeat;
}

.media-controls .hover {
	display:block;
	width:326px;
	height:82px;
	background:url(/images/hero/navigation/a-active-bg.png) no-repeat bottom center;
	position:absolute;
	top:82;
	left:0;
	z-index:-1;
	visibility:hidden;
}

.media-controls a.middle .hover{
	width:328px;
}

.media-controls a.caption {
	position:absolute;
	display:block;
	left:30px;
	top:3px;
	margin:0;
	background:none;
	border:none;
	width:auto;
	height:auto;
	visibility:hidden;
}

.default {
	height:44px;
	background:url(/images/hero/navigation/a-bg.png) no-repeat bottom;
	padding-top:28px;
}

.hero-border {
	position:absolute;
	width:958px;
	height:250px;
	clear:both;
	
	border-left:solid 1px #9c721d;
	border-right:solid 1px #9c721d;
	z-index:2;
}

.internal .hero-border {
	height:248px;
}

#hero-images {
	position:absolute;
	width:810px;
	height:250px;
	clear:both;
	z-index:1;
}

.hero-inline {
	display:block;
	float:left;
}

.hero-summary {
	display:block;
	width:320px;
	height:250px;
	background:url(/images/hero/internal/summary-bg.png) no-repeat;
	float:left;
}


.hero-summary h1, .hero-summary p{
	padding-left:27px;
}

.hero-summary p {
	color:#555555;
	padding-top:2px;
	margin-top:0px;
	width:275px;
	line-height:16px;
}

.hero-summary h1{
	font-size:16px;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-top:40px;
}

.hero-summary a.read-more{
	display:block;
	width:63px;
	padding-top:12px;
	padding-bottom:2px;
	text-decoration:none;
	border-bottom:solid 1px;
	color:#115e92;
	position:absolute;
	z-index:4;
}

.hero-summary a:hover.read-more {
	border-color:#fff;

}

.internal .hero {
	height:auto;
}

.internal .hero img {
	display:block;
}

.internal .hero.empty {
	height:2px;
	background-color:#0c3e61;	
}

.media-controls-internal {
	display:block;
	width:135px;
	height:20px;
	padding-top:15px;
	padding-left:12px;
	clear:both;
	position:absolute;
	bottom:0px;
	right:88px;
	z-index:3;
	/*background: url(/images/hero/internal/controls-bg.png) no-repeat;*/
}

.media-controls-internal a {
	float:left;
	display:block;
	font-size:11px;
	color:#555555;
	text-decoration:none;
	height:9px;
	width:9px;
	border:none;
	margin-left:7px;
	background: url(/images/hero/internal/inactive-btn.png) no-repeat;
	cursor:pointer;
	position:relative;
}

.media-controls-internal a:hover, .media-controls-internal a.active {
	background: url(/images/hero/internal/active-btn.png) no-repeat;
}

.media-controls-internal a.play {
	height:17px;
	width:17px;
	background:url(/images/hero/internal/pause.png) no-repeat;
	position: absolute;
	right:16px;
	top:11px;
}