.domLink {
	padding-top:10px;
	margin-bottom:10px !important;
}
.subContent {
	/*padding-top:12px;
	padding-bottom:10px;*/
	width:884px;
	overflow:hidden;
}
/*---- TEXT -------------------- */
.subText {
	margin-top:5px;
	font-size:11px;
	border-bottom:2px dotted #303030;
}
.subText .publicBlurb a {
	font-size:11px;
	text-transform:none;
	padding:0;
}
.subText .publicBlurb a:hover {
	background-image:none;
	background-color:transparent;
	padding:0;
}
.subTextGradient {
	background:white url(/images/home_content_gradient.gif) top left repeat-x;
}
.subText .subTextColumn {
	width:411px;
	padding:0 15px;
	margin:15px 0;
	overflow:hidden;
	float:left;
}
.subText .subTextColumnDivider {
	border-left:2px dotted #303030;
}
/*---- MEDIA PLAYER -------------------- */
#mediaPlayer {
	height:330px;
}
.subContent #mediaContent {
	width:440px;
	height:330px;
	overflow:hidden;
	float:left;
	margin:0;
	padding:0;
	background:#303030 url(/images/home_ajax_loader.gif) center center no-repeat;
}
.subContent #mediaContent * {
	margin:0;
	padding:0;
	border:none;
}
.subContent #mediaThumbs {
	width:444px;
	overflow:hidden;
	float:left;
	position:relative;
}
.subContent #mediaThumbs .thumb {
	display:block;
	width:108px;
	height:80px;
	margin-left:3px;
	margin-bottom:3px;
	padding:0;
	overflow:hidden;
	float:left;
	background-position:center center;
}
.subContent #mediaThumbs .thumb:hover, .subContent #mediaThumbs .activeThumb {
	width:102px;
	height:74px;
	border:3px solid #e21350;
	overflow:hidden;
}
.subContent #mediaThumbs .videoThumb span {
	display:block;
	width:108px;
	height:80px;
	z-index:1px;
	position:absolute;
	background:transparent url(/images/home_content/overlay_video_thumb.png) center center;
}
.subContent #mediaThumbs .videoThumb:hover span, .subContent #mediaThumbs .activeThumb span {
	background-image:none;
}
/*---- 'WHO IS' THUMBS -------------------- */
.whoIsThumbs .thumb {
	display:block;
	width:75px;
	height:75px;
	overflow:hidden;
	float:left;
	margin:2px;
}
.whoIsThumbs .thumb img {
	border:none;
	margin:0;
	padding:0;
}