
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a{cursor: pointer;}

#content{
	margin:40px auto;
	width:800px;
}

h2.trigger {
	height: 30px;
	margin: 5px 0 0 0;
}

h2.trigger_line_2 {
	height: 30px;
	margin: 5px 0 0 0;
}

h2.trigger a {
	color: #005887;
	text-decoration: none;
	display: block;
	padding: 0 0 0 20px;
	margin: 0 0 5px 0;
	background: url(../i/toggle-icon.png) no-repeat;
	height: 16px;
	line-height: 16px;
	width: 100%;
	font-size: 15px;
	font-weight: normal;
	/*float: left;*/
	outline:none;
	font-weight:bold;
	position:relative;
}

h2.trigger_line_2 a {
	color: #005887;
	text-decoration: none;
	display: block;
	padding: 0 0 0 20px;
	margin: 0 0 5px 0;
	/* background: url(../i/toggle-icon.png) no-repeat; */
	height: 16px;
	line-height: 16px;
	width: 100%;
	font-size: 13px;
	font-weight: normal;
	/*float: left;*/
	outline:none;
	font-weight:bold;
	position:relative;
}


h2.trigger div {
	color: #005887;
	text-decoration: none;
	display: block;
	padding: 0 0 0 20px;
	margin: -2px 0 10px 0;
	height: 16px;
	line-height: 16px;
	width: 100%;
	font-size: 13px;
	font-weight: normal;
	/*float: left;*/
	outline:none;
	font-weight:bold;
	/* position:relative; */
}


.trigger a:hover {background-position:0px -32px; color:#494949; cursor: pointer;}

h2.active a{background-position: 0px -16px; cursor: pointer;}

h2.active a:hover{background-position: 0px -48px; cursor: pointer;}

.toggle_container {
	overflow: hidden;
	font-size: 0.8em;
	width: 100%;
	clear: both;
	/*min-height:100px;*/
	padding:0 0 5px 0;
	margin: 0 0 0 0px;
}

.toggle_container .block {
	/*padding: 10px;*/ /*--Padding of Container--*/
       padding:0px;
	   font-size:11px;
}

.block p{margin:0 0 0 20px;}

