

body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

* {
	margin:0;
	padding:0;
}

/** element defaults **/
table {
	width: 100%;
	text-align: left;
}

th, td {
	padding: 10px 10px;
}

th {
	color: #666;
	background: #ccc none repeat-x scroll left top;
}

td {
	border-bottom: 1px solid #ccc;
}

code, blockquote {
	display: block;
	border-left: 5px solid #222;
	padding: 10px;
	margin-bottom: 20px;
}
code {
	background-color: #222;
	color:#ccc;
	border: none;
}
blockquote {
	border-left: 5px solid #222;
}

blockquote p {
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	color: #333;
	height: 1%;
}

p {
	line-height: 1.4em;
	margin-bottom: 11px;
	margin-top: 8px;
}

a {
	color: #000;
	text-decoration: none;
	line-height:19px;
}

a:hover {
	border-bottom-color: #333;
	color: #000000;

}

a:focus {
	outline: 1px dashed;
	outline-color:gold;
}
a:focus img.center{
	outline: 1px solid;
	outline-color:green;
}
section a:focus, #wrapper1 a:focus, .wnews a:focus {
	outline: 1px dashed;
	outline-color:green;
}
section a{ text-decoration:underline;}
a.button { 
 background-color: #3882D6;
 color: #B7D2F0;
 display: inline-block;
 border-bottom-color: #215DA1;
 padding: 8px 15px;
 text-decoration: none;
 text-transform: uppercase;
}

a.button:hover {
	color: #fff;
}

a.button-reversed { 
 background-color: #ddd;
	border-bottom-color: #999;
	color: #666;
}

a.button-reversed:hover {
	color: #333;
}

article a, .newslist a{text-decoration: underline;}

fieldset {
	display: block;
	border: none;
	border-top: 1px solid #ccc;
}

fieldset legend {
	font-weight: bold;
	padding-right: 10px;
	color: #333;
}

fieldset form {
	padding-top: 15px;
}

fieldset p label {
	float: left;
	width: 150px;
}

form input, form select, form textarea {
	padding: 5px;
	color: #333333;
	border: 1px solid #ddd;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

form input.formbutton {
	border: none;
	background: #000;
	color: #ffffff;
	font-weight: bold;
	padding: 6px 10px;
	letter-spacing: 1px;
	width: auto;
	overflow: visible;
}

form.searchform input {
 padding: 6px;
}

form.searchform p {
	margin: 5px 0;
}


span.required {
	color: #ff0000;
}

.toplinks li{
color:#FFF;
}

.toplinks a:hover{
color:#FFF;
}


h1 {
	color: #000;
	background-color:#eeeeee;
}

h2 {
  font-size: 140%;
  color: #174271;
  background: #ececec;
  border: 1px solid #ececec;
  padding: 4px 0px 3px 4px;
  margin-bottom: 11px;
}

h3 {
	color: #27568a;
	font-size: 127%;
	font-weight: bold;
	margin-bottom: 10px;
}

h4 {
 color: #000000;
 font-size: 117%;
 padding-bottom: 10px;
}

h5 {
	padding-bottom: 10px;
	font-size: 105%;
	color: #999;
}

ul, ol {
	margin: 0 0 15px 28px;
}
ul {list-style-type: square;}
.border-art ul li, ol li {margin: 9px 0px 0px 0px;}

li {
	padding-bottom: 0px;
	line-height: 18px;
}

li ol, li ul {
	margin-bottom: 0;
	padding-top: 5px;
}

.width {
	max-width: 1200px;
	margin: 0 auto;
}


#container {
	background-color: #fff;
	width: auto;
	margin: 0 auto;
}

header {
	padding: 0px 0px;
	margin: 0 auto;
	text-align:center;	
	background-position: center;
	background:#eeeeee;
}

header h1 a, header h1 a:hover {
 color: #eee;

}


nav {
	min-height: 40px;
	width: 100%;
 background-color: #282828;
 box-shadow: 0px 4px 5px #e0e0e0;
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 10px 0px 0px;
	text-align: center;
}

nav ul li {
	display: inline;
	padding: 0px 18px;
}


nav ul li a {
 color: #fff;
 font-size: 13px;
 letter-spacing: 0;
  border-bottom: none;
}


nav ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

nav ul li.selected a,
nav ul li.selected a:hover {
	color: #fff;
}

img {
	max-width: 100%;
	height: auto;
}
 .wrap_left{float:left;
 margin-right:26px;
 border-radius:3px;}
 .wrap_right{float:right;
 margin-left:10px;
 border-radius:3px;}
#body {
	background: none;
	margin: 5px auto 0;
 	padding: 0;
	clear: both;
}

#content {
 float: left;
}

.two-column {
	width: 75%;
}

.three-column {
	width: 50%;}


article {
 padding: 5px 10px 5px 5px;
 }

article h2 {
}

article .article-info {
 color: #c0c0c0;
 padding: 0 0 10px 0;
}

