/* Homepage contents:
 - Hero
 - News ticker
 - Homepage feature modules
 */
body#home .wrapper_alpha {
	background: 	url(/images/template/homepage/bg_body.gif) no-repeat center top;
}
body#home #main_inner {
	background: transparent;
	padding-top: 380px;
	padding-right: 0;
	padding-left: 0;
	margin: 0;
	width: 970px;
}
body#home #masthead {
	top: 0;
	z-index: 10;
	background: none;
	display: block;
	height: 365px;
	width: 950px;
}
body#home #content {
	width: 970px;
}
body#home #homepage-features {
	margin: 10px 0 0 0;
	color: #333;
	z-index: 5;
}
body#home #homepage-features h2 {
	margin: 0;
	font-size: 20px;
	line-height: 45px;
	color: #FFF;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.4), 1px 1px 0 rgba(255, 255, 255, 0.4);
}
body#home #homepage-features h3 {
	margin: 0 0 8px 0;
	font-size: 18px;
}
body#home #homepage-features .column h3 a {
	color: #5A7406 !important;
}
body#home #homepage-features .first h3 a {
	color: #1993B8 !important;
}
body#home #homepage-features .last h3 a {
	color: #B05990 !important;
}
body#home #homepage-features .column p {
	margin-bottom: 10px;
	font-size: 14px;
	color: #333;
}
body#home #homepage-features .column .learn-more {
	font-size: 14px;
}
body#home #homepage-features .column .text-header {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background: #A1C235 url(/images/template/bg_content_header.png) bottom right no-repeat;
	padding: 0 20px;
}
body#home #homepage-features .first .text-header {
	background-color: #1993B8 !important;	
}
body#home #homepage-features .last .text-header {
	background-color: #B05990 !important;
}
body#home #homepage-features .column .text-content {
	background: #FFF url(/images/template/bg_content_body.png) 0 -32px repeat-x;
	padding: 10px 20px 0 20px;
	overflow:	hidden !important;
}
body#home #homepage-features .column {
	width: 320px;
	margin-right: 5px;
}
body#home #homepage-features .column.last {
	margin-right: 0;
}
body#home #homepage-features .box-top {
	height: 20px;
	background: url(/images/template/homepage/bg_content_shadow_top.png) no-repeat;
}
body#home #homepage-features .box-shadow {
	background: url(/images/template/homepage/bg_content_shadow.png) 0 14px no-repeat;
	padding: 0;
}
body#home #homepage-features .box-bottom {
	height: 33px;
	background: url(/images/template/homepage/bg_content_shadow_bottom.png) no-repeat;
}
body#home #homepage-features .box-inner {
	border: 1px solid #CCC;
	border-bottom: none;
	width: 298px;
	margin: -14px 9px 0 9px;
	padding: 1px;
}

body#home .learn-more {
	background: url(/images/template/icons.png) no-repeat -20px -80px;
}

body#home .column .img-content {
	height: 124px;
	margin-right: 0px;
}
body#home .column .img-content .feature {
	border: 0;
}

body#home #ankle {
	margin: 20px 10px 30px 10px;
}

/* ticker ----------------------------*/
#ticker_container {
	width: 948px;
	border: 1px solid #EEE;
	background: #EEE url(/images/template/homepage/bg_ticker_container.png) 0 0 no-repeat;
	margin: 0 10px;
	padding: 0;
	position: relative;
	font-size: 15px;
	line-height: 1.45em;
	overflow: hidden;
}
#ticker_container div {
	float: left;
}
#ticker_container .ticker_item {
	padding: 13px 0 8px 0;
	text-shadow: 1px 1px 0 #FFF;
}
#ticker_container .ticker_title {
	position: relative;
	float: left;
	width: 50px;
	margin: 0 12px 0 0;
	padding: 14px 15px;
	background: #05536A url(/images/template/bg_content_header.png) -800px bottom no-repeat;
	text-align: right;
	font-size: 20px;
	color: #FFF;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.4), 1px 1px 0 rgba(255, 255, 255, 0.4);
}
#ticker, #ticker .ticker_item {
	width: 555px;
}
#ticker, .ticker_inner {
	position: relative;	
	overflow: hidden;
}
.ticker_inner {
	float: left;
	width: 856px;
	margin: 2px 0;
}
#ticker .ticker_items {
	/* this cannot be too large */
	width: 20000em;
	position: relative;
	clear: both;
}
#ticker .ticker_item {
	background: #EEE url(/images/template/homepage/bg_ticker_container.png) -78px -4px no-repeat;
}
#ticker .ticker_item a {
	color: #333;
}

#ticker_container #ticker_navi {
	border-right: 1px solid #E7E7E7;
	padding: 16px 10px;
}
#ticker_container .browse {
	height: 14px;
	width: 12px;
	margin: 0 4px;
	padding: 0;
}
#ticker_container .prev {
	background: url(/images/template/icons.png) no-repeat 0 -16px;
}
#ticker_container .prev:hover {
	background: url(/images/template/icons.png) no-repeat -16px -16px;
}
#ticker_container .next {
	background: url(/images/template/icons.png) no-repeat 0 -32px;
}
#ticker_container .next:hover {
	background: url(/images/template/icons.png) no-repeat -16px -32px;
}
#ticker_container #ticker_buttons {
	border-left: 1px solid #F2F2F2;
	padding: 0 0 0 3px;
}
#ticker_container #ticker_buttons div {
	height: 43px;
	background: url(/images/template/homepage/bg_ticker_button.png) no-repeat 0 0;
	margin: 0 0 0 5px;
	padding: 1px;
}
#ticker_container a {
	outline: 0;
}

