html, body  {
	background: #fff;
	font-family: Arial,sans-serif;
	font-size: 100%;
	color: #2C3337;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0.5em 0;
	color: #048019;
	
}
h1 {
	font-size: 1.9em;
}
h2 {
	font-size: 1.7em;
}
h3 {
	font-size: 1.3em;
	/*text-transform: uppercase;*/
}
h4 {
	font-size: 1.3em;
	font-weight: bold !important;
	margin-top: 0;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

p {
	font-size: 0.8em;
	margin: 0 0 0.8em 0;
}

img, a img, :link img, :visited img {
	border: 0;
}

code, tt, pre, kbd {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}

hr {
	height: 1px;
	margin: 1em 0;
	padding: 0;
	color: #e4e4e4;
	background: #e4e4e4;
	border: 0;
}


q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
.sitemap a {
	font-size: 10pt;
	font-weight: normal !important;
}
.sitemap ul {
	list-style: square;
	
}
.sitemap ul li span {
	color: #048019;
}
/* ----- /common ----- */

/* ----- links ----- */
a {
	color: #522C19;
	font-weight: bold;
}
a:link { color: #048019; text-decoration: underline; }
a:visited { color: #048019; }
a:hover {color:#e0d70a !important; font-weight: bold; background: #048019;}
a:active { color: #001000; text-decoration: none; }
a:visited:hover {color:#ffffff; }
/* ----- /links ----- */

/* ----- lists ----- */
ol {
	list-style: decimal;
}
.page_only ul {
	list-style-type: square;
}

dt {
	margin: 0;
	font-weight: bold;
}
dd {
	margin: 0 0 1em 0;
}
/* ----- /lists ----- */

/* ----- forms ----- */
label {
	display: block;
	margin: 0 0 10px 0;
}
input {
	border: 1px solid #bdbdbd;
	padding: 6px 4px 7px 10px;
	margin: 0 9px 0 0;
	color: #000;
	width: 210px;
}
input.file {
	margin: 0 9px 0 0;
	padding: 0 4px 0 10px;
	width: 226px;
}
select {
	border: 1px solid #bdbdbd;
	padding: 0 0 0 10px;
	margin: 0 9px 0 0;
	width: 224px;
}
textarea {
	border: 1px solid #bdbdbd;
	width: 488px;
	height: 100px;
}
button.ok {
	background: url(../images/but_ok_big.png) center no-repeat;
	width: 49px;
	height: 31px;
	border: none;
	vertical-align: top;
	cursor: pointer;
}
/* ----- /forms ----- */


@charset "utf-8";
/* CSS Document */
/* 
Template
Name: Content stylesheet
Description: Стили для контента.   
Date: October 2008
Author: Darya Tretyakova
*/

/* ----- default common classes using in content ----- */
.small_margin {
	margin: 0 0 0.5em 0;
}
.no_margin {
	margin: 0;
}
.clear {
	clear: both;
}
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.align_center {
	text-align: center;
}
.align_justify {
	text-align: justify;
}

.error_message {
	color: #ff0000;
}
.success_message {
	color: #048019;
}

.image_in_text {
	border: 1px solid #048019;
}
.left {
	float: left;
}
.right {
	float: right;
}
/* ----- /default common classes using in content ----- */

/* ----- tables ----- */
/* default */
table {
	border-color: #048019;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-spacing: 0;
	border-collapse:collapse; 
	width: 100%;
	margin: 0 0 20px 0;
}
caption {
	padding-bottom: 5px;
	text-align: left;
	font-weight: bold;
}
th {
	border-spacing: 0;
	border-color: #048019;
	border-style: solid;
	border-width: 1px 0 0 1px;
	padding: 3px;
	vertical-align: top;
	color: #048019; 
}
td {
	border-spacing: 0;
	border-color: #048019;
	border-style: solid;
	border-width: 1px 0 0 1px;
	padding: 3px;
	vertical-align: top;
}
tfoot {
	font-weight: bold;
}

.base_table {
	width: 100%;
	margin: 0 0 1em 0;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
}
.base_table th {
	padding: 2px;
	border: 1px solid #6a747c;
	background: #dce2e6;
}
.base_table td {
	padding: 2px;
	border: 1px solid #6a747c;
}

.lined_table {
	width: 100%;
	margin: 0 0 1em 0;
	padding: 0;
	border-collapse: separate;
	border-spacing: 0;
	border: 0;
	background: #f6f9fc;
}
.lined_table th {
	padding: 2px;
	border: 0;
	border-right: 1px solid #fff;
	background: #acb4b9;
}
.lined_table td {
	padding: 2px;
	border: 0;
	border-right: 1px solid #fff;
}
.lined_table tr.odd td {
	background: #dce2e6;
}
/* /default */

/* ----- /tables ----- */

.prominent_text {
	color: #3673ba;
}
.read_more {
	color: #285d9a;
}
.textblock ul {
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
}
.textblock ul li {
	margin: 2px 0;
	padding: 0 0 0 20px;
	background: url(../images/li_section_menu_2.gif) 6px 0.4em no-repeat;
}
.textblock ul ul, .textblock ol ul {
	margin: 0 0 0.5em 0;
}

span.date {
	display: block;
	font-weight: bold;
	font-size: 0.9em;
	color: #048019;
	padding: 0 0 5px 0;
}

ul.items {
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
}
ul.items li {
	margin: 0;
	padding: 0 0 30px 0;
}
ul.items span.date {
	padding: 0 0 5px 20px;
}
ul.items span.title {
	display: block;
	background: url(../images/li_section_menu.gif) 0 0.4em no-repeat;
	padding: 0 0 10px 20px;
}
ul.items div.text {
	padding: 0 0 0 20px;
}

ul.comments {
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}
ul.comments li {
	margin: 0 0 30px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #e4e4e4;
}
ul.comments li dl {
	clear: both;
}
ul.comments li dt, ul.comments li dd {
	float: left;
	margin: 0;
	padding: 0 10px 10px 0;
}
ul.comments li dd {
	color: #048019;
	margin: 0 20px 0 0;
}

/* ----- index ----- */
#content_bottom ul.items .title {
	font-size: 0.9em;
}
#content_bottom ul.items li {
	margin: 0;
	padding: 0 0 20px 0;
}
/* ----- /index ----- */

hr {
	margin: 0;
}

#base {
	_height: 100%;
}

#search button {
	top: -1px;
}

#footer_wrapper {
	_height: 119px;
	_he\ight: 39px;
	text-align: left;
}
#footer {
	_height: 39px;
}

