@charset "utf-8";

#body,#body .container {
	background-color: #F2F1EE;
}

#feature-area {
	position: relative;
}

#feature-area img {
	display: block;
}

#boxlinks {
	margin: 0px 16px 14px;
}

#boxlinks a {
	display: block;
	width: 303px;
	height: 124px;
	float: left;
	margin: 0px 3px;
	position: relative;
}

#boxlinks a img {
	position: absolute;
	top: 0px;
	left: 4px;
	width: 295px;
	height: 120px;
}

#boxlinks a .border {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 303px;
	height: 124px;
	/*background-image: url(../img/www/home/slider/small-feature-mask.png);*/
}

#ticker {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2f2f2f;
	font-size: 12px;
	position: absolute;
	bottom: 3px;
	left: 0px;
	width: 940px;

	padding: 0px 30px;
	margin: 0px -30px;

	background-image: url(../img/www/home/slider/ticker.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 39px;
	line-height: 15px;
	z-index: 2;

}

.ticker-label {
	float: left;
	padding-left:15px;
}

#news {
	margin: 6px 0px;
	float: left;
	padding: 3px 0px;
}

#news .controls { /*
	display:inline-block;
	*/
	display: block;
	float: left;
	margin: 0px 10px;
}

#news .content {
	display: none; /*inline-block;*/
	position: relative;
	height:15px; /* ie9 bug fix */
	vertical-align: top;
	margin: 0 0 0 1px;
}

#news .content a,#news .content a:hover {
	padding: 0 8px 0 0;
}

#news .content a {
	color: #2f2f2f;
	text-decoration: none;
}

#news .content a:hover {
	color: #DF6020;
}

#news .content div {
	position: absolute;
	white-space: nowrap;
	width: 615px;
	overflow: hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	-ms-text-overflow:ellipsis;
}

#news .content div span {
	margin: 0;
	padding: 0 8px 0 8px;
	border-left: 1px dotted #B5B7BA;
	color: #5f6062;
	font-weight: normal;
}

#news .prev {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url(../img/www/home/slider/news-prev.gif);
	border-right: 1px solid #B5B7BA;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

#news .next {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url(../img/www/home/slider/news-next.gif);
	border-left: 1px solid white;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

#news .prev:hover {
	background-image: url(../img/www/home/slider/news-prev-hover.gif);
}

#news .next:hover {
	background-image: url(../img/www/home/slider/news-next-hover.gif);
}

#join {
	float: right;
	padding-right: 12px;
}

#join span {
	display: inline-block;
	float: right;
	padding: 9px 14px;
	margin-right: 6px;
	background-image: url(../img/www/home/slider/join-arrow.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#join img {
	display: inline-block;
}

#join a img {
	margin-top: -5px;
	margin-right: -12px;
	float: right;
}

#features {
	position: relative;
	height: 388px;
}

#features a {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

#features img {
	display:none;
}

#previews {
	position: absolute;
	right: 24px;
	top: 318px;
	z-index: 3;
}

#previews span {
	display: inline-block;
	width: 20px;
	height: 21px;
	padding-left: 4px;
	background-image: url(../img/www/home/slider/feature-indicator.png);
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	cursor: pointer;
}

#previews span.active,#previews span:hover {
	background-image: url(../img/www/home/slider/feature-indicator-active.png);
}

#previews div {
	display: none;

}

#previews strong {
	display: block;
	color: #7ad0e4;
	font-size: 12px;
	line-height: 20px;
	padding-left: 8px;
	background-image: url(../img/www/home/slider/feature-preview-arrow.gif);
	background-repeat: no-repeat;
	background-position: 1px 8px;
}

#previews img {
	position: absolute;
	left: 18px;
	top: 21px;
	width: 49px;
	height: 50px;
}

#previews span:hover div {
	display: block;
}

#pqForm {
	position:absolute;
	top:10px;
	left:650px;
	z-index:800;
}
