/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
img {
  border: none;
}


html {
	margin: 0;
	padding: 0;
	overflow: scroll;
}

body {
	margin: 0 auto;
	padding: 0 0;
	background: #001E41 url(../images/bg.gif) top left repeat-x;
	font-family: Arial, sans-serif;
	font-size: 62.5%;
	line-height: 1.5;
	min-width: 961px;
	color: #575757;
}

/******************** CONTAINER ********************/

#container {
	margin: 0 auto;
	padding: 0 0;
	width: 961px;
}

/******************** HEADER ********************/

#header {
	background: url(../images/header_bg.gif) top left repeat-x;
	height: 80px;
}

#header h1 {
	margin: 0 0;
	padding: 20px 0 0 55px;
	float: left;
}

#header h1 a {
	width: 228px;
	height: 41px;
	display: block;
	text-indent: -999px;
	text-decoration: none;
	background: url(../images/gameday_logo.png) no-repeat top left;
	text-align: left;
}

#header h2 {
	margin: 0 0;
	padding: 35px 0 0 0;
	width: 650px;
	font-size: 16px;
	color: #aaa;
	font-weight: bold;
	text-align: center;
	float: left;
}

/******************** NAVIGATION ********************/

#navigation {
	padding: 0 0;
	width: 961px;
	background: url(../images/nav_bg.gif) top left no-repeat;
	height: 39px;
	float: left;
	clear: both;
}

#navigation ul {
	margin: 0 0;
	padding: 0 0;
	display: block;
	text-align: center;
}

#navigation li {
	margin: 0 0;
	padding: 8px 15px 0 15px;
	display: block;
	float: left;
	list-style: none;
	text-align:center;
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	letter-spacing: 0.01em;
}

#navigation li.separator {
	background: url(../images/nav_sep.gif) top left no-repeat;
	width: 4px;
	margin: 0 0;
	padding: 0 0;
	display: block;
	height: 39px;
}

#navigation li a:link, #navigation li a:active, #navigation li a:visited {
	color: #fff;
	text-decoration: none;
}

#navigation li a:hover {
	color: #D40006;
	text-decoration: none;
}

/******************** SUBNAV ********************/

#subnav {
	float: left;
	height: 289px;
	width: 190px;
	clear: both;
	background: url(../images/subnav_bg.png) top left no-repeat;
}

#subnav ul {
	margin: 0 0;
	padding: 15px 0 0 0;
	display: block;
}

#subnav li {
	margin: 0 0;
	padding: 8px 13px 0 13px;
	display: block;
	list-style: none;
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	letter-spacing: 0.01em;
}

#subnav li a:link, #subnav li a:active, #subnav li a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#subnav li a:hover {
	color: #D40006;
	text-decoration: none;
}

#subnav li a.selected {
	color: #D40006;
	text-decoration: none;
}


/******************** MAIN PANEL ********************/

#main_panel {
	clear: both;
	height: 289px;
	width: 961px;
}

#main_panel_bottom {
	clear: both;
	height: 26px;
	width: 961px;
	background: url(../images/main_btm.gif) top left no-repeat;
}

#main_image {
	height: 289px;
	float: left;
	cursor: pointer;
}

.tv_video {
	background: url(../images/main_tv_video_production.jpg) top right no-repeat;
}

.interactive_services {
	background: url(../images/main_interactive_services.jpg) top right no-repeat;
}

.gameday_properties {
	background: url(../images/main_gameday_properties.jpg) top right no-repeat;
}

.partners {
	background: url(../images/main_partners.jpg) top right no-repeat;
}

.company_info {
	background: url(../images/main_company_info.jpg) top right no-repeat;
}

#numbers {
	background: #4C473D;
	height: 25px;
	width: 155px;
	float: right;
	margin: 245px 15px 0 0;
	cursor: auto;
}

#numbers ul {
	margin: 0 0;
	padding: 0 0;
	display: block;
	text-align: center;
}

#numbers li {
	margin: 0 0;
	padding: 2px 11px 0 11px;
	display: block;
	float: left;
	list-style: none;
	text-align:center;
	font-weight: normal;
	font-size: 14px;
	color: #fff;
}

