/* Page structure */
body {
	padding: 0px;   
	margin: 0px; 
/*	background: #fff url(./images/index_bgd3.jpg) top left repeat-y; */
	font-family: Georgia, "Times New Roman", Times, serif;
/*	font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-size: 11px; 
	color: #000; 
	line-height: 13px;
	text-align: left;
}
a:link {
	color: #000;
}
a:hover {
	color: #f00;
}
a:visited {
	color: #666;
}
a:hover {
	color: #f00;
}
.navbar {
	width: 990px;
	float: left;
	height: 28px;
}
#container {
	padding: 0px;
	margin: 0px;
}
#main { 
/*	background: #fff url(./images/stripes.gif) top left repeat-y; */
	width: 990px;
	padding: 0px;
	margin: 0px;
}



#leftc {
	margin: 0px;  
	padding: 0px; 
	font-size: 10px; 
	float: left;  
	width: 431px; 
	color: #000; 
	line-height: 12px; 
	font-family: Verdana, sans-serif;
}

#centerc {
	padding: 4px 0px 0px 0px;
	margin: 0px 0px 0px 1px; 
	font-family: Verdana, sans-serif; 
	font-size: 11px; 
	color: #000; 
	float: left; 
	width: 320px; 
	line-height: 14px; 
	/*background: #fff; */
		
	/* IE5 Win */
 	voice-family: "\"}\""; 
  	voice-family: inherit; 
}
.centerc H3 {
	padding: 0px; 
	margin: 0px 0px 6px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px; 
	color: #795527; 
	line-height: 18px; 
}
.centerc a:link {
	color: #000;
}
.centerc a:hover {
	color: #f00;
}
.centerc a:visited {
	color: #666;
}
#rightc {
	padding: 4px 0px 0px 0px;
	margin: 0px; 
	float: right; 
	width: 235px;  
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #000; 
	line-height: 12px;   
	voice-family: inherit;
}
/* end Page structure */

