body { background:#F7F7F3; font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif; margin:0; padding:0; }
.find {
	background: url(img/bg_find.png) no-repeat top;
	border: none;
	cursor: pointer;
	width: 56px;
	height: 23px;
	overflow: hidden;
}
.find:hover, .findovr {
	background: url(img/bg_find.png) no-repeat bottom;
	border: none;
	cursor: pointer;
	width: 56px;
	height: 23px;
	overflow: hidden;
}
h2 {
	color: #2D5B8C;
	font: bold 12px sans-serif;
	margin: 0;
}
h3 {
	color: #A6AAB3;
	font-size: 14px;
	font-weight: normal;
}
img { border: none; }
img.block { display: block; }
a { color: #2D5B8C; text-decoration: none; }
a:hover { text-decoration: underline; }


.topwrap { background:url(img/top_bg.png) repeat-x 100% 203px; }
.top {
	margin: 0 auto;
	position: relative;
	width: 933px;
	height: 338px;
}
.container {
	background: url(img/bg_container.png) repeat-y;
	margin: 0 auto;
	padding-left: 31px;
	position: relative;
	width: 933px;
}
.left {
	background: #F5F5F5 url(img/bg_nav.png) repeat-y;
	float: left;
	width: 264px;
}
.hmenu {
	float: left;
	width: 638px;
}
.content {
	float: left;
	width: 489px;
}
.right {
	background: #F2F3F7 url(img/bg_right.png) repeat-y;
	float: left;
	font-size: 11px;
	text-align: center;
	width: 149px;
}
.footer {
	background: #F7F7F3 url(img/footer.png) no-repeat top;
	clear: both;
	font-size: 11px;
	text-align: center;
	width: 902px;
	height: 13px;
	padding: 1.5em 0;
}

/**************************************************************************************/

.hmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
}
.hmenu ul.l1 {
	height: 123px;
}
.hmenu li#l1 {
	display: block;
	float: left;
	height: 123px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}
.hmenu ul.l1 p {
	color: #2D5B8C;
	cursor: default;
	text-decoration: none;
	margin: 75px 6px 0 26px;
}
.hmenu ul.l2 {
	display: none;
	position: absolute;
	background: #eaeaea;
	border: 1px solid #2D5B8C;
	top: 121px;
	left: 2px;
	width: 207px;
	z-index: 251;
	opacity: 0.95;
}
.hmenu li#l1:hover ul.l2, .hmenu li#l1.over ul.l2 { display: block; }
.hmenu li#l2 { position: relative; }
.hmenu li#l2 a {
	display: block;
	text-decoration: none;
	padding: 6px;
}
/* Fix IE. Hide from IE Mac -> \*/
* html .hmenu li#l2 { float: left; }
* html .hmenu li#l2 a { height: 1%; }
* html .hmenu li#l2 div { height: 1%; }
/* End */
.hmenu li#l2 div {
	background: url(img/subarrow.gif) no-repeat right;
	color: #2D5B8C;
	cursor: default;
	padding: 6px 15px 6px 6px;
}
.hmenu li#l2 a:hover, .hmenu li#l2 div:hover, .hmenu li#l2.over div { background-color: #DCDCDC; }
.hmenu ul.l3 {
	display: none;
	position: absolute;
	background: #eaeaea;
	border: 1px solid #2D5B8C;
	top: 1px;
	left: 205px;
	width: 210px;
	z-index: 255;
}
.hmenu li#l2:hover ul.l3, .hmenu li#l2.over ul.l3 { display: block; }
/* Fix IE. Hide from IE Mac -> \*/
* html .hmenu li#l3 { float: left; }
* html .hmenu li#l3 a { height: 1%; }
/* End */

/**************************************************************************************/

.nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
	line-height: 100%;
}
.nav ul.l1 {
	width: 260px;
}
.nav li#l1 {
	background: url(img/nav_li_bg.png) no-repeat;
	color: #2D5B8C;
	display: block;
	height: 33px;
	margin: 0;
	_margin-top: -1px;
	_margin-bottom: -3px;
	padding: 0 0 0 33px;
	position: relative;
	z-index: 1;
}
.nav li#l1 a {
	display: block;
	vertical-align: middle;
	height: 25px;
	padding: 4px 9px;
	text-decoration: none;
	_position: relative;
}
.nav li#l1 div {
	background: url(img/subarrow.gif) no-repeat right;
	height: 25px;
	padding: 4px 15px 4px 9px;
	_position: relative;
}
.nav li#l1 a:hover,
.nav li#l1 div:hover,
.nav li#l2.over div
{ background-color: #DCDCDC; }
.nav li#l1.over div#l1 { background-color: #DCDCDC; }
.nav li#l1 a>span, .nav li#l1 div>span {
	display: table-cell;
	vertical-align: middle;
	height: 25px;
}
.nav li#l1 a span, .nav li#l1 div span {
	_position: absolute;
	_top: 50%;
}
.nav li#l1 a span span, .nav li#l1 div span span {
	_position: relative;
	_top: -50%;
	cursor: pointer;
}
.nav li#l1 div span span {
	cursor: default;
}
.nav ul.l2 {
	display: none;
	position: absolute;
	background: #eaeaea;
	border: 1px solid #369;
	top: 2px;
	left: 260px;
	width: 225px;
	z-index: 251;
	opacity: 0.95;
}
.nav li#l1:hover ul.l2, .nav li#l1.over ul.l2 { display: block; }
.nav li#l2 { position: relative; }
.nav li#l2 a {
	height: auto;
	padding: 8px !important;
}
/* Fix IE. Hide from IE Mac -> \*/
* html .nav li#l2 { float: left; }
* html .nav li#l2 a { height: 1%; }
/* End */
.nav li#l2 div {
	cursor: default;
	padding: 8px 15px 8px 6px;
	height: auto;
	width: 204px;
}
.nav ul.l3 {
	display: none;
	position: absolute;
	background: #eaeaea;
	border: 1px solid #369;
	top: 1px;
	left: 223px;
	width: 210px;
	z-index: 255;
}
.nav li#l2:hover ul.l3, .nav li#l2.over ul.l3 { display: block; }
/* Fix IE. Hide from IE Mac -> \*/
* html .nav li#l3 { float: left; }
* html .nav li#l3 a { height: 1%; }
/* End */

/**************************************************************************************/

.left h2 {
	background: url(img/h2_bg_nav.png) no-repeat;
	padding: 13px 3px 0 40px;
	width: 221px;
	height: 27px;
}
.left .p {
	padding: 0 7px 0 40px;
	font-size: 12px;
	margin-bottom: 1em;
}
ul.eaddr {
	margin: 0;
	padding: 0;
}
ul.eaddr li {
	list-style: none;
	background: url(img/adr_bullet.gif) no-repeat 5px 7px;
	padding: 3px 5px 3px 17px;
	font-size: 11px;
	line-height: 120%;
}

/**************************************************************************************/

.content h2 {
	background: url(img/h2_bg.png) no-repeat top;
	padding: 12px 3px 0 11px;
	width: 475px;
	margin-bottom: 5px;
}
.content .text {
	font-size: 11px;
	line-height: 140%;
	margin: 0 12px 16px;
}
.content h4 {
	background: url(img/h4_bg.png) repeat-x bottom;
	clear: both;
	font-size: 11px;
	margin: 1px;
	padding: 10px;
}
.content h4 p {
	margin: 0;
	padding: 10px 5px;
}
.content .news {
	margin: 0 11px 10px;
	font-size: 11px;
	line-height: 140%;
	/*min-height: 90px;*/
	clear: both;
}
.content .news .pic {
	float: left;
	border-top: 4px solid #d7dadd;
	width: 100px;
	padding: 5px 3px 15px;
}
.content .news .pic img {
	border: none;
	display: block;
}
.content .lid {
	background: url(img/newsarrow.gif) no-repeat 100% 3px;
	float: right;
	border-top: 4px solid #c0cddc;
	width: 345px;
	padding: 3px 5px;
}
.content .news a.lid {
	display: block;
	background: url(img/newsarrow.gif) no-repeat 340px 3px;
	float: right;
	border-top: 4px solid #c0cddc;
	width: 333px;
	padding: 3px 15px 9px 7px;
	text-decoration: none;
}
.content .news h3 {
	color: #2D5B8C;
	font-size: 11px;
	font-weight: bold;
	margin: 2px 0;
}
.content .newspic {
	float: right;
	margin: 2px 0 0 8px;
}

/**************************************************************************************/

.right h2 {
	background: url(img/h2_bg_right.png) no-repeat;
	padding: 12px 3px 0 11px;
	width: 135px;
	height: 25px;
	text-align: left;
}
.right img {
	margin: 15px auto;
}
.right iframe {
	margin: 15px 24px;
}
/*
.right p.b100 {
	margin: 25px auto;
	height: 100px;
	width: 100px;
}
*/

/**************************************************************************************/

#rb{ border: 1px solid red; }
.w100 {width: 100%;}
.w90 {width: 90%;}
