@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

object {
	height:100%;
	width:100%;
}

body {
	background-color:black;
	font-family:Arial, Helvetica, sans-serif;
}

table {
	margin-left: auto;
	margin-right: auto;
}

#center-div {
	width:1020px;
	margin-left: auto;
	margin-right: auto;
	background:white;
}

#header {
	width:1020px;
	height:200px;
	vertical-align:middle;
	background: grey;
	text-align: center;
	position:absolute;
	top: 0;
}

#main-body {
	position: absolute;
	top: 200px;
	width:1020px;
	background: #ddd;
}

#sidebar {
	background-color: white;
	position:absolute;
	top: 0;
	width: 180px;
}

#sidebar img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Starter CSS for Flyout Menu */
#cssmenu {
  background-color: white;
  padding: 0;
  margin: 0;
  border: 0;
  line-height: 1;
  width: 100%;
}

#cssmenu ul,
#cssmenu ul li,
#cssmenu ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu ul {
  position: relative;
  z-index: 597;
  float: left;
}
#cssmenu ul li {
  float: left;
  min-height: 1px;
  line-height: 1em;
  vertical-align: middle;
  position: relative;
}
#cssmenu ul li.hover,
#cssmenu ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
#cssmenu ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 598;
  width: 100%;
}
#cssmenu ul ul li {
  float: none;
}
#cssmenu ul ul ul {
  top: -2px;
  right: 0;
}
#cssmenu ul li:hover > ul {
  visibility: visible;
}
#cssmenu ul ul {
  top: 1px;
  left: 99%;
}

#cssmenu ul li {
  float: none;
}

#cssmenu ul ul {
  margin-top: 1px;
}
#cssmenu ul ul li {
  font-weight: normal;
}
/* Custom CSS Styles */
#cssmenu {
  width: 100%;
  font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif;
  zoom: 1;
  font-size: 12px;
  background-color: #333333;
  overflow: display;
}
#cssmenu:before {
  content: '';
  display: block;
}
#cssmenu:after {
  content: '';
  display: table;
  clear: both;
}
#cssmenu a {
  display: block;
  padding: 15px 20px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}
#cssmenu > ul {
  width: 100%;
}
#cssmenu ul ul {
  width: 100%;
}
#cssmenu > ul > li > a {
  border-right: 4px solid #1b9bff;
  color: #ffffff;
}
#cssmenu > ul > li > ul > li.white > a,
#cssmenu > ul > li > ul > li.grey > a,
#cssmenu > ul > li > ul > li.tan > a,
#cssmenu > ul > li > ul > li.green > a,
#cssmenu > ul > li > ul > li.orange > a,
#cssmenu > ul > li > ul > li.yellow > a {
  color: #000;
}
#cssmenu > ul > li > a:hover {
  color: #ffffff;
}
#cssmenu > ul > li.active > a {
  background: #1b9bff;
}
#cssmenu > ul > li a:hover/*,
#cssmenu > ul > li:hover a */{
  background: #1b9bff;
}
#cssmenu li {
  position: relative;
}
#cssmenu ul li.has-sub > a:after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
}
#cssmenu ul ul li.first {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
#cssmenu ul ul li.last {
  -webkit-border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  border-radius: 0 0 3px 0;
  border-bottom: 0;
}
#cssmenu ul ul {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
#cssmenu ul ul {
  border: 1px solid #0082e7;
}
#cssmenu ul ul a {
  font-size: 12px;
  color: #ffffff;
}
#cssmenu ul ul a:hover {
  color: #ffffff;
}
#cssmenu ul ul li {
  border-bottom: 1px solid #0082e7;
}
#cssmenu ul ul li:hover > a {
  background: #4eb1ff;
  color: #ffffff;
}
#cssmenu ul ul li.blue {
  background: #0000ff;
}
#cssmenu ul ul li.red {
  background: #ff0000;
}
#cssmenu ul ul li.orange {
  background: #FFA500;
}
#cssmenu ul ul li.black {
  background: #000000;
}
#cssmenu ul ul li.white {
  background: #fff;
}
#cssmenu ul ul li.purple {
  background: #800080;
}
#cssmenu ul ul li.grey {
  background: grey;
}
#cssmenu ul ul li.green {
  background: #0f0;
}
#cssmenu ul ul li.tan {
  background: tan;
}
#cssmenu ul ul li.orange {
  background: #FFA500;
}
#cssmenu ul ul li.yellow {
  background: #FFFF00;
}
#cssmenu.align-right > ul > li > a {
  border-left: 4px solid #1b9bff;
  border-right: none;
}
#cssmenu.align-right {
  float: right;
}
#cssmenu.align-right li {
  text-align: right;
}
#cssmenu.align-right ul li.has-sub > a:before {
  content: '+';
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -6px;
}
#cssmenu.align-right ul li.has-sub > a:after {
  content: none;
}
#cssmenu.align-right ul ul {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 598;
  width: 100%;
}
#cssmenu.align-right ul ul li.first {
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
}
#cssmenu.align-right ul ul li.last {
  -webkit-border-radius: 0 0 0 3px;
  -moz-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
}
#cssmenu.align-right ul ul {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

#hockey-footer {
	position:relative;
	color:black;
	width: 1020px;
	background-color: #000;
	border: solid #000;
	border-width: 1px 0;
	text-align: center;
	font-size: 12px;
	
}

#hockey-footer-inner {
	border-bottom-left-radius: 3em;
	border-bottom-right-radius: 3em;
	background-color: #ddd;
	width: 100%;
	height: 100%;
}

#main-content {
	width: 840px;
	position:relative;
	left:180px;
	background:#DDDDDD;
	height:100%;
	min-height: 550px;
}

#main-content img {
	padding:2px;
	background-color:black;
}
