@charset "utf-8";
body  {
	background: #FFFFFF url(../images/body-bg.jpg) repeat-x left top;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
#container {
	width: 1100px;
	margin: 0 auto;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	background: url(../images/container-bg.png) no-repeat left 225px;
} 
#top-bar {
	height: 36px;
	padding-top: 0px;
}

#top-bar .network {
	font-size: 11px;
	font-weight: bold;
}
#top-bar .network li {
	float: left;
	padding: 0px 4px;
	background: url(../images/top-bar-separator.gif) no-repeat right 2px;
}
#top-bar .network a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 7px 2px 16px;
	background: url(../images/network-bg.png) no-repeat left top;
}
#top-bar .network a.ekn:hover {
	background-position: -29px -42px;
}
#top-bar  .network  .current  a.ekn  {
	background-position: -29px bottom;
}
#top-bar .network a.ekn-ca:hover {
	background-position: -151px -42px;
}
#top-bar .network .current a.ekn-ca {
	background-position: -151px bottom;
}

#top-bar .network a.efcn:hover {
	background-position: -314px -42px;
}
#top-bar .network .current a.efcn {
	background-position: -314px bottom;
}
#top-bar .network a.ikn:hover {
	background-position: -463px -42px;
}
#top-bar .network .current a.ikn {
	background-position: -463px bottom;
}
#header {
	padding: 0;
	clear: both;
	margin-top: 9px;
	position: relative;
	height: 104px;
	margin-bottom: 16px;
} 
#header .ad-rectangle {
	width: 728px;
	position: absolute;
	top: 0px;
	right: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: center;
}
#navigation {
	display: block;
	height: 35px;
	background: url(../images/navigation-bg.gif) no-repeat left bottom;
	padding-left: 10px;
	margin-bottom: 30px;
}
#navigation-left {
	display: inline;
	height: 35px;
}
#navigation-left li {
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	font-size: 16px;
	font-weight: bold;
}
#navigation-left  li a {
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	padding-right: 8px;
	padding-left: 8px;
	line-height: 30px;
	border-top: 5px solid transparent;
}
#navigation-left a:hover {
	color: #FFFFFF;
	background: #555555;
	border-top-color: #AAAAAA;
}
#navigation-left .current a {
	background: #555555;
	color: #FFFFFF;
	border-top: 5px solid #AAAAAA;
}
#navigation-right {
	float:right;
	text-align:right;
	display: inline;
	height: 35px;
	padding-top:5px;
}

#content {
	background: #FFFFFF;
	padding: 10px;
	border-bottom: 1px solid #CCCCCC;
}

#video-module-live {
	margin: 0 0 0 -10px;
	padding: 0;
	float: left;
	width: 400px;
} 
#scoreboard {
	width: 680px;
	float:right;
	padding: 0px;
	height: 334px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	background: url(../images/event-facts-bg.jpg) repeat-x left bottom;
	color: #333333;
	margin-bottom: 20px;
}

#event-facts {
	padding: 0px;
	min-height: 225px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	background: url(../images/event-facts-bg.jpg) repeat-x left bottom;
	color: #333333;
	margin-bottom: 20px;
}
#content .patrons {
}
#content .patrons li {
	float: left;
	display: block;
	height: 120px;
	width: 120px;
	background: #CC0066;
	margin-right: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 0px;
}

#content .event-event-presenters{
}
#content .event-event-presenters li {
	float: left;
	display: block;
	height: 80px;
	width: 320px;
	background: #CC0066;
	margin-right: 60px;
	padding: 0px;
}

#live-forum {
	margin-top: 20px;
}

#footer {
	padding: 10px 0 40px;
	font-size: 13px;
	color: #999999;
	line-height: 1.3em;
} 
#footer-right {
	float: right;
	width: 400px;
}
p {
	margin-bottom: 1.3em;
	line-height: 1.3em;
}

.feature-header {
	display: block;
	background: url(../images/feature-header-bg.jpg) repeat;
	padding: 5px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
#circuit-info {
	padding: 3px 0px 3px 10px;
	border-left: 1px solid #CCCCCC;
	width: 300px;
	margin-right: 10px;
	margin-left: 125px;
	font-size: 11px;
}
#circuit-info img {
	margin-bottom: 6px;
}

.module {
	padding: 6px;
}
.important {
	background: #FFD7D7;
	display: block;
	margin: 5px 0px;
	padding: 5px 0px;
	border-top: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
}

a:link {
	color: #0033FF;
	text-decoration: underline;
}
a:visited {
	color: #0033FF;
}
a:hover {
	text-decoration: none;
}


.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
