﻿  /* CSS layout */
#narrative {
	text-align: justify;
	margin-right: 10px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.sport-sections {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFFFF;
	border: thin solid #000000;
}
.section-links {
	border-style: solid;
	border-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #C3A92C;
}
.sports-section-cells {
	border: 1px solid #000000;
}
.section-links a {
	color: #000000;
}
.section-links a:visited {
	color: #000000;
}
.section-links a:hover {
	color: #AF1414;
}
.picture-no-border {
	border-style: none;
}
.style3 {
	text-align: left;
}
#successes-table {
	margin: 10px auto 15px auto;
	border: 1px solid #000000;
	width: 550px;
}
#left-column {
	border-width: 1px;
	border-color: #000000;
	width: 148px;
	float: left;
	text-align: center;
	border-right-style: solid;
	background-image: url('../images/layout/background.gif');
	background-repeat: repeat-y;
}
#center-column {
	border-width: 1px;
	border-color: #000000;
	width: 198px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#right-column {
	float: right;
	width: 198px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#table-footer {
	clear: both;
}
.style2 {
	text-align: center;
	background-image: url('../images/layout/background.gif');
	background-repeat: repeat-y;
}
.align-HOF-Icon {
	vertical-align: middle;
}
body {
	margin: 0;
	padding: 0;
}
#wrapper {
	margin: 10px auto 10px auto;
	width: 955px;
	border: 10px solid #E1BB24;
	background-color: #FFFFFF;
}
#masthead {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
}
#top_nav {
	background-color: #000000;
	height: 35px;
}
#kicker {
	width: 600px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#subkicker {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 10px;
}
#sidebar {
	border-style: none;
	border-width: 1px;
	height: 100%;
}
.sidebar-details {
	border-style: none solid solid solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #FFFF99;
}
.sidebar-table-layout {
	border-style: none solid solid solid;
	border-width: 1px;
	border-color: #000000;
	border-collapse: collapse;
	background-color: #FFFF99;
}
#success-count {
	width: 150px;
	border: 0px none #000000;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
.arrowlistmenu{
	width: 220px;
	margin-right: auto;
	margin-left: auto;
}
.arrowlistmenu .menuheader{
	/*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
	color: white;
	background: black left 50%;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/;
	text-transform: uppercase;
	padding: 4px 0 4px 10px;
/*header text is indented 10px*/	cursor: hand;
	cursor: pointer;
	text-align: left;
}
.arrowlistmenu .menuheader a{
	/*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
	color: white;
	background: black left 50%;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/;
	text-decoration: none;
	text-transform: uppercase;
	padding: 4px 0 4px 0px;
/*header text is indented 10px*/	cursor: hand;
	cursor: pointer;
	text-align: left;
}
.arrowlistmenu .openheader{
	/*CSS class to apply to expandable header when it's expanded*/
background-color: #980E10;
}
.arrowlistmenu ul{
	/*CSS for UL of each sub menu*/
list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
}
.arrowlistmenu ul li{
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
}
.arrowlistmenu ul li a{
	color: #A70303;
	background: url('../js/arrowbullet.png') no-repeat left 50%;
/*custom bullet list image*/	display: block;
	padding-left: 19px; /*link text is indented 19px*/;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
	padding-right: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
.arrowlistmenu ul li a:visited{
color: #A70303;
}
.arrowlistmenu ul li a:hover{
	/*hover state CSS*/
color: #A70303;
	background-color: #F3F3F3;
}

#container {
	width: 955px;
}
#page_content {
	border: 1px none #000000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	height: 100%;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#page_content ul {
	list-style-type: none;
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: inline;
}
#page_content ul li {
}
#page_content ul li a {
	color: #000000;
	text-decoration: underline;
}
#page_content ul li a:visited {
	color: #000000;
	text-decoration: underline;
}
#page_content ul li a:hover {
	text-decoration: underline;
	color: #C3A92C;
}
#card {
	margin: 10px;
}
.table-style-3 {
	border: 1px solid #000000;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
}
.card-description {
	border-style: solid none none none;
	border-width: 1px;
	border-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	background-color: #DEBD21;
	padding: 2px 0px 2px 0px;
	margin-top: 0px;
	height: 25px;
}
.team-logo {
	margin: 5px auto 25px auto;
}
#footer {
	clear: both;
}
.table-style-successes {
	border: 1px solid #000000;
	margin-right: auto;
	margin-left: auto;
	width: 600px;
}

.table-300 {
	border: 1px solid #000000;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
}


