body{
behavior: url(csshover2.htc);
} 
.layout{
	border-color:#c7c8c9;
	margin-bottom: 40px;
}
.title-en {
	background-image: url(../images/title/title_en.gif);
}
.title-progress-en {
	background-image: url(../images/title/title-progress_en.gif);
}
/*-----------------------------------------------------------------------------
						
						HEADER MENU
						
-----------------------------------------------------------------------------*/

#menu{
	width: 984px;
	height: 44px;
	background-color: #343434;	
	margin-top: 3px;
	font-size:11.5px;
	font-family:Verdana, Geneva, sans-serif;
	position:relative;
	left: 0;
	top: 0;
}
#menu ul{
	margin: 0;
	padding:0;
	height:44px;

}
#menu ul li{
	display:inline;
	height: 44px;
	float:left;
	background-image: url(../images/menu_separator.jpg);
	background-repeat: repeat-y;
	background-position: right 11px;
}

#menu ul li.last{
	background-image:none;
}

#menu ul li a{
	height: 38px;
	display:inline-block;
	color:#FFF;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration:none;
	padding-top: 6px;
}

#menu ul li.library{
	display:inline;
	height: 38px;
	float:left;
	background:none;
}
#menu ul li a:hover{
	background-color: #04b4bf;
}

#menu ul li a.current{
	background:url(../images/menu_indicator.png) no-repeat bottom;
	background-color:#04b4bf;
}

#menu ul li.last{
	background-image:none;
	text-align: center;
}

#menu ul li.last a{
	padding-left:18px;
	padding-right:17px;
	background-color: #e9e9e9;
	color: #000;
}

#menu ul li a.visited{
	background:url(../images/menu_indicator.png) bottom no-repeat #04b4bf;
	
}

/*----- Container 12 ------*/
.grid_12.main_bg{
	background:url(../images/main_bg_bottom.jpg) repeat-x bottom;
}
.container_12 a{
	text-decoration:none;
}
.container_12 a:hover{
	text-decoration: underline;
}
.top_banner{
	background:url(../images/home_top_bg_banner.png) left no-repeat;
	height:134px;
	margin-top:23px;
}

.top_banner img{
	float:left;
	margin-top: 5px;
}

.banner_content{
	width:265px;
	float:right;
	margin-right: 5px;
}

.banner_content h1{
	font-size:36px;
	font-weight:bold;
}

.banner_content h2{
	font-size:20px;
	color:#484848;
	font-weight:bold;
	line-height:normal;
}

.banner_content p{
	font-size:12px;
}

.banner_content a{
	font-size:18px;
	color:#7bbb48;
}

.right_sidebar{
	margin-top:20px;
}

.main_content{
	margin-top:20px;
}	
/*-----------------------------------------------------------------------------
						
						Grid 9 Left Main Content
						
-----------------------------------------------------------------------------*/

/* news_box is used only on the home page; there is also a high-contrast version but no way to select high contrast */


.news_box{
	width:30%;
	float:left;
	margin-top:20px;
}

.even{
	margin-right:30px;
}

.news_box h1{
	font-size:16px;
	color:#04b4bf;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:0;
	padding-bottom:0;
	line-height: 18px;
	margin-bottom: 5px;
}

.news_box h1 a{
	text-decoration:none;
	color:#04b4bf;
}

.news_box p{
	padding:0;
	line-height: normal;
	font-size: 11px;
}

.news_box p a{
	color:#2c2b2b;
	text-decoration:underline;
	
}
.news_box p a:hover{
	color:#2c2b2b;
	text-decoration: none;
}
/*-----------------------------------------------------------------------------
						
						Grid 3 Sidebar
						
-----------------------------------------------------------------------------*/
#options_tools li a{
	margin:0;
	padding:0;
	float:left;
}

.grid_3 .tools_box{
	background-color:#f4f2f2;
	border:1px solid #999;
	padding:15px 11px 10px 11px;
	display:inline-block;
	margin-bottom:10px;
}

.grid_3 .search {
	background:none;
	padding-left: 0;
	margin-bottom:15px;
}

.grid_3 .search input#q{
	border: 1px solid #b4b2b2;
	background-color: #fff;
	height: 16px;
	width: 115px;
	float:left;
	margin-right: 1px;
	margin-top: 2px;
	font-size: 11px;
	font-style: italic;
	font-family:Verdana, Geneva, sans-serif;
	color: #272727;
	margin-right: 5px;
}
.grid_3 .search img{
	margin-top: -1px;
}

.grid_3 .tools_box #share-tool{
	float:left;
}

div.share_style_button, div.share_style_button_16, div.share_style_button_18, div.share_style_button_20, div.share_style_button_24, div.share_style_button_32{
background-position: 0 0;
height: 16px;
width: 80px;
background-image: url(../images/share.jpg);
}

.grid_3 .sidebar_social{
	background-color:#f7f3f4;
	padding:10px 10px 15px 10px;
	display:inline-block;
	width:204px;
	margin-top:15px;
}

.grid_3 .sidebar_social h1{
	color: #00b4c3;
    font-size: 20px;
	margin:0;
	padding:0;
}

.grid_3 .sidebar_social .social_icons{
	margin-top:10px;
}

.grid_3 .sidebar_social .social_icons a{
	margin-right:5px;
	float:left;
}

