.container_16{
	max-width: 1100px;
	min-width: 960px;
	margin: 20px auto 0 auto;
}

body{
	background: url(../images/background3.jpg) no-repeat top center;
	background-color: #fff;
	color:#2c2c2c;
	font: normal 13px/21px Tahoma, sans-serif;
}

#wrapper{
	
}
.container_16{
	margin-top: 0 !important;
}

a{
	color: #2c97d4;
}

a h3{
	color: inherit;
}

a:hover{
	color: #176795;
}

a.local{
	text-decoration: none;
	border-bottom: 1px dashed #2c97d4;
}

a.local:hover{
	border-color: #176795;
}

a.cutlink{
	margin-top: -10px;
}

img{
	border:none;
}

h1, h2, h3, h4, h5, h6{
	color: #466e81;
	font-weight: normal;
}

h2{
	font-size: 20px;
	margin: 0 0 20px 0;
}

#body h2{
	margin-top: 40px;
}
#body h2:first-child{
	margin-top: 0;
}

h3{
	font-size: 16px;
}

table{
	background: #fff;
	border: 5px solid #999999;
	border-collapse:  collapse;
	margin: 10px 0 10px 0;
	width: 100%;
}
td, th{
	border-collapse: collapse;
	padding: 10px;
}

td{
	border-bottom: 1px solid #dbdbdb;
	color: #5e5e5e;
}

tbody tr:nth-child(odd){
	background: #f2f2f2;
}

th{
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	color: #787878;
	background: url(../images/table-head.png) repeat-x;
	padding: 11px 12px 12px 12px;
}

#header{
	color: #6e6e6e;
	margin: 0 0 30px 0;
	padding: 40px 0 0 0;
}

#logo{
	height: 40px;
	position: relative;
}

#logo img{
	position: absolute;
	top: -20px;
	left: 10px;
}

#menu{
	background: #0096e2 url(../images/menu-background.png) repeat-x;
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	margin: 0 0 40px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	z-index: 99;
	position: relative;
}

#menu h3{
	color: #ccc;
}


#menu ul{
	margin: 0 10px;
}

#menu a, #menu span{
	color: #fff;
	display: block;
	float:left;
	height: 27px;
	margin: 4px 10px 0 0;
	text-decoration: none;
	padding: 5px 10px 0 10px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
#menu span{
	cursor: default;
}

#menu ul ul, #menu ul #weather-block, #counter-block{
	background: #676767;
	border: 1px solid #5f5f5f;
	display:none;
	left:-10px;
	padding: 0 10px 5px 10px;
	position: absolute;
	top: 35px;
	color: #fff;
	font-size: 12px;
	z-index:9000;
}

#menu ul ul span{
	background: none !important;
	color: #fff;
	display: inline;
	float:none;
	text-shadow:none;
	padding: 0;
}

#menu li{
	float:left;
	position: relative;
}

#menu li:hover a, #menu .active{
	background: #777777 url(../images/menu-item-background-hover.png) repeat-x;
}

#menu li:hover ul, #menu li:hover #weather-block, #menu li:hover #counter-block{
	display: block;
}

#menu ul ul a, #menu li:hover ul a{
	background: none;
	color: #ddd;
	display: inline;
	float:none;
	font-size: 12px;
	text-decoration: underline;
	text-shadow:none;
	padding: 0;
}
#menu ul ul a:hover{
	color:#fff;
}
#menu ul ul li{
	float:none;
	margin-bottom: 3px;
}
#menu ul ul li:hover a{
	background: none;
	text-shadow:none;
}

#body{
	margin: 0 0 40px 0;
}

.body-column .container{

}

#actions{
	text-align: center;
}
#actions li{
	margin: 10px 0 0 0;
}
#actions li:first-child{
	margin:0;
}

#footer{
	padding: 0 0 10px 0;
}

#footer a{
	color: #8b979e;
	font-size: 11px;
}

#footer h2{
	font-size:14px;
	margin: 0;
}
#footer .contact{
	color: #ccc;
}


.content-block{
	margin: 0 0 20px 0;
}
.info{
	color: #9f9f9f;
	font-size: 11px;
	margin-top: 5px;
}
#content h3{
	margin: 20px 0 10px 0;
}
#content h4{
	margin: 10px 0 0 0;
}
#content p, ol{
	margin: 0;
}
#content p{
	/*text-indent: 1em;*/
}
#content ol, #content ul{
	list-style-position: inside !important;
}

