﻿body {
	background-color: #ffffff;
	margin: 0;
	font-family: Tahoma;
	cursor: default;
	font-size: 12px;
	color: #033443;
	background-image: url('/images/bg.png');
	background-repeat: repeat-x;
}

p {
	margin: 0;
}

img {
	border: 0;
}

#core {
	width: 1000px;
	margin: auto;
}

#header {
	position: relative;
	height: 182px;
}

#header #header_box {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 130px;
	width: 1000px;
	background-image: url('/images/header_bg.png');
	background-repeat: no-repeat;
}

#core #header .logged {
	background-image: url('/images/header_bg2.png');
	background-repeat: no-repeat;
}

#header #header_box .title {
	position: absolute;
	font-size: 27px;
	color: #1b4c6e;
	top: 25px;
	right: 310px;
	text-align: right;
}

#header_box #login_box {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 275px;
	height: 80px;
	border: 0;
}

#login_box .enter {
	position: absolute;
	left: 27px;
	top: 8px;
	background-color: transparent;
	border: 0;
	color: #010101;
	font-size: 12px;
	height: 24px;
	width: 58px;
}

#login_box .username {
	position: absolute;
	right: 15px;
	top: 10px;
	border: 0;
	width: 145px;
	background-color: transparent;
}

#login_box a {
	color: #010101;
}

#login_box .password {
	position: absolute;
	top: 31px;
	right: 15px;
	border: 0;
	width: 145px;
	background-color: transparent;
}

#login_box .reg {
	color: #000000;
	font-size: 16px;
	position: absolute;
	left: 25px;
	bottom: 5px;
}

#login_box .reg a {
	color: #000000;
}

#login_box .lost {
	font-size: 12px;
	color: #000000;
	position: absolute;
	right: 15px;
	bottom: 5px;
}

#login_box .lost a {
	color: #000000;
	text-decoration: none;
}

#header_box .menu_top {
	position: absolute;
	bottom: 32px;
	right: 10px;
	font-family: Times New Roman;
	font-size: 11px;
	color: #a7a37e;
	text-transform: uppercase;
}

#header_box .menu_top a {
	color: #efecca;
	text-decoration: none;
	margin-left: 11px;
	margin-right: 11px;
}

#header_box .menu_bottom {
	position: absolute;
	bottom: 9px;
	right: 10px;
	font-family: Times New Roman;
	font-size: 11px;
	color: #046380;
	text-transform: uppercase;
}

#header_box .menu_bottom a {
	color: #031420;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}

#header_box .ajanlat {
	font-family: Verdana;
	font-weight: bold;
	font-style: italic;
	color: #efecca;
	font-size: 14px;
	text-transform: uppercase;
	position: absolute;
	bottom: 32px;
	left: 20px;
}

#header_box .ajanlat a {
	color: #efecca;
	text-decoration: none;
}

#header_box .fuvar {
	position: absolute;
	bottom: 8px;
	left: 20px;
	font-family: Verdana;
	font-weight: bold;
	font-style: italic;
	color: #0d2331;
	font-size: 14px;
	text-transform: uppercase;
}

#header_box .fuvar a {
	text-decoration: none;
	color: #0d2331;
}

#header .title {
	color: #eef6fb;
	font-family: Times New Roman;
	position: absolute;
	left: 10px;
	top: 5px;
}

#header .title a {
	color: #eef6fb;
	text-decoration: none;
}

#header .title p {
	font-size: 27px;
}

#header .title .small {
	font-size: 14px;
	margin-top: -8px;
}

#header .contact {
	position: absolute;
	top: 5px;
	right: 10px;
	color: #ffffff;
	font-size: 16px;
	text-align: right;
}

#header .contact a {
	color: #ffffff;
	text-decoration: none;
}

#header .contact span {
	margin-left: 15px;
}

#header .contact p {
	margin-bottom: 5px;
}

#data {
	position: relative;
	width: 1000px;
	background-image: url('/images/data_bg.png');
	padding-top: 20px;
	margin-bottom: 10px;
}

#data #left {
	float: left;
	width: 185px;
	padding-left: 13px;
}

.left_box {
	width: 185px;
	background-image: url('/images/leftbox_bg.png');
	background-repeat: repeat-y;
	margin-bottom: 20px;
	border-bottom: 1px solid #a7a37e;
	position: relative;
	padding-bottom: 5px;
}

.left_box .header {
	width: 185px;
	height: 31px;
	background-image: url('/images/leftbox_header.png');
	background-repeat: no-repeat;
	position: relative;
}

.left_box .header span {
	position: absolute;
	left: 0px;
	top: 8px;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	width: 185px;
	text-align: center;
}

.left_box .data {
	margin: 10px;
	color: #046380;
	font-size: 12px;
}

.left_box .data b {
	font-size: 13px;
	padding-top: 10px;
}

.left_box .data a {
	color: #046380;
	text-decoration: none;
}

.left_box .data .title {
	margin-top: 10px;
}

.left_box .data a:hover {
	text-decoration: underline;
}

.left_box .entry {
	border-bottom: 1px dotted #0c3f62;
	color: #0c3f62;
	font-size: 12px;
}

.left_box .entry .text {
	margin-bottom: 5px;
	margin-top: 5px;
}

.left_box .entry .date {
	float: right;
}

.left_box .entry .name {
	margin-bottom: 5px;
}

.left_box .footer {
	position: absolute;
	bottom: -15px;
	width: 185px;
	font-size: 11px;
	text-align: center;
}

.left_box .footer a {
	color: #076581;
	text-decoration: none;
}

.left_box .nav {
	position: relative;
	height: 20px;
}

.left_box .up {
	float: left;
	margin-left: 5px;
	cursor: pointer;
}

