.content {
	min-height: 0;
	background: url(images/home-bg.jpg) no-repeat;
	position: relative;
	zoom: 1;
	color: #FFF;
	width: 960px;
	padding: 313px 0 0;
	margin: 0 auto;
	float: none;
	display: block;
}

	.content h2 {
		width: 761px;
		height: 51px;
		background: url(images/pga-heading.png) no-repeat;
		text-indent: -9999px;
		position: absolute;
		left: 162px;
		top: 42px;
		margin: 0;
	}
	
	.ie6 .content h1 {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/images/pga-heading.png');
	}
	
	/* latest news pod */
	.content .pod {
		background: url(images/pod-bg-fade.png) 0 100% repeat-x;
		width: 477px;
		position: absolute;
		left: 412px;
		top: 135px;
		padding: 9px 15px;
		font-size: 0.9em;
		cursor: pointer;
	}
	
		.content .pod h3 {
			color: #FFF;
			font-size: 1.4em;
			font-weight: bold;
			padding-bottom: 5px;
			border-bottom: 1px solid #a6a6a6;
			margin: 0;
			clear: none;
		}
		
		.content .pod .pic {
			float: left;
			border: 2px solid #FFF !important;
			margin: 8px 16px 0 0;
		}
		
		.content .pod a {
			color: #FFF;
		}
		
		.content .pod a:hover {
			color: #c40000;
		}
		
		.content .pod a.more-news {
			float: right;
			background: url(images/arrow-white.gif) 100% 50% no-repeat;
			padding-right: 10px;
			margin-top: 3px;
			font-weight: bold;
			margin-right: 6px;
		}
		
		.content .pod a.more-news:hover {
			background-image: url(images/arrow-red.gif);
		}
		
		.content .pod .snippet {
			padding-top: 9px;
		}
		
			.content .pod .snippet h4 {
				font-weight: bold;
				font-size: 1.3em;
				margin: 0 0 7px;
			}
			
			.content .pod .snippet p.date {
				display: block;
				margin: 0 0 7px;
			}
	/* /latest news pod */
	
	/* benefits */
	.benefits-wrapper {
		padding-left: 15px;
		overflow: hidden;
		background: #494847 url(images/home-bg-footer.jpg) no-repeat;
	}
	
		.benefits-wrapper .benefit {
			float: left;
			width: 300px;
			padding: 12px 15px 12px 0;
		}
		
			.benefits-wrapper .benefit h3 {
				text-transform: uppercase;
				font-size: 0.9em;
				font-weight: bold;
				font-family: Verdana, Arial, Sans-Serif;
				margin: 0 0 5px;
				padding-left: 10px;
				background: url(images/bullet-white.gif) 0 50% no-repeat;
			}
			
			.benefits-wrapper .benefit p {
				font-size: 0.9em;
				margin: 0;
			}
	/* /benefits */
