@charset "windows-1251";

/*
	Common resets
*/

html {
	min-height: 100%
}

body {
	background: #ebeef0 url('../images/common/bg.gif') repeat-x;
	color: #373636;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0px auto 0px auto;
	max-width: 1240px;
	min-height: 100%;
	min-width: 1000px;
	padding: 0px;
	position: relative;
}

a {
	color: #186c7d;
}

a:hover {
	color: #00808e;
}

a img {
	border: 0px;
}

div.hr {
	background: #babfc2;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin-bottom: 12px;
}

form {
	margin: 0px;
	padding: 0px;
}

div.text {
	border: 1px solid #d4d0c8;
	color: #363636;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px 6px 2px 6px;
	overflow: hidden;	
}

input.submit {
	background: #373737 url('../images/common/submit.gif') repeat-x;
	border: 0px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	height: 20px;
	padding: 0px 0px 1px 0px;
	width: 50px;
}

h1, h2, h3, h4, h5 {
	line-height: 100%;
	margin: 0px;
	padding: 0px;
}

h1 {
	color: #186c7d;
	font-size: 1.667em;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
}

h2 {
	color: #f5dd9a;
	font-size: 1.667em;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
}

h3 {
	color: #186c7d;
	font-size: 1.667em;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
}

h4 {
	color: #666666;
	font-size: 1.33em;
	font-weight: normal;
	margin: 0px 0px 8px 0px;
}

h5 {
	font-size: 1em;
	padding-bottom: 5px;
}

p {
	margin: 0px 0px 1em 0px;
	padding: 0px;
}

ul.linkList {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.linkList li {
	margin: 0px 0px 10px 0px;
}

ul.linkList li a{
	color: #363636;

}

ul.linkList li a:hover{
	color: #666666;
}

/*
	Header
*/

div#header {
	background: #ffffff;
	height: 110px;
}

a#logo {
	background: url('../images/common/logo.gif') no-repeat;
	color: #363636;
	display: block;
	float: left;
	font-size: 20px;
	height: 43px;
	line-height: 20px;
	margin: 37px 0px 0px 18px;
	padding: 2px 0px 0px 52px;
	text-decoration: none;
	width: 316px;
}

div#search {
	border-left: 1px solid #cccccc;
	float: right;
	margin-top: 40px;
	padding: 0px 17px 5px 18px;
	overflow: hidden;
	width: 198px;
}

div#search p {
	color: #666666;
	font-size: 1.2em;
	line-height: 1.0em;
	margin: 0px 0px 7px 0px;
	padding: 0px;
	vertical-align: top;
}

div#search p a {
	color: #666666;
}

div#search p a:hover {
	color: #166979;
}

div#search form {
	position: relative;
}

div#search form label {
	color: #999999;
	font-size: 1.2em;
	position: absolute;
}

div#search form input {
	float: left;
}

div#search form input.text {
	margin-right: 5px;
	width: 128px;
}

div.phone {
	float: right;
	margin: 40px 0px 0px 0px;
	padding-right: 12px;
}

div.phone p {
	color: #666666;
	font-size: 1.2em;
	line-height: 1.0em;
	margin: 0px 0px 2px 0px;
	padding: 0px;
	vertical-align: top;
}

div.phone strong {
	color: #186c7d;
	font-size: 3.1em;
	font-weight: normal;
	line-height: 100%;
}

/*
	Menu
*/

ul#menu {
	display: block;
	height: 40px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul#menu li {
	display: block;
	float: left;
	font-size: 1.4em;
	height: 40px;
	line-height: 28px;

	white-space: nowrap;
}

ul#menu li a {
	color: #ffffff;
	display: block;
	padding: 7px 17px 5px 17px;
	height: 28px;
	text-decoration: none;
}

ul#menu li a:hover,
ul#menu li a.active {
	background: url('../images/menu/selected.gif') repeat-x !important;
	padding: 5px 17px 7px 17px !important;
}

/*
	Path
*/

ul#path {
	display: block;
	font-size: 1.1em;
	list-style-type: none;
	margin: 13px 0px 13px 17px;
	padding: 0px;
	overflow: hidden;
}

