/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #cccccc url(bg_grad.jpg) fixed;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	/*width:95.6%;*/
	background-color: #ffffff;
	clear:right;
}

#tl {
	position:absolute;
	top: -11px;
	left: 22px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
	
}

#pageNav{
	float: left;
	/*width:178px; дизайн 28.11.08*/ 
	width:252px;
	padding: 0px;
	/*background-color: #ECF8F9;*/
	/*border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc; дизайн 28.11.08*/
	font: small Verdana,sans-serif;
	
}

#content{
	/*width:70%;
	margin: 0 auto;
	padding: 0 1px 1px 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #4484D4;
	border-bottom-color: #4484D4;
	border-left-color: #4484D4;
	background-color: #FFFFFF;*/
	padding: 0px 10px 10px 0px;
	margin:0px 0px 0px 260px;
	border-left: 1px solid #ccd2d2;
	/*background-color:#FBFCE2;*/
}
#menu{background:url(/images/images/mbg.jpg) no-repeat;min-height:124px;	padding: 25px 10px 17px 35px;}
#menu a{display:block;padding: 3px 0 4px 35px;background:url(../images/menu-bullet.gif) no-repeat 10px 9px;font-family: "Trebuchet MS";font-size: 13px;color: #000000;font-weight: bold;text-decoration: none;}
#menu a:hover{text-decoration:underline;}
#ltitle{
	background:url(images/images/lmenu-bg.gif) no-repeat;
	height:25px;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #FFFFFF;
	padding-left: 35px;
	padding-top: 9px;
}
#lblock{
	color:Black;
	font-size: 11px;
	padding-left: 35px;
	padding-right: 16px;
	text-align: justify;
	padding-bottom: 90px;
	padding-top: 9px;
	border-color:Blue;
}
/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 31px;
	right: 827px;
	padding: 0px;
	margin: 0px;
	width: 119px;
	height: 152px;
}

/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image: url(glbnav_background.gif);
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
  	font-size: 80%;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image: url(glblnav_selected.gif);
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 5px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color:#3333CC;
	padding:3px 3px 3px 3px;
	/*
	border:#6389b5 1px solid;
	
	background-color:#D8F0F3;*/
	font-size:8pt;
	
}

#breadCrumb a:hover{
	color:#0033CC;
	text-decoration:underline;
}

#breadCrumb1{
	
	color: #000000;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	border-bottom: solid #cccccc 1px;
	border-top: solid #cccccc 1px;
	/*
	padding: 0px 0px 0px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
	
	background-color:#c8dbf2;
	border-bottom: solid #cccccc 1px;
	border-top: solid #cccccc 1px;дизайн 3.12.08*/
}

#breadCrumb1 a{
	
	color: #000000;padding: 0px 0px 0px 0px;text-decoration: underline;
	padding:0px 5px 0px 5px;
	border-left:#666666 solid 1px;
	border-right:#666666 solid 1px;
	/*
	padding:0px 5px 0px 5px;
	color:#6389b5;
	border-left:#666666 solid 1px;
	border-right:#666666 solid 1px;
	font-size:8pt;дизайн 3.12.08*/
	
}

#breadCrumb1 a:hover
{
    color: #0D2561;text-decoration: underline;
    /*color:#c8dbf2;
	border-top: 1px solid #cccccc;
	text-decoration: underline; дизайн 3.12.08*/

}

/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	/*font-size: 80%;*/
	font-size: 9pt;
	text-align:justify;
	/*min-width: 600px;*/
	/*width:93%;
	/*min-height: 200px;*/
	/*height: 200px;
	
/*width: 300px;*/
}
html>body .feature {height: auto; width:auto}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 20px 20px 20px;
}
.feature1{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}
html>body .feature1 {height: auto; width:auto}

.feature1 h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature1 img{
	float: left;
	padding: 10px 10px 10px 10px;
}


/*************** story styles ******************/

