.media-wrap
{
	background				: url("/images/templates/media-background.png") repeat-x top;
}

.media
{
	background				: url("/images/templates/media-background-light.png") no-repeat center top;
	min-height				: 200px;
	width							: 920px;
	margin						: 0 auto;
	padding						: 10px;
	position					: relative;
	padding-bottom		: 25px;
}

.media h3
{
	background				: url("/images/templates/media-title.png") no-repeat center top;
	text-align				: center;
	min-height				: 21px;
}

.media h3 span
{
	color							: #315486;
	font-variant			: small-caps;
	font-size					: 20px;
	margin						: 0;
	padding						: 0;
	margin-top				: 30px;
	display						: none;
}

.media-title-light
{
	background				: url("/images/templates/media-title-light.png") no-repeat center bottom;
	height						: 60px;
	width							: 462px;
	position					: absolute;
	top								: 0px;
	left							: 265px;
}
/****************************************************/
.media-videos
{
	width							: 560px;
	height						: 219px;
	background				: url("/images/templates/media-videos.png") no-repeat;
	float							: left;
	margin-top				: 18px;
}
.media-videos-title
{
	background				: url("/images/templates/media-videos-title.png") no-repeat left bottom;
	height						: 17px;
	margin-top				: 20px;
	margin-left				: 20px;
}
.media-videos-title span
{
	display						: none;
}
.media-videos-content
{
	background				: url("/images/templates/media-line.png") repeat-x top;
	min-height				: 1px;
	margin						: 8px 20px;
	padding-top				: 13px;
}
.media-videos-content div
{
	width							: 130px;
	text-align				: center;
	float							: left;
}
.media-videos-content div a
{
	font-size					: 11px;
	font-family				: "Arial", sans-serif;
	color							: #395887;
	text-decoration		: none;
	font-weight				: bold;
}
.media-videos-content div a span
{
	text-decoration		: underline;
}
.media-videos-content div img
{
	background				: #FFFFFF;
	padding						: 4px;
}
/****************************************************/
.media-facebook
{
	width							: 334px;
	height						: 321px;
	background				: url("/images/templates/media-facebook.png") no-repeat;
	float							: right;
	margin-top				: 18px;
}
.media-facebook-title
{
	background				: url("/images/templates/media-facebook-title.png") no-repeat left bottom;
	height						: 17px;
	margin-top				: 20px;
	margin-left				: 20px;
}
.media-facebook-title span
{
	display						: none;
}
.media-facebook-content
{
	background				: url("/images/templates/media-line.png") repeat-x top;
	min-height				: 1px;
	margin						: 8px 18px;
	padding-top				: 10px;
}
.media-facebook-content iframe
{
	height						: 244px;
	margin						: 0;
	padding						: 0;
}

/****************************************************/
