@charset "utf-8";
/* CSS Document */


h2.trigger {
	padding: 0 0 0 20px;
	margin: 0 0 5px 0;
	background: url(extranet/img/bgmenuextra.jpg) no-repeat;
	height: 86px;
	line-height: 86px;
	width: 450px;
	font-size: 2em;
	font-weight: normal;
	float: left;
}
h2.trigger a {
	font-size:16px;
	font-weight:bold;
	color:#014386;
	text-transform:uppercase;
	display: block;
}
h2.trigger a:hover { color: #014386; }

.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	background: #f0f0f0 url(toggle_block_stretch.gif) repeat-y left top;
	overflow: hidden;
	font-size: 1.2em;
	width: 500px;
	clear: both;
}
.toggle_container .block {
	padding: 20px; /*--Padding of Container--*/
	background: url(toggle_block_btm.gif) no-repeat left bottom; /*--Bottom rounded corners--*/
}