body {
	margin: 0px;
	padding: 0px;
	background-color: Black;
	background-image: url(/images/bg_top_page.gif);
	background-repeat: repeat-x;
}

img.png { behavior: url(/protect/png.htc); }


#main_table {
	min-width: 780px;
	width: expression((document.documentElement.clientWidth || document.body.clientWidth)<780?'780px':'100%');	
}

/* Header */

#logo {
	position: absolute; 
	left: 0px;	
	top: 22px;
	z-index: 1;
}

#menu {
	position: absolute;
	top: 0px;
	left: 35%;
	z-index: 2;
}

#brace {
	float: left;
}

#menu_1 {
	position: relative;	
	float: left;
	height: 250px;
	width: 250px;
	margin-left: -15px;
	padding-top: 10px;
}



.menu_1_item {
	margin-top: 6px;
}

.menu_sub{
	font: 80% Arial, Helvetica, sans-serif;
	color: #009CFF;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 45px;
}
.menu_sub a:link { color: #009CFF;  text-decoration: underline; }
.menu_sub a:visited { color: #009CFF;  text-decoration: underline; }
.menu_sub a:hover { color: #009CFF;  text-decoration: none; }

.menu_sub_selected {
	font: 80% Arial, Helvetica, sans-serif;
	color: Gray;
	margin-left: 45px;	
	margin-top: 2px;
	margin-bottom: 2px;	
}

#menu_sub_last {
	height: 1px;
	overflow: hidden;
	margin-top: 10px;
}

#security_head {
	padding-top: 150px;
	padding-right: 3%;
}

#security_footer {
	background-image: url(/images/security_footer.jpg);
	background-repeat: no-repeat;
	height: 580px;
}

/* Footer*/

#footer {
	position: relative;

	margin-top: -150px;
	width: 85%;
	min-width: 700px;
	width: expression((document.documentElement.clientWidth || document.body.clientWidth)<800?'700px':'85%');
	height: 96px;
	z-index: 2;
}


#phone_number {
	position: relative;
	float: left;
	margin-top: 5px;	
	z-index: 2;
}

#address {
	color: #8E8E8E;
	margin-bottom: 5px;
}


.contacts {
	font: 80% Arial, Helvetica, sans-serif;
	color: White;	
}
.contacts a:link { color: #85C4FF;  text-decoration: underline; }
.contacts a:visited { color: #85C4FF;  text-decoration: underline; }
.contacts a:hover { color: #85C4FF;  text-decoration: none; }


.copyrights {
	font: 70% Arial, Helvetica, sans-serif;
	color: #8E8E8E;	
}
.copyrights a:link { color: #BABABA;  text-decoration: underline; }
.copyrights a:visited { color: #BABABA;  text-decoration: underline; }
.copyrights a:hover { color: #BABABA;  text-decoration: none; }



/* Content */

#content {
	padding: 15px 5% 200px 7%;
	vertical-align: top;
}

.content {
	font: 80% Arial, Helvetica, sans-serif;
	color: White;
}
.content  a:link { color: #85C4FF;  text-decoration: underline; }
.content  a:visited { color: #85C4FF;  text-decoration: underline; }
.content  a:hover { color: #85C4FF;  text-decoration: none; }

h1 {
	font: small-caps 220% Tahoma;
	color: #85C4FF;
	margin-bottom: 20px;
}

#two_words {
	margin-left: -15px;
	margin-bottom: 20px;
	margin-top: 40px;		
}

.spacer {
	height: 1px;
	overflow: hidden;
	background-image: url(/images/spacer_dotted.gif);
	margin-top: 20px;
	margin-bottom: 20px;
}

.pub_images {
	border: 1px solid #959595;
}

ul.list, ol.list {
	margin-top: 3px;
} 
li.list_item {
	margin-bottom: 6px;
}


#news_index {
	position: relative;
	padding-left: 7%;
	width: 80%;
	min-width: 600px;
	margin-top: -240px;
	z-index: 3;
}

#news_index td{
	padding-right: 25px;
}

.news_date_index {
	font-size: 87%;
	color: Gray;
	margin-top: 10px;
	margin-bottom: 12px;	
}

.news_full_img {
	margin-right: 12px;
	margin-bottom: 12px;
}

.news_date {
	font-size: 87%;
	color: Gray;
	margin-bottom: 7px;	
}

.news_source {
	font-size: 87%;
	text-align: right;
	color: Gray;
}

.more {
	font: 80% Tahoma;
}

.vacancy_title {
	font-size: 125%;
	font-weight: bold;
}

.recommendation_person {
	text-align: right;
	color: #999999;
	font-style: italic;
}

.recommendation_title {
	font-size: 125%;
	font-weight: bold;
	margin-bottom: -5px;

}

.table_info {
	border: 1px solid #4C4C4C;
	border-collapse: collapse;
}

.table_info caption {
	padding-bottom: 20px;	
	font-weight: bold;
	text-align: center;
}

.table_info th {
	background-color: #4C4C4C;
	font-weight: normal;
}

.content td, .table_info th {
	color: white;
}




.page_selected{
	font : 100% Arial, Helvetica, sans-serif;
	color : White;
	background-color : #2C2C2C;
}
.pages {
	font : 100% Arial, Helvetica, sans-serif;
	color : white;	
}
.pages td a:link{ color : #85C4FF; text-decoration : none; }
.pages td a:visited{ color : #85C4FF; text-decoration : none; }
.pages td a:hover{ color : #85C4FF; text-decoration : underline; }



