/*--tags--*/

body, html{
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
    }
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
    }
a {
	color:#9E214A;
	text-decoration:underline;
	}
a:hover {
	color:#9E214A;
	text-decoration:none;
	}
form, p, table, div, span, img, thead, tbody, tfoot, th, td{
    margin:0px;
    padding:0px;
    }
input, select, textarea{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color:#000000;
    padding: 1px;
    margin: 0px;
    }
img{
	border:none;
	behavior: url("client/pngbehavior.htc");
}
table{
	border:none;
	empty-cells:show;
	border-collapse:collapse;
    }
hr {
	height:1px;
	color:#CCCCCC;
	background-color: #CCCCCC;
	clear:both;
	border: 0;
}
    
    
/*--content--*/

#wrapper {
	min-height:100%;
	position:relative;
	min-width:780px;
	width:100%;
	margin:0;
}
* html #wrapper {
	height:100%;
}
#header {
	height:121px;
	min-width:780px;
	max-width:1100px;
}
* html #header {
	width: expression(document.body.clientWidth < 781 ? "780px" : document.body.clientWidth > 1101 ? "1100px" : "100%" );
	}
img.logo {
	padding-left:2%;
	padding-top:27px;
}
#navigation_top {
	float:right;
	text-align:right;
	width:238px;
	margin-top:38px;
	padding-right:2%;
	}	
div.search {
	margin-top:8px;
	}	
div.search input{
	vertical-align:middle;
	background-image: url(images/input_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border:solid 1px #9E214A;
	padding:3px;
	width:189px;
    font-size: 11px;
	}	
div.search img{
	vertical-align:middle;
	}	
	
#content {
	min-width:780px;
	max-width:1100px;
	padding-bottom:125px;
	background-repeat: no-repeat;
	background-position: right top;
	position:relative;
}
#content:after{
	content: "";  
	display: block; 
	clear: both;
    }
* html #content {
	width: expression(document.body.clientWidth < 781 ? "780px" : document.body.clientWidth > 1101 ? "1100px" : "100%" );
	}
#content img.btn_print{
	position:absolute;
	right:0px;
	top:0px;
	cursor:pointer;
	margin-right:2%;
	}
#side_menu {
	float:left;
	width:26%;
	margin-left:2%;
	}
* html #side_menu {
	display:inline-block;
	margin-left:10px;
	}
div.menu_bg {
	border-right:1px #FFFFFF solid;}
#menu {
	background-repeat: no-repeat;
	background-position: right top;
	padding-left:5%;
}	
* html #menu {
	padding-left:20px;
}
#menu img{
	padding-top:12px;
}	
ul.menuSide {
	padding:10px 0px;
	margin:0px;
	list-style:none;
	}
ul.menuSide li{
	border-top:1px solid #FFFFFF;
	margin:0px;
	padding:0px;
	}
ul.menuSide li.firstl2 {
	border-top:1px solid #FFFFFF;
	}
ul.menuSide li.first {
	border-top:none;
	}
ul.menuSide li.menul2{
	border-top:none;
	}
ul.menuSide li a{
	text-decoration:none;
	background-image: url(images/bullet_l0.gif);
	background-repeat: no-repeat;
	background-position: 7px 12px;
	display: block;
	padding:0px;
	margin:0px;
	}
* html ul.menuSide li a{
	width:100%;
	display:inline-block;
	}
ul.menuSide li a span{
	padding:7px 5px 7px 17px;
	display:block;
	}
ul.menuSide li.menul2 a{
	background-image: url(images/bullet_l2.gif);
	background-repeat: no-repeat;
	background-position: 13px 5px;
	}
ul.menuSide li.menul2 a span{
	padding:2px 5px 2px 23px;
	display:block;
	}	
ul.menuSide li.menul2 a:hover, ul.menuSide li.menul2:hover{
	background-color: transparent;
	text-decoration: underline;
	}		
ul.menuSide li.firstl2 {
	border-top:1px solid #FFFFFF;
	}
div.under_menu {
	text-align:center;
	margin-top:20px;
}
div.under_menu img{
	margin-bottom:10px;
}

	
#text {
	padding-left:30%;
	padding-right:2%;
	}
* html #text {
	display:inline-block;
	padding-left:2%;
	}
#text:after{
	content: "";  
	display: block; 
	clear: both;
    }
#text div.text_cont {
	overflow:hidden;
	/*overflow:hidden;   IE7 bug */ }
#text div.text_cont:after{
	content: "";  
	display: block; 
	clear: both;
    }
* html #text div.text_cont {
	height:1%;}

#esdPath {
	color:#FFFFFF;
	height:22px;
	padding-top:14px;}
#esdPath a{
	color:#FFFFFF;
	text-decoration:none;}
#esdPath a:hover{
	text-decoration:underline;}
