/* --- Structure --- */
html {
	height:100%; 
	min-height:100%;
}

head:first-child+body html>body, html>body #wrapper {height:auto;}

body {
	position:relative;
	margin:0; padding:0;
	font-size:1em;
	font:62.8%Arial, Tahoma, Helvetica, sans-serif;
	min-width:966px;
	height:100%; 
	min-height:100%;
	background: #ccd89a url('../images/bg.jpg') no-repeat 50% 0 scroll;
}

#wrapper {
	width:966px;
	margin:0 auto;
	position:relative;
}

#container {
	float: left;
	width:966px;
	text-align:left;
}

/* --- End Structure --- */

/* --- Standart Tag's --- */
h1, h2, h3, h4, h5, h6, form, fieldset, dl, ul {margin:0;}
strong, b {font-weight:bold;}
em, i {font-style:italic;}
small {display:block;}
fieldset {border:0;}
img {border:none;}
/* --- End Standart Tag's --- */

a[href $='.pdf'] { 
   padding-left: 20px;
   background: url('../images/icon_pdf.gif') no-repeat center left;
   padding-top: 2px;
}

a[href $='.doc'] { 
   padding-left: 20px;
   background: url('../images/icon_doc.gif') no-repeat center left;
   padding-top: 2px;
}

a[href $='.zip'] { 
   padding-left: 20px;
   background: url('../images/icon_zip.gif') no-repeat center left;
   padding-top: 2px;
}

a[href $='.rar'] { 
   padding-left: 20px;
   background: url('../images/icon_rar.gif') no-repeat center left;
   padding-top: 2px;
}

a[href $='.xls'] { 
   padding-left: 20px;
   background: url('../images/icon_xls.gif') no-repeat center left;
   padding-top: 2px;
}

/* --- Header --- */

#header {
	float: left;
	width:966px;
	height:283px;
	background: url('../images/header_bg.jpg') no-repeat top left;
	padding-bottom: 8px;
}

#header a.logo {
	position: relative;
	top:77px; left: 27px;
}

#flash_holder {
	position: absolute;
	top:0; left: 305px;
}

#header ul#menu {
	position: absolute;
	top:0; right:0;
	width:170px;
	padding: 13px 3px 0 0;
	z-index: 1;
}

#header ul#menu li {
	float: left;
	width:170px;
	font-size: 1.2em;
	background: url('../images/menu_list_line.gif') no-repeat top left;
}

#header ul#menu li ul {
	float: left;
	width:170px;
	background: #5d5d5d url('../images/menu_sub_arrow.gif') no-repeat right 8px;
}

#header ul#menu li ul li {
	font-size: 1em;
	background: none;
}

#header ul#menu li.first {
	background: none;
}

#header ul#menu a {
	padding: 8px 10px;
	line-height: 14px;
	text-decoration: underline;
}

/* --- End Header --- */

/* --- Content --- */

#content {
	float: left;
	width:966px;
	padding-bottom: 15px;
}

#block_left {
	float: left;
	width: 693px;
}

#block_right {
	float: left;
	width: 273px;
}

/* --- --- */

#block_left dl.block_1 {
	float: left;
	width: 675px;
	position: relative;
	padding-bottom: 15px;
}

#block_right dl.block_1 {
	float: left;
	width: 273px;
	position: relative;
	padding-bottom: 15px;
}

#block_right dl.block_1 img {
	margin: 10px 0 2px 2px;
}

dl.block_1 dt {
	float: left;
	color: #a4151a;
	text-transform: uppercase;
	font-size: 1.4em;
	padding: 0 40px 0 0;
	position: relative;
	z-index:1;
	background: url('../images/box_right_title_r.gif') no-repeat top right;
}

dl.block_1 dt.first {
	background: url('../images/box_right_title_r2.gif') no-repeat top right;
}

dl.block_1 dt.second {
	background: url('../images/box_right_title_l2.gif') no-repeat top right;
	color: #fff;
}

dl.block_1 dt.second a {
	color: #fff;
	text-decoration: none;
}

dl.block_1 dt.second a:hover {
	text-decoration: underline;
}

dl.block_1 dt.second span {
	background: none;
	padding-left: 0;
}

dl.block_1 dt span {
	float: left;
	padding: 10px 0 24px 15px;
	background: url('../images/box_right_title_l.gif') no-repeat top left;
}

dl.block_1 dd {
	float: left;
	width: 100%;
	margin: 0;
	position: relative;
	background: url('../images/box_right_mt.gif') repeat-y;
	margin-top: -17px;
}