.left_box .down {
	float: right;
	margin-right: 5px;
	cursor: pointer;
}

#data #center {
	width: 594px;
	margin-left: 28px;
	float: left;
	color: #033443;
	font-size: 12px;
	margin-bottom: 20px;
}

#center a {
	color: #033443;
	text-decoration: none;
}

#center .index_left {
	float: left;
	width: 280px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#center .index_right {
	float: right;
	width: 281px;
	padding-left: 17px;
	border-left: 1px solid #bdb996;
	padding-bottom: 15px;
	margin-bottom: 5px;
}

#center .index_bottom {
	clear: both;
}

#center .misc {
	margin-top: 5px;
	margin-bottom: 5px;
}

#center .index_bottom img, #center .index_left img, #center .index_right img {
	margin-bottom: 10px;	
	margin-top: 10px;
}

#data #right {
	float: right;
	width: 154px;
}

#data #right .right_box {
	width: 140px;
	position: relative;
	margin-bottom: 20px;
	font-size: 14px;
	color: #0e466a;
}

.right_box .bg{

}

.right_box a {
	text-decoration: none;
}

.right_box .data {
	color: #0e466a;
	position: absolute;
	top: 10px;
	left: 10px;
}

.right_box .data a {
	color: #0e466a;
	text-decoration: none;
}

.right_box .rss {
	position: absolute;
	top: 3px;
	right: 10px;
	width: 25px;
	height: 25px;
}

.right_box .pdf {
	position: absolute;
	top: 44px;
	left: 10px;
	width: 32px;
	height: 32px;
}

#data #footer {
	clear: both;
	margin: auto;
	width: 610px;
	font-size: 11px;
	color: #046380;
	text-align: center;
	margin-top: 10px;
}

#footer .top {
	border-bottom: 1px solid #efecca;
	padding-bottom: 3px;
	margin-bottom: 3px;
}

#footer a {
	color: #046380;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}

#footer a:hover {
	text-decoration: underline;
}

#data #bottom {
	width: 1000px;
	height: 12px;
	background-image: url('/images/data_footer.png');
	background-repeat: no-repeat;
	margin-top: 15px;
}


#center .about_left {
	float: left;
	margin-left: 100px;
}

#center .about_right {
	float: right;
	margin-right: 100px;
}

#center .about_big {
	width: 144px;
	height: 128px;
	border: 2px solid #bdba9c;
	background-color: #eceacc;
	margin-bottom: 5px;
}

#center .about_small {
	width: 110px;
	height: 98px;
	border: 2px solid #bdba9c;
	background-color: #eceacc;
	margin-bottom: 5px;
}

#center .about_tag {
	margin-bottom: 20px;
	float: left;
	margin-left: 60px;
}

#center .gal_small {
	font-size: 10px;
	margin-bottom: 10px;
}

#center .gal {
	margin-top: 10px;
	margin-bottom: 5px;
}

#center .gal .hidden {
	display: none;
}

#center .gal img {
	border: 2px solid #0e456a;
}

#center .news_small {
	width: 174px;
	float: left;
	margin-bottom: 15px;
}

#center .news_small a {
	text-decoration: none;
}

#center .news_small a:hover {
	text-decoration: underline;
}

#center .news_small a.active {
	text-decoration: underline;
}

#center .news_small .title {
	font-weight: bold;
}

#center .pager {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
	font-size: 10px;
}

#center .pager a {
	margin-left: 2px;
	margin-right: 2px;
}

#center .video {
	margin-bottom: 20px;
}

#center .videos {
	float: left;
	width: 250px;
	margin-bottom: 10px;
}

#center .videos p {
	margin-left: 10px;
}

#center .videos .title {
	font-weight: bold;
	margin-left: 0px;
}

#center .form_left {
	width: 290px;
	float: left;
}

#center .form_right {
	margin-left: 24px;
	width: 280px;
	float: left;
}

#center .form_right div.size {
	font-weight: bold;
	float: left;
	width: 100px;
	padding-top: 8px;
}

#center input, #center select {
	width: 278px;
	border-left: 1px solid #92907d;
	border-right: 1px solid #92907d;
	border-top: 1px solid #92907d;
	border-bottom: 1px solid #92907d;
	font-size: 15px;
	color: #033443;
	background-color: #eeedd7;
	margin-top: 3px;
	margin-bottom: 7px;
}

#center textarea {
	width: 592px;
	height: 84px;
	border-left: 1px solid #92907d;
	border-right: 1px solid #92907d;
	border-top: 1px solid #92907d;
	border-bottom: 1px solid #92907d;
	font-size: 15px;
	color: #033443;
	background-color: #eeedd7;
	font-family: Tahoma;
}

#center .form_right textarea, #center .form_left textarea {
	width: 280px;
	height: 280px;
}

#center .radio {
	width: auto;
}

#center .check {
	width: auto;
}

#center .button {
	width: auto;
}

.clr {
	clear: both;
}

.video {
	margin-bottom: 10px;
}

.error {
	color: #990000;
	font-weight: bold;
}

.result {
	float: left;
	margin-right: 34px;
	width: 280px;
	border-bottom: 1px solid #0a4972;
	margin-bottom: 25px;
}

.result .title {
	font-weight: bold;
	height: 40px;
}

.result .green {
	background-color: #94ccad;
}

.result .blue {
	background-color: #accade;
}

.result .data div {
	float: left;
	width: 100px;
	font-weight: bold;
}

.result .data {
	margin-top: 2px;
	margin-bottom: 2px;
}

.result a {
	font-weight: bold;
	text-decoration: none;
}

#map {
	width: 100%;
	height: 450px;
	margin-top: 15px;
}