/* OUR TEAM */
ul.navigation {
	list-style-type: none;
	padding: 0;
	margin: auto;
	border-top: 1px solid #005713;
	border-bottom: 1px solid #005713;
	border-left: 1px solid #005713;
	width: 616px;
	height: 50px;
}
ul.navigation {
	padding-bottom: 0;
}
ul.navigation li {
	padding-bottom: 0;
}
ul.navigation li a {
	display: block;
	float: left;
	width: 86px;
	font-size: 9pt !important; 
	text-align: center;
	background: #009721;
	cursor: pointer;
	line-height: 15px;
	padding: 10px 0;
	font-weight: normal;
	color: #e0d70a !important;
	border-right: 1px solid #005713; 
	border-left: 1px solid #00aa25;
}

ul.navigation li a.prev, ul.navigation li a.next {
	line-height: 30px !important;
	font-size: 16pt !important;
}

ul.navigation li a:hover {
	background: #057626;
}

.team {
	clear: both;
	margin: auto;
	border-right: 1px solid #005713;
	border-bottom: 1px solid #005713;
	border-left: 1px solid #005713;
	width: 615px;
	padding-bottom: 10px;
}
.team .member {
	width: 595px;
	padding: 10px;
	line-height: 1em;
	height: 210px;
}
.team .member .person {
	font-size: 12pt;
	color: #048019;
	font-weight: bold;
}
.team .member .stream {
	font-size: 12pt;
	color: #048019;
	font-weight: normal;
	text-decoration: none;
}
.team .member .arrow {
	font-size: 14pt;
	color: #048019;
	font-weight: normal;
}
.team .member .member_photo, .member_photo {
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #005713; 
	height: 175px;
}


div.forms {background: #eeeeee; padding: 10px 5px 0 5px; border: #E0E0E0 1px solid;}
div.forms div {margin: 5px 0 15px 0; }
div.forms div.break {height: 0; padding: 0; margin: 0; clear: both; }
div.forms span {display: block; float: left; text-align: right; width: 240px; padding: 0 10px 0 0;}
div.forms input {width: 320px;}
div.forms select {width: 320px;}
div.forms textarea {width: 320px; height: 100px;}
div.forms input.forms_checkbox {width: auto;}
div.forms input.forms_submit {width: auto;}
div.forms input.forms_reset {width: auto;}
div.forms label {cursor: pointer;}
div.forms-post h2 {color: red; font-size: 18pt; margin: 20px 0;}

#flogin_user, #flogin_password {
	margin-bottom: 5px;
}
#flogin_submit {
	width: 226px !important;
}