/* this is to fix that weird IE clear bug */
	.clearfix:after {
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	/* Hides from IE-mac \*/
	* html .clearfix {clear: both; height: 1%;}
	/* End hide from IE-mac */	


/* begin nav */
.navBar {
	height: 28px;
	width: 750px;
	background: #ccc url(./images/navbar_bgd2.jpg) top left no-repeat;
	z-index: 1000;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	float: center;
	position: relative;

}
.collapsed, .expanded {
	float: left;
	display: inline;
}
.collapsed .dropContainer {
	visibility: hidden;
}
.expanded .dropContainer {
	visibility: visible;
}
.collapsed .navItem {
	color: #555; /*Font Color of Main Titles*/
}
.expanded .navItem {
	color: #D70900; /*Font Color of Main Titles*/
	cursor: pointer;
}
.navItem, .anchorItem {
	border: 0px solid #f00;
    position: relative;
    display: inline;
    /* added 
    height: 28px;*/
    top: 7px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 6px;
    padding-right: 5px;
    background-image: url(./images/pipe.gif);
/*    background-repeat; 
    no-repeat;
    /* added */
} 
.navItem img {
	/* added */
	position: absolute;
	left: 0px;
	top: 0px;
	/* ----- */
	vertical-align: middle;
}
.anchorItem {
	width: 68px;
}
.navItem a {
	color: #555;
	text-decoration: none;
}
.navItem a:hover {
	color: #D70900;
}
.dropContainer {
	position: relative;
	width: 10px;
	overflow: visible;
}
.dropMenu, .anchorDropMenu, .dropMenu2 {
	position: absolute;
	left: 0px;
	/* changed */
	top: 13px;
	/* changed */
	width: 166px;
	clear: both;
/*	background-color: #888; /* Menu Drop Down Background Color*/
	background-color: SkyBlue;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 1px;
	padding-right: 1px;
/*	border-bottom: 1px solid #555;
	border-right: 1px solid #666;
	border-top: 1px solid #CCC;
	border-left: 1px solid #777;
*/
	border-bottom: 1px solid skyblue;
	border-right: 1px solid skyblue;
	border-top: 1px solid skyblue;
	border-left: 1px solid skyblue;
	z-index: 800;
}
.anchorDropMenu, .anchorDropMenu .dropMenu2 {
	background-color: #CCC;
	border-bottom: 1px solid #999;
	border-right: 1px solid #AAA;
	border-left: none;
	width: 166px;
}
.dropMenu .dropItem, .dropMenu .dropItemHi, .anchorDropMenu .dropItem, .anchorDropMenu .dropItemHi {
	position: relative;
	padding-left: 3px;
	padding-right: 3px;
	/*
	padding-top: 2px;
	padding-bottom: 2px;
	*/ /*
	border-top: 1px solid #888;
	border-left: 1px solid #888;
*/
	border-top: 1px solid skyblue;
	border-left: 1px solid skyblue;
	color: #e9e9e9;
/*	cursor: default;
	voice-family: "\"}\"";
	voice-family: inherit;
	/* remove on final 
	cursor: pointer;
	/* remove on final */
}
.dropMenu .dropItem_s, .dropMenu .dropItemHi_s {
	position: relative;
	background-image: url(./images/dropBG2.gif);
	background-repeat: no-repeat;
	padding-left: 3px;
	padding-right: 5px;
	/*
	padding-top: 2px;
	padding-bottom: 2px;
	*/
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	color: #e9e9e9;
/*	cursor: default; */
}
.dropMenu .dropItemHi a, .dropMenu .dropItem a, .dropMenu .dropItemHi_s a, .dropMenu .dropItem_s a {
	display: block;
	padding: 2px 0px 2px 0px;
/*	color: #e9e9e9; /* Font Color of sub menu items*/
	color: black; 
	width: 100%;
}
.anchorDropMenu .dropItem {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	/*cursor: pointer;*/
	color: #F00;
}
.dropContainer .dropItemHi {
/*	background-color: #666; /* Background Color of sub menu items Selected*/
	background-color: RoyalBlue;
/* 
	border-top: 1px solid #555;
	border-left: 1px solid #555;
*/
	border-top: 1px solid RoyalBlue;
	border-left: 1px solid RoyalBlue;
	/*cursor: pointer;*/
	color: #FFF;
}
/*
.dropContainer .dropItemHi_s {
	cursor: pointer;
	color: #FFF;
}
*/
.anchorDropMenu .dropItemHi {
	background-color: #E5E5E5;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	color: #880000;
}
.dropContainer a {
	color: #CCC;
	text-decoration: none;
}
.dropContainer a:hover {
	color: #FFF;
}
.anchorDropMenu a, .anchorDropMenu a:link {
	display: block;
	padding: 2px 0px 2px 0px;
	width:100%;
	color: #F00;
	text-decoration: none;
}
.anchorDropMenu a:hover {
	color: #880000;
}
.rule {
	height: 2px;
	line-height: 1px;
/*	border-top: 1px solid #aaa; */
	border-top: 1px solid RoyalBlue;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 5px;
}
/* specific tier 2 classes */
.dropMenu2 {
	left: 159px;
	top: -8px;
	visibility: hidden;
	z-index: 801;
}
.dropMenu .dropItemHi .dropMenu2 {
	visibility: visible;
}
.anchorDropMenu .dropItemHi .dropMenu2 {
	visibility: visible;
}
.dropMenu .dropItem .dropMenu2 {
	visibility: hidden;
}
.anchorDropMenu .dropItem .dropMenu2 {
	visibility: hidden;
}
img.tier2Arrow {
	position: absolute;
	left: 152px;
	top: 4px;
}
/* end nav */

.styleReps {
font-size: 10pt;
color: #000000;
}

.style1 {
font-size: 10px;
}

.style2 {
font-family: Georgia, "Times New Roman", Times, serif;
}

.atx {
font-size: 10pt; font-family: Tahoma; text-align: center;
}

.style10 {
font-size: 12px;
}

.product_header{
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: bold;
text-align: center;
font-size: 28px
}

.product_subheader{
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: bold;
text-align: center;
font-size: 20px
}

.table_header_style {
font-family: Georgia, "Times New Roman", Times, serif;
/*background-color: #8E1A39;*/
/*background-color: #7E7E7E;*/
background-color: #D5006A;
color: #FFFFFF;
font-weight: bold;
text-align: center;
}

.table_row1_style {
font-family: Georgia, "Times New Roman", Times, serif;
/*background-color: #FF80C0;*/
/*background-color: #FFFFFF;*/
background-color: #FFEAF4;
color: #000000;
text-align: center;
}


.table_row2_style {
font-family: Georgia, "Times New Roman", Times, serif;
/*background-color: #D2576C;*/
/*background-color: #BCBCBC;*/
background-color: #FFDFEF;
color: #000000;
text-align: center;
}

/*  New Products Module  */
	#topStories	{clear: both; width: 490px; position: relative; margin: 0 0 10px 5px; background: #f7f3ff url(none) bottom right no-repeat; line-height: 1.1; overflow: hidden; border: 0px solid; -moz-box-sizing: border-box; box-sizing: border-box; }
	#topStories.topStoryFront {height: 270px;}	
	#topStories.topStoryIndex {height: 250px;}
	#topStories.topStorySports {height: auto;}
	#topStories h2	{margin: 0; padding-left: 5px;  height: 20px; border-bottom: 3px solid #efcb6b; background: #001073 url(./images/new_product_banner_bkgnd.jpg) top right no-repeat; font-size: 13px; color: #fff; text-transform: uppercase; line-height: 20px;}
	.currentDate	{position: absolute; right: 10px; top: 0;  font-size: 10px; color: #fff; text-transform: uppercase; text-align: right; font-weight: 700;}
	#story1, #story2, #story3, #story4, #story5 { }
	#story2, #story3, #story4, #story5 {display: none;}
	#topStories h3	{margin: 0; padding: 5px 0 5px 5px; font-size: 21px; font-weight: 600; color: #11327f; }
	#topStoryImage	{margin: 0; padding: 0 5px; }
	#topStoryImage img	{margin: 0 0 5px 0; padding: 0; }
	.topStoryVert	{width: 152px; min-height: 190px; float: left;}
	.topStoryHor	{width: 200px; min-height: 150px; float: left;}
	.topStoryWar	{width: 490px; min-height: 195px; text-align: center;}
	p.imageCaption	{margin: 0; padding: 0;	}
	#topStoryDetails	{margin: 0; }
	.topStoryDetailsVert	{float: right; width: 318px; padding: 0 5px 0 0; }
	.topStoryDetailsHor	{float: right; width: 270px;  padding: 0 5px 0 0; }
	.topStoryDetailsWar	{clear: both; padding: 0 0 0 5px; }
	#topStories h4, #topStories h4 a	{margin: 5px 0; padding: 0; font-size: 12px; color: #3b3c40;}
	#topStories p	{margin: 5px 0; }
	p.readMore  	{padding: 0 10px 5px 0; text-align: right; text-transform: uppercase; color: #11327f; font-weight: 700; }
	p.topStoryRelated {margin: 0; padding: 0; color: #9c9a9c; font-weight: 700;  text-transform: uppercase;}
	#story1 ul, #story2 ul, #story3 ul, #story4 ul, #story5 ul	{margin: 0; padding: 0 0 10px 5px;}
	#story1 li, #story2 li, #story3 li, #story4 li, #story5 li	{margin-left: 15px; color: #11327f; font-weight: 700; line-height: 1.3em;}
	.topStoriesControls	{clear: both; position: absolute; bottom: 0; left: 0;width: 490px; margin: 0; padding: 0 1px; background: #b3bac8;}
	.topStoriesControls ul	{margin: 0; padding: 3px 10px 0 0; height: 25px; text-align: right;}
	.topStoriesControls li {margin: 0; padding: 0; font-size: 12px; font-weight: 700; display: inline; line-height: 25px; list-style-type: none;  background: #b3bac8;}
	.topStoriesControls li.stationDomain	{margin: 0; padding-right: 100px; color: #fff; font-size: 10px; letter-spacing: 1.3;}
	.topStoriesControls li.passiveControls a	{padding: 2px; border: 1px solid #a5a6ad; background: #fff; }
	.topStoriesControls li.activeControls a, .topStoriesControls li.activeControls a:hover, .topStoriesControls li.activeControls a:visited	{padding: 3px; border: 1px solid #c63431; color: #fff; background: #c63431; }
	.topStoriesControls li.controlButton	{margin: 0; padding: 0;}
	.topStoriesControls img	{ margin: 0; padding: 0; border: none; vertical-align: middle;}

