#wrapper {
    width: 980px;
    margin: 0 auto;
}
#header {
	background: #3d5890 url(../img/header-bg.png) repeat-x top left;
	margin: 0 auto 20px auto;
	position: relative;
	height: 185px;
}
#header .date {
	color: #f6f6f6;
	font-size: 11px;
	text-transform: uppercase;
	position: absolute;
	top: 6px;
	left: 386px;
}
#header .org {
	background: url(../img/header-org-bg.png) no-repeat;
	color: #ffffff;
	font-size: 12px;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 240px;
	height: 29px;
}
#header .org a {
	color: #ffffff;
	text-decoration: none;
}
#header .org ul {
	display: block;
	margin: 5px 0px 0px 29px;
}
#header .org li {
	display: block;
	float: left;
	margin: 0px 0px 0px 22px;
}
#header .logo {
	display: block;
	width: 315px;
	height: 48px;
	position: absolute;
	top: 48px;
	left:20px;
}
#header .topmenu {
	background: url(../img/topmenu-bg.png) repeat-x;
	border-radius: 10px 10px 0px 0px;
	height: 36px;
	position: absolute;
	top: 112px;
	left: 0px;
}
#header .topmenu a {
	color: #ffffff;
	display: block;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 13px 0px 13px;
}
#header .topmenu li {
	background: url(../img/topmenu-li-bg.png) no-repeat left center;
	display: block;
	float: left;
	height: 36px;
}
#header .topmenu li.first {
	background: none;
}
#header .topmenu li.active {
	background: url(../img/topmenu-li-active-bg.png) repeat-x;
}
#header .topmenu .first.active {
	border-radius: 10px 0px 0px 0px;
}
#header .topmenu .first.last {
	border-radius: 0px 10px 0px 0px;
}
#header .topmenu li.active a {
	color: #292929;
}
#header .topmenu2 {
	color: #000000;
	font-size: 13px;
	position: absolute;
	top: 158px;
	left: 28px;
}
#header .topmenu2 ul {
    margin-left: 0;
}
#header .topmenu2 a {
	color: #000000;
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 2px 12px 0px 12px;
}
#header .topmenu2 li {
	background: url(../img/topmenu2-li-bg.png) no-repeat left center;
	display: block;
	float: left;
	height: 21px;
}
#header .topmenu2 li.first {
	background: none;
}
#header .search {
	position: absolute;
	width: 216px;
	height: 25px;
	top: 64px;
	left: 395px;
}
#header .search .form-text {
	background: #ffffff url(../img/header-search-input-bg.png) no-repeat;
	display: block;
	float: left;
	padding: 0px 11px 0px 25px;
	width: 124px;
	height: 25px;
    border: none;
    border-radius: 0;
}
#header .search .form-submit {
	background: #ffffff url(../img/header-search-submit-bg.png) no-repeat;
	text-indent: -10000px;
	width: 56px;
	height: 25px;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
#header .icons {
	position: absolute;
	top: 60px;
	right: 35px;
	text-align: right;
	height: 33px;
}
#header .icons a{color:white;font-size: 12px; font-weight: bold;margin-left: 15px}
#header .auth {
    height: 19px;
    position: absolute;
    right: 20px;
    top: 158px;
}
#header .auth a {
	color: #ffffff;
	font-size: 12px;
}
#header .auth .inputtext {
	background: url(../img/header-auth-inputtext-bg.png) no-repeat;
	color: #a8a8a8;
	font-size: 12px;
	margin: 0px 7px 0px 0px;
	padding: 0px 3px;
	width: 109px;
	height: 19px;
    border: none;
}
#header .auth .inputsubmit {
	background: url(../img/header-auth-inputsubmit-bg.png) no-repeat;
	margin: 0px 14px 0px 9px;
	text-indent: -10000px;
	width: 65px;
	height: 19px;
    border: none;
}

