@charset "UTF-8";

/* Webcasts */

div#ColumnB {
	padding-right: 260px;
	z-index: 1;
}

div#ColumnC {
	position: absolute;
	right: 20px;
	width: 220px;
	height: 300px;
	z-index: 3;
}

div#MSWebcast, div#VoltageWebcast {
	text-transform: uppercase;
	font-family: Tahoma, sans-serif;
	color: #4B6C92;
	font-size: .8em;
	line-height: 1.5em;
	margin-bottom: 10px;
	margin-top: 10px;
}
	div#MSWebcast a {
		display: block;
		height:  140px;
		background-color: #DAE1E7;
		background-image: url(/images/ms_webcast_banner.gif);
		background-position: center 10px;
		border: 1px solid #DAE1E9;
		background-repeat: no-repeat;
		padding: 10px;
		text-transform: none;
		font-family: Georgia, serif;
	}
	div#VoltageWebcast a {
		display: block;
		height:  182px;
		background-color: #DAE1E7;
		background-image: url(/images/webcastbanners/voltage.gif);
		background-position: center center;
		border: 1px solid #DAE1E9;
		background-repeat: no-repeat;
		text-transform: none;
		font-family: Georgia, serif;
	}
