@charset "utf-8";
.pageContent{
	background-color: #838383;
}
.homePage{

}
	.homePage .homeSlider{
		border: 10px solid #b1b2b4;
		height: 350px;
		overflow: hidden;
		margin-bottom: 20px;
	}
		.homePage .homeSlider .homeSliderItem{
			background-color: #eaebec;
			height: 350px;
		}
			.homePage .homeSlider .homeSliderItem img{
				float: left;
			}
			.homePage .homeSlider .homeSliderItem .homeSliderText{
				float: right;
				width: 290px;
				height: 285px;
				overflow: hidden;
				color: #838383;
				padding: 10px;
				font-size: 14px;
			}
				.homePage .homeSlider .homeSliderItem .homeSliderText h2{
					margin: 0 0 10px 0;
					font-size: 21px;
					font-weight: normal;
					color: #008581;
				}
	.homePage .jshowoff-slidelinks{
		position: absolute;
		bottom: 8px;
		right: 25px;
		/*width: 150px;*/
		height: 13px;

	}
		.homePage .jshowoff-slidelinks a{
			width: 13px;
			height: 13px;
			border: 1px solid #00807a;
			display: inline-block;
			margin: 0 3px;
		}
		.homePage .jshowoff-active{
			background-color: #00807a;
		}
		.homePage .jshowoff-controls{
			display: none;
		}

	.homePage .threeItems{
		margin: 0 0 30px 1px;
	}
		.homePage .threeItems .threeItemsItem{
			width: 250px;
			height: 325px;
			float: left;
			border: 10px solid #b1b2b4;
			cursor: pointer;
			position: relative;
		}
			.homePage .threeItems .threeItemsItem .threeItemsButton{
				width: 187px;
				height: 197px;
				background-position: top center;
				left: -12px;
				bottom: -40px;
				position: absolute;
			}
		.homePage .threeItems .spacer{
			width: 39px;
			height: 325px;
			float: left;
		}
	.homePage .twitter{
		width: 535px;
		height: 320px;
		border: 10px solid #b1b2b4;
		float: left;
		margin-bottom: 40px;
		background-color: #eaebec;
	}
	.homePage .tafiTV{
		width: 250px;
		height: 310px;
		padding: 5px 10px;
		border: 10px solid #b1b2b4;
		float: right;
		margin-bottom: 40px;
		background-color: #eaebec;
		position: relative;
	}
		.homePage .tafiTV .tafiTVLogo{
			margin: 10px 0 0 17px;
		}
		.homePage .tafiTV .youtubeVideo{
			width: 215px;
			height: 160px;
			margin: 10px 0 0 17px;
		}
		.homePage .tafiTV .videoDescription{
			float: left;
			width: 215px;
			height: 45px;
			margin: 10px 0 0 17px;
			overflow: hidden;
			font-size: 12px;
			line-height: 15px;
			color: #838383;
		}
			.homePage .tafiTV .videoDescription h2{
				margin: 5px 0;
			}
		.homePage .tafiTV .moreButtonText{
			background-image: url('http://www.abrahamfund.org/site/images/tafiTV_more.png');
			background-position: top center;
			cursor: pointer;
			position: absolute;
			bottom: -35px;
			right: -2px;
			display: inline-block;
			width: 71px;
			height: 72px;
		}
