* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 12px/18px Tahoma, Verdana, sans-serif;
	background:#fff;
	color:#191919;
	width: 100%;
	height: 100%;
}
input[type='submit']::-moz-focus-inner{padding:0px;border:0px;}
.date{
	color: #808080;
}
.clear{
	clear:both;
	font-size:0;
	line-height:0;
	border:none;
	float:none;
	width:100%;
	height:0px;
}
.gray-line{
	border-top:1px solid #808080;
}
.light-gray-line{
	border-top:1px solid #cccccc;
}
.gray-arrow{
	background:url(img/gray-arrow-small.png) right 2px no-repeat;
	height:30px;
}
.h10{
	height:10px;
}
.h5{
	height:5px;
}
a {
	color: #0067bd;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a.float-left{
	float:left;
}
div.float-right-projects{
	float:right;
	width:277px;
	font-weight:bold;
}
a.float-right, .float-right{
	float:right;
}
p {
	margin-bottom:10px;
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
.div-ctl{
	position: relative;
	right: 50%;
	float: right;
}
h1{
	padding:10px 0px;
	font-size:24px;
	line-height:32px;
	font-weight:normal;
}

.subheading-category  {
	padding:10px 0px;
	font-size:24px;
	line-height:32px;
	font-weight:normal;
}

.item-page h2{
	padding:10px 0px;
	font-size:24px;
	line-height:32px;
	font-weight:normal;
}

.item-page h3{
	padding:10px 0px;
	font-size:24px;
	line-height:32px;
	font-weight:normal;
}
.w200{
	width:205px;
}
.w155{
	width:155px;
}
.w125{
	width:125px;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.main_page .wrapper{
	min-height:0%;
	height: auto !important;
}
.header {
	height: 125px;
	position:relative;
}
a.logo{
	float:left;
	margin-top:20px;
	display:block;
	width:200px;
	height:80px;
	background:url(img/ied-logo-blue.gif) 12px top no-repeat;
	padding-left:120px;
	color:#262626;
	text-decoration:none;
	font-size:18px;
	padding-top:5px;
	line-height:22px;
}
a.logo span{
	display:block;
	font-size:11px;
	color:#a6a6a6;
	line-height:16px;
}


ul.top-menu{
	/* задник верхнего меню */
	float:right;
	margin-top:20px;
	height:40px;
	background:url(img/top-menu-bg.png) left top repeat-x;
}

ul.top-menu > li{
	/* плашки верхнего меню */
	float:left;
	list-style-type:none;
	border-left:1px solid #fff;
	display:block;
	padding:2px 0px 0px 4px;
	height:38px;
	width:98px;
	background:transparent;
}

/**************************************************************************************/
/* НАЧАЛО: КОРНЕВЫЕ ПУНКТЫ ВЕРХНЕГО МЕНЮ */
ul.top-menu>li.selected, ul.top-menu > li > a{
	/* убираем подчеркивания из активных и неактивных пунктов */
	color:#fff;
	text-decoration:none;
}
ul.top-menu > li  > a:hover{
	/* подчеркиваем при наведении */
	text-decoration:underline;
	background:transparent;
}
ul.top-menu > li.selected   {
	/* рисуем картинку-стрелку */
	background:url(img/top-menu-active-bg.png) right top no-repeat;
}
/* КОНЕЦ: КОРНЕВЫЕ ПУНКТЫ ВЕРХНЕГО МЕНЮ */
/**************************************************************************************/


/**************************************************************************************/
/* НАЧАЛО: НЕ-корневые ПУНКТЫ ВЕРХНЕГО МЕНЮ */
ul.top-menu li ul{
	/* готовим выпадающую менюшку */
	background:#fff;
	width:263px;
	padding:0px 10px;
	border:1px solid #bfbfbf;
	position: absolute;
	top:62px;
	z-index:20;
	visibility: hidden;
}
ul.top-menu > li > ul > li  {
	/* отступ для каждого пункта меню */
	padding:6px 0px;
}
ul.top-menu > li > ul  li > span.selected:after, ul.top-menu > li > ul > li a:after{
	/* добавляем для красоты стрелочки » после каждого пункта*/
	content: "\00A0\00BB";
}
ul.top-menu > li > ul > li.selected  {
	/* выделяем активный пункт */
	color: #000;
	font-weight:bold;
}
ul.top-menu li ul li a:hover{
	/* убираем подчеркивание при наведении */
	text-decoration:none;
	background:transparent;
}
ul.top-menu li a{
	/* убираем выделение пункта, если выбран не он, а его ребенок */
	font-weight:normal;
}
ul.top-menu li ul li{
	height:auto;
	width:263px;
	float:left;
	display:inline;
	border-bottom:1px solid #bfbfbf;
}
ul.top-menu li ul li ul{
	position:absolute;
	left:-288px;
	top:-0px;
}
ul.top-menu li.float-right ul{
	right:0px;
}
/* КОНЕЦ: НЕ-корневые ПУНКТЫ ВЕРХНЕГО МЕНЮ */
/**************************************************************************************/


/**************************************************************************************/
/* НАЧАЛО: КОРНЕВЫЕ ПУНКТЫ ЛЕВОГО МЕНЮ */
ul.gray-menu li > span.selected:after, ul.gray-menu li > a:after{
	/* добавляем для красоты стрелочки » после каждого пункта*/
	content: "\00A0\00BB";
}
ul.gray-menu li.selected  {
	/* выделяем активный пункт */
	color: #000;
	font-weight:bold;
}
ul.gray-menu li a{
	/* убираем выделение пункта, если выбран не он, а его ребенок */
	font-weight:normal;
}
ul.gray-menu li ul li{
	/* убираем выделение у детей активного пункта */
	color: #000;
	font-weight:normal;
}
ul.gray-menu li ul{
	list-style-type:none;
	padding:5px 0px 0px 10px;
}
ul.gray-menu li ul li{
	font-size:12px;
	line-height:18px;
	padding:2px 0px;
}
ul.gray-menu li ul li a{
	color:#595959;
	font-size:12px;
}
/* КОНЕЦ: КОРНЕВЫЕ ПУНКТЫ ЛЕВОГО МЕНЮ */
/**************************************************************************************/




.middle {
	border-top:1px solid #808080;
	width: 100%;
	padding: 0 0 110px;
	height: 1%;
	position: relative;
}
.main_page .middle{
	border:0px;
	padding: 0 0 20px;
}
.middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.promo{
	width:950px;
	margin-bottom:20px;
	border:1px solid #c9c9c9;
	padding:9px;
	padding-right:0px;
	background:#f9f9f9 url(img/promo-bg.png) left bottom repeat-x;
}
.promo-banner{
	width:937px;
	/* border:1px solid #bfbfbf; */
	/* height:200px; */
	position:relative;
	overflow:hidden;
	margin-bottom:12px;
}
.promo-image{
	position:absolute;
	left:0px;
	top:0px;
}
.promo-text{
	position:relative;
	float:right;
	display:block;
	width:400px;
	height:180px;
	padding:10px;
	background-image:url(img/promo-text-bg.png);
	color:#808080;
}
div.promo-event{
	position:relative;
	float:left;
	display:block;
	width:718px;
	height:250px;
	border:#BFBFBF 1px solid;
	background:#fff;
	margin-right:11px;
	overflow:hidden;
}
div.promo-event .promo-event-content{
	position:absolute;
	left:0px;
	display:block;
	padding:10px 10px;
	width:720px;
	height:40px;
	top: 200px;
	background-image:url(img/promo-text-bg.png);
}
span.promo-title{
	display:block;
	color:#191919;
	font-size:23px;
	line-height:32px;
	padding:5px 0px;
}
span.promo-description{
	display:block;
	font-size:21px;
	line-height:24px;
	color:#808080;
	margin-bottom:10px;
}
a.promo-more{
	float:right;
	padding-right:10px;
	background:url(img/blue-arrow-small.png) right 7px no-repeat;
}
div.promo-link{
	position:relative;
	float:left;
	display:block;
	width:303px;
	height:98px;
	border:1px solid transparent;
	background:#fff;
	margin-right:11px;
	overflow:hidden;
}
div.promo-link .promo-content{
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	padding:15px 10px 0px 10px;
	width:283px;
	height:100%;
	background-image:url(img/promo-text-bg.png);
}
div.promo-link:hover{
	border:1px solid #404040;
}
div.promo-link:hover .promo-content{
	background-image:url(img/promo-text-hover-bg.png);
}
.promo-link a{
	color:#191919;
	float:left;
	display:block;
}
a.promo-link-title{
	font-size:16px;
	line-height:20px;
	margin-bottom:5px;
}
.content {
	padding: 0 0px 0 240px;
}
.main_page .content{
	padding:0px;
}
a.title{
	display:block;
	font-weight:bold;
	margin-bottom:3px;
}
span.title-gray{
	display:block;
	font-weight:bold;
	margin-bottom:3px;
}
.promo-block{
	float:left;
	width: 45%;
	padding-right: 20px;
}
.block2{
	float:left;
	width:339px;
	margin-right:20px;
	vertical-align:top;
}
.main_page .block2{
	width:470px;
	margin-bottom:20px;
}
.block3-small{
	float:left;
	display:block;
	width:230px;
	margin-right:10px;
}
.block3{
	float:left;
	display:block;
	width:305px;
	margin-right:22px;
	margin-bottom:10px;
}
.gray-bg{
	padding:0px 11px;
	background:#f2f2f2;
}
.gray-bg .block3-small{
	width:225px;
}
.main_page .margin0, .margin0{
	margin-right:0px;
}
a.block-title{
	float:left;
	display:block;
	font-size:18px;
	line-height:22px;
	color:#262626;
	margin-bottom:5px;
}
.gray-bg a.block-title{
	font-size:21px;
	line-height:24px;
	margin-top:5px;
}
.content-left{
	float:left;
	width:500px;
}
.content-right{
	float:right;
	width:211px;
	line-height:21px;
}
div.content-right-event{
	float: right;
	width:211px;
	text-align:right;
	margin-right:30px;
}
.projects-left{
	float:left;
	
}
.projects-right{
	float:right;
	width:351px;
}
.content span.gray{
	display:block;
	color:#bfbfbf;
}
.content ul{
	list-style-type:none;
	padding-left:20px;
	margin-bottom:10px;
}
.content ul li{
	background:url(img/content-li-bg.gif) 0px 9px no-repeat;
	padding-left:20px;
}
.content img{
	padding:1px;
	border:1px solid #a6a6a6;
	margin:0px 20px 20px 0px;
}
img.right-photo, img.i-right{
	float:right;
	display:block;
	margin:0px 0px 20px 20px;
}
img.right-photo{
	margin-top:-40px;
}
ul.block-links{
	padding:0px;
	margin:0px;
	width:40%;
	float:left;
	list-style-type:none;
	margin-right:5%;
}
ul.block-links li{
	padding:0px;
	background:transparent;
}
.main_page ul.block-links a{
	color:#808080;
}
ul.block-links a:hover{
	color:#262626;
}
.sidebar {
	float: left;
	width: 220px;
	margin-left: -100%;
	position: relative;
}
.gray-block{
	background:#f2f2f2 url(img/gray-arrow-big.png) right bottom no-repeat;
	width:200px;
	padding:20px 10px;
	min-height:35px;
}
ul.gray-menu{
	list-style-type:none;
	background:#f2f2f2 url(img/gray-arrow-big.png) right bottom no-repeat;
	width:200px;
	padding:20px 10px 15px 10px;
	min-height:35px;
	margin-bottom:20px;
}
ul.gray-menu li{
	font-size:18px;
	line-height:20px;
	padding:6px 0px;
	color:#808080;
}
ul.gray-menu li a{
	color:#262626;
}


.sidebar #left-menu #current a {
    color: #808080 !important; 
	text-decoration:none; 
}

span.event-title {
	font-size:21px;
	line-height:20px;
	padding:6px 0px;
	color:#808080;
}
span.event-title {
	color:#262626;
}
ul.blue-menu{
	padding:0px 10px;
	list-style-type:none;
	margin-bottom:20px;
}
ul.blue-menu li{
	margin-bottom:5px;
}
ul.blue-menu li a{
	display:block;
}
ul.blue-menu li a:hover{
	color:#191919;
}



.footer {
	width:100%;
	margin: -90px auto 0;
	height: 90px;
	background:url(img/footer-bg.png) left top repeat-x;
	position:relative;
	z-index:5;
}
.main_page .footer{
	margin:0px;
	height: auto !important;
	background:#003a7d url(img/main-footer-bg.png) left top repeat-x;
}
.footer-inner{
	width:960px;
	height:70px;
	margin:0px auto;
	padding:10px 0px;
	color:#ffffff;
}
.main_page .footer-inner{
	height: auto !important;
}
.footer-inner span{
	display:block;
}
.footer-inner span.big{
	font-size:18px;
}
.footer-inner span.gray{
	color:#d9d9d9;
}
.footer-inner span.link{
	margin-top:10px;
}
.footer-inner a{
	color:#fff;
}
.footer .gray-line{
	color:#bfbfbf;
}
.footer ul{
	list-style-type:none;
}
.footer ul li{
	margin-bottom:6px;
}
.footer ul.block-links{
	width:auto;
	margin-right:20px;
}
.footer ul.block-links li{
	margin-bottom:0px;
}
.footer ul.block-links a{
	color:#fff;
}
.image{
	float:left;
	display:block;
	margin:0px 17px 20px 0px;
}
.image img{
	max-width:86px;
	border:1px solid #fff;
	padding:1px;
}
.block3-small .image{
	margin:0px;
}
.content .image{
	margin-right:11px;
}
.content .margin0{
	margin:0px;
}
.content .image img{
	margin:0px;
	border:1px solid #a6a6a6;
}
img.image-mag{
	border:none;
	margin-bottom:5px;
}
table{
	margin-top:10px;
	margin-bottom:10px;
	border:none;
	width:100%;
}
img.image-event{
	padding:0;
	margin:0;
	border: none;
}

.block{
	float:left;
	margin-right:19px;
}
.w370{
	width:360px;
}
.w220{
	width:210px;
}
.w90{
	width:90px;
}
.block img{
	display:block;
	max-width:90px;
	margin:0px;
	line-height:0px;
}
.h30{
	height:30px;
}

.items-more {border-bottom: 1px solid #808080;
    padding-bottom: 16px;}
.items-more ol {padding-top: 10px; padding-left: 20px;}

.pagination { margin-top: 15px;  padding-bottom: 10px; }
.counter  {color: #BFBFBF;}
.pagination ul {display: inline;  margin: 0;
    padding: 0;}
.pagination ul li {display: inline; margin-right: 10px;  background: none; padding:0;}
li.pagination-start { margin:0;}
.pagenav {}





