#content ul{
	list-style: disc outside;
}

#content #map_canvas h3{
	margin: 0px !important;
}

#content h3:first-child{
	margin: 10px 0 0 0;
}
.news-info{
	color: #9f9f9f;
	font-size: 11px;
	font-style: italic;
}
.sidebar-block{
	margin: 0 0 30px 0;
}

#banner-wide{
	text-align: center;
	padding: 9px 0 5px 0;
}


#contacts{
	line-height: 20px;
}

#contacts .contact{
	border:none;
	border-bottom: 1px solid #e5e5e5;
	padding: 25px 0;
}

#contacts .contact.last{
	border: none;
}

#contacts .ext{
	display: block;
	font-size: 11px;
	line-height: 14px;
	font-style: italic;
	margin: 0 0 5px 0;
}

#contacts .ext a{
	font-style: normal;
}

#contacts .ext.gray{
	color: #828282;
}

#contacts .ext .workmode{
	width: 70px;
	line-height: 16px;
}

#contacts .label{
	color: #828282;
}

#contacts .workmode{
	display: inline-block;
	width: 80px;
}

.alleft{
	text-align:left;
}

.alright{
	text-align:right;
}

.alcenter{
	text-align: center;
}

.quarter{
	width:25%;
}

li.quarter{
	width: 25%;
	float: left;
}

.rur{
	color: #079100;
}

ol{
	list-style-type: decimal;
}

.addresses{
	list-style-type: disc;
	margin: 5px 0 0 0;
}

.addresses li{
	margin: 0 0 5px 0;
	line-height: 16px;
}

.addresses em{
	color: #888;
}

#smallhelp{
	position: relative;
	height: 40px;
	left: -10px;
}

#helper{
	position: absolute;
	z-index: 300;
}
#helper a{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#helper.cat1{
	background: url(../images/cat.png) no-repeat;
	height: 90px;
	width: 54px;
	bottom: -36px;
}
#helper.cat2{
	background: url(../images/cat2.png) no-repeat;
	height: 90px;
	width: 61px;
	bottom: -36px;
}
#helper.cat3{
	background: url(../images/cat3.png) no-repeat;
	height: 90px;
	width: 75px;
	bottom: -36px;
	left: -11px;
}

#tooltip{
	width: 258px;
	height: 66px;
	padding: 6px 23px 0 27px;
	overflow: hidden;
	background: url(../images/tooltip.png) no-repeat;
	z-index: 301;
	position: absolute;
	left: 55px;
	top: -15px;
	font-size: 11px;
	line-height: 14px;
	color: #867d78;
}

#tooltip .close{
	height: 8px;
	width: 8px;
	position: absolute;
	right: 14px;
	top: 11px;
	background: url(../images/tooltip-close.png);
	cursor: pointer;
}

a.file{
	padding: 10px 10px 10px 30px;
	text-align: center;
	display: inline-block;
	background-color: #eee;
	background-repeat: no-repeat;
	background-position: 9px center;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	margin-bottom: 5px;
}

a.file[href$='.doc']{
	background-image: url(../images/icons/word.png);
}
a.file[href$='.xls']{
	background-image: url(../images/icons/excel.png);
}
a.file[href$='.pdf']{
	background-image: url(../images/icons/pdf.png);
}
a.file[href$='.zip']{
	background-image: url(../images/icons/zip.png);
}

.categories-menu{
	margin: 0 0 40px 0;
	list-style: none;
	padding-left: 0 !important;
}

.categories-menu li{
	display: inline;
}
.categories-menu li a{
	padding: 6px 12px;
	border: 1px solid #d5d5d5;
	border-left-width: 0;
	background: url(../images/tvmenu-item.png);
	text-decoration: none;
	color: #626262;
}
.categories-menu li a.active{
	background: url(../images/tvmenu-item-active.png);
	color: #424242;
}
.categories-menu li a.load{
	background: url(../images/tvmenu-item-active.png);
	color: #626262;
}
.categories-menu li:first-child a{
	border-left-width: 1px;
}


.block{
	padding: 30px 0;
	border-bottom: 1px solid #e5e5e5;
}
.channel{
	color: #707070;
}
.channel:hover{
	color: #2C2C2C;
}

