@font-face {
	font-family: MyriadPro-Regular; src: url(fonts/MyriadPro-Regular.otf);
}

@font-face {
	font-family: MyriadPro-Bold; src: url(fonts/MyriadPro-Bold.otf);
}

body {
	margin: 0;
	font-family: MyriadPro-Regular;
	background-color: #FFF;
}

hr {
	border: none;
	border-bottom: 1px dotted #999;
}

#top {
	width: 100%;
	height: 50px;
	background-image: url(img/130.png);
	background-size: cover;
}

#baner {
	width: 100%;
	height: 300px;
	background: linear-gradient(to top, #1559e3, #fafafa);
}

#banerin {
	width: 1000px;
	height: 250px;
	margin: auto;
	padding-top: 50px;
	background-image: url(img/baner.png);
	background-repeat: no-repeat;
	background-position:right;
}

#banerin p {
	font-family:
	MyriadPro-Bold;
	font-size: 24px;
	color: #FFF;
	text-transform: uppercase;
}

#menu {
	margin-top: -16px;
	width: 100%;
	height: 70px;
	background-color: #000;
	background-image: url(img/menu.jpg);
	background-repeat: repeat-x;
	border-bottom: 5px solid #ffe400;
}

#menuin {
	width: 1000px;
	height: 70px;
	text-align: center;
	margin: auto;
}

#menuin .menu li, #fmenu .menu li  {
	list-style-type: none;
	float: left;
}

#menuin .menu li a {
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	display: block;
	width: 166px;
	height: 70px;
	line-height: 78px;
}

#menuin .menu li a:hover, #menuin .menu li.current.active a {
	background-image: url(img/menu2.jpg);
	background-repeat: repeat-x;
	color: #333;
}

.start {
	width: 275px;
	min-height: 10px;
	color: #fff;
	margin-bottom: 1px;
	background: linear-gradient(to top, #1758dc, #4e88fc);
	cursor: pointer;
	font-size: 14px;
	border-left: 10px solid #ffe400;
	padding: 10px 5px 10px 10px;
	text-transform:uppercase;
}

.start:hover {
	background: linear-gradient(to top, #114dc6, #4179ec);
}

.st_closed {
	width: 10px;
	height: 10px;
	background-image: url(img/st_closed.png);
	background-repeat: no-repeat;
	position: absolute;
	margin-left: 260px;
	margin-top: -12px;
}

.st {
	background-image: url(img/st.png);
}

.data {
	display: none;
}

.start.link, #data #start.link {
	width: 275px;
}

.start.link.active, #data #start.link.active {
	text-decoration: underline;
}

.start a, #data #start a {
	display: block;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}

#content {
	width: 980px;
	min-height: 500px;
	padding: 20px 10px 20px 10px;
	margin: auto;
}

#left {
	width: 300px;
	min-height: 200px;
	float: left;
	margin-right: 40px;
	/*margin-top: 10px;*/
}

#left p {
	font-size: 14px;
	color: #444;
	text-align: justify;
}

#left span {
	font-size: 12px;
	color: #518afe;
}

#left img {
	width: 100%;
}

#text {
	width: 640px;
	min-height: 200px;
	float: left;
	text-align: justify;
}

#text h1,h2,h3,h4,h5 {
	font-weight: 100;
	font-family: MyriadPro-Bold;
}

#text p, li, td, a {
	font-size: 14px;
}

#text p, li, td {
	color: #333;
}

#text a {
	color: #1559e3;
}

#text img {
	max-width: 100%;
}

#footer {
	width: 100%;
	height: 50px;
	background-color: #5089fd;
	clear: both;
}

#footerin {
	width: 1000px;
	height: 50px;
	margin: auto;
}

#fmenu {
	width: 600px;
	float:left;
}

#fmenu .menu li a {
	color:#FFF;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	margin-right: 30px;
}

#fmenu .menu li a:hover, #fmenu .menu li.current.active a {
	color: #000;
}

#left .newsflash-title {
	font-size: 14px;
}

#left .newsflash h5 {
	margin: 0;
}

#left .newsflash p {
	font-size: 12px;
}

#left .newsflash a.readmore {
	font-size: 12px;
	float:right;
}

#left .newsflash .date {
	text-decoration: none;
}

#text .blog .page-header
{
	font-size: 13px;
	text-align: left;
}

#text .blog .readmore {
	float: right;
	margin: 0;
}

#text .blog .date, #text .item-page .date {
	color: #518afe;
	font-size: 12px;
}

#text .blog .readmore a {
	font-size: 12px;
}

#text .item-page .page-header {
	font-size: 13px;
}

#text .blog p, #text .item-page p {
	margin: 0;
}

.pagination-start, .pagination-prev, .pagination-next, .pagination-end {
	display: none;
}

.pagination p {
	text-align: right;
	float: left;
}

.pagination ul {
	/*padding: 0;*/
	margin: 0;
	float: right;
	color: #518afe;
	font-size: 12px;
}

.pagination ul li {
	list-style-type: none;
	float: left;
	margin-left: 30px;
}