﻿/* base
----------------------------------------------- */
body {
	margin: 0;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	color: #000;
	background-color: #D9DFC3;
	width: 100%;
	float: left;
    font-size: 14px;
	line-height: 1.5em;
}

h1, h2 {    /*Заголовок курсивом*/
	margin: 0 0 15px 0;
	padding: 0 1px;
	font-weight: normal;
	text-align: left;
	font-size: 1.3em;
}

h3 {       /*Заголовки статей*/
	margin: 0 0 15px 0;
	padding: 0 1px;
	font-weight: normal;
	text-align: left;
}

h1, h2 {
	font-family: Georgia, Times, serif;
}

h2 {
	font-style: italic;
}

hr {
	margin: 2em auto;
	width: 370px;
	height: 1px;
	color: #7a7e7d;
	background-color: #7a7e7d;
	border: none;
}

small, .small {
	font-size: 0.8em;
}

a:hover {
  background: #E9EFB3; /*Цвет ссылки  -- 74CF91*/
}

#site-name a:hover {
  background: none; /*Заголовок исключаем из подсвечиваемых ссылок*/
}


/* h 
----------------------------------------------- */
a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px #000 solid;
}

a img {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
}

h3 a {
	font: 1.5em Georgia, Times, serif;
	font-weight: 300;
}

/*
----------------------------------------------- */
#head {
    overflow: hidden;
	text-align: left;
	background-color: #123C76;
	background-image: url(/images/h2/h3.jpg);
	background-repeat: no-repeat;
}

#site-name {
    padding-left: 31px;
	padding-top: 21px;
	font: 2.7em Georgia, Times, serif;
}

#site-slogan {
    color: #FFFFCC;
	padding-left: 31px;
	padding-top: 2px;
    padding-bottom: 12px; /*лого вниз*/
	font: italic 1.3em Georgia, Times, serif;
}

#topline {
	background-color: #003A7F;
	background-repeat: repeat-x;
	padding-top: 2px; /*высота topline линии*/
}

div.divider {
/*	margin: 2em 0;*/
	text-align: center;
}


/* content
----------------------------------------------- */

#content {
    padding-top: 18px;
	margin: 0 270px 0 280px;
	text-align: justify;
}

#content  p {
	text-align: left;
}

/* leftcolumn
----------------------------------------------- */
#leftcolumn{
	float: left;
}

/* sidebar1
----------------------------------------------- */
#sidebar1{
	float: left;
}

#sidebar1-top{
	background-image: url(/images/3_01.gif);
	background-repeat: no-repeat;
	padding-top: 18px;
	margin-top: 21px;
}

#sidebar1-middle {
    padding-right: 10px;
	padding-left: 24px;
	padding-bottom: 10px;
    width: 220px;
	background-image: url(/images/3_00.gif);
	background-repeat: repeat-y;
}

#sidebar1-bottom{
	background-image: url(/images/3_02.gif);
	background-repeat: no-repeat;
	padding-top: 21px;
}

#sidebar1-middle a {
    font-size: 0.95em;
	line-height: 1.2em;
    font-weight: bold;
    color: #FFFFCC;
    border: none; /*почему-то текст становится подчеркнутым, если убрать.*/
}

#sidebar1-middle a:hover {
  background: none;
  text-decoration: underline;
}


/* sidebar2
----------------------------------------------- */
#sidebar2 {
	width: 240px;
	text-align: right;
	float: right;
	background-image: url(/images/rightpadding.gif);
	background-repeat: repeat-y;
	background-position: right;	
	background: #D9DFC3;
}

#sidebar2 a {
	border: none; /*почему-то текст становится подчеркнутым, если убрать.*/
/*	line-height: 1.2em;	*/
}

#sidebar2  h2 , p {
text-align: right;
padding-right: 16px;
padding-top: 16px;
}

#sidebar2 p {
  font-size: 0.8em;
}

/* layout
----------------------------------------------- */
#accessibility {
	position: absolute;
	top: -10000px;
}

/* container
----------------------------------------------- */
#container {
	background-image: url(/images/leftpadding.gif);
	background-repeat: repeat-y;
	max-width: 1280px;
}

/* footer
----------------------------------------------- */
#block {
    float: left;
	width: 100%; 
	height: 238px; 
	background-image: url(/images/forfooter/footer-left2.jpg);
	}
	
#block_2 {
    float: left;
	width: 100%;
	height: 238px; 
	background-image: url(/images/footer-middle.gif); /* от 1 до 3*/
	background-repeat: repeat-x;
	}


/* overrides
----------------------------------------------- */
div.divider {
	margin: 2em 0;
	text-align: center;
}

/* articles
----------------------------------------------- */
.highlight {
	background-color: #EDFFCF;
	font-weight      : bold;
}

/* section_list
----------------------------------------------- */
.section_list {
	padding: 0;
	list-style-type: none;
}

.section_list ul {
	list-style-type: none;
}

.section_list li {
	margin: 0 10px 2px 0;
	padding: 0;
}


#site-name a {
	color: #FFFFCC;
}

/* end
----------------------------------------------- */