ul#path li {
	background: url('../images/path/li.gif') no-repeat 100% 50%;
	color: #363636;
	display: block;
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px 8px 0px 0px;
}

ul#path li a {
	color: #363636;
}

ul#path li a:hover {
	color: #666666;
}

/*
	contentContainer
*/

div#contentContainer {
	font-size: 1.2em;
	overflow: hidden;
	padding-bottom: 150px;
}


/*
	Left sidebar
*/

div#asideLeft {
	float: left;
	margin-left: 18px;
	width: 241px;
}

ul#asideMenu {
	list-style-type: none;
	margin: 0px 0px 23px 0px;
	padding: 0px;
}

ul#asideMenu ul {
	border-top: 1px solid #cccccc;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

ul#asideMenu ul li.last {
	border: 0px !important;
}

ul#asideMenu li{
	border-bottom: 1px solid #bbbfc2;
	margin: 0px;
}

ul#asideMenu li a {
	background: url('../images/asideleft/asidemenu.gif') 0px -80px no-repeat;
	color: #363636;
	display: block;
	font-weight: bold;
	padding: 9px 0px 9px 15px;
	text-decoration: none;
}

ul#asideMenu li li a {
	background: url('../images/asideleft/asidemenu.gif') 15px -80px no-repeat;
	color: #363636;
	display: block;
	font-weight: bold;
	padding: 9px 0px 9px 35px;
	text-decoration: none;
}
ul#asideMenu li li a:hover,
ul#asideMenu li li a.active {
	background: url('../images/asideleft/asidemenu.gif') 15px 13px no-repeat !important;
}


ul#asideMenu li a:hover,
ul#asideMenu li a.active {
	background: url('../images/asideleft/asidemenu.gif') 0px 13px no-repeat !important;
	color: #166979 !important;
}

div#content a.all,
div#asideLeft a.all {
	color: #666666;	
	float: right;
	font-size: 0.9em;
}

div#content a.all {
	color: #363636;
}

div#asideLeft a.all {
	padding-top: 8px;
}

ul.newsList {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.newsList li {
	margin-bottom: 12px;
}

ul.newsList a {
	color: #363636;
	text-decoration: none;
}

ul.newsList a:hover {
	text-decoration: underline;
}

ul.newsList h5 a {
	text-decoration: underline;
}

ul.newsList h5 a:hover {
	color: #166979;
}

/*
	Right sidebar
*/

div#asideRight {
	float: right;
	margin-right: 19px;
	width: 169px;
}

p.counter {
	margin: 0px 0px 5px 0px;
}

p.counter span {
	color: #186c7d;
	font-size: 4.1em;
	font-weight: normal;
}

form#subscribeNews {
	overflow: hidden;
	position: relative;
	padding-bottom: 20px;
}

form#subscribeNews label{
	color: #999999;
	top: 19px;
	position: absolute;
}

form#subscribeNews p {
	color: #666666;
	margin: 0px 0px 5px 0px;
}

form#subscribeNews input.text {
	float: left;
	font-size: 1em;
	margin-right: 6px;
	width: 116px;
}

form#subscribeNews input.submit {
	font-size: 1em;
	float: left;
	width: 33px;
}

div#faq h3 {
	color: #363636;
	font-size: 1.33em;
}

div#faq ul {
	color: #186c7d;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div#faq ul li {
	background: url('../images/asideright/li.gif') no-repeat 0px 5px;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 9px;
}

/*
	Content
*/

div#content {
	margin: 0px 202px 0px 283px;
}

table#topText {
	border: 0px;
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 100%;
    _width: 99%;
}

table#topText td img {
	float: left;
}
table#topText td h2 {
	margin-bottom: 0.4em;
}

table#topText td p {
	margin-bottom: 0.5em;
}

table#topText td {
	font-size: 12px;
	padding: 0px;
	vertical-align: top;
}

table#topText td.text {
  background: #363636 url('../images/content/toptext.jpg') repeat-x;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", Times, serif;
  padding: 12px 16px 12px 16px !important;
  width: 100%;
}