#block_left dl.block_1 dd {
	background: url('../images/box_left_mt.gif') repeat-y;
}

dl.block_1 dd div.bg_bt {
	float: left;
	width: 100%;
	background: url('../images/box_right_bt.gif') no-repeat bottom left;
}

#block_left dl.block_1 dd div.bg_bt {
	background: url('../images/box_left_bt.gif') no-repeat bottom left;
}

dl.block_1 dd div.bg_top {
	float: left;
	width: 100%;
	background: url('../images/box_right_top.gif') no-repeat top left;
}

#block_left dl.block_1 dd div.bg_top {
	background: url('../images/box_left_top.gif') no-repeat top left;
}

/* --- --- */

div.block_2 {
	float: left;
	width: 273px;
	background: url('../images/box2_right_top.gif') no-repeat top left;
	padding-top: 21px;
	margin-bottom: 10px;
}

div.block_2 .bg_bt {
	float: left;
	width: 273px;
	background: url('../images/box2_right_bt.gif') no-repeat bottom left;
	padding-bottom: 21px;
}

div.block_2 .bg_mt {
	float: left;
	width: 273px;
	position: relative;
	background: url('../images/box2_right_mt.gif') repeat-y;
}

div.block_2 dl dt {
	float: left;
	color: #a4151a;
	text-transform: uppercase;
	font-size: 1.4em;
	position: relative;
	left: 15px;
	width: 243px;
	border-bottom: 1px solid #cecece;
}

div.block_2 dl dt span {
	position: relative;
	top: -10px;
}


div.block_2 .text {
	width: 243px;
	padding: 7px 15px 0 15px;
}

div.block_2 dl dd {
	float: left;
	width: 100%;
	margin: 0;
	position: relative;
}

/* --- --- */

.text form {
	float: left;
	margin: 0;
	padding: 0;
}

.text form fieldset {
	float: left;
	margin: 0;
	padding: 15px 0;
}

.text form fieldset.left {
	float: left;
	width: 265px;
}

.text form fieldset.left  fieldset {
	float: left;
	width: 265px;
	margin: 0 !important;
	padding: 15px 0 0 0 !important;
}


.text form fieldset.right {
	float: left;
	width: 340px;
	margin-top: 15px !important;
}

.text form fieldset.right textarea {
	float: left;
	width: 250px !important;
	height: 90px !important;
}

#block_left .text form fieldset {
	float: left;
	margin: 0;
	padding: 15px 15px 15px 0;
}

.text form fieldset.pad_top {
	padding-bottom: 0;
}

.text form fieldset ul {
	margin: 0;
	padding: 0;
}

.text form fieldset ul li {
	float: left;
	width: 243px;
	margin: 0;
	padding: 0;
}

.text form fieldset label {
	float: left;
	width: 70px;
	font-weight: bold;
}

#block_left .text form fieldset label {
	float: left;
	width: 70px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}

.text form textarea {
	float: left;
	width: 430px;
	height: 60px;
	padding: 2px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 1em;
	border: solid 1px #e2e2e2;
	background: #fafafa;
	color: #888;
	overflow: auto;
}

.text form fieldset input {
	float: left;
	width: 165px;
	padding: 2px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 1em;
	border: solid 1px #e2e2e2;
	background: #fafafa;
	color: #888;
}

.text form fieldset input.submit {
	position: relative;
	left: 80px;
	width: auto;
	border: none;
	background: none;
	
}

.text form fieldset input.submit_q {
	position: relative;
	left: 565px;
	width: auto;
	border: none;
	background: none;
	
}


.latest_news {
	float: left;
	width: 100%;
	padding-bottom: 10px;
}

.latest_news a.title {
	float: left;
	width: 100%;
	font-weight: bold;
}

.image {
	float: left;
}

.news_list {
	float: left;
	width: 644px;
	padding-bottom: 20px;
}

.news_list .title {
	float: left;
	width: 530px;
	padding-bottom: 10px;
}

.news_list .w_t {
	float: left;
	width: 644px;
}

.news_list .title a {
	font-weight: bold;
	padding: 0 10px;
}


.news_list .image {
	float: left;
	width: 114px;
}

.image img  {
	padding: 0;
	margin: 5px 0 0 0;
	border: 2px solid #cdd89a;
}

.news_list .comments {
	float: left;
	width: 644px;
	text-align: right;
}

.news_list .comments a {
	padding-left: 10px;
}

