
/*******************************************************************************
 JS General
 *******************************************************************************/
body .hidden {
	display: none;
}
.newsfeedLinks {
	display: none;
}
.main select.rssMenu,
.main .rssDropDownTitle,
.main .btnSubscribe {
	display: block;
}
.flash {
	display: block;
}
.nonflash {
	display: none;
}
body.noflash .flash {
	display: none;
}
body.noflash .nonflash {
	display: block;
}
body div.randomFirst {
	display: none;
}
body div.randomShow {
	display: block;
}

/********************************
 selectMenu
 ********************************/
ul.selectMenu {
	display: none;
}



/*******************************************************************************
 JS Special pages
 *******************************************************************************/

/********************************
 home
 ********************************/
.home .header,
.home .content {
	z-index: 2;
}
.home .homeimg {
	display: none;
}
.home .fadeimgs {
	background-color: #f6f6f0;
	height: 475px;
	position: relative;
	top:39px;
}

.home .fadeimgs #loading{
	/*
	padding:100px;
	font-size:32px;
	font-weight:bold;
	*/
	position: absolute;
	background: url(../9a499b0046d3e16f87dbf748a4199252/preloader2.gif?MOD=AJPERES) no-repeat;
	width:90px;
	height:90px;
	top:150px;
	left:495px;
}

.home .fadeimgs div {
	height: 475px;
	width:1080px;
	left: 0;
	position: absolute;
	top: 0;
}

.home .fadeimgs img {
	height: 475px;
	width:1080px;
}

@media print {
	.home .homeimg {
		display: block;
	}
	.home .fadeimgs {
		display: none;
	}
}

body.home .content .needs .tabs {
	display: block;
}
body.home .content .needs #individuals {
	margin-bottom: 0;
}
body.home .content .needs h3 {
	display: none;
}
