@charset "utf-8";
html {
	background-image: url(../_images/_backgrounds/site_main.jpg);
	background-repeat: repeat;
	height: 100%;
}

body {
	background-image: url(../_images/_backgrounds/site_main.jpg);
	background-repeat: repeat;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	height: 100%;
}

#header_strip {
	background-image: url(../_images/_backgrounds/strip_top.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	min-height: 50px;
	max-height: 50px;
	height: 50px;
}

	#header_strip #header_content {
		width: 1002px;
		min-width: 1002px;
		max-width: 1002px;
		min-height: 50px;
		max-height: 50px;
		height: 50px;
		margin-left: auto;
		margin-right: auto;
	}

		#header_strip #header_content #logo_wrapper {
			position: relative;
		}

			#header_strip #header_content #logo_wrapper #logo {
				position: absolute;
				left: -44px;
			}

	#header_strip #header_content ul {
		list-style: none;
		list-style-type: none;
		float: right;
		margin-top: 15px;
	}

		#header_strip #header_content ul li {
			list-style: none;
			list-style-type: none;
			float: left;
			margin-right: 10px;
			padding-right: 10px;
			border-right: 2px #ffffff dotted;
			font-size: 108%;
			font-weight: bold;
			letter-spacing: -0.05em;
		}

		#header_strip #header_content ul li.lastchild {
			margin-right: 10px;
			padding-right: 0px;
			border-right: none;
		}

		#header_strip #header_content ul li a:link, 
		#header_strip #header_content ul li a:active, 
		#header_strip #header_content ul li a:visited { 
			text-decoration: none;
			color: #ffffff;
			border-bottom: none;
		}

		#header_strip #header_content ul li a:hover { 
			border-bottom: 1px #ffffff dotted;
		}

#container {
	width: 1002px;
	min-width: 1002px;
	max-width: 1002px;
	margin-left: auto;
	margin-right: auto;
}

	#container #banner {
		clear: both;
		width: 1002px;
		min-width: 1002px;
		max-width: 1002px;
		height: 260px;
		min-height: 260px;
		max-height: 260px;
		background-color: #ffffff;
	}

		#container #banner #banner_image {
			text-align: left;
		}
	
	#container #navigation {
		clear: both;
		width: 1002px;
		min-width: 1002px;
		max-width: 1002px;
		height: 74px;
		min-height: 74px;
		max-height: 74px;
		background-color: #000000;
	}

		#container #navigation #navigation_right {
			float: right;
		}

			#container #navigation #navigation_right .athletes_dropdown_wrapper {
				display: none;
				position: relative;
				z-index: 9999;
			}

				#container #navigation #navigation_right .athletes_dropdown_wrapper .athletes_dropdown {
					position: absolute;
					top: 55px;
					left: 139px;
					background-color: #000000;
					max-height: 400px;
					min-width: 150px;
					width: 150px;
					max-width: 150px;
					border: 3px #ffffff solid;
					overflow-y: scroll;
					overflow-x: hidden;
				}

					#container #navigation #navigation_right .athletes_dropdown_wrapper .athletes_dropdown dl {
						list-style: none;
						list-style-type: none;
					}
	
						#container #navigation #navigation_right .athletes_dropdown_wrapper .athletes_dropdown dl dd {
							clear: both;
							margin-top: 5px;
						}

							#container #navigation #navigation_right .athletes_dropdown_wrapper .athletes_dropdown dl dd a:link, 
							#container #navigation #navigation_right .athletes_dropdown_wrapper .athletes_dropdown dl dd a:active, 
							#container #navigation #navigation_right .athletes_dropdown_wrapper .athletes_dropdown dl dd a:visited { 
								font-size: 85%;
								display: block;
								color: #ffffff;
								text-decoration: none;
								font-weight: bold;
								line-height: 1.0em;
								margin-bottom: 5px;
								margin-left: 5px;
								margin-right: 5px;
							}

							#container #navigation #navigation_right .athletes_dropdown_wrapper .athletes_dropdown dl dd a:hover { 
								color: #A62F2B;
							}

			#container #navigation #navigation_right ul {
				list-style: none;
				list-style-type: none;
				padding-top: 0px;
				padding-left: 0px;
			}

				#container #navigation #navigation_right ul li {
					float: left;
					list-style: none;
					list-style-type: none;
					margin-right: 20px;
					padding-right: 0px;
					border-right: none;
					padding-top: 9px;
				}

					#container #navigation #navigation_right ul li a:link, 
					#container #navigation #navigation_right ul li a:active, 
					#container #navigation #navigation_right ul li a:visited, 
					#container #navigation #navigation_right ul li a:hover { 
						display: block;
						border-top: none;
						border-bottom: none;
						padding-top: 12px;
						padding-bottom: 0px;
						letter-spacing: -0.05em;
						color: #a62f2b;
						text-decoration: none;
					}

				#container #navigation #navigation_right ul li.lastchild {
					line-height: 1.0em;
					font-size: 93%;
					color: #a62f2b;
					letter-spacing: -0.05em;
					font-weight: bold;
					padding-top: 20px;
					margin-right: 0px;
					padding-right: 20px;
				}

					#container #navigation #navigation_right ul li.lastchild a:link, 
					#container #navigation #navigation_right ul li.lastchild a:active, 
					#container #navigation #navigation_right ul li.lastchild a:visited, 
					#container #navigation #navigation_right ul li.lastchild a:hover { 
						display: block;
						border-top: none;
						border-bottom: none;
						padding-top: 0px;
						padding-bottom: 0px;
						letter-spacing: -0.05em;
						color: #a62f2b;
						text-decoration: none;
					}

					#container #navigation #navigation_right ul li.lastchild strong {
						color: #ffffff;
					}

		#container #navigation ul {
			list-style: none;
			list-style-type: none;
			padding-top: 13px;
			padding-left: 20px;
		}

			#container #navigation ul li {
				float: left;
				list-style: none;
				list-style-type: none;
				margin-right: 10px;
				padding-right: 10px;
				border-right: 2px #ffffff dotted;
			}

			#container #navigation ul li.lastchild {
				border-right: 0px;
				padding-right: 0px;
				margin-right: 0px;
			}

				#container #navigation ul li a:link, 
				#container #navigation ul li a:active, 
				#container #navigation ul li a:visited {
					display: block;
					border-top: 2px #000000 dotted;
					border-bottom: 2px #000000 dotted;
					padding-top: 10px;
					padding-bottom: 10px;
					text-decoration: none;
				}

				#container #navigation ul li a:hover {
					border-top: 2px #a62f2b dotted;
					border-bottom: 2px #a62f2b dotted;
				}
		
	#container #sponsor_container {
		display: block;
		clear: both;
		width: 1002px;
		min-width: 1002px;
		max-width: 1002px;
		height: 34px;
		min-height: 34px;
		max-height: 34px;
		border-bottom: 2px #000000 solid;
	}
	
		#container #sponsor_container #sponsor_flash {
			min-height: 34px;
			max-height: 34px;
			min-width: 1002px;
			max-width: 1002px;
		}
	
	#container #content {
		clear: both;
		background-image: url(../_images/_backgrounds/content_bg.png);
		background-repeat: repeat;
		overflow: hidden;
	}

		#container #content.nobackground {
			background-image: none;
			background-repeat: no-repeat;
		}

	#container #footer {
		clear: both;
		width: 1002px;
		min-width: 1002px;
		max-width: 1002px;
		padding-top: 16px;
		padding-bottom: 16px;
		margin-top: 5px;
		margin-bottom: 5px;
		background-color: #000000;
		text-align: center;
	}

		#container #footer p {
			clear: both;
			color: #716d63;
			font-size: 77%;
		}

		#container #footer #footer_navigation {
			overflow: hidden;
			text-align: center;
		}

			#container #footer #footer_navigation a:link, 
			#container #footer #footer_navigation a:active, 
			#container #footer #footer_navigation a:visited, 
			#container #footer #footer_navigation a:hover {
				padding-right: 10px;
				margin-right: 10px;
				border-right: 1px #ffffff solid;
				font-size: 100%;
				font-weight: bold;
				letter-spacing: -0.05em;
				text-decoration: none;
				border-bottom: none;
				color: #ffffff;
			}

			#container #footer #footer_navigation a.lastchild {
				border-right: none;
				padding-right: 0px;
			}

