﻿/* home page */

/* daypart - morning */
body.morning {
	background-color: #AA4704;
}

body#home.morning #header {
	background: transparent url(/images/backgrounds/bg_header_home_morn.jpg) no-repeat center top;
}

body#home.morning #contentFooter {
	background: transparent url(/images/backgrounds/bg_content_footer_home_morn.jpg) no-repeat center top;
}

/* daypart - midday */
body.midday {
	background-color: #4D3188;
}

body#home.midday #header {
	background: transparent url(/images/backgrounds/bg_header_home_mid.jpg) no-repeat center top;
}

body#home.midday #contentFooter {
	background: transparent url(/images/backgrounds/bg_content_footer_home_mid.jpg) no-repeat center top;
}

/* daypart - afternoon */
body.afternoon {
	background-color: #4191B6;
}

body#home.afternoon #header {
	background: transparent url(/images/backgrounds/bg_header_home_aft.jpg) no-repeat center top;
}

body#home.afternoon #contentFooter {
	background: transparent url(/images/backgrounds/bg_content_footer_home_aft.jpg) no-repeat center top;
}

/* daypart - evening */
body.evening {
	background-color: #A81A02;
}

body#home.evening #header {
	background: transparent url(/images/backgrounds/bg_header_home_eve.jpg) no-repeat center top;
}

body#home.evening #contentFooter {
	background: transparent url(/images/backgrounds/bg_content_footer_home_eve.jpg) no-repeat center top;
}

/* daypart - latenight */
body.latenight {
	background-color: #03031F;
}

body#home.latenight #header {
	background: transparent url(/images/backgrounds/bg_header_home_late.jpg) no-repeat center top;
}

body#home.latenight #contentFooter {
	background: transparent url(/images/backgrounds/bg_content_footer_home_late.jpg) no-repeat center top;
}

/*feature*/
.feature_data
{
	display:none;
}

/* touts */
#touts {
	left:14px;
	position:absolute;
	top:420px;
	width: 954px;
}

.tout {
	background: transparent no-repeat top left;
	display: block;
	float: left;
	height: 100px;
	margin-right: 18px;
	position: relative;
	width: 300px;
	z-index: 5;
}

.tout:hover, .tout:active {
	background: transparent no-repeat bottom left;
}

.tout img {
	border: none;
}

#feature_flash {
	width: 920px;
	height: 455px;
}

#feature_flash div {
	display: none;
	color: #fff;
	font-size: 18px;
}

#feature_flash div a {
	color: #fff;
}