/* style global (begin) */

body, html { 
	height: 100%;
	width: 100%;
	background: #ffffff;
	border: none;
	color: #203e64;
	margin: 0; padding: 0;
}
body { 
	font: 62.5%/1.2 Arial, Tahoma, Geneva, sans-serif; 
	text-align: center;
}
table, td, th { 
	margin: 0; padding: 0;
	border-collapse: collapse;
	font-size: 100%;
}

* { outline: none; }
form { margin: 0; padding: 0; }
input, select, textarea { font: normal 1.0em/1.2 Arial, sans-serif; }
input, select, button { vertical-align: middle; }

#text img, #content img, img { border: none; margin: 0; padding: 0; }
hr { border: 1px  solid #ccc; padding: 0;	margin: 0.5em 0; }
ul, ol, li { margin: 5px 15px; padding: 0; }

h1 { font-size: 1.6em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.2em; }

h1, h2, h3, h4, h5, h6, p { margin: 0.8em 0; padding:0; }
h1, h2, h3, h4, h5, h6, div, td , p, ul, ol, td, th { color: #203e64; }

a:link, a:visited { color: #344f71; text-decoration: underline;  }
a:hover, a:active { color: #344f71; text-decoration: none; }

/* style global (end) */

/* style grid (begin) */

#site_conteiner {
	position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
	width: 100%;
  min-width: 1000px;
	max-width: 1680px;
	margin: 0 auto;
	font-size: 1.2em;
	text-align: left;
}
*html #site_conteiner { width: expression((documentElement.clientWidth||document.body.clientWidth)<995?'1000px':'');}

	#header {
		position: relative;
		top:0;
		left:0;
		height: 222px;
		background: url(../img/header_bg.jpg) repeat-x 1137px 36px;
	}
	#wrapper {
		width: 100%;
		padding-bottom: 100px;

	}
		#content_area {
			width: 100%;
			float: left;
			overflow: hidden;
		}
			#content {
				margin: 0 248px 0 217px;
				padding: 0 20px;
				background: url(../img/content_bg.png) repeat-x 0 0
			}
			*html #content { width: 100%; }

		#left_panel {
			float: left;
			width: 217px;
			margin-left: -100%;
			overflow: hidden;
		}
		#right_panel {
			float: left;
			width: 248px;
			margin-left: -249px;
			overflow: hidden;
			border-left: 1px dotted #2b405b;
		}
	.cleaner { clear: both; height: 1px; overflow: hidden; }

	#footer {
		position: absolute;
		bottom: 0; left: 0;
		width: 100%;
		height: 80px;
		background: #346297 url(../img/footer_bg.png) repeat-x 0 0;
	}

/* style grid (end) */
/* style custom (begin) */
	#header_top {
		height: 35px;
		background: #858788;
		border-bottom: 1px solid #fff;
	}
		#today {
			display: inline;
			float:left;
			margin:10px 0 0 30px;
			font: 11px Arial;
			color: #fff;
		}
		#slogan {
			display: inline;
			float:left;
			margin:10px 0 0 90px;
			font: 12px Arial;
			color: #fff;
		}
	#gerb {
		position: absolute;
		top: 36px;
		left:0;
		text-decoration: none;
	}
	#dom {
		position: absolute;
		top: 36px;
		left:217px;
		width: 219px;
		height: 148px;
		background: #1a6795;
	}
		#dom_inner {
			margin: 5px 7px 5px 7px;
			height: 135px;
			overflow: hidden;
			border: 1px solid #fff;
		}
			#dom_inner p {
				margin:0;
			}
	#flags {
		position: absolute;
		top: 36px;
		left:0;
		width: 100%;
		height: 148px;
	}
		#flags_inner {
			position: relative;
			top:0;
			left:0;
			margin: 0 0 0 436px;
			height: 148px;
			background: url(../img/flags.jpg) no-repeat 0 0;
		}
			*html #flags_inner {
				width: 100%;
			}
			#mnav {
				position: absolute;
				top: 15px;
				left: 70%;
			}
				#mnav a {
					margin: 0 20px;
				}
			#comname {
				position: absolute;
				top: 40px;
				left: 55%;
				width: 43%;
				font: 20px Arial;
				color: #fff;
			}
	#top_menu {
		position: absolute;
		bottom: 1px;
		left: 0;
		height: 37px;
		width: 100%;
	}
		#tmenu {
			margin: 0 0 0 217px;
			height: 37px;
			background: #da251d;
		}
			*html #tmenu {
				width: 100%;
			}
		#tmenu table {
			width: 100%;
			height: 37px;
		}
		#tmenu table td {
			height: 37px;
			text-align: center;
		}
			#tmenu table td a {
				font: 14px Arial;
				color: #fff;
				text-decoration: none;
			}
/* style custom (end) */
/* style content (begin) */
	#left_menu {
		
	}
		#left_menu ul {
			margin:0;
			list-style: none;
		}
		#left_menu li {
			margin:0;
		}
		#left_menu li a {
			display: block;
			font: 12px Arial;
			color: #fff;
			text-decoration: none;
			padding:8px 15px 5px;
			background: #346398 url(../img/lmenu_bg.png) no-repeat 0 0;
		}
			#left_menu li ul.submenu {
				display: none;
			}
			#left_menu li.active ul.submenu {
				display: block;
			}
				#left_menu ul li ul {
					margin:0;
					list-style: inside;
					color: #fff;
				}
				#left_menu li ul li {
					margin:0;
					padding:3px 8px 3px 25px;
					background: none;
					color: #346398;
				}
				#left_menu li ul li a {
					display: inline;
					font: 12px Arial;
					color: #346398;
					padding: 0;
					text-decoration: none;
					background: none;
				}
	.lr_block {
		margin: 0 15px 10px;
	}
	.lr_block2{
		margin: 10px 0;
	}
	.contacts {
		line-height:20px;
	}
	#right_panel h3 {	
		margin-top: 0;
		padding: 9px 15px 15px;
		font: 12px Arial;
		color: #fff;
		background: url(../img/h3_bg.png) repeat-x 0 0;
	}
	#content h1 {
		font: bold 13px Arial;
		color: #203e64;
		margin-top: 0;
		padding: 15px 0 0 0;
	}
	#content h2 {
		font: bold 15px Arial;
		color: #b10202;
	}
	#right_menu {
		margin: 10px 0;
	}
		#right_menu ul {
			margin:0;
			list-style: none;
		}
		#right_menu ul li {
			margin:0;
			padding:7px 4px 9px;
			background: url(../img/rmenu_bg.png) repeat-x 0 100%;
		}
		#right_menu ul li a {
			font: 11px Arial;
			color: #fff;
			text-decoration: none;
		}
	
	
	
	#bottom_text {
		position: absolute;
		bottom: 8px;
		left:0;
		text-align: center;
		color: #fff;
		width:100%;
	}
		#bottom_text a {
			margin:0 12px 0 0;
			padding: 0 0 0 15px;
			color: #fff;
			background: url(../img/marker.png) no-repeat 0 4px;
		}
		#bottom_text img {
			margin: 0 10px;
		}
		#bottom_text p {
			margin:7px 0;
			color: #fff;
		}
	#copy {
		display: none;
		float: left;
		margin: 20px 0 0 30px;
	}
	#usscopy {
		display: inline;
		float: left;
		margin: 0 0 0 40px;
	}
	#counters {
		display: inline;
		float: right;
		margin: 5px 30px 0 0;
	}
/* style content (end) */

.uss_news_short_item {
	margin: 0 0 20px 0;
}
.uss_news_short_item h4 a {
	font: bold 12px Arial;
	color: #344f71;
}



