
/* CSS Document */
/******************************************************************************************
Created by: Eric Carbaugh
Date Created: 05 NOV 2008

Person(s) Modified by:
	Eric D. Carbaugh			-
	
Last Modified Date:	05 NOV 2008

******************************************************************************************/
ul,ol { list-style:none }

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,table
{ margin:0; padding:0 }

:link,:visited { text-decoration:none }

a img,:link img,:visited img { border:none }
a {
	margin:0px;
	padding:0px;
	text-decoration:none;
	color:#fff;
}

address { font-style:normal; }

html,body { 
	height: 100%;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #FFFFFF;
}
	
body { 
	padding:0;
	margin:0; 
	font-family: Arial, Helvetica, sans-serif;
    font-size:100%;
    line-height:1.125em; /* 16?1.125=18px */
	background-image: url(../images/background.jpg);
}
       
#outer_wrapper{
 	height: 100%;
	width:100%;
	text-align: left;
	padding:0;
	margin: 0 auto 0 auto;
	/*border: 1px solid #ff0000;*/
}

html > body #outer_wrapper {
/*Because height is set to 100% in the body and html above,*/
/*this will cascade to child containers*/

/*    min-height: 100%;
      height: auto;
*/
}

/*
a{
	outline:none;
	text-decoration:none;
	vertical-align:bottom;
	height:85px;
	margin:0;
	padding:0;
}
*/
/************** Start Multiple Use Classes **************/

.border {
	border: 1px solid;
	border-color:#FFFF00
}

.bgNoRepeat {
	background-repeat: no-repeat;
}

.bgRepeatX {
	background-repeat: repeat-x;
}

.bgRepeatY {
	background-repeat: repeat-y;
}

.bgCenter {
	background-position: center;
}

.flLeftClBoth { float: left; clear: both; }

.txtIndent{ text-indent: -9999px; }

.h3TextAlt{
	color: #CC0000;
	font-size: 10px;
	line-height: 105%;
}

.floatL { float: left; clear: none; }


/****************** End Multiple Use Classes ******************/

/************************* IE 6 Fix *******************************/

#IE6disclaimer a { color: #000099; }

.disclaimerClosing { font-size: 10px; }

/************************ END IE 6 FIX *******************************/

#mainCntr{
	position: relative;
	margin: 0 auto;
	width: 996px;
}

#headerCntr {
	position: relative;
	float: left;
	clear: both;
	width: 996px;
	height: 126px;
	background: url(../images/header_bg.jpg) no-repeat;
}

.linkA {
	position: relative;
	float: left;
	clear: none;
	top: 44px;
	left: 26px;
	width: 80px;
	height: 20px;
}

.linkB {
	position: relative;
	float: left;
	clear: none;
	top: 44px;
	left: 72px;
	width: 80px;
	height: 20px;
}

.linkC {
	position: relative;
	float: left;
	clear: none;
	top: 44px;
	left: 116px;
	width: 80px;
	height: 20px;
}

.linkHome {
	position: relative;
	float: left;
	clear: none;
	top: 0px;
	left: 160px;
	width: 184px;
	height: 96px;
}

.linkD {
	position: relative;
	float: left;
	clear: none;
	top: 44px;
	left: 206px;
	width: 80px;
	height: 20px;
}

.linkE {
	position: relative;
	float: left;
	clear: none;
	top: 44px;
	left: 256px;
	width: 72px;
	height: 20px;
}

.linkF {
	position: relative;
	float: left;
	clear: none;
	top: 44px;
	left: 306px;
	width: 84px;
	height: 20px;
}

#bodyCntr {
	position: relative;
	float: left;
	clear: both;
	width: 996px;
	height: 478px;
	background: url(../images/body_bg.jpg) center no-repeat;
}

#adPanelCntr {
	position: relative;
	float: left;
	clear: left;
	width: 250px;
	height: 478px;
}

#adPane {
	position: relative;
	float: left;
	clear: both;
	left: 3px;
	top: -1px;
	width: 250px;
	height: 478px;
	/*background: url(../images/ad_space.png) no-repeat;*/
}

#adPaneI {
	position: relative;
	float: left;
	clear: both;
	left: 3px;
	top: -1px;
	width: 250px;
	height: 154px;
	/*background: url(../images/ad_space.png) no-repeat;*/
}

#adPaneII {
	position: relative;
	float: left;
	clear: both;
	left: 3px;
	width: 250px;
	height: 154px;
	top: 8px;
	/*background: url(../images/ad_space.png) no-repeat;*/
}

#adPaneIII {
	position: relative;
	float: left;
	clear: both;
	left: 3px;
	width: 250px;
	height: 154px;
	top: 16px;
	/*background: url(../images/ad_space.png) no-repeat;*/
}

#colSeperator {
	position: relative;
	float: left;
	clear: none;
	width: 18px;
	height: 480px;
}

#screenPanelCntr {
	position: relative;
	float: left;
	clear: right;
	width: 720px;
	height: 466px;
	top: 6px;
	left: -2px;
	overflow-y: scroll;
	overflow-x: hidden;
}

#screenPanelCntrFlash {
	position: relative;
	float: left;
	clear: right;
	width: 722px;
	height: 480px;
	top: 0px;
	left: -6px;
}

#contentVerbiage {
	position: relative;
	width: 600px;
	top: 30px;
	left: 60px;
	text-align: justify;
	font-size: 16px;
	line-height: 150%;
	overflow-y: auto;
	padding-right: 8px;
}

#contentVerbiage a { text-decoration: underline; }

#contentVerbiage a:hover { text-decoration: none; }

#channelLineup {
	position: relative;
	margin: 0 auto;
	width: 700px;
	top: 10px;
	left: 0px;
	text-align: center;
	font-size: 16px;
	line-height: 150%;
	overflow-y: auto;
	padding-right: 8px;
}

#channelLineup a {  font-size: 10px; }

#channelLineup a:hover { text-decoration: none; }

/********************* SITE FOOTER *********************/

#footerSpacer {
	position: relative;
	float: left;
	clear: both;
	width: 996px;
	height: 28px;
}

#inlineFootCntr {
	position: relative;
	float: left;
	clear: both;
	width: 996px;
	height: 142px;
	background: url(../images/footer_bg.jpg) no-repeat;
	text-align: center;
	font-weight: bold;
	color: #000;
}

#inlineFootCntr a { text-decoration: underline; color: #000; }

#inlineFootCntr a:hover { text-decoration: none; }

#inlineFootSpace {
	position: relative;
	float: left;
	clear: both;
	width: 900px;
	height: 18px;
}

#fnavCntr {
	position: relative;
	margin: 0 auto;
	clear: both;
	width: 600px;
	text-align: center;
}

#legalStuff {
	position: relative;
	width: 660px;
	margin: 0 auto;
	clear: both;
	text-align: center;
	font-size: 11px;
}

.ecVM { font-size: 9px; }