div.clear {
	height:51px;
}
#title {
	padding-top:22px;
	background-repeat: no-repeat;
	background-position: left top;
}
#title span{
	font-size:19px;
	color:#9E214A;
	font-weight:bold;
}
#title a{
	float:right;
	margin-right:3px;
}
#menul3{
	padding:5px;
	margin-top:10px;
}
#menul3 a{
	text-decoration:none;}
#menul3 a:hover{
	text-decoration:underline;}

#footer, #footer_main{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:115px;
	background-image: url(images/bg_bottom.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#footer{
	height:115px;
}
#footer_main {
	height:81px;
}
#footer div.nav_bottom {
	height:34px;
	min-width:780px;
	max-width:1100px;
}
* html #footer div.nav_bottom {
	width: expression(document.body.clientWidth < 781 ? "780px" : document.body.clientWidth > 1101 ? "1100px" : "100%" );
	}
#footer div.nav_bottom div.plot{
	padding-right:2%;
}
#footer div.nav_bottom div.plot div{
	margin-left:30%;
	border-top:solid #CCCCCC 1px;
	text-align:right;
	padding-right:2px;
	padding-top:7px;
}
* html #footer div.nav_bottom div.plot div{
	margin-left: expression(document.body.clientWidth < 950 ? "31%" : "30%" );
}
div.cont_bottom {
	height:80px;
	min-width:780px;
	max-width:1100px;
}
* html div.cont_bottom {
	width: expression(document.body.clientWidth < 781 ? "780px" : document.body.clientWidth > 1101 ? "1100px" : "100%" );
	}
div.cont_bottom img.phone {
	float:right;
	padding-top:20px;
	padding-right:2%;
}
table.contacts {
	color:#FFFFFF;
	margin-left:25px;
	padding-top:20px;
}
* html table.contacts {
	margin-top:20px;
}
*:first-child+html table.contacts {
	margin-top:20px;
	} 
table.contacts a{
	color:#FFFFFF;
}
table.contacts td{
	padding-right:20px;
}
table.contacts td.right{
	border-left:#BB6481 solid 1px;
	padding-left:20px;
}

img.email {
	vertical-align:text-bottom;
	cursor:pointer;}
	
html:first-child img.email {
	vertical-align: middle;
}	

/*--main_photo--*/

table.main_choose {
	width:100%;
	margin-bottom:20px;}
table.main_choose td{
	width:50%;
	}
table.main_choose td div.choose_bg{
	background-repeat:no-repeat;
	background-position:top center;
	padding-top:160px;
	height:160px;
	margin:0px;
	position:relative;
	}
table.main_choose td div.choose_title{
	height:32px;
	margin-left:20px;
	margin-right:20px;
	background-repeat: repeat-x;
	text-align:center;
	padding-top:10px;
	}
table.main_choose td div.left{
	float:left;
	}
table.main_choose td div.right{
	float:right;
	}
* html table.main_choose td div.left{
	margin-right:-20px;	
	}
* html table.main_choose td div.right{
	margin-left:-20px;	
	}
table.main_choose td div.choose_text{
	margin-top:10px;
	margin-left:20px;
	margin-right:20px;
	height:43px;
	line-height:140%;
	text-align:justify;
	font-size:14px;
	}
table.main_choose td img.lt{
	position:absolute;
	left:0px;
	top:0px;
	height:10px;
	width:10px;
	}	
table.main_choose td img.rt{
	position:absolute;
	right:0px;
	top:0px;
	height:10px;
	width:10px;
	}	
table.main_choose td img.rb{
	position:absolute;
	right:0px;
	bottom:0px;
	height:10px;
	width:10px;
	}	
table.main_choose td img.lb{
	position:absolute;
	left:0px;
	bottom:0px;
	height:10px;
	width:10px;
	}	
div.news_place {
	margin-right:165px;
}	
	
div.banner_place {
	width:150px;
	float:right;
	text-align:center;}

	
