/***************************************************************************************
 ******* CONTENT AREA STYLES
 ***************************************************************************************/
 #primaryContent {
	 background: #000 url(/elements/images/global/blackDiamondBG.jpg) 0 0 repeat-x;
	 margin: 0 0 1px;
	 padding: 20px 25px 0;
	 position: relative;
 }
 	#primaryContent .callout {
		float: left;
		min-height: 320px;
		_height: 320px;
		width: 490px;
	}
	 	#primaryContent .callout img {display: none;}
	 	#primaryContent .callout img.current {display: block;}
 	#primaryContent .content {
		color: #fff;
		float: right;
		width: 400px;
	}
	 	#primaryContent .content h1 {
			font-size: 1.125em;
			font-weight: bold;
			line-height: 1em;
			margin: 0.75em 0 1.333em;
			padding: 0;
		}
	 	#primaryContent .content p,
	 	#primaryContent .content li {
			font-size: 0.85em;
			line-height: 1.333em;
		}
	 	#primaryContent .content p {
			margin: 0 0 1.5em;
		}
		
		#primaryContent .content p a {
			color: #AD0130;
		}
 #secondaryContent {
	 background: #fefefe url(/elements/images/global/grayFadeDown.gif) 0 0 repeat-x;
	 border-top: 3px solid #8c0026;
	 padding: 20px 20px 0;
 }
		#secondaryContent .callouts div {
			float: left;
			height: 175px;
			margin: 0 0 0 14px;
		}
		#secondaryContent .callouts div:first-child,
		#secondaryContent .callouts div.first-child {margin: 0;}
		#secondaryContent img.videoTrigger {margin-left: 14px;}
	#secondaryContent #affiliates {
		border: 1px solid #c0c0c0;
		height: 38px;
		margin: 5px auto 60px;
		position: relative;
		width: 588px;
	}
		#secondaryContent #affiliates h3 {
			background: #fff;
			color: #840125;
			font: bold 18px/1em "Times New Roman", Times, serif;
			left: 50%;
			margin: 0 0 0 -70px;
			padding: 0 5px;
			position: absolute;
			text-align: center;
			top: -12px;
			width: auto;
		}
		#secondaryContent #affiliates ul {
			background: #fff;
			bottom: -45px;
			display: block;
			left: 25px;
			position: absolute;
			top: 10px;
			width: 538px;
		}
			#secondaryContent #affiliates ul li {
				display: block;
				float: left;
				margin: 0 9px;
			}