/***** Цвета *****
Black:      #3B3E40
Gray:       #757C7F
Dark Blue:  #2480AC
Light Blue: #33B8F6
Red:        #F5333A
*/

/******** Общие элементы ********/
/***** Стандартные элементы *****/
* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	height: 100%;
}

body {
	min-height:100%;
	height: 100%;
}

body {
	color: #3B3E40;
	background-color: #fff;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 75%;
	min-width: 950px;
}

h2 {
	color: #2480AC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	text-align: center;
	margin-bottom: 20px;
	border-bottom: 1px solid #2480AC;
}

a {
	color: #2480AC;
}

a:visited {
	color: #757C7F;
}

a:hover {
	color: #33B8F6;
}

p {
	/*text-align: justify;*/
	line-height: 1.3;
	margin-bottom: 10px;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

/***** Заголовок *****/
#content{ 
	margin: 0 auto;
	width: 1000px;
}

#main_wrapper {
	height: auto !important;
	min-height:100%;
	height: 100%;
}

#header {
	height: 259px;
	clear: both;
	width: 1000px;
	margin: 0 auto;
}

#header_back {
	background: #2480AC url(https://www.nogliki-adm.ru/assets/images/tpl/tile_top.gif) repeat-x left top;
	height: 259px;
}
#gerb {
	width: 98px;
	height: 122px;
	margin-top: 15px;
	margin-left: 31px;
	float: left;
}

#title {
	background: url(https://www.nogliki-adm.ru/assets/images/tpl/sakh.gif) no-repeat left top;
	width: 523px;
	height: 122px;
	margin-top: 15px;
	margin-left: 20px;
	float: left;
}

#title h1 {
/*	width: 458px;
	height: 61px;*/
	color: #dadee0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	margin-top: 33px;
	margin-left: 50px;
}

#title h1 span {
	font-size: 155%;
}

#nav {
	width: 1000px;
	margin-left: 20px;
	margin-top: 49px;
	float: left;
}

#nav li {
	list-style: none;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	display: block;
	float: left;
}

#nav li a {
	color: #757C7F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	text-decoration: none;
}

#nav li a:hover {
	color: #3B3E40;
}

#search_form {
	float: left;
	margin-top: 58px;
}

#search_result {
	margin: 0 auto;
	width: 1000px;
}

#crumbs {
	margin-left: 25px;
	margin-top: 10px;
	float: left;
}

#crumbs a,
#crumbs .B_currentCrumb{
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	display: inline-block;
	text-decoration: none;
}

#crumbs .B_currentCrumb{
	color: #757C7F;
}

#crumbs a {
	color: #2480AC;
}

#crumbs a:hover {
	color: #33B8F6;
}

/***** Основной контейнер *****/
#sidebar {
	width: 420px;
	margin: 0 0 20px 30px;
	display: inline; /* fix for IE */
	clear: left;
	float: left;
}

#main {
	width: auto;
	max-width: 530px;
	margin: 0 30px 20px 480px;
}

#sub-sidebar {
	width: 250px;
	margin: 0 0 20px 30px;
	display: inline; /* fix for IE */
	clear: left;
	float: left;
}

#sub-main {
	width: auto;
	max-width: 500px;
	margin: 0 30px 20px 330px;
}

#sub-main-full {
	width: auto;
	margin: 0 30px 20px 30px;
}

/***** Подвал *****/
#footer {
	color: #fff;
	height: 72px;
	width: 1000px;
	margin: 0 auto;
	padding-top: 15px;
}

#footer_space {
	height: 87px;
	clear: both;	
}

#footer_back {
	clear: both;
	height: 87px;
	margin-top: -87px;
	background: #2480AC url(https://www.nogliki-adm.ru/assets/images/tpl/tile_bottom.gif) repeat-x left top;
}

#footer .copy {
	margin-left: 30px;
	float: left;
	width: 440px;
}

#footer .contacts {
	float: left;
	width: 350px;
	margin-left: 10px;
}

#footer .design {
	margin-right: 30px;
	float: right;
}

#footer a{
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	/*color: #2480AC;*/
	text-decoration: underline;
}

/******** Страничные элементы ********/

/***** Общие *****/

#submenu li {
	background: url(https://www.nogliki-adm.ru/assets/images/tpl/arrow1.gif) no-repeat 0 8px;
	list-style: none;
	padding: 5px 0 5px 20px;
	/*margin-top: -1px;
	border-top: 1px solid #2480AC;
	border-bottom: 1px solid #2480AC;*/
}

#submenu ul li {
	border: 0;
	padding: 5px 0 5px 20px;
	margin-top: 5px;
}

/*#submenu li.first {
}

#submenu li.last {
	border-bottom: 1px solid #2480AC;
}*/

#submenu li a {
	color: #3B3E40  ;
	font-size: 100%;
	text-decoration: none;
}

#submenu li a:hover {
	color: #2480AC;
}

#submenu li.sel a  {
	color: #2480AC;
}

