/* CSS Document */
#rotatingimg {
	position: absolute;
	top: 126px;
	width: 880px;
	height: 349px;
	display: block;
	}
#gridCenter {
	margin: 346px 0 -15px 0 ;
	padding: 0;
	border: 0px;
	min-height: 100px;
	float:left;
	width: 292px;
	}
	* html #gridCenter { /*for IE6*/
		height: 100px;
	}
	#gridCenter .centerModule {	
		border: 1px solid #CCCDFB;
		height: 180px;
		padding-bottom: 15px;
		}
		* html #gridCenter .centerModule { /*for IE6*/
		padding-bottom: 5px;
	}
	#gridCenter .centerModule .moduleTitle {
		background: url('wn_imagetitlebg_tcm934-218036.gif') repeat-x;
		padding:5px 10px 5px 12px;
		font:  bold 13px Arial, Helvetica, sans-serif;
		color: #fff;
		}
		.centerModule ul.nonBulleted {
			margin-left: 13px;
			padding: 0 5px 0 0;
			font: 12px verdana;
			line-height: 18px;
			overflow: auto;
			height: 159px;
			}
#gridRight { 
	margin: 346px 0 0 0 !important;
	width: 295px;
	overflow: hidden;
	}
#gridLeft {
	margin: 346px 0 0 0 !important;
	width: 292px;
	}
#gridLeft .leftModule {
	width: 289px;
	border: 1px solid #D4D8FE;
	font-family: Arial, Helvetica, sans-serif;
	height: 180px;
	padding-bottom: 15px;
	}
	#gridLeft .leftModule .moduleTitle {
		background: url('wn_imagetitlebg_tcm934-218036.gif') repeat-x;
		padding:5px 10px 5px 12px;
		font:  bold 13px Arial, Helvetica, sans-serif;
		}
		#gridLeft .leftModule ul.nonBulleted {
			margin-left: 13px;
			padding: 5px 5px 0 0;
			font: 12px verdana;
			line-height: 18px;
			}
.leftModule img { 
	padding: 0 0 0 12px; 
	}
.rightModule {
	width: 292px;
	border: 1px solid #CCCDFB;
	height: 180px;
	padding-bottom: 15px;
	}
.rightModule .moduleTitle {
	background: url('wn_imagetitlebg_tcm934-218036.gif') repeat-x;
	padding:5px 10px 5px 12px;
	}
	#gridRight .moduleTitle span { 
		font:  bold 13px Arial, Helvetica, sans-serif;
		}
		.rightModule .moduleSubTitle {
		padding: 6px 0 8px 15px;
		}
.rightModule, .leftModule, .rightModuleAds, .leftModuleAds, #gridCenter .Module {
	margin-left: 0 !important;
	}
#pageTitle .pageName {
	padding: 40px 0 7px 0;
	font-size: 34px;
	color: #007E98;
	font-family: Times New Roman;
	}
.centerModule p {
	font-size: 120%;
	line-height: 19px;
	}
.rightModule a {
	color: #666666;
	}
.rightModule a:hover {
	color: #0066CC;
	}
.rightModule ul a {
	color: #666666;
	}
.rightModule ul a:hover {
	color: #0066CC;
	}
.centerModule a {
	color: #000;
	}
.rightModule ul li a {
	color: #666666;
	}
.rightModule ul li a:hover  {
	color: #0066CC;
	}
.rightModule a, .rightModule a:visited, .leftModule a, .leftModule a:visited, #gridCenter .Module a, .rightModule .moduleTitle a, .rightModule .moduleTitle a:visited, .leftModule .moduleTitle a, .leftModule .moduleTitle a:visited {
	color: #666666;
	}
#slideshow {
    position:relative;
    height:294px;
	}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
	}
#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
	}
#slideshow IMG.last-active {
    z-index:9;
	}
#jquerybanner {
	position: absolute;
	top: 131px;
	left: 0;
	}

/*  START News Ticker  */
#newsScroll {
	width: 880px; 
	margin: 0; 
	padding: 0;
	overflow: hidden; 
	}
	#newsScroll h3{
		color: #fe0002;
		font-size: 48px;
		font-weight: normal;
		position: absolute;
		z-index: 100;
		}
#newsScroll #newsContainer {
	position: relative;
	width: 880px;
	height: 22px;
	padding: 0 0 0 0;
	background-color: #009144;		
	overflow: hidden;
	}
ul#listContainer {
	position: relative;
	left: 880px;
	width: 880px;
	list-style-type: none;
	margin: 3px 0 0 0;
	padding: 0 0 0 0;
	}
ul#listContainer li {
	float: left;
	margin: 0;
	padding: 0 40px 0 0;
	color: #fff;
	width: auto;
	white-space: nowrap;
	}
ul#listContainer a {
	white-space: nowrap;
	padding: 0;
	color: #ff0000;
	margin: 0 50px 0 0;
	} 
ul#listContainer span {
	margin: 0 10px 0 0;
	}
/*  END News Ticker  */


/*added to hide the breadcrumb in homepage - Start*/

#breadCrumb {
	display:none;
	}

/*added to hide the breadcrumb in homepage - Hide*/
