﻿@charset "utf-8";
/* CSS Document */

h2.trigger {
	/*background: url(h2_trigger_a.gif) no-repeat;*/
	height: auto;
	font-weight: normal;
	font-size:11pt;
	background: #007279;
	margin-bottom:0;
	color: #fff;
	padding-bottom: 4px;
	padding-top:4px;
}
h2.trigger a, h2.trigger a:visited, h2.trigger a:active {
	color: #d9dadd !important;
	text-decoration: none !important;
	display: block;
	padding-left: 15px;
}
h2.trigger a:hover {
	background: #82b5ba;
	color: #000!important;
	text-decoration: none;
}
/*h2.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	font-size:11pt;
	line-height:20px;
	margin: 0;
	padding: 0;
	/*background: #f0f0f0 url(toggle_block_stretch.gif) repeat-y left top;*/
	overflow: hidden;
}
.toggle_container .block {
	padding: 10px; /*--Padding of Container--*/
	padding-top: 0;
	/*background: url(toggle_block_btm.gif) no-repeat left bottom; /*--Bottom rounded corners--*/
}