html {
	height: 100%;
	width: 100%;
}
body {
	height: auto;
	position: relative;
	width: 100%;
}
td.td0 {
	position: relative;
}
.item_body { margin-bottom: 20px; }

.top_blocks {
	margin-top: 16px;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

.top_block {
	background: #F7DE93;
	text-align: center;
	font-size: 18px;
	border: 1px solid #999;
	width: 100%;
	padding: 12px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.75);	
}
.top_block:hover {
	background: #f5e6b6;
}
a.button {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 300px;
	padding: 8px 20px;
	text-align: center;
	color: #fff;
	background: #10416A;
	font-weight: bold;
}

#tabs {
	position: absolute; 
	top: 296px;
    left: 330px;
    display: flex;
    gap: 4px;
    width: 826px;
}

#tabs > a {
	-webkit-box-shadow: 3px 7px 5px -6px rgba(0,0,0,0.8);
	-moz-box-shadow: 3px 7px 5px -6px rgba(0,0,0,0.8);
	box-shadow: 3px 7px 5px -6px rgba(0,0,0,0.8);
	border-radius: 0px 0px 18px 18px;
	font-size: 12px;
	height: 54px;
	font-weight: 400;
	background: #2AA5D5;
	color: #fff;
	display: block;
	padding: 6px;
	text-align: center;
	font-family: arial;
	width: 18%;
}

#tabs > a#zay2 { background: #99B52D; }
#tabs > a#zay3 { background: #DE6958; }
#tabs > a#zay4 { background: #EAB010; }
#tabs > a#zay5 { background: #42B4A3; }

div.phone {
	text-shadow: 2px 2px 2px rgba(17, 17, 17, 1);
	color: #fff;
	font-family: 'Times New';
	font-style: italic;
	font-size: 19px;
	position: absolute;
	top: 168px;
    left: 95px;
}
div.phone a {
	color: #fff;
}

.item_text p {
	margin-bottom: 10px;
}
.blog img.max { height: auto; width: 632px; margin-top: 12px; margin-bottom: 16px; }
.item_full img.max { height: auto; width: 850px; margin-bottom: 16px; margin-top: 12px; }

div.bn2 {
	position: absolute;
	top: -22px;
	left: 74px;
	background: #fff;
	border: 1px solid #999;
	width: 230px;
	padding: 0;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.75);	
}

div.bn {
	margin: 16px;
	background: #fff;
	border: 1px solid #999;
	width: 195px;
	padding: 10px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.75);	
}

img {
	border: 0px;
}
a {
	text-decoration: none;
	color:#10416A;
}
h3 a {
	color:#10416A;
	font-size: 14px;
	font-weight: bold;
}
.message {
	font-size: 16px;
	text-align: center;
	padding-bottom: 15px;
}
span#top_text {
	display: block;
	text-align: center;
	color:#10416A;
	font-size: 12px;
	font-family: Arial;
}
.pagenavigation ul li {
	float: left;
	list-style-type: none;
	text-align: left;
	display: inline;
	padding-left: 10px;
	color:#10416A;
	font-size: 11px;
}
.pagenavigation a {
	font-size: 11px;
	color:#10416A;
}
h1, h3 {
	margin: 0px;
	padding: 0px;
	color:#10416A;
	font-size: 18px;
}
.vmbut {
	font-size: 11px;
}
h2 {
	margin-top: 10px;
	margin-bottom: 1px;
	padding: 0px;
	font-size: 16px;
}
div.readmore {
	text-align: right;
	padding-right: 20px;
}
a.readon {
	color:#10416A;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.vmcat {
	color:#10416A;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
table.vmmain td
{
	padding: 10px;
}
div.moduletable {
	margin-left: 45px;
}
div.leading
{
	padding-bottom: 16px;
}
div.buttons_wrap {
	text-align: right;
	padding-right: 20px;
}
div.moduletable td {
	background: url(images/line.gif) bottom left no-repeat;
	width: 280px;
	text-align: left;
	padding-bottom: 15px;
	padding-top: 14px;
}

td.main {
	background: url(images/main.jpg) top left repeat-y;
	padding-left: 25px;
	padding-right: 20px;
	font-family: Arial;
	font-size: 14px;
	color: #555555;
	padding-top: 10px;
}

a.more1 {
	margin-top: 10px;
	margin-left: 20px;
	font-family: Arial;
	font-size: 18px;
	display: inline-block;
	border: 1px solid #fff;
	padding: 7px 15px;
	color: #fff;
	background: #99B52D;
}

a.mainlevel {
	display: block;
	float: left;
	margin-left: 0px;
	padding-left: 30px;
	text-decoration: none;
	background: url(images/point.gif) bottom left no-repeat;
	width: 250px; /*325*/
	color: #10416A;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
}

.first-level {
	margin-left: 30px;
}
.pathway ul {
	margin-left: 25px;
	padding-left: 0px;
}
a.sublevel {
	text-decoration: none;
	color: #10416A;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	padding-left: 15px;
	padding-right: 10px;
	background: url(images/item.gif) top left no-repeat;
}

a.pathway {
	text-decoration: none;
	color: #10416A;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
}
td.main_path {
	background: url(images/scr.jpg) top left no-repeat;
	height: 66px;
	padding: 0px;
	margin: 0px;
}
div.pathway ul {
	list-style-type: none;
	text-align: left;
	color: #10416A;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	margin-top: 0px;
	margin-left: 0px;
}

div.pathway ul li {
	float: left;
	list-style-type: none;
	text-align: left;
	display: block;
	height: 24px;
	line-height: 24px;
}

li.pathway_arrow {
	background: url(images/path.png) center center no-repeat;
	width: 20px;
}
div.gallery div.sectiontableheader, 
div.jg_category {
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 8px;
	font-size: 16px;
	font-weight: bold;
}
div.jg_pagination, div.jg_pagination a {
	color:#10416A;
	font-size: 12px;
	font-weight: normal;
}
div.jg_element_txt a {
	color:#10416A;
	font-size: 12px;
	font-weight: normal;
}
div.gallery div.componentheading {
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 8px;
	color:#10416A;
	font-size: 18px;
}