.story 
{
	padding: 10px 0px 0px 0px;
	font-size: 80%;
	
}
.story h3{
	/*font: bold 125% Arial,sans-serif;*/
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story p.capsule2{
	/*(font: bold 1em Arial,sans-serif;
	color: #005FA9;*/
	font:"Times New Roman", Times, serif;
	color:white;
	/*color:#333333;*/
	/*background-color:#0066CC;*/
	/*background-color:#6389b5;*/
	/*background-color:#C8E6E2;*/
	/*background-color:;*/
	border:solid #6389b5 1px;
	background-image:url(images/grad41.gif);
	display:block;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 2px; 
	/*border-bottom-style:dotted;
	border-bottom-width:thin;
	border-bottom-color:#666666;
	border-top:thin dotted #666666;*/
	font-size:8pt;
	font-weight:normal;
	letter-spacing:2px;
	

}

.story p.capsule1{
	/*(font: bold 1em Arial,sans-serif;
	color: #005FA9;*/
	/*color:#6389b5;*/
	color:white;
	/*border-bottom:solid Silver 1px;*/
	border:solid #6389b5 1px;
	background-image:url('images/grad4.gif');
	padding: 3px 0px 3px 5px;
	/*color:#333333;*/
	/*background-color:#0066CC;*/
	/*background-color:#6389b5;*/
	/*background-color:#c6bf8e;*/
	/*background-color:#C8E6E2;*/
	/*background-color:;*/
	height:auto;
	display:block;
	
}

.story a.capsule{
	/*(font: bold 1em Arial,sans-serif;
	color: #005FA9;*/
	font:"Times New Roman", Times, serif;
	color:#FFFFFF;
	
	/*color:#333333;*/
	/*background-color:#0066CC;*/
	background-color:#6389b5;

	/*background-color:#C8E6E2;*/
	/*background-color:;*/
	
	display:block;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 2px; 
	/*border-bottom-style:dotted;
	border-bottom-width:thin;
	border-bottom-color:#666666;
	border-top:thin dotted #666666;*/
	font-size:8pt;
	font-weight:normal;
	letter-spacing:2px;
	

}
.story a.capsule1{
	/*(font: bold 1em Arial,sans-serif;
	color: #005FA9;*/
	font:"Times New Roman", Times, serif;
	/*color:#6389b5;*/
	color:White;
	/*border-bottom:solid Silver 1px;*/
	border:solid #6389b5 1px;
	background-image:url(images/grad41.gif);
	/*color:#333333;*/
	/*background-color:#0066CC;*/
	/*background-color:#6389b5;*/
	/*background-color:#c6bf8e;*/
	/*background-color:#C8E6E2;*/
	/*background-color:;*/
	
	display:block;
	/*padding-bottom: 5px;*/
	/*border-bottom-style:groove;
	border-bottom-width:1px;
	border-bottom-color:#666666;
	/*border-top:1px dotted #666666;*/
	

}
/*
.story a.capsule:hover{
	text-decoration: underline;
	padding-top:5px;
	padding-left: 10px;
}*/

td.storyLeft{
	/*padding-right: 8px;*/
	border:solid #6389b5 1px;
	/*
	border-right:solid 1px;
	border-right-color:Silver;
	border-bottom:solid Silver 1px;*/
	padding:0px 10px 0px 10px;
	 /*background-color:Aqua;*/
/*	border-bottom:solid Silver 1px;*/
}
.story img
{
    float: left;
    /*width:171px;
    padding:0px 10px 0px 0px;
	height: 125px;*/
}



/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	background-color: #c8dbf2;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	/*background-image: url(bg_nav2.jpg);*/
	/*background-color:#6389b5;*/
	font-weight:100;
	padding: 3px 0px 3px 10px;
	/*color: #21536A;*/
	color:Black;
	/*color:#2C72A0; дизайн 4.12.08*/
	font-size:9pt;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight:100;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 2px 2px;
	
	/*background-image: url(bg_nav2.jpg);*/
	/*background-color:;
	/*border-bottom: 1px solid #cccccc;*/
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block;
	color:BLACK;
	/*background-color:#C8E6E2;	*/
	/*background-color:Menu;	*/
border-bottom:solid #C8E6E2 1px;
	/*border:solid 1px #cccccc; дизайн 28.11.08*/
	font-size:9pt; 
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
/*	background-color:#C8E6E2;*/
}

#advert img{
	display: block;
}

/********************* end **********************/
