@import "../fonts/style.css";

/**, * focus {
	outline: none;
	margin: 0;
	padding: 0;
}*/
 
.container {
	width: 700px;
}

h2.acc_trigger {
	border-top: 1px dashed #cccccc;
	background:url(../images/bullet2.gif) no-repeat;
	padding: 0px 0px 0px 20px;
	width: 700px;
	font-weight: normal;
	float: left;
	text-transform: capitalize;
}
h2.acc_trigger a {
	font-family:CalibriRegular;
	font-size  : 18px;
	font-weight: normal;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	display: block;
	line-height:150%;
	padding: 10px 10px 10px 10px;
}

h2.acc_trigger a:hover {
	color: #960000;
	font-weight: normal;
}

h2.acc_trigger .current {
	color: #00579e;
	font-weight: normal;
}

h2.active {background-position: left top; font-weight: bold;}
.acc_container {
	margin: 0 0 5px; padding: 0;
	overflow: hidden;
	font-size: 16px;	
	width: 720px;
	clear: both;
	
}
.acc_container .block {
	padding: 0px 10px 0px 30px;
}
.acc_container .block p {
	padding:  0;
	margin:  0;
}

h2.acc_trigger1 {
	border-top: 1px dashed #c8cba0;
	background:url(../images/icon-q.gif) no-repeat;
	padding: 0px 0px 0px 15px;
	width: 700px;
	font-weight: bold;
	float: left;
	text-transform: capitalize;
}