@font-face {
    font-family: 'zurich_cn_btregular';
    src: url('../font/zurch_2-webfont.eot');
    src: url('../font/zurch_2-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/zurch_2-webfont.woff') format('woff'),
         url('../font/zurch_2-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

*, * focus {
	outline: none;
	_margin: 0;
	padding: 0;
}
 
.container {
	width: 960px;
}

h2.acc_trigger {
	border-bottom: 2px solid #fff;
	background:#d7d7d7;
	padding: 0px 0px 0px 10px;
	width: 960px;
	font-weight: normal;
	float: left;
	text-transform: uppercase;
	margin-top: 0px;
}

h2.acc_trigger a {
	font-family: 'zurich_cn_btregular';
	font-size  : 15px;
	font-weight: normal;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	font-weight:normal;
	padding: 4px 4px 4px 25px;
	background-image: url(../images/anchor.png);
	background-repeat: no-repeat;
	background-position: left;
	
}

h2.acc_trigger a:hover {
	color: #0277c3;
	font-weight: normal;
}

h2.acc_trigger .current {
	color: #0277c3;
	font-weight: normal;
}

h2.active a 
{
    font-weight: normal; color: #0277c3;         
   	padding: 4px 4px 4px 25px;
	background-image: url(../images/anchor.png);
	background-repeat: no-repeat;
	background-position: left;
}

.acc_container {
	margin: 0 0 5px; 
	padding: 0;
	overflow: hidden;
	font-size: 14px;	
	width: 960px;
	clear: both;
	
}
.acc_container .block {
	padding: 0px 0px 10px 15px;
	width: 960px;
}
.acc_container .block p {
	padding: 0px;
	margin: 0px;
}

h2.acc_trigger1 {
	border-bottom: 1px dashed #d6d6d6;
	padding: 0px 0px 0px 10px;
	width: 960px;
	font-weight: bold;
	float: left;
	text-transform: capitalize;
}

h3
{
	margin: 0px;
	padding: 0px;
	color: #fb6b15;
	font-family: 'zurich_cn_btregular';
	font-size  : 16px;
	font-weight: normal;
}