/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	/*font-family: Verdana,Arial,sans-serif;/**/
	font-family: Verdana,Tahoma,Arial,sans-serif;
	color: #333333;
	line-height: 1.16;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:visited {
	color: #01690F;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma,Arial,Verdana,sans-serif;/**/
	margin: 0px;
	padding: 0px;
}

h1{
	/*font-family: Verdana,Arial,Verdana,sans-serif;/**/
	font-size: 160%;
	color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
	/*font-family: Arial,Verdana,sans-serif;/**/
	font-size: 140%;
	color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
	list-style-type: square;
	padding: 0px 0px 0px 10px;
	margin-top: 0.3em;
	margin-bottom: 0.5em;
	margin-left: 1em;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

li{
	margin-top: 0.2em; /* Отступ сверху */
	margin-bottom: 0.3em; /* Отступ снизу */
}

label{
 font: bold 100% Verdana,Arial,sans-serif;
 color: #334d55;
}
				

#body-div{
	margin: 0;
	padding: 0px 0px 0px 0px;
	min-width: 720px;
	width: 100%;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0 0 0 0;
	padding: 0px 0px 0px 0px;/**/
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-color: #D2F4FF;
}

#masthead #siteName {
	font-size: 300%;
	margin-left: 0px;
}

#navBar{
	float: left;
	min-width: 120px;
	width: 22%;
	padding: 0px;
	/*background-color: #eeeeee;/**/
	/*border-right: 1px solid #ccc;/**/
	/*border-bottom: 1px solid #ccc;/**/
}

#imgRight{
	margin: 0 77% 0 0;
	float: right;
	width: 269px;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#newsBar{
	float: right;
	/*min-width: 120px;/**/
	width: 22%;
	padding: 0px;
	/*background-color: #eeeeee;/**/
	/*border-right: 1px solid #ccc;/**/
	border-bottom: 1px solid #ccc;
}

#newsBar h3{
  font-family: Arial,Verdana,sans-serif;/**/
	color: #333333;
}


#content-r{
	overflow: visible;
	margin-top: 0;
	margin-right: 2%;
	margin-bottom: 0px;
	margin-left: 23%;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 5px;
}

#content{
	/*float: left;/**/
	/*width: 54%;/**/
 	margin: 0 23% 0 23%; /**/
	overflow: visible;

	/*margin: 0;/**/
	padding: 0 5px 0 5px;
}

#content p{
	margin-top: 0.7em; /* Отступ сверху */
	margin-bottom: 0.1em;	/*text-indent: 20px; /* Отступ первой строки в пикселах */
}

.note{
	text-indent: -20px; /* Отступ первой строки в пикселах */
	padding: 0 0 0 30px;
	background-color: #EAF4FF;
}

#content .note p{
	margin-top: 0.10em; /* Отступ сверху */
	margin-bottom: 0.10em; /* Отступ снизу */
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 30px;
  color: #334d55;
}

#siteName h2{
  color: #334d55;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
	color: #006699;
	text-align: left;
}

#pageNameWarn{
	padding: 0px 0px 10px 10px;
	color: #006666;
	text-align: left;
	font-size: 240%;
}



/************* #globalNav styles **************/

#globalNav{
	color: #cccccc;
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
	border-top: 1px solid #cccccc;
	background-color:#FFFFFF;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 75%;
	padding: 5px 0px 5px 10px;
	white-space: inherit;
	color: #030;
}


/************** .feature styles ***************/

.feature{
	/*padding: 0px 0px 2px 10px;*/
	font-size: 80%;
}

.feature h3{
	padding: 15px 0px 0px 80px;
	text-align: left;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

.divImgLine {
	float: none;
}

.divImgLine img{
	float: none;
	margin: 0 10px 0 5px;
	padding: 0 0 0 0;
}

.divImgLeft {
	float: left;
}

.divImgLeft img{
	margin: 0 10px 0 0;
	padding: 0 0 0 0;
}

.divImgRight {
	float: right;
}

.divImgRight img{
  margin: 0 0 0 5px;
	padding: 0 0 0 0;
}

/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.story h3{
	margin-top: 2em; /* Отступ сверху */
	margin-bottom: 0.2em; /* Отступ снизу */
}

.story li{
	margin-top: 0.3em; /* Отступ сверху */
	margin-bottom: 0.7em; /* Отступ снизу */
}

/************** .fixText styles *****************/

#Warning{
	font-size: 100%;
	line-height: 1.0;
	color: #C03;
}

#Quest{
	font-size: 100%;
	line-height: 1.0;
}

#Quest p{
	padding: 0 0 0 40px;
	margin: 0.30em 0 0 0;
	text-indent: -20px;
}

/************** .fixText styles *****************/

.fixText{
	font-family: "Courier New", Courier, monospace;
	font-size: 110%;
	color: #000000;
}


/************* #siteInfo styles ***************/

#siteInfo{
	width: 97%;
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #888888;
	padding: 2px;
	margin-top: 0px;
	margin: 0px 0px 0px 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	/*border-bottom: 1px solid #cccccc;/**/
	font-size: 80%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
/*#navBar li {border-bottom: 1px solid #EEE;}/**/

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	/*border-bottom: 1px solid #cccccc;/**/
	font-size: 90%;
	/*height: 139px;/**/
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	/*border-top: 1px solid #cccccc;/**/
	/*width: 100%;
  /*voice-family: "\"}\""; 
  voice-family:inherit;/**/
	width: auto;/**/
}

#sectionLinks a:visited{
	/*border-top: 1px solid #cccccc;/**/
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	/*border-top: 1px solid #cccccc;/**/
	background-color: #dddddd;/**/
	padding: 2px 0px 2px 10px;/**/
	text-decoration: none;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 5px 0px 0px 10px;
	font-size: 80%;
}

#advert img{
	display: block;
}

#advert p{
	margin-top: 0em;
	margin-bottom: 0.7em;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 5px 0px 0px 10px;
	font-size: 80%;
}

#headlines p{
	/*padding: 5px 0px 5px 0px;*/
	margin-top: 0em;
	margin-bottom: 0.7em;
}
.ul-str {
	margin-top: 0px;
	margin-bottom: 0px;
}
#warning {
	color: #CC0033;
}
