/*-----------------
/ Home Page Styles
/----------------*/

#headline {
	background:url(/images/homepage/headlinebg.gif);
	width: 792px;
	height: 60px;
	position: relative;
}

#headline_primary {
	font-family: verdana;
	font-size: 13pt;
	font-weight: bold;
	color: #FFF200;
	position: absolute;
	left: 110px;
	top: 10px;
	z-index: 10;
}

#headline_primary_shadow {
	font-family: verdana;
	font-size: 13pt;
	font-weight: bold;
	color: #333333;
	position: absolute;
	left: 111px;
	top: 11px;
	z-index: 9;
}

#headline_secondary {
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	position: absolute;
	left: 460px;
	top: 34px;
}

#headline_secondary a {
	color: #ffffff;
}

#homepage_player {
	height: 449px;
	z-index: 1;
}


/*-----------------
/ Promo Styles
/----------------*/

#promoarea {
	width: 792px;
	height: 350px;
	background:url(/images/homepage/orangebg.gif);
	background-position: top center;
	background-color: #f37123;
	background-repeat: no-repeat;
	float: left;
}

.promobox1 {
	width: 300px;
	height: 120px;
	position: relative;
	margin-top: 20px;
	margin-left: 20px;
	float: left;
	margin-bottom: 20px;
}

.promobox2 {
	width: 430px;
	height: 120px;
	position: relative;
	margin-top: 20px;
	margin-left: 20px;
	float: left;
	margin-bottom: 20px;
}

.promobox3 {
	width: 430px;
	height: 120px;
	position: relative;
	margin-top: 20px;
	margin-left: 20px;
	float: left;
	margin-bottom: 20px;
}

.promobox4 {
	width: 300px;
	height: 120px;
	position: relative;
	margin-top: 20px;
	margin-left: 20px;
	float: left;
	margin-bottom: 20px;
}


.promobox-top {
	width: 100%;
	position: relative;
	height: 16px;
}

.promobox-middle {
	width: 100%;
	position: relative;
	height: 100%;
}

.promobox-bottom {
	width: 100%;
	position: relative;
	height: 12px;
}

.promo-top-left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 11px;
	height: 16px;
	z-index: 2;
	background:url("/images/promobox/promo-top-left.gif") no-repeat;
}

.promo-top-center {
	background:url("/images/promobox/promo-top-center.gif") repeat-x;
	height: 16px;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 16px;
	z-index: 1;
}

.promo-top-right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 14px;
	height: 16px;
	z-index: 2;
	background:url("/images/promobox/promo-top-right.gif") no-repeat;
}

.promo-middle-left {
	position: absolute;
	left: 0px;
	background:url("/images/promobox/promo-middle-left.gif") repeat-x;
	width: 11px;
	height: 100%;
	z-index: 2;
}

.promo-middle-center {
	width: 100%;
	position: absolute;
	z-index: 1;
	height: 100%;
}

.promo-middle-right {
	position: absolute;
	right: 0px;
	background:url("/images/promobox/promo-middle-right.gif") repeat-x;
	width: 14px;
	height: 100%;
	z-index: 2;
}

.promo-bottom-left {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 11px;
	height: 12px;
	z-index: 2;
	background:url("/images/promobox/promo-bottom-left.gif") no-repeat;
}

.promo-bottom-center {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 12px;
	z-index: 1;
	background:url("/images/promobox/promo-bottom-center.gif") repeat-x;
}

.promo-bottom-right {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 14px;
	height: 12px;
	z-index: 2;
	background:url("/images/promobox/promo-bottom-right.gif") no-repeat;
}

.promo-content-background {
	margin-left: 10px;
	background: #ee1d22;
	height: 100%;

	opacity: .25; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=25); /* IE lt 8 */
	-ms-filter: "alpha(opacity=25)"; /* IE 8 */
	-khtml-opacity: .25; /* Safari 1.x */
	-moz-opacity: .25; /* FF lt 1.5, Netscape */

	z-index: 1;
}

.promo-content {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	margin-left: 13px;
	color: #ffffff;
	font-family: arial;
}

.promo-content h1 {
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
	color: #FFF200;
}

.promo-content p {
	font-family: arial;
	font-size: .8em;
	margin-top: 8px;
	margin-right: 15px;
}

.promo-content p a {
	color: #ffffff;
}
