* { margin: 0; padding: 0; }
.clearer { clear: both; }

body {
	background: #ffffff;
	font-family: arial, sans-serif;
	font-size: 14px;
	line-height:21px;
	color: #222222;
}
img{border:none;}

#wrapper {

}


#layout_container {
	width: 1024px;
	margin: 0 auto;
	position: relative;
}


#layout_top {
	height: 117px;
	padding: 0 38px 0 39px;
}

#top_logo {
	width: 500px;
	height: 57px;
	padding: 37px 0 23px 0;
	float: left;
}

#top_info {
	width: 400px;
	height: 57px;
	padding: 37px 0 23px 0;
	float: right;
	text-align: right;
}

#layout_header {
	line-height: 0px;
	position: relative;
}




#header_shadow {
	width: 1024px;
	height: 10px;
	position: absolute;
	bottom: 0px;
	left: 0;
	background: transparent url('/image/header_shadow.png') no-repeat;
	z-index: 11;
}

#header_spacer {
	height: 83px;
	padding: 0 38px 0 39px;
}



#layout_page {
	padding: 0 38px 0 39px;
}

#layout_content {
	width: 692px;
	float: left;
	margin-right: 19px;
}

#layout_sidebar {
	width: 236px;
	float: left;
}

#layout_footer {
	padding: 0 38px 0 39px;
	font-family: verdana;
	margin: 40px 0;
	font-size: 12px;
	line-height:20px;
}

#layout_footer h3 {
	margin: 0;
	padding: 0;
	font-size: 0.833em;
	color: #87888a;
}

#layout_footer a {
	display: block;
	color: #0064ae;
	text-decoration: none;
	font-size: 0.833em;
}

#layout_footer a:hover {
	text-decoration: underline;
}

.footer_block1 { float: left; width: 136px; 	 }
.footer_block2 { float: left; width: 155px; }
.footer_block3 { float: left; width: 190px;  }
.footer_block4 { float: left; width: 110px;  }
.footer_block5 { float: left; width: 130px; }
.footer_block6 { float: left; width: 120px;  }
.footer_block7 { float: left; width: 105px;  }

.footer_block8 { float: right; width: 105px; margin:0 250px 0 0}

h1 {
	color: #0064ae;
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 36px;
	font-style: italic;
	line-height: 37px;
}

h2 {
	color: #0064ae;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 20px;
	font-style: italic;
	line-height: 32px;
}

h4 {
	color: #0064ae;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}

.maillink {
	padding-left: 25px;
	background: url('/image/maillink.gif') no-repeat;
}


.content_block {
	line-height: 21px;
	padding-bottom: 55px;
	background: transparent url('/image/content_shadow.png') no-repeat bottom center;
	margin-bottom: 35px;
}

.content_block p {
	/*font-size: 1.250em;*/
}


.sidebar_block {
	width: 205px;
	padding: 0 15px 0 16px;
	background: #f7f7f7 url('/image/block_background.gif') repeat-x top left;
	margin-bottom: 3px;
}

.block_header {
	height: 42px;
	
}

.block_title {
	line-height: 42px;
	color: #0064ae;
	font-size: 18px;
	font-style: italic;
	float: left;
	width: 175px;
}

.block_trigger {
	width: 17px;
	float: right;
	text-align: right;
	padding: 12px 0 0 0;
	cursor: pointer;
}


.block_content {
	
}

.news_image {
	margin-bottom: 20px;
}

.news_content {
	color: #595959;
	line-height: 19px;
	padding-bottom: 30px;
}

a { color: #0064ae; text-decoration: none; }
a:hover { color: #0064ae; text-decoration: underline; }

a.morelink {
	line-height: 17px;
	background: #0064ae;
	color: #ffffff;
	float: right;
	font-size: 1.250em;
	padding: 0 10px;
	margin-top: 10px;
}

a.morelink:hover {
	color: #ffffff;
	text-decoration: none;
}

.block_trigger .trigger_image {
	display: block;
	background: url('/image/block_trigger.gif') no-repeat;
	width: 17px;
	height: 17px;
}

.trigger_open .trigger_image {
	display: block;
	background: url('/image/block_trigger_on.gif') no-repeat;
	width: 17px;
	height: 17px;
}






#layout_menu {
	position: absolute;
	top: 117px;
	left: 0;
	height: 64px;
	width: 1004px;
	padding: 0 0 0 20px;
	background: transparent url('/image/hgmenu_shadow.png') no-repeat;
	z-index: 30;
}

#layout_menu ul { margin: 0; }

#layout_menu .lvl1 { height: 52px; }


#layout_menu .lvl1 li.sub, #layout_menu .lvl1 li.normal, #layout_menu .lvl1 li.home {
	list-style-type: none;
	display: block;
	margin-right: 15px;
	height: 52px;
	float: left;
	line-height: 52px;
	padding: 0 20px 0 10px;
	position: relative;
}
#layout_menu .lvl1 li.home { padding: 0 20px 0 0;  }


#layout_menu .lvl1 li.sub .lvl2 { display: none; }
#layout_menu .lvl1 li.sub:hover .lvl2 { display: block; }

#layout_menu .lvl1 li.sub .lvl2 li.normal .lvl3 { display: none; }
#layout_menu .lvl1 li.sub .lvl2 li.normal:hover .lvl3 { display: block; }

#layout_menu .lvl1 > li > a {
	font-size: 1.167em;
	color: #6e6e6e;
	line-height: 52px;
	display: block;
	height: 52px;
}

#layout_menu .lvl1 li.sub .lvl2 {
	position: absolute;
	top: 52px;
	left: 0;
	background: #79aed7;
	padding: 10px 20px;
	width: 240px;
}

