/*---------------- Athletics homepage news banner styles ------------------*/
#banner {
	float:left;
	background-color:#f0f0f0;
	padding:0;
	width:950px;
	margin:4px 5px;
}
#banner img {
	border:none !important;
	padding:0 !important;
	margin:0 0 0 0;
}
#banner .main_image {
	width: 680px;
	height:400px;
	float: left;
	background:#f0f0f0;
	position: relative;
	overflow: hidden;
	color: #fff;
}
#banner .main_image h2 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 5px;	padding: 10px;
}
#banner .main_image p {
	font-size: 1em;
	padding: 10px;	margin: 0;
	line-height: 1.5em;
}
#banner .block small { 
	padding: 0 0 0 20px; 
	font-size: 1em; 
}
#banner .main_image .block small {
	margin:0;
	padding-left:10px;
	font-size:90%;
}
#banner .main_image .desc{
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	width: 100%;
}
#banner .main_image .block{
	width: 100%;
	background: #f0f0f0;
}
#banner .main_image a.show {
	background-position: left bottom;
} 


#banner .image_thumb {
	float: left;
	width: 269px;
	overflow:hidden;
	background: #f0f0f0;
	margin:0 0 0 0;
	padding:0;
	vertical-align:middle;
	
	/*
	border-left:1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #ccc;
	*/
}
#banner .image_thumb li .block h2 {
	background:none;
	color:#414141;
	font-weight:bold;
	font-size:120%;
	padding:0;  
	margin:0 0 7px 0;
}
#banner .image_thumb li.active h2, 
#banner .image_thumb li:hover h2,
#banner .image_thumb li.active p, 
#banner .image_thumb li:hover p{
	color:#fff;
}
#banner .image_thumb li .block p {
	margin:0;
	padding:0;
}
#banner .image_thumb a {
	color:#fff;
}
#banner .image_thumb .block small {
	padding:0;
	margin:0;
	font-size:90%;
}
#banner .image_thumb img {
	border: 1px solid #aa; 
	padding: 5px; 
	background: #fff; 
	float: left;
}
#banner .image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
}
#banner .image_thumb ul li{
	margin: 0; 
	padding: 15px 7px;
	background-color: #f0f0f0;
	width: 255px;
	height:69px;
	float: left;
	border-top:1px solid #ddd;
	line-height:1.3em;
	/*
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
	*/
}
#banner .image_thumb ul li:first-child {
	border-top:none;
	height:70px;
}
#banner .image_thumb ul li.hover {
	background: #aeb572;
	color:#fff;
	cursor: pointer;
}
#banner .image_thumb ul li.active {
	background: #6a7029;
	cursor: default;
	color:#fff;
}
#banner .image_thumb ul li.active a:link, .image_thumb ul li.active a:hover, .image_thumb ul li.active a:visited {
	color:#ffffff !important;
}
html #banner .image_thumb ul li h2 {
	font-size: 1.1em; 
	color:#666;
	margin: 5px 0 20px 0; 
	padding: 0;
}
#banner .image_thumb ul li .block {
	float: left; 
	margin-left: 10px;
	padding: 0;
	width: 225px;
}	
#banner .image_thumb ul li p{
	display: none;
}

/*---other homepage styles ---*/
#homepage #findprogram {
	clear:both;
	float:left;
	width:950px;
	height:55px;
	margin:0 0 0 5px;
	padding:0;
	/*background:#fff url(/images/bg-findaprogram-vert.jpg) no-repeat;*/
	background:#dadcc6 url(/images/bg-findaprogram-vert3.jpg) scroll no-repeat 10px 10px;
}