.channel .current{
	color: #000;
	list-style-type: circle;
}
.channel li:hover{
	color: #b60000;
}

.item h3, .payment h3{
	margin-top: 0 !important;
}

.channel:hover .info a{
	color: #616161;
	border-color: #616161 !important;
}

.channel .info a{
	color: #a8a8a8;
	border-color: #a8a8a8;
}
.channel .info h3, .channel img{
	cursor: pointer;
}
.item li, .payment li{
	margin: 0 0 10px 0;
}
.channel .time{
	margin: 0 5px 0 0;
}

.categories .category:last-child .item:last-child{
	border: none;
}

.categories .category .item:first-child{
	padding-top: 0px !important;
}

.contact:target .caption{
	color: #be4d47;
}

.banners.top{
	margin-bottom: 40px;
}

.banners.bottom{
	margin-bottom: 20px;
}

#bulletins-block .container{
	padding: 15px 0px;
	line-height: 20px;
}

#bulletins-block ul{
	list-style: none;
	padding-left: 0;
}

#bulletins-block li{
	padding: 5px 20px;
	margin: 2px 0;
}

#bulletins-block .important{
	background: #ecf791;
	padding: 7px;
	margin: 10px 8px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#bulletins-block h2{
	padding-left: 20px;
}

#bulletins-block .contact{
	color: #828282;
	font-size: 11px;
}

#bulletins-menu{
	font-size: 14px;
	line-height: 30px;
	color: #828282;
	padding: 0 !important;
}

#bulletins-menu .current{
	font-style: italic;
}

a.like, span.liked{
	padding-left: 13px;
	background: url(../images/icons/like.png) no-repeat left -1px;
	text-decoration: none;
	font-style: normal;
	color: #2c2c2c;
}
a.like{
	opacity: 0.5;
}
a.like:hover{
	opacity: 1;
}

#weather-block{
	width: 170px;
}

.forecast-item{
	position: relative;
	margin-bottom: 0px;
}

#weather-block .forecast-item:last-child{
	margin: 0;
	border-bottom: 1px solid #b3b3b3;
	padding-bottom: 10px;
}

#weather-block h3{
	color: #b3b3b3;
	font-size: 11px;
	text-align: center;
	margin: 0 0 10px 0;
	background: url(../images/stripe.png) repeat-x center;
}

.forecast-data{
	position: absolute;
	left: 58px;
	top: 0px;
	text-align: right;
}

.forecast-data h4{
	font-size: 14px;
	color: #fff;
}

#weather-block h3 span{
	float:none;
	color: inherit;
	background: #676767;
	padding: 0 5px;
	display: inline;
}

#footer ul{
	list-style: none;
	padding-left: 0;
}

.city-news{
	list-style: none !important;
}

.city-news h4{
	font-size: 14px;
	margin-bottom: 5px;
}

.city-news li{
	margin-bottom: 10px;
}
.city-news li:last-child{
	margin-bottom: 0;
}

.city-news .hot{
	background: #e8e8e8;
	padding: 10px 20px;
	margin: 0 -20px 10px -20px;
	color: #4a4a4a;
}
.city-news .hot h3{
	margin-bottom: 10px;
}

.city-news .time{
	padding: 2px;
	margin-right: 5px;
	background: #aaa;
	color: #fff;
	font-size: 11px;
	-webkit-border-radius: 2px;
}

.all{
	font-size: 14px;
	margin-top: 10px;
	display: inline-block;
}

#users-photos{
	list-style: none;
	margin-top: 20px;
}
#users-photos li{
	display: inline-block;
	margin: 0 0px;
	width: 132px;
	text-align: center;
}
#users-photos img{
	padding: 6px;
	background: #fff;
	border: 1px solid #ccc;
}
#users-photos li:first-child{
	margin-left: 0;
}
#users-photos li:last-child{
	margin-right: 0;
}

#joblist{
	margin-bottom: 10px;
}

.article p{
	text-indent: 1em;
}
.article p:first-child{
	text-indent: 0;
	padding-top: 0;
}
.interview p{
	padding-top:20px;
}
.interview p:first-child{
	padding-top: 0;
}

.container .events-list li{
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #ddd;
}

.container .events-list h3{
	margin-bottom: 5px;
}

.container .events-list li:last-child{
	margin: 0;
	padding: 0;
	border: none;
}