.rss_subscribe {
	margin-left: 5px;
	background-color: #ffffff;
	min-height: 42px;
	margin-bottom: 5px;
	width: 100%;
	min-width: 100%;
}

.rss_subscribe_10pxmargin_right {
	margin-right: 10px;
}

	.rss_subscribe #rss_image {
		float: left;
		display: block;
		margin-right: 5px;
		padding-top: 9px;
		padding-left: 5px;
		padding-bottom: 5px;
	}

		.rss_subscribe #rss_image a:link, 
		.rss_subscribe #rss_image a:active, 
		.rss_subscribe #rss_image a:visited, 
		.rss_subscribe #rss_image a:hover {
			display: inline;
			padding: 0px;
		}

	.rss_subscribe a:link, 
	.rss_subscribe a:active, 
	.rss_subscribe a:visited, 
	.rss_subscribe a:hover {
		display: block;
		padding-left: 5px;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-right: 5px;
		font-size: 108%;
		color: #a1a1a1;
		font-weight: normal;
		letter-spacing: -0.05em;
		text-decoration: none;
		border: none;
		cursor: pointer;
		line-height: 1.0em;
	}

	.rss_subscribe a.oneline:link, 
	.rss_subscribe a.oneline:active, 
	.rss_subscribe a.oneline:visited, 
	.rss_subscribe a.oneline:hover {
		display: block;
		padding-left: 5px;
		padding-top: 13px;
		padding-bottom: 5px;
		font-size: 108%;
		color: #a1a1a1;
		font-weight: normal;
		letter-spacing: -0.05em;
		text-decoration: none;
		border: none;
		cursor: pointer;
		line-height: 1.0em;
	}

	.rss_subscribe em {
		color: #F6B24C;
		font-weight: normal;
		font-style: normal;
	}
	
a:link, a:active, a:visited, a:hover {
	text-decoration: none;
	color: #A62F2B;
}

.featured_link:link, .featured_link:active, .featured_link:visited {
	text-decoration: none;
	border-bottom: 1px #ffffff dotted;
	color: #ffffff;
	font-weight: bold;
}

.featured_link:hover {
	border-bottom: none;
	color: #ffffff;
}

.pagination_controls {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	font-size: 93%;
	font-weight: bold;
	color: #A62F2B;
	letter-spacing: -0.05em;
}

.pagination_controls_nomargin {
	margin-top: 0px;
}

	.pagination_controls select {
		background-color: #E6DDCF;
		color: #000000;
		font-weight: bold;
		font-size: 100%;
		padding: 2px;
		border: 2px #A62F2B solid;
		outline: none;
	}

.clear {
	clear: both;
}