/* -- --- */

.news_list_index {
	float: left;
	width: 443px;
	padding-bottom: 20px;
	padding-right: 10px;
	border-right: 1px solid #f5f5f5;
}

.news_list_index .title {
	float: left;
	width: 443px;
	padding-bottom: 10px;
}

.news_list_index .w_t {
	float: left;
	width: 443px;
}

.news_list_index .title a {
	font-weight: bold;
	padding: 0 10px;
}

.news_list_index .comments {
	float: left;
	width: 443px;
	text-align: right;
	padding-bottom: 10px;
}

.news_list_index .comments a {
	padding-left: 10px;
}

/* -- --- */

.conf_list_item {
	float: left;
	width: 634px;
	padding-bottom: 10px;
}

.conf_list_item .date {
	float: left;
	width: 84px;
}

.conf_list_item .title {
	float: left;
	width: 550px;
	font-weight: bold;
}

.conf_list_item .online {
	float: right;
}

.conf_list_item .online span {
	float: left;
	padding-right: 10px;
	color: #a4151a;
}

.conf_list_item .online a span {
	color: #fff;
}

/* -- --- */

.events_list {
	float: left;
	width: 644px;
	padding-bottom: 20px;
}

.events_list .title {
	float: left;
	width: 534px;
	padding-bottom: 10px;
}

.events_list .w_t {
	float: left;
	width: 644px;
}

.events_list .title a {
	font-weight: bold;
	padding: 0 10px;
}

/* -- --- */

.calender_holder {
	float: left;
	width: 180px;
	padding-left: 10px;
}

.calendar-month {
	background: #d8dee1;
	color: #010101;
	border-bottom: 1px solid #fff;
	padding: 2px 2px;
}

.calendar-month a {
	text-decoration: none;
}

.calender_holder table {
	float: left;
	width: 100%;
	border: none !important;
	background: #f7f7f7;
}

.calender_holder table th {
	padding: 2px 6px;
	background: #ececec;
}

.calender_holder table td {
	padding: 2px 6px;
	text-align: center;
}

.calender_holder table td.link {
	background: #606060;
}

.calender_holder table td.link a {
	color: #fff;
	text-decoration: none;
}

.calender_holder table tr {
	border-bottom: 1px solid #fff !important;
}

.calender_holder a.more_news {
	margin: 0 0 15px 15px;
}

.calender_holder .title {
	float: left;
	padding: 2px 0;
	width: 182px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background: #7cbdd9;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
}

.calender_holder .all_events {
	float: left;
	padding: 2px 0;
	width: 182px;
	text-align: center;
	color: #000;
	background: #ececec;
	margin-top: -20px;
}

a.bt_m {
	margin-bottom: 20px;
}

/* -- --- */

.comments {
	float: left;
	width: 644px;
	padding: 10px 0 0 0; 
}

.comments_listing {
	float: left;
	width: 644px;
	padding: 20px 0 0 0; 
	margin: 20px 0 0 0; 
	border-top: 1px solid #c5c5c5;
}

.comments_listing_item {
	float: left;
	width: 644px;
	padding: 0 0 20px 0; 
}

.comments_listing_item_title {
	float: left;
	width: 644px;
	padding: 0 0 10px 0; 
}

.comments_listing_item_title a {
	font-weight: bold;
	margin-right: 10px;
}

div#commentsError {
	float: left;
	width: 644px;
	padding-top: 20px;
}

div#commentsError ul {
	list-style: none;
	padding-left: 80px;
}

div#commentsError ul li {
	padding: 0;
}

ul.error {
	list-style: none;
	padding-left: 80px;
}

ul.error li {
	padding: 0;
}

div.commentsThanks {
	float: left;
	width: 564px;
	padding-top: 20px;
	padding-left: 80px;
}

.answers {
	float: left;
	padding-bottom: 20px;
}

.pages {
	float: left;
	width: 100%;
}

.pages a img {
	margin: 0;
	padding: 0;
	border: none;
}

.pages a {
	float: left;
	width: 20px;
	height: 18px;
	text-align: center;
	background: url('../images/pager_page.gif') no-repeat top left;
	margin: 0 1px;
	color: #fff;
	text-decoration: none;
}

.pages a:hover, .pages a.active {
	background: url('../images/pager_page_active.gif') no-repeat top left;
	color: #474747;
}


.pages a.prev, .pages a.next, .pages a.prev:hover, .pages a.next:hover  {
	background: none;
}