.grid_3 .newsblog{
	border-top:7px solid #04b4bf;
/*	margin-top:20px;
*/	margin-bottom: 10px;
	color:#484848;
}

.grid_3 .newsblog_content{
	background-color:#f4f2f2;
	display:inline-block;
	padding:7px 7px 5px 7px;
	margin-top:5px;
	width:210px;
}
.grid_3 .newsblog_content.left img{
	float: left;
	margin-right: 10px;
}
.grid_3 .newsblog .newsblog_links{
	background-color:#f4f2f2;
	display:inline-block;
	margin-top:5px;
	padding:2px 7px;
	width:210px;
}

.grid_3 .newsblog h1{
	font-size:20px;
	font-weight:bold;
	margin-bottom:0;
	color: #484848;
}

.grid_3 .newsblog h2{
	font-size:14px;
	color:#03b2c7;
	margin:10px 0 5px 0;
	padding:0;
	font-weight:bold;
}	

.grid_3 .newsblog p{
	font-size:11px;
	padding:0;
	line-height:normal;
}
.grid_3 .newsblog p a{
	text-decoration: none;
	
}
.grid_3 .newsblog p a:hover{
	text-decoration: underline;
}
.grid_3 .newsblog p.date{
	font-weight:bold;
	color:#04b4bf;
}

.grid_3 .newsblog p a{
	text-decoration:none;
	color:#484848;
}
.grid_3 .newsblog_content p a{
	text-decoration:none;
	color:#484848;
}
.grid_3 .newsblog_content p a:hover{
	text-decoration: underline;
	color:#484848;
}
.grid_3 .newsblog .newsblog_links p a{
}


.grid_3 .newsblog .image_box{
	background:url(../images/sidebar_communication_img.jpg) left no-repeat;
	border:1px solid #d9d9d9;
	height:79px;
	margin-top:20px;
}

.grid_3 .newsblog .last{
	background:url(../images/sidebar_preliminary_img.jpg) left no-repeat;
	border:1px solid #d9d9d9;
	margin-top:20px;
	height:79px;
}

.grid_3 .newsblog .image_box p{
	color:#363836;
	font-size:12px;
	width:170px;
	margin:27px 0 0 5px;
	line-height: 16px;
}

.grid_3 .newsblog .last p{
	margin-top:42px;
}

.grid_3 .newsblog a.more{
	background:url(../images/more_indicator.png) left no-repeat;
	float:right;
	padding-left:10px;
	display:inline-block;
	color:#484848;
	margin-top:5px;
	font-size:11px;
}

.grid_3 .newsblog a.more.success{
	float:left;
}

.grid_3 .newsblog a.more:hover{
}

.footer_date{
	display: inline-block;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    width: 100%;
	font-size: 11px;
	color: #777676;
}
.footer_date a{
	color: #777676;
	font-size: 11px;
}
/*-----------------------------------------------------------------------------
						Footer
----------------------------------------------------------------------------*/
.layout-footer{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #151515;
	padding: 0;
}
.layout-footer a{
	color: #151515;
	text-decoration:none;
}
.layout-footer a:hover{
	color: #151515;
	text-decoration: underline;
}

.footer{
	width: 968px;
	display:inline-block;
/*	margin-top: 5px;
*/	padding-bottom: 10px;
	text-align:left;
/*	padding-top:13px;
*/	padding-left: 16px;
}

.footer .left_area{
	float:left;
	width:320px;	display:none;

}

.footer .middle_area{
	float:left;
	width:350px;	display:none;

}

.footer .right_area{
	float:left;
	width:270px;
}

.footer ul{
	padding-left:0;
	margin-bottom:15px;
}

.footer h3{
	font-weight:bold;
	font-size:11px;
	color:#04b4bf;
	margin-bottom:0;
	padding-bottom:0;
}

.footer h3 a{
	font-weight:bold;
	font-size:11px;
	color:#04b4bf;
}

.footer h3 a:hover{
	text-decoration:none;
	color:#04b4bf;
}

.footer ul li{
	list-style:url(../images/more_indicator.png) inside;
} 

.footer ul li a{
	color:#878585;
	font-size:11px;
}

.footer ul li a:hover{
}

.footer .right_area .info{
	width:225px;
	margin-top: 5px;
}

.footer .right_area .info strong{
	color:#525252;
	font-size:12px;
}

.footer .right_area .info p{
	color:#878585;
	font-size:11px;
}

.footer .right_area .info .infopoint{
	background:url(../images/info_point_icon.jpg) left no-repeat;
	padding-left:30px;
	margin-top:15px;
}

.footer .right_area .info .infopoint p{
	padding:0;
}

.footer .right_area .info .social{
	margin-top:15px;
}

.footer .right_area .info .social strong{
	width:100%;
	display:inline-block;
	margin-bottom:5px;
}

.footer .right_area .info .social img{
	margin-right:2px;
}

.footer .right_area h3, .footer .right_area hr, .footer .right_area .address, .footer .right_area ul {display:none}

/*.bluerule {background-image:url(../images/site_menu_3_h3.png); background-repeat:repeat-x; margin-top:5px; height:2px}
*/.bluegreenrule {background:#04B4BF; margin-top:5px; height:2px}

.non_slider_title{margin-top: 6px;padding: 6px;width: 704px;background:#04b4bf;height:auto;color: #fff}
.non_slider_title h1{color: #fff}