article .article-info a { 
	color: #c0c0c0;
	border-bottom-color: #c0c0c0;
}

.sidebar {
	margin-top: -10px;
}

.small-sidebar { 
 width: 25%;
}

.big-sidebar {
	width: 22%;
}

.left-sidebar { 
	float: left;
}

.right-sidebar {
	float: right;
}

.sidebar h4 {
	color: #16304E;
	padding: 0px 0px;
	font-size: 119%;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li {
	margin-bottom: 20px;
	padding: 10px;
}

.sidebar ul li.bg {
	background-color: #f0f0f0;
}

.sidebar ul li.bg h4 {
	color: #444;
}

.sidebar li ul {
 list-style: none outside none;
 margin: 0px;
 box-shadow: 1px 1px 1px 1px #f7f7f7;
}

.sidebar li ul li {
	display: block;
	border-top: none;
	padding: 7px 2px;
	margin: 0;
	line-height: 1.5em;
}

.sidebar ul.blocklist {
	border-top: 1px solid #ddd;
}

.sidebar ul.blocklist li {
	border-bottom: 1px solid #ddd;
	padding: 0;
}

.sidebar ul.blocklist li a {
	border-bottom: 0;
	display: block;
	padding: 12px 10px;
}

.sidebar ul.blocklist li a.selected {
	background-color: #3882D6;
	border: 1px solid #215DA1;
	color: #fff;
	font-weight: bold;
}

.sidebar ul.newslist li {
	padding: 14px 8px;
	border-bottom: 1px solid #ddd;
	background: #f5f5f5;
}

.sidebar ul.newslist p {
	margin-bottom: 0;
}

span.newslist-date { 
	background-color: #ffdaa3;
	color: #000;
	padding: 3px 4px 2px 4px;
	border-radius:1px;
}

.sidebar li ul li.text { 
	border-bottom: none;
}

.sidebar li ul li a {
	color: #292828
}

.sidebar li ul li a:hover {
	 border-bottom-color: #333;
	color: #000;
}

.news { padding: 3px 0px 2px 14px!important;background: #f5f5f5;
    border: 1px solid #faf7f7; width: 153px;}
 .home { padding: 3px 0px 2px 7px!important; background:#ffffff; width: 64%; box-shadow: 1px 1px 1px 1px #efefef; font-size: 113%; text-align:left;}

.sidebar li ul li a.readmore {
 font-weight: bold;
}

.clear {
	clear: both;
}

footer {
	margin:20px auto 0;
	background: #222;
	border-top: 2px solid #eee;
}

footer p {
	text-align: left;
	color: #fff;
	margin: 0;
	padding: 0;
}

footer p a {
	color: #fff;
	font-weight: bold;
}

.footer-content {
	padding: 20px 25px 30px;
}

footer .footer-content ul {
	width: 25%;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

footer .footer-content li {
	padding: 5px 5px;
}

footer .footer-content li a, footer .footer-content h4 {
}

footer .footer-content li a {
 color: #505050;
	border-bottom-color:#505050;
}

footer .footer-content li a:hover { 
	color: #909090;

	border-bottom-color:#909090;
}

footer .footer-content h4 {
 color: #ddd;
 font-size: 1.4em;
 font-weight: bold;
 padding-bottom: 0;
}

footer .footer-bottom {
	padding: 28px;
	text-align: center;
	background: #333333;
	color:#ffffff;
}

footer .footer-bottom p {
	text-align: center;
	color:#ffffff;
}

footer .footer-bottom p {
 color: #ffffff;
 border-bottom-color: #313030;
 line-height: 16px;
}
footer .footer-bottom p a {
	color: #ffffff;
 line-height: 14px;
	text-decoration: underline;
}

footer .footer-bottom p a:hover {
	color: #ffffff;
}

.go-top {
	position: fixed;
	bottom: 2em;
	right: 2em;
	text-decoration: none;
	color: #000; background-color: rgb(255, 189, 84);
 font-size: 100%;
 padding: 1px 7px;
 display: none;
 border-radius: 18px;
}


@media screen and (max-width: 740px) {

	body { font-size: 12px; }	

	header h1 a, header h1 a:hover { padding: 5px; }

	div#container { width: auto; }

	footer .footer-content ul { margin-bottom: 15px; }

	footer .footer-content ul.endfooter { margin-bottom: 0px; }

	.width { width:auto; padding-left: 10px; padding-right: 10px; }
	
	#content, aside.sidebar { float: none; width: auto; }

	footer .footer-content ul { width: auto; float: none; }
}


@media screen and (max-width: 540px) {

	body { font-size: 12px; }

	header, header h1 a, header h1 a:hover { text-align: center; padding: 10px 0 0 0;}

	nav ul { margin-top: 0; padding: 5px; }
	
	nav ul li { float: none; text-align:center; }

	nav ul li a { margin-top: 0; }

	nav { height: auto; position: relative; }

}

.border-art {border:1px solid #dedede; margin-bottom: 12px; padding: 13px; border-radius:2px; box-shadow: 1px 1px 1px 1px #f7f7f7;
 background: #f5f5f5;}

@media screen and (max-width: 769px){
	
.toplinks{
border-bottom: none;
}
.toplinks ul {float: none!important;}
.toplinks li{
float: left;
list-style: none outside none;
padding: 3px!important;
width:100%;background-color: #212121;
color:#FFF;
}
.search-block {padding: 4px 0px 0px 3px!important;}
}

.toplinks {
 font-family: Arial, Helvetica, sans-serif;
 background-color: #212121;
 color:#ffffff;
}

.toplinks ul {margin:3px 63px 0px 0px;
 float: right;}

.toplinks li {display: inline; padding: 10px; color:#ffffff;}
	
	.toplinks li a{color:#ffffff;}
	.toplinks li a:hover{text-decoration: underline;}
	
	.toplinks li img {vertical-align: middle;}
	
h2.title {color:#27568a; background: #dadada;
 border: 1px solid #dadada; padding: 4px 0px 4px 4px;margin-bottom: 11px;}

img.left{float: left;
 vertical-align: middle;
 margin-right: 13px;}
	
img.right{float:right;vertical-align: middle;margin-left: 9px; }
.center {float: none; margin: 0 auto; display: block; text-align:center;}

table { 
 width: 100%; 
 border-collapse: collapse; 
 margin-bottom: 8px;
}

tr:nth-of-type(odd) { 
 background: #eee; 
}
th { 
 background: #6d6d6d; 
 color: white; 
 font-weight: bold; 
 text-align:center;
}
td, th { 
 padding: 6px; 
 border: 1px solid #ccc; 
}
td{
	color:#000;
text-align:left;}

@media 
only screen and (max-width: 770px){
#magnifier {display:none;}}

@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: relative;
		top: 0px;
		left: 0px;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		/* Behave like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 0px;
		width: 50%; 
		padding-right: 0px;
	}
}
/*zmr*/
.large #wrapper1 img{ display:none;}
.large #wrapper1 .caption-bottom{ display:none;}
.zoom{display: block;}
    .large{background: none;}
    /*.small{width:1080px;}*/
    .large{font-size:120%;width:1349px;} 
.az-wrap,.az-small{
	position: relative;
}
.az-large{
    position: relative;
}
.az-wrap-inner{
	margin: 0 auto;
  /*   height:auto!important; center small & large content */
}
/* This wraps the large image and hides it */
.az-zoom {
	background: #fff;
	border: #fff 5px solid;
	position: absolute;
    margin-left: 45px;
	margin-top:34px;
	top: 0;
	left: 0;
	width: 200px;
	height: 200px;
	overflow: hidden;
	z-index: 100;
	display: none;
	/*-moz-box-shadow: inset 0px 0px 4px #000;
	-webkit-box-shadow: inset 0px 0px 4px #000;*/
	box-shadow: inset 0px 0px 4px #000;
	border-radius: 100px;
}
/* Class applied to az-mover when large image is windowed */
.az-windowed {
	overflow: hidden;
	position: absolute;
}
/* Class applied to az-mover when large image is fully shown */
.az-expanded {
	height: auto;
	width: auto;
	position: static;
	overflow: visible;
}

/* overlay small area */
.az-overlay {
	background-color: #000;
	opacity: 0.3;
	/*filter: alpha(opacity=30);*/
	z-index: 10;
}
.az-coords, .az-overly {
	display: none; /* hidden when expanded */
}
.az-zoom .az-coords {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background: #000;
	background: rgba(0,0,0,0.5);
	color: #fff;
}

/*zmr*/
ol.uroman, ol li.uroman{ list-style-type:upper-roman;}
ol.lroman, ol li.lroman{ list-style-type:lower-roman;}
ol.ualpha, ol li.ualpha {list-style-type: upper-alpha;}
ol.lalpha, ol li.lalpha{list-style-type: lower-alpha;}

section {padding: 9px 0px 0px 0px;}

aside.sidebar.small-sidebar.right-sidebar.wnews {margin-top:0!important;}
.search-block {
    font-family: Tahoma;
    font-size: 12px;
    float: left;
    padding: 4px 0px 0px 87px;color: #ffffff;background-color: #212121;
}
.search-block input[type="text"] {
    background: transparent;
    color: #fff;
    border: 1px solid #bd870b;
    max-width: 89px;padding: 3px;
}
.search-block input[type="submit"] {
    background: #212121;
    border-radius: 1px;
    color: #fff;
    border: 1px solid #bd870b;
    font-size: 12px;padding: 2px;
}
caption {min-width:190px;}
.head-section {background-color: #212121;min-height:2.3em;}
@media 
only screen and (max-width: 1212px){
.head-section{float:left; width:100%;}}
}


