/* BASIC css start */
.page {
	width: 1100px;
	padding: 20px;
	margin: 0 auto;
}

.page .subject {
	background-color: rgba(21,77,160,1.00);
	color: rgba(255,255,255,1.00);
	padding: 10px 20px;
	font-size: 19px;
	font-weight: bold;
	border-radius: 8px;
	margin-bottom: 20px;
}

.page .slogan {
	color: rgba(26,98,205,1.00);
	padding-left: 20px;
	line-height: 25px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -1px;
}

.page .page_item {
	margin-top: 20px;
	color: rgba(73,73,73,1.00);

}

.page .page_item .title {
	line-height: 35px;
	font-weight: 600;
	font-size: 16px;
	list-style-type: armenian;
	padding-left: 20px;
	border-bottom: 1px dotted rgba(217,217,217,1.00);
	color: rgba(73,73,73,1.00);
	margin-bottom: 20px;
}

.page .page_item .text_area {
	line-height: 30px;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: 871px 0%;
}

.page_item .text_area img {
	float: left;
	clear: both;
	margin-right: 20px;


}

.page_item #accordion h3 {
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	color: rgba(57,57,57,1.00);
	font-weight: 600;
	cursor: pointer;
}

.page_item #accordion div {
	line-height: 25px;
	margin-left: 20px;
	padding: 15px;
	border: 1px solid rgba(236,236,236,1.00);
}

/* BASIC css end */