a.allnews {
	color: #3B3E40;
	background: url(https://www.nogliki-adm.ru/assets/images/tpl/arrow1.gif) no-repeat left 3px;
	font-size: 120%;
	text-decoration: none;
	margin: 20px 0;
	padding-left: 15px;
}

a.telegram {
	color: #3B3E40;
	background: url(https://www.nogliki-adm.ru/assets/images/tpl/telegram.gif) no-repeat left 3px;
	font-size: 120%;
	text-decoration: none;
	margin: 20px 0;
	padding-left: 15px;
}


a:hover.allnews,
a:hover.telegram {
	color: #2480AC;
}

/*** Paginate ***/

.pages {
	/*text-align: center;*/
	margin: 20px 0;
}

.pages a:visited {
	color: #2480AC; 
}

.pages a:hover {
	color: #33B8F6; 
}

.pages .prev {
	background: url(https://www.nogliki-adm.ru/assets/images/tpl/arrow-l.gif) no-repeat left 5px;
	width: 33%;
	padding-left: 13px;
	margin-right: -13px;
	float: left;
}

.pages .next {
	background: url(https://www.nogliki-adm.ru/assets/images/tpl/arrow-r.gif) no-repeat right 5px;
	text-align: right;
	width: 33%;
	padding-right: 13px;
	margin-left: -13px;
	float: left;
}

.pages .num {
	color: #757C7F;
	text-align: center;
	width: 34%;
	float: left;
}

.pages .ditto_off {
	color: #757C7F;
	/*font-size: 12px;*/
}

/***** Главная *****/

.lside, .rside{
	width: 195px;
	float: left;
}

.lside {
	margin-right: 15px;
}

.rside {
	margin-left: 15px;
}

.cside {
	clear: left;
}

.sb {
	margin-bottom: 20px;
	/*overflow: hidden;*/
}

/***** Новости *****/

/*.news h2 strong {
	color: #F5333A;
	font-size: 14px;
}*/

.news .announce {
	text-align: justify;
}

.news .story{
	margin-bottom: 10px;
}

.news .more {
	text-align: right;
}

.news .more div a {
	background: url(https://www.nogliki-adm.ru/assets/images/tpl/arrow1.gif) no-repeat right 3px;
	padding-right: 15px;
	
}	

.news .news_source {
	font-style: italic;
	text-align: right;
	margin-top: 15px;
}


.story h3 {
	/*color: #2480AC;*/
	font-size: 110%;
	/*line-height: 0.95;*/
	margin-bottom: 3px;
}

.story h3 a,
.news .news_source a { 
	color: #3B3E40;
	text-decoration: none;	
}

.story h3 a:hover,
.news .news_source a:hover {
	color: #2480AC;
}

.story h3 strong  {
	color: #F5333A;
	font-size: 80%;
}

.story .news_image {
	padding: 7px 0 5px 10px;
	float: right;
}

/***** Документы *****/

#info .list,
.docs .list {
	margin-bottom: 5px;
}

.docs h3, 
.docs h4 {
	margin-top: 10px;
	margin-bottom: 5px;
}

/*.docs ul {
	margin-top: 5px;
}*/

.docs li {
	list-style: disc inside;
	margin-bottom: 5px;
	margin-left: 20px;
}

.docs li a,
.docs h4 a,
.docs .list a {
	color: #3B3E40;
	text-decoration: none;	
}

.docs li a:visited,
.docs h4 a:visited,
.docs .list a:visited {
	color: #757C7F;
}

.docs li a:hover,
.docs h4 a:hover,
.docs .list a:hover {
	color: #2480AC;
}

.docs h2 span,
.docs h2 a {
	color: #2480AC;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 140%;*/
	font-weight: bold;
	text-decoration: none;
}

.docs h3 em, 
.docs h4 em {
	font-style: italic;
	font-weight: normal;
}

.news table,
.news tr,
.news th,
.news td,
.docs table,
.docs tr,
.docs th,
.docs td {
	border: 1px solid #2480AC;
}

/*#mailform .FormLine {
	margin: 5px 0;
}*/

.mailform .errors {
	color: red;
	margin-bottom: 20px;
}

.mailform span.req {
	color: red;
}

/*#mailform label {
	display: block;
}*/

.mailform select,
.mailform textarea,
.mailform input,
.mailform .FormAddress {
	border: 1px solid #2480AC;
	display: block;
	margin-bottom: 10px;
}

.mailform .FormAddress {
	padding: 10px;
}

.mailform div.agree {
	line-height: 0.7;
	display: block;
	margin-bottom: 10px;
}

.mailform img {
	margin-bottom: 10px;
}

.mailform input.row,
.mailform select.row,
.mailform .FormAddress { 
	width: 343px;
}

.events {
	margin-bottom: 20px;
}

.events .story {
	padding-bottom: 3px;
}

#info {
	margin-top: 20px;
}

.easypoll {
	margin-left: 5px;
}

.easypoll h3 {
	margin-bottom: 10px;
	font-size: 100%;
}

.easypoll li {
	list-style: none;
	margin: 2px 0 2px 5px;

}

.easypoll ul {
	margin-bottom: 10px;
}