.e-margin-b-20 {
    margin-bottom: 40px;
}
.e-center {
    margin: 0 auto;
}
.e-item {
    overflow: hidden;
}
.e-item-title {
    text-transform: uppercase;
    font-weight: normal;
}
.e-item-content {
    position: relative;
}
.e-item-info {
    background: rgba(0,0,0, 0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    line-height: 16px;
    padding: 8px 18px;
    min-height: 32px
}
.e-item-info a {
    color: #fff;
}
.e-item-latest-news {
    float: right;
}



.e-banner {
    margin-bottom: 15px;
}



.e-tabs {
    list-style: none;
    margin-left: 0;
    overflow: hidden;
}
.e-tabs li:last-child {
    border-right: none;
}
.e-tabs li {
    background: none repeat scroll 0 0 #2A427C;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 33.3333333%;
    border-right: 1px solid #7484AA;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.e-tabs li a {
    color: #fff;
}
.e-tabs li a:hover {
    text-decoration: none;
}
.e-tabs li.active:first-child {
    border-right: none;
}
.e-tabs li.active:last-child {
    border-right: 1px solid #7484AA;
}
.e-tabs li.active {
    background: #fff;
    border-top: 1px solid #7484AA;
}
.e-tabs li.active a {
    color: #2A427C;
}



.e-news {
    margin-bottom: 10px;
}
.e-news-item {
    overflow: hidden;
    margin-bottom: 20px;
    padding:0 20px 20px;
    border-bottom: 1px dotted #ccc;
}
.e-news-item-img {
    display: block;
    float: left;
    margin-right: 20px;
}
.e-news-item-content {
    overflow: hidden;
    position: relative;
}
.e-news-item-title {
    line-height: 100%;
    font-weight: normal;
    margin-top: 5px;
}
.e-news-item-title i {
    position: relative;
    top: 3px;
}
.e-news-item-date {
    position: absolute;
    top: 5px;
    right: 0;
    color: #828181;
    font-size: 12px;
    text-align: right;
    line-height: 16px;
}
.e-news-item-author {
    margin: 5px 0;
    color: #828181;
    font-size: 12px;
}

.e-list-news {
    margin-bottom: 10px;
}
.e-list-news dt {
    font-weight: normal;
    color: #666666;
}
.e-news-weeks {
    margin-top: 20px;
    padding: 0 20px 15px 20px;
}


.e-list {
    margin-bottom: 10px;
}
.e-list-title {
    background: #2A427C;
    color: #FFFFFF;
    height: 33px;
}
.e-list-title h4 {
    font-size: 17px;
    padding: 6px 0 0 20px;
    text-transform: uppercase;
}
.e-list-content {
    border: 1px solid #ccc;
    padding-bottom: 15px;
    /*min-height:370px*/
}
.e-list-item {
    padding: 10px 20px 0px 20px;
}
.e-list-item-date {
    color: #2A427C;
    font-size: 12px;
}
.e-list-item-text a {
    color: #000;
    text-decoration: underline;
}
.e-list-item-text a:hover {
    text-decoration: none;
}
.e-list-link {
    margin-top: 10px;
    padding: 6px 0 0 20px;
}
.e-list-link a {
    text-decoration: underline;
}
.e-list-link a:hover {
    text-decoration: none;
}


.e-partners {
    margin-bottom: 10px;
}
.e-partners-title {
    background: #2A427C;
    color: #FFFFFF;
    height: 33px;
}
.e-partners-title h4 {
    font-size: 17px;
    padding: 6px 0 0 20px;
    text-transform: uppercase;
}
.e-partners-content {
    border: 1px solid #ccc;
    padding: 15px;
}
.e-partners-date {
    color: #2A427C;
    font-weight: bold;
    font-size: 12px;
}
.e-partners-text {
    font-size: 12px;
    line-height: 16px;
}




.e-video {
	background: #313131;
	border: 1px solid #d0d0d0;
	margin: 0px 0px 18px 0px;
	position: relative;
	width: 100%;
	height: 115px;
}
.e-video h3 {
	display: block;
	color: #ffffff;
	font-size: 13px;
	padding: 12px 0px 0px 16px;
    margin: 0;
    line-height: 18px;
}
.e-video img {
	padding: 8px 0px 0px 16px;
	max-width: 96px;
	max-height: 62px;
}
.e-video .next {
	position: absolute;
	top: 50px;
	right: 25px;
	width: 15px;
	height: 9px;
}
.e-photo {
	background: #ffffff;
	border: 1px solid #d0d0d0;
	margin: 0px 0px 18px 0px;
	position: relative;
	width: 100%;
	height: 115px;
}
.e-photo h3 {
	display: block;
	color: #2a427c;
	font-size: 13px;
	padding: 12px 0px 0px 16px;
    margin: 0;
    line-height: 18px;
}
.e-photo img {
	padding: 8px 0px 0px 16px;
	max-width: 96px;
	max-height: 62px;
}
.e-photo .next {
	position: absolute;
	top: 50px;
	right: 25px;
	width: 15px;
	height: 9px;
}


.e-page {
    padding: 10px 10px;
}
.e-page-date {
    color: #828181;
    font-size: 12px;
    margin-bottom: 15px;
}
.e-page-img {
    float: left;
    margin-right: 20px;
}
.e-page-content {

}
.e-page-content h1 {
    color: #2A427C;
    font-size: 21px;
    font-weight: normal;
    line-height: 24px;
    margin: 0 0 20px;
}
.e-page-authors {
    color: #828181;
    display: block;
    font-size: 12px;
    margin: 0 0 20px;
}
.e-page-social {
    margin-bottom: 15px;
}
.e-page-text {
    margin-bottom: 20px;
}

.e-tags {
	color: #828181;
	font-size: 12px;
	margin: 0px 0px 20px 0px;
  clear: both;
}
.e-tags ul {
    margin-left: 0;
}
.e-tags li {
	background: #eeeeee;
	border-radius: 4px;
	display: inline;
	padding: 3px 5px;
}
.e-tags a {
	color: #0075d9;
	text-decoration: none;
}
.e-counter {
	color: #828181;
	font-size: 11px;
	margin: 0px 0px 20px 0px;
}
.e-check {
	color: #828181;
	font-size: 12px;
	text-align: center;
	margin: 0px 0px 20px 0px;
}

.e-pagination {
	font-size: 15px;
	margin: 0px 0px 17px 0px;
}
.e-pagination a {
	color: #828181;
	display: block;
	text-decoration: none;
}
.e-pagination span {
	color: #3d5890;
	display: block;
	font-weight: bold;
}
.e-pagination li {
	display: block;
	float: left;
	margin: 0px 7px 0px 0px;
}
.e-pagination .back {
	background: url('/img/pag-back.png') no-repeat center bottom;
	padding: 2px 0px 0px 0px;
	width: 7px;
	height: 11px;
	text-indent: -3000px;
}
.e-pagination .next {
	background: url('/img/pag-next.png') no-repeat center center;
	padding: 4px 0px 0px 0px;
	width: 7px;
	height: 11px;
	text-indent: -3000px;
}
.e-pagination .last {
	background: url('/img/pag-last.png') no-repeat center center;
	padding: 4px 0px 0px 0px;
	width: 15px;
	height: 11px;
	text-indent: -3000px;
}



#footer {
	background: #363636 url(../img/footer-bg.png) repeat-x top left;
	margin: 0px auto 0 auto;
	position: relative;
	height: 120px;
}
#footer .menufooter {
	height: 28px;
}
#footer .menufooter li {
	border-left: 1px solid #898989;
	display: block;
	font-size: 13px;
	float: left;
	padding: 0 10px;
}
#footer .menufooter .first {
	border: none;
}
#footer .menufooter li a {
	display: block;
	color: #363636;
	text-decoration: none;
}
#footer .logo {
	display: block;
	width: 293px;
	height: 43px;
	position: absolute;
	top: 45px;
	left: 85px;
}
#footer .repost {
	color: #959595;
	display: block;
	font-size: 12px;
}
#footer .copyright {
	color: #959595;
	font-size: 12px;

}
#footer .padding10 {padding: 10px;}