div.text {
	background: #ffffff url('../images/x.gif') repeat;
	border: 1px solid #babfc2;
	padding: 13px;
}

div.noborder {
	background: none !important;
	border: none !important;
}

table#specialPrograms {
	border: 0px;
	border-collapse: collapse;
	width: 100%;
}

table#specialPrograms td {
	padding: 15px 0px 15px 0px;
	vertical-align: top;
}

table#specialPrograms td.first {
	border: 0px !important;
	padding-top: 0px !important;
}

table#specialPrograms td.image {
	width: 90px;
}

table#specialPrograms td.image img {
	height: 70px;
	width: 70px;
}

table#specialPrograms td.text {
	border-top: 1px solid #cccccc;
}

table#specialPrograms td.text h4 a {
	color: #666666;
	text-decoration: none;
}

table#specialPrograms td.text h4 a:hover {
	text-decoration: underline;
}

table#specialPrograms a.all {
	float: none;
	color: #363636;
	font-size: 1.33em;
	padding: 0px;
}

table#specialPrograms a.all:hover {
	color: #666666;
}

ul.submenu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.submenu li a {
	color: #666666;
	font-size: 1.33em;
}

ul.submenu li a:hover {
	color: #333333;
}

ul#paginator {
	height: 25px;
	font-size: 0.9em;
	list-style-type: none;
	margin: 20px 0px 0px 14px;
	overflow: hidden;
	padding: 0px;
}

ul#paginator li {
	float: left;
	margin-right: 1px;
}

ul#paginator li span {
	background: #186f80;
	color: #ffffff;
	padding: 0px 4px 0px 4px;
}

ul#paginator li a {
	background: #eaeef1;
	color: #363636;
	display: block;
	float: left;
	padding: 0px 4px 0px 4px;
}

ul#paginator li a:hover {
	color: #186f80;
}

/*
	Footer
*/

div#footer {
	border-top: 1px solid #cccccc;
	bottom: 0px;
	clear: both;
	color: #666666;
	font-size: 1.1em;
	height: 105px;
	left: 0px;
	position: absolute;
	width: 100%;
}

div#copyrights {
	background: url('../images/footer/logo.gif') no-repeat;
	float: left;
	margin: 23px 0px 0px 32px;
	line-height: 110%;
	padding: 2px 0px 3px 32px;
	width: 233px;
}

div#address {
	float: left;
	margin: 23px 0px 0px 0px;
}

div#footer div.phone {
	margin: 23px 62px 0px 0px ;
}

div#footer div.phone p {
	font-size: 1em;
}

div#footer div.phone strong {
	font-size: 2.81em;
}

#datePicker {
	float: right;
	margin: 0px 0px 10px 10px;
}

#ui-datepicker-div, .ui-datepicker-inline {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	background: #ebeef0;
	width: 185px;
}
#ui-datepicker-div {
	display: none;
	border: 1px solid #FF9900;
	z-index: 10;
}
.ui-datepicker-inline {
	float: left;
	display: block;
	border: 0;
}
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-dialog {
	padding: 5px !important;
	border: 4px ridge #83C948 !important;
}
button.ui-datepicker-trigger {
	width: 25px;
}
img.ui-datepicker-trigger {
	margin: 2px;
	vertical-align: middle;
}
.ui-datepicker-prompt {
	float: left;
	padding: 2px;
	background: #E0F4D7;
	color: #000;
}
*html .ui-datepicker-prompt {
	width: 185px;
}
.ui-datepicker-control, .ui-datepicker-links, .ui-datepicker-header, .ui-datepicker {
	clear: both;
	float: left;
	width: 100%;
	color: #FFF;
}
.ui-datepicker-control {
	background: #FF9900;
	padding: 2px 0px;
}
.ui-datepicker-links {
	background: #363636;
	padding: 2px 0px;
}
.ui-datepicker-control, .ui-datepicker-links {
	font-weight: bold;
	font-size: 90%;
	letter-spacing: 1px;
}
.ui-datepicker-links label {
	padding: 2px 5px;
	color: #888;
}
.ui-datepicker-clear, .ui-datepicker-prev {
	float: left;
	width: 34%;
}
.ui-datepicker-rtl .ui-datepicker-clear, .ui-datepicker-rtl .ui-datepicker-prev {
	float: right;
	font-size: 1.1em !important;
	text-align: right;
}
.ui-datepicker-current {
	float: left;
	width: 30%;
	text-align: center;
}
.ui-datepicker-close, .ui-datepicker-next {
	float: right;
	width: 34%;
	text-align: right;
}
.ui-datepicker-rtl .ui-datepicker-close, .ui-datepicker-rtl .ui-datepicker-next {
	float: left;
	text-align: left;
}
.ui-datepicker-header {
	padding: 1px 0 3px;
	background: #f0f0f0;
	text-align: center;
	font-weight: bold;
	height: 1.3em;
}
.ui-datepicker-header select {
	background: #f0f0f0;
	color: #363636;
	border: 0px;
}
.ui-datepicker {
	background: #186c7d;
	text-align: center;
	font-size: 100%;
}
.ui-datepicker a {
	display: block;
	width: 100%;
}
.ui-datepicker-title-row {
	background: #186c7d;
	color: #ffffff;
}