#layout_menu .lvl1 li.sub .lvl2 li {
	line-height: 30px;
	height: 30px;
	padding:0;
	width: 220px;
	color: #ffffff;
	padding-right: 20px;
	/*background: url('submenu_bulletin.png') no-repeat 100% 60%; */
}

#layout_menu .lvl1 li.sub .lvl2 .lvl3 {
	position: absolute;
	
	background: #79aed7;
	padding: 10px 20px 0 30px;
	margin-left:240px;
	margin-top:-10px;
	width: 220px;
}


#layout_menu .lvl1 li.sub .lvl2 .lvl3 li {
	line-height: 30px;
	height: 30px;
	padding:0;
	width: 220px;
	color: #ffffff;
	padding-right: 20px;
	list-style-type:none
	/*background: url('submenu_bulletin.png') no-repeat 100% 60%; */
}


#layout_menu .lvl1 li.sub .lvl2 li a { color: #ffffff; }
#layout_menu .lvl1 li.sub { background: url('/image/menu_closed.png') no-repeat 96% 52%; }
#layout_menu .lvl1 li.sub:hover { background: #79aed7 url('/bu_temp/image/menu_open.png') no-repeat 96% 52%; }
#layout_menu .lvl1 li.sub:hover a { color: #FFFFFF; text-decoration: none; }


#layout_menu .lvl1 li.active { background: #79aed7 url('/image/menu_open.png') no-repeat 96% 52%; }
#layout_menu .lvl1 li.active a { color: #FFFFFF; text-decoration: none; }

#header_slider {
	width: 1024px;
	height: 345px;
	overflow: hidden;
	position: relative;
}

#header_slider > * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}


#fontsize {
	position: absolute;
	top: 13px;
	right: 39px;
	z-index: 8;
	color: #0064ae;
	height: 17px;
	line-height: 17px;
}

#fontsize span {
	float: left;
}

#fontsize img {
	margin-left: 5px;
	cursor: pointer;
}

#header_controls {
	position: absolute;
	bottom: -10px;
	width: 947px;
	padding: 0 38px 0 39px;
	z-index: 10;
}

#header_controls span {
	background: #66a2ce;
	padding: 3px 12px;
	color: #ffffff;
	cursor: pointer;
}

#header_controls .selected {
	background: #0064ae;
}


#layout_header_short {
	line-height: 0px;
	position: relative;
}

#layout_path {
	height: 57px;
	padding: 0 38px 0 39px;
	line-height: 57px;
	color: #87888a;
}

#header_action {
	position: absolute;
	bottom: -14px;
	right: 150px;
	z-index: 20;
}

.content_teaser {
	margin-bottom: 35px;
}

ul {
	margin-left: 25px;
}

.colleft, .colright { 
	float: left;
	width: 328px;
}

.colleft { margin-right: 36px; }

#layout_header_big {
	position: relative;
	margin-bottom: 118px;
}

#layout_header_big img { line-height: 0px; }


#layout_header_big  #header_action {
	position: absolute;
	bottom: -80px;
	right: 150px;
	z-index: 20;
}

#header_text {
	position: absolute;
	top: 105px;
	left: 0;
	z-index: 20;
	padding: 0 38px 0 39px;
}

.header_text_title {
	background: #66a2ce;
	padding: 3px 12px;
	color: #ffffff;
	background: #0064ae;
	font-size: 1.343em;
	line-height: 22px;
	display: inline;
}

.header_text_content {
	width: 430px;
	padding-left: 70px;
	padding-top: 40px;
	line-height: 20px;
}

#header_text p {
	margin: 20px 0;
}

#content_slider {
	width: 692px;
	overflow: hidden;
	position: relative;
	height: 434px;
	background: #ffffff;
}

.slider_block {
	
}

.teaser_image {
	margin-bottom: 25px;
}
#slider_controls {
	height: 12px;
	margin-bottom: 15px;
	text-align: right;
	float: right;
	/*border:1px solid black;*/
}

#slider_controls img { float: left; cursor: pointer; }
#slider_controls .c_first { margin-right: 2px; }
#slider_controls .c_item {
	height: 12px;
	width: 12px;
	background: #b2d0e7;
	float: left;
	margin-right: 2px;
	cursor: pointer; 
}

#slider_controls .selected {
	height: 12px;
	width: 12px;
	background: #0064ae;
	float: left;
	margin-right: 2px;
	cursor: pointer; 
}

#content_slider > *, #gallery_slider > * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
}

.testimonial {
	font-size: 20px;
	color: #0064ae;
	line-height:23px;
}

img.alignright {
	float: right;
}

.news_content .morelink { float: left; }

.gallery_title {
	float: left;
	font-size: 1.833em;
	color: #0064ae;
	margin-bottom: 25px;
}

#gallery_slider {
	width: 692px;
	overflow: hidden;
	position: relative;
	height: 150px;
	background: #ffffff;
}

#gallery_slider .slider_block img {
	margin-right: 2px;
}

#gallery_controls {
	height: 12px;
	margin-bottom: 15px;
	text-align: right;
	float: right;
	
	
}

#gallery_controls img {float:left; cursor: pointer; }
#gallery_controls .c_first { margin-right: 2px; }
#gallery_controls .c_item {
	height: 12px;
	width: 12px;
	background: #b2d0e7;
	float: left;
	margin-right: 2px;
	cursor: pointer; 
}

#gallery_controls .selected {
	height: 12px;
	width: 12px;
	background: #0064ae;
	float:left;
	margin-right: 2px;
	cursor: pointer; 
}