@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: 1000px;
	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: -25px bottom;
}
#top-bar .network a.ekn-ca:hover {
	background-position: -145px bottom;
}
#top-bar .network a.efcn:hover {
	background-position: -298px bottom;
}
#top-bar .network a.ikn:hover {
	background-position: -443px bottom;
}
#top-bar .network .current a.ikn  {
	background-position: -443px 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;
}
#navigation {
	display: block;
	height: 35px;
	background: url(../images/navigation-bg.gif) no-repeat left bottom;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 30px;
}
#navigation li {
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	font-size: 16px;
	font-weight: bold;
}
#navigation  li a {
	color: #660000;
	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 a:hover {
	color: #FFFFFF;
	background: #000000;
	border-top-color: #808080;
}
#navigation .current a {
	background: #000000;
	color: #FFFFFF;
	border-top: 5px solid #808080;
}


#content {
	background: #FFFFFF;
	padding: 10px;
	border-bottom: 1px solid #CCCCCC;
}

#video-module-live {
	margin: 0 0 0 -10px;
	padding: 0;
	float: left;
	width: 400px;
} 
#event-facts {
	float: right;
	width: 580px;
	padding: 0px;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	background: url(../images/event-facts-bg.jpg) no-repeat left bottom;
	color: #333333;
}
#live-forum {
	margin-top: 20px;
}

#footer {
	padding: 10px 0 40px;
	font-size: 13px;
	color: #999999;
	line-height: 1.3em;
} 
#footer-right {
	float: right;
	width: 300px;
}
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;
	color: #000000;
}
#circuit-info {
	padding: 3px 0px 3px 10px;
	border-left: 1px solid #CCCCCC;
	width: 300px;
	margin-right: 10px;
	margin-left: 10px;
}
.module {
	padding: 6px;
}
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;
}

