#footer
{
	text-align: center;
	background: url(/img/bg-repeat-footer.jpg) repeat-x #052e49;
}

#footer_container {
	width : 750px ;
	margin : 0 auto ;
	padding : 0 ;
	padding-bottom: 20px;
}

#footer_bottom {
	width:100% ;
	font-size: 11px;
	line-height: 27px;
	vertical-align: middle;
	text-align: center;
	color: #506a7c;
	clear: both;
	background: url(/img/bg-repeat-footerbottom.gif) repeat-x #042a44;
	padding-top: 20px;
	min-height: 100px;
}

#footer_bottom ul {
	margin: 0;
	padding: 0;
}

#footer_bottom li {
	list-style-type: none;
	display: inline;
	margin-right: 20px;
}

#footer_bottom a {
	color: #506a7c;
	text-decoration: none;
}

#footer_bottom a:hover {
	color: #fff;
	text-decoration: none;
}

#news_home, #resources_home, #customer_service_home {
	cursor: pointer;
}

#news_home
{
	float: left;
	width: 220px;
	margin: 40px 0 0 0;
	text-align: left;
}

#news_items
{
	margin: 0px;
	padding: 0px;
	background-image: url(/img/news_bg_repeat.gif);
	background-repeat: repeat-y;
}

#resources_home
{
	float: left;
	width: 220px;
	margin: 40px 0 0 0;
	text-align: left;
}

#resources_items
{
	margin: 0px;
	padding: 0px;
	background-image: url(/img/resources_bg_repeat.gif);
	background-repeat: repeat-y;
}

#customer_service_home
{
	float: left;
	width: 300px;
	margin: 40px 0 0 0;
	text-align: left;
}

#customer_service_items
{
	margin: 0px;
	padding: 0px;
	background-image: url(/img/customer_service_bg_repeat.gif);
	background-repeat: repeat-y;
}

#news_items ul, #resources_items ul, #customer_service_items ul
{
	margin: 0 0 0 15px;
	padding: 10px 0 10px 20px ;
	font-family: Helvetica Nueue, Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height : 25px ;
}

#news_items li {
	list-style-image: url(/img/bullet_rss.gif);
}

#resources_items li, #customer_service_items li {
	list-style-image: url(/img/bullet_normal.gif);
}

#news_items a, #resources_items a, #customer_service_items a {
	color : #fff ;
	text-decoration : none ;
}

#news_items a:hover, #resources_items a:hover, #customer_service_items a:hover {
	color : #297992 ;
}

#subnav-archery a:hover {
	color: #900;
}

#subnav-archery a.currentSub {
	color: #bf0000;
}

#error-404 {
	min-height:400px;
	font-size: 12px;
	color: #333;
}

#error-404 h2 {
	font-size: 32px;
	margin: 0 0 20px 0;
	padding: 0;
}

#error-404 h4 {
	font-size: 18px;
	font-style: oblique;
	margin: 0;
	margin-top: 20px;
	padding: 0;
}

#error-404 a {
	text-decoration: none;
	border: 0px solid #333;
	color: #666;
}

#error-404 a:hover {
	color: #bf0000;
}