/*----------------USER ACCESS SECTION -------- Styles in this section (if copied to the editorStyles.css file) will be available for use by the editors using TinyMCE under the FORMAT menu */

@import url("editorStyles.css");

@charset "UTF-8";

/*----------------END USER ACCESS SECTION */

/* CSS Document */

/*----------------RESET EVERYTHING*/

* {
	margin: 0;
	padding: 0;
}

/*----------------NOW START FIXING IT ALL */


body {
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	margin: 0;
}


a{
	color: #000;
	text-decoration: none;

}

a:hover{
	color: #316295;
}
/* Border on images inside links are dumb */

a img {
	border: none;
}

h1,h2,h3,h4,h5,h6 {
	margin: 14px 14px 1em 14px;
}

p {
	margin: 14px 14px;
	line-height: 1.3em;
}

ul {
	margin-left: 1em;
	padding: 0;
}

/*----------------CONTAINER SECTION - hold everything in a 960px wide column*/

#container {
	text-align: left;
	background: url(/assets/images/allsports-header.jpg) no-repeat center top;
	width: 960px;
	margin: 0 auto;
	position: relative;
}

/*----------------HEADER SECTION */

#header {
	float: left;
	width: 960px;
	height: 407px;
}

#header #logo {
	margin: 42px 0 0 14px;
}

/*----------------TOP NAV SECTION */

#topNav {
	height: 58px;
	width: 960px;
	margin-top: 13px;
	font-size: 28px;
	text-transform: uppercase;
}

#topNav ul {
	float: left;
	width: 960px;
	list-style: none;
	height: 43px;
	margin: 14px 0 0 0;
	text-align: center;
}

#topNav li {
	height: 43px;
	display: inline;
	/*float: left;*/
	border-left: 2px solid #316295;
}

#topNav li:first-child {
	border-left: none;
}

#topNav li a {
	/*display: block;*/
	height: 40px;
	margin-top: 3px;
	padding: 0 16px;
}

/*----------------TAGLINE SECTION */

#tagline {
	width: 525px;
	margin: 20px 0 0 0;
	font-size: 32px;
	font-weight: normal;
	color: #939598;
}

/*----------------Contains sideNav & Content so left bar fills to bottom */


#flowContainer{
	float: left;
	width: 960px;
	background: url(/assets/images/flowContainerBg.jpg) left repeat-y;
	margin-top: 10px;
	
}

/*----------------SIDE NAV SECTION */

#sideNav {
	float: left;
	clear: left;
	width: 220px;
	height: 636px;
	background: #f1f2f3;
	font-size: 22px;
}

#sideNav ul {
	list-style: none;
	margin: 0.5em 0 0 0;
	width: 220px;
}

#sideNav ul li a {
	display: block;
	color: #000;
	padding: 3px 0.4em 0 1em;
}

#sideNav ul li a:hover {
	background: #ccc;
	color: #316295;
}

#sideNav ul li a.here {
	color: #fff;
	background: #777;
}

/*----------------CONTENT SECTION */

#content {
	float: left;
	width: 732px;
	height: 490px;
	margin-left: 8px;
	overflow: hidden;
	line-height: 18px;
}

#content a{
	text-decoration: underline;
}

#contentText {
	width: 415px;
	height: 468px;
	overflow: hidden;
	color: #939598;
}

#contentText a,#contentItems a{
	color: #939598;
}

#contentText a:hover,#contentItems a:hover{
	color: #316295;
}

#content h1, #contentItems h1 {
	font-size: 36px;
	line-height: 1;
}

#content h2, #contentItems h2 {
	font-size: 30px;
	line-height: 1;

}

#content h3, #contentItems h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
}

#content h4, #contentItems h4, #content h5, #contentItems h5, #content h6, #contentItems h6 {
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	line-height: 1;
}

#contentItems{
	float: left;
	width: 732px;
	margin-left: 8px;
	min-height: 490px;
}

#contentItems ul{margin-left: 2em;}

.contentTextItems{
	display: block;
	width: 732px;
	height: 286px;
	margin: 0 0 1em 0;
	background-color: #dedede;
	overflow: hidden;
	color: #939598;
}

.wrappers {
	clear: both;
	float: right;
	height: 18px;
}

/*----------------LOWER NAV SECTION */

#lowerNav {
	float: right;
	width: 732px;
	height: 136px;
	margin: 10px 0 0 8px;
	font-size: 34px;
	background: url(/assets/images/lowerNavBackground.jpg);
	text-transform: uppercase;
}

#lowerNav ul {
	list-style: none;
	width: 732px;
	height: 136px;
	margin: 0;
	display: inline-table;
}

#lowerNav li {
	display: table-cell;
	vertical-align: middle;
	width: 25%;
	text-align: center;
	background: url(/assets/images/lowerNavSeparator.jpg) left no-repeat;
}

#lowerNav li:first-child {
	background: none;
}

#lowerNav li.over, #lowerNav li:hover {
	background: url(/assets/images/lowerNavBackgroundOver.jpg);
}

#lowerNav li a {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	width: 183px;
	height: 136px;
}

#lowerNav li a:hover {
	background: url(/assets/images/lowerNavSeparator.jpg) left no-repeat;
}

#lowerNav li:first-child a:hover {
	background: none;
}

#lowerNav li.over a, #lowerNav li:hover a {
	color: #fff;
}

/*----------------FOOTER SECTION */

#footer {
	clear: both;
	width: 960px;
	border-bottom: 1px solid #ccc;
	padding-top: 10px;
	margin-bottom: 50px;
	text-align: center;
}

#footer p {
	margin-bottom: 5px;
}

#footerExtras, #footerExtras1{
	text-align: left;float: left;
}

#footerExtras p:first-child, #footerExtras1 p:first-child{
	margin-top: 0;margin-left: 0;
}

#footerContents{
	clear: left;
	padding-top: 1em;
}

.fauxUnderline{
	border-bottom: 1px solid #777;
}
/*------------------
Websicles Link
*/
#websicles{
	color: #dedede;
	text-align: center;
}

#websicles a{
	color: #dedede;
}

#websicles a:hover{
	color: #316295;
}