.ui-datepicker-title-row .ui-datepicker-week-end-cell {
	background: #186c7d;
	color: #ffffff;
}
.ui-datepicker-days-row {
	background: #FFF;
	color: #666;
}
.ui-datepicker-week-col {
	background: #186c7d;
	color: #000;
}
.ui-datepicker-days-cell {
	color: #000;
	border: 1px solid #DDD;
}
.ui-datepicker-days-cell a {
	display: block;
}
.ui-datepicker-week-end-cell {
	background: #f0f0f0;
}
.ui-datepicker-unselectable {
	color: #888;
}
.ui-datepicker-week-over, .ui-datepicker-week-over .ui-datepicker-week-end-cell {
	background: #186c7d !important;
}
.ui-datepicker-days-cell-over, .ui-datepicker-days-cell-over.ui-datepicker-week-end-cell {
	background: #FFF !important;
	border: 1px solid #777;
}
* html .ui-datepicker-title-row .ui-datepicker-week-end-cell {
	background: #B1DB87 !important;
}
* html .ui-datepicker-week-end-cell {
	background: #E0F4D7 !important;
	border: 1px solid #DDD !important;
}
* html .ui-datepicker-days-cell-over {
	background: #FFF !important;
	border: 1px solid #777 !important;
}
* html .ui-datepicker-current-day {
	background: #83C948 !important;
}
.ui-datepicker-today {
	font-weight: bold;
}

.ui-datepicker-enabled-day {
	font-weight: bold;
}

.ui-datepicker-enabled-day a:hover {
	background: #186c7d;
	color: #ffffff;	
}

.ui-datepicker-current-day {
	
}
.ui-datepicker-current-day a {
	background: none;

}

.ui-datepicker-status {

	width: 100%;
	font-size: 80%;
	text-align: center;
}
#ui-datepicker-div a, .ui-datepicker-inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: none;
}
.ui-datepicker-inline .ui-datepicker-links a {
	padding: 0 5px !important;
}
.ui-datepicker-control a, .ui-datepicker-links a {
	padding: 2px 5px !important;
	color: #e0e0e0 !important;
}
.ui-datepicker-title-row a {
	color: #f0f0f0 !important;
}
.ui-datepicker-control a:hover {
	color: #D0D0D0 !important;
}
.ui-datepicker-links a:hover, .ui-datepicker-title-row a:hover {
	background: #FFF !important;
	color: #333 !important;
}
.ui-datepicker-multi .ui-datepicker {
	border: 1px solid #83C948;
}
.ui-datepicker-one-month {
	float: left;
	width: 185px;
}
.ui-datepicker-new-row {
	clear: left;
}
.ui-datepicker-cover {
	display: none;
	display/**/: block;
	position: absolute;
	z-index: -1;
	filter: mask();
	top: -4px;
	left: -4px;
	width: 193px;
	height: 200px;
}