#numbers li a:link, #numbers li a:active, #numbers li a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#numbers li a:hover {
	color: #D40006;
	text-decoration: none;
}

#numbers li a.selected {
	color: #D40006;
	text-decoration: none;
}

/******************** CONTENT PANEL ********************/

#content_wrapper {
	background: #fff url(../images/content_bg.gif) top left repeat-x;
}

#content_wrapper_split {
	background: #fff url(../images/content_bg_split.gif) top left repeat-y;
}

#content_panel {
	padding: 0 0;
	width: 961px;
}

#content_panel ul {
    margin-left: 30px;
}
#content_panel ol {
    margin-left: 30px;
}

#content_panel h5 {
	margin: 0 0;
	padding: 7px 0 0 15px;
	font-size: 16px;
	color: #575757;
	font-weight: bold;
}

/******************** CONTENT SUB PANELS ********************/

#content_panel #left {
	padding: 0 0 10px 0;
	width: 557px;
	float: left;
	background: url(../images/left_panel_bg.gif) top left no-repeat;
}

#content_panel #left p {
	margin: 0 0;
	padding: 7px 10px 3px 15px;
	font-size: 12px;
	color: #575757;
	font-weight: normal;
	line-height: 16px;
}

#content_panel #right {
	padding: 0 0 10px 0;
	width: 401px;
	background: #fff url(../images/right_panel_bg.gif) top left no-repeat;
	float: right;
}

#left img {
  float: right;
  width: 280px;
  margin: 10px;
}


/******************** RIGHT PANEL ITEMS ********************/

.item {
	float: left;
	clear: both;
	width: 360px;
	margin: 10px 0 0 15px;
}

.item .image {
	float: left;
	border: 1px solid #fff;
}
.item .image img {
  width: 101px;
}


.item .description {
	float: left;
	width: 250px;
}

.item .description  p {
	margin: 0 0;
	padding: 0 10px 3px 15px;
	font-size: 11px;
	color: #575757;
	font-weight: normal;
	line-height: 15px;
}

.item .description p a:link, .item .description p a:active, .item .description p a:visited {
	color: #D40006;
	text-decoration: none;
	font-weight: bold;
}

.item .description p a:hover {
	color: #013926;
	text-decoration: none;
}
.item td {
  font-weight: bold;
  font-size: 1.2em;
  padding-bottom: 5px;
}



/******************** RIGHT CONTACT PANEL ********************/

#contact_panel {
	float: left;
	clear: both;
	width: 366px;
	margin: 10px 0 0 15px;
	background: #fff url(../images/contact_panel_bg.gif) top left repeat-y;
	border: 2px solid #fff;
	text-align: center;
}

#contact_panel h5 {
	margin: 0 0;
	padding: 7px 0 0 0;
	font-size: 18px;
	color: #006140;
	font-weight: normal;
}

#contact_panel p {
	margin: 0 0;
	padding: 0 0 3px 0;
	line-height: 8px;
	font-size: 10px;
	color: #575757;
	font-weight: normal;
	letter-spacing: -0.08em;
}

#contact_panel h6 {
	margin: 4px 0 10px 0;
	padding: 0 0;
	font-size: 12px;
	color: #006140;
	font-weight: bold;
}

#contact_panel h6 a {
	margin: 0 0 10px 10px;
	padding: 2px 4px;
	border: 1px solid #575757;
	text-decoration: none;
	color: #D71116;
	font-size: 12px;
}

/******************** FOOTER ********************/

#footer {
	clear: both;
	height: 43px;
	width: 961px;
	background: #fff url(../images/footer_bg.gif) top left repeat-x;
}

#footer p {
	margin: 0 0;
	padding: 15px 10px 3px 15px;
	font-size: 11px;
	color: #5C5C5C;
}

#footer p a:link, #footer p a:active, #footer p a:visited {
	color: #5C5C5C;
	text-decoration: none;
}

#footer p a:hover {
	color: #D40006;
	text-decoration: none;
}

#footer p.right {
	float: right;
}