div.title_main {
	background-image: url(images/grey.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom:5px;
	margin-bottom:10px;
	}	
div.title_main span{
	color:#9E214A;
	font-size:18px;
	font-weight:bold;
	background-image: url(images/red.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom:5px;
	padding-left:3px;
	padding-right:5px;
	}	
div.title_main span a{
	text-decoration:none;
	}		
div.title_main span a:hover{
	text-decoration:none;
	}		
div.new_main {
	margin-bottom:15px;
	text-align:justify;
	padding:0px 2px;}	
div.new_main span{
	color:#999999;
	}	

/* --- sitemap --- */

div.sitemap_content {
margin-bottom:15px;}

table.sitemap img{
	border:none;
	margin:0px;
	padding:0px;
}
table.sitemap img:hover{
	border:none;
	margin:0px;
	padding:0px;
}

/*--search--*/

div.search_content {
	margin-bottom:10px;}
div.search_results {
	margin-top:10px;
	margin-bottom:10px;}
input.search_input {
	vertical-align:middle;
	background-image: url(images/input_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border:solid 1px #9E214A;
	padding:3px;
	width: 200px;}
input.search_submit {
	width: auto;}
a.search_link {
	color:#545454;
	text-decoration:none;}	
	
/*--forms--*/

div.form_plot {
	background-color:#F4E8EC;
	padding:15px;
}
input {
	width: 200px;}
select {
	width: 206px;}
textarea {
	width: 202px;}
input.checkbox {
	width:18px;}
table.form {
	width:420px;
	}
table.form td {
	vertical-align:top;
	padding-top:4px;}
table.form td.label {
	width:170px;
	padding-top:5px;
	padding-right:10px;
	text-align:right;}
span.required {
	color:#C00000;
	font-weight:bold;
	font-size:1.1em;}
div.form_error {
	color: #C00000;
	font-weight:bold;
	margin-bottom:15px;
	text-align:center;}
div.form_before {
	margin-bottom:15px;
	text-align:justify;}
div.form_after {
	margin-top:15px;
	text-align:justify;}
input.form_btn {
	width:auto;
	background-color:#9E2149;
	color:#FFFFFF;
	border:none;
	padding:2px;
	font-size:14px;}
input.form_btn_reset {
	width:auto;
	background-color:#DFB0C0;
	color:#FFFFFF;
	border:none;
	padding:2px;
	margin-right:6px;
	font-size:14px;}

/*chart*/

table.chart {
	margin-top:7px;
	margin-bottom:15px;
}
table.chart td{
	vertical-align:top;
	padding-bottom:3px;
}
td.chart_answer {
	width:200px;}
td.chart_count {
	white-space:nowrap;
	width:50px;
	text-align:right;}
table.chart div {
	background-color: #9E214A;}	

/*--news--*/

div.news_title {
	margin-bottom:7px;
	font-weight:bold;
	font-size:1.1em;}
div.news_title span{
	margin-left:10px;
	font-size:0.9em;}
div.news_images {
	float:left;
	margin-right:5px;
	margin-bottom:5px;}
div.news_intro{
	margin-bottom:15px;
	text-align:justify;}
div.paging span{
	font-weight:bold;}

	
	
/*--extra--*/

ul.list {
	list-style:none;
	padding:10px 0px 10px 10px;
	margin:0px;}
ul.list li{
	margin:0px;
	padding:0px 0px 2px 10px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	line-height:120%;
	}
div.title {
	font-size:17px;
	color:#9E214A;
	font-weight:bold;
}	
table.table, table.table td
{
    border-color: #9E214A;
    border-style: solid;
}
table.table2, table.table2 td
{
    border-color: #9E214A;
    border-style: solid;
}
table.table, table.table2 
{
	width:100%;
    border-width: 0 0 1px 1px;
    border-spacing: 0;
	margin:7px 0px;
}

table.table td
{
    margin: 0;
    padding: 3px 6px;
    border-width: 1px 1px 0 0;
	width:25%;
}
table.table2 td
{
    margin: 0;
    padding: 3px 6px;
    border-width: 1px 1px 0 0;
}
table.table td.label, table.table2 td.label
{
	background-color:#F5E8ED;
	font-weight:bold;
}
table.table tr.label, table.table2 tr.label
{
	background-color:#F5E8ED;
	font-weight:bold;
}


/*--components--*/

.sDN {display:none;}
.sDB {display:block;}
.sTAL {text-align:left;}
.sTAC {text-align:center;}
.sTAR {text-align:right;}
.sTAJ {text-align:justify;}
.sCP {cursor:pointer;}
.sCB {clear:both;}
.sFL {float:left;}
.sFR {float:right;}

/* ----  suggests   ---- */      

#suggest_div {
        position:absolute;
        background-color:#9E214A;
        z-index:99;
        text-align:left;
        min-width:200px;
        width:auto;
        padding:5px 3px 5px 3px;
        /*border:#9E214A solid 1px;*/}        
#suggest_div div.suggest_div{
        
        }        
#suggest_div div.suggest_div a{
        text-decoration:none;
        display:block;
        white-space:nowrap;
        padding:1px 5px 2px 5px;
        color:#FFFFFF;
        }        
#suggest_div div.suggest_div a:hover, #suggest_div div.suggest_div a.active{
        text-decoration:underline;
        }
        
/* ----  map   ---- */          
div.map {
        border:5px solid #F4E8EC;
        height:340px;
        width:98%;
        margin:auto;
        margin-top:20px;}
        
/* ----  phones   ---- */                  

table.department_info_table {
				margin-top:15px;
				margin-bottom:15px;
				}
table.department_info_table td{
				padding-right:10px;
				padding-bottom:5px;
				}			