.text {
	float: left;
	padding: 15px;
	color: #3c3c3c;
	line-height: 20px;
	font-size: 1.2em;
}

.text img {
	margin:  7px 15px 5px 0;
	border: 2px solid #cdd89a;
}

.text img[align=left] {
	margin: 7px 15px 5px 0;
}

.text img[align=right] {
	margin: 7px 0 5px 15px;
}

.text h1 {
	font-size: 1.665em;
	font-weight: normal;
	text-transform: uppercase; 
	padding-bottom: 20px;
}

.text h2 {
	font-size: 1.165em;
	color: #363535;
	padding: 0 0 13px 0;
	font-weight: bold;
}

.text h2 small {
	font-size: 0.855em;
	font-weight: normal;
}

.text h3 {
	font-size: 1em;
	padding: 0 0 13px 0;
	font-weight: bold;
}

.text h4 {
	font-size: 1.085em;
	padding: 0 0 13px 0;
	font-weight: bold;
	font-style: italic;
}

.text p {margin: 0 0 20px 0;}
a {
	color: #2e2e2e;
	text-decoration: underline;
}

a.more {
	padding-left: 10px;
	margin-left: 10px;
	background: url('../images/more_list_style.gif') no-repeat 0 50%;
}

a.more_news {
	float: left;
	color: #fff;
	background: url('../images/bt_more_news_r.gif') no-repeat center right;
	text-decoration: none;
}

a.more_news:hover { text-decoration: none; }

a.more_news span {
	display: block;
	line-height: 22px;
	padding: 0 10px;
	background: url('../images/bt_more_news_l.gif') no-repeat center left;
}


a:hover {
	text-decoration: none;
}

.text hr {
	border: 0;
	color: #777;
	background-color: #777;
	height: 1px; 
}

.text ul {
	padding: 0;
	list-style: none;
	margin-bottom: 20px;
}

.text ul li {
	display: block;
	padding: 0 0 0 20px;
	line-height: 24px;
	background: url('/images/list_text_style.gif') no-repeat 5px 10px;
}

* html .text ul li {vertical-align: top; height: 1%;}
.text ul ul {
	margin: 0 0 0 20px;
}
.text ul ul li {
	padding-left: 13px;
	background: url('/images/list_text_style.gif') no-repeat 5px 10px;
}

.text ul ul ul {margin: 0;}
.text ul ul ul li {
	background: url('/images/list_text_style.gif') no-repeat 5px 10px;
}

.text ol {
	padding: 0;
	margin: 0 0 20px 20px;
}

* html .text ol {padding: 0;}
*:first-child+html .text ol {padding: 0;}

.text ol ol {list-style-type: decimal;}
.text ol li {
	padding: 0;
	background: none;
	line-height: 24px;
}

.text table {
	border-collapse: collapse;
	border-style: solid;
	border-color: #777;
	margin-bottom: 20px;
}

* html .text table {font-size: 1em; width: auto; width/* */:/**/100%;}
.text table[border="0"] {border: 0;}
.text table.noborder { border: 0; }
.text td {
	padding: 3px;
	font-size: 1em;
	border-color: #777;
	vertical-align: top;
}

.text th {
	padding: 3px;
	text-align: left;
	border-color: #777;s
	font-weight: bold;
}

.text td p, .text th p {margin: 0;}

/* --- Gallery --- */

#gallery {
	float: left;
	padding-top: 10px;
}

#gallery img {
	border: 2px solid #cdd89a;
	margin: 0;
	padding: 0;
}

#gallery a.foto {
	float: left;
	padding: 0 10px 10px 0;
}

/* --- End Gallery --- */

/* --- End Content --- */

/* --- Footer --- */

#footer {
	float: left;
	width:936px;
	padding: 0 15px;
	color: #4c4c4c;
	font-size: 1.2em;
}

#footer a {
	color: #363535;
	text-decoration: underline;
}

#footer a:hover,  #footer a:focus,  #footer a:active {
	text-decoration: none;
}

#footer .f_left {
	float: left;
	padding: 10px 0;
	border-top: 1px solid #aab085;
}

#footer .f_right {
	float: right;
	padding: 10px 0;
	border-top: 1px solid #aab085;
}

/* --- End Footer --- */

.clear {
	width:100%;
	clear:both;
}

.text table {
	behavior: expression(function(o){
		if (o.border == "0")
			o.className += " noborder"
		o.runtimeStyle.behavior = "none";
	}(this))
}