/* ======  Container  ====== */
body {
	background-color:#37375C;
	background-image:url(/site/core/images/bg-body.gif);
	background-position:top;
	background-repeat:repeat-x;
	margin: 0;
	padding:0;	
	text-align:left;
}
body, td, th {
	color: #464646;
	font:10px Verdana, Arial, Helvetica, sans-serif;
}

form {	margin: 0;	}
img	{	border : 0 none;}
a {
	color:#65A1BE;
	text-decoration:underline;
}
a:hover {
	color:#216B8F;	
}
.container	{
	width:1003px;
	height:595px;
	margin:0;
	padding:0;
	text-align:left;
}

/*  Header  */
.head{
	background-image:url(/site/core/images/bg-head.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width:1003px;
	height:86px;
	margin:0;
	padding:0;
}
.loginBlock{
	float:left;
	width:300px;
	padding:13px 0 0 15px;
	color:#FFFFFF;
	line-height: 20px;
	font-weight:bold;
}
.loginBlock div{
	float:left;
	margin:0 5px 0 0;
}
.loginBlock div.LoginOut{
	width:250px;
	margin:auto;
	margin-top:5px;
	text-align:center;
}
.loginBlock input{
    background-color:#19133F;
	width:110px;
	height: 18px;
	line-height: 19px;
	border: 1px solid #77819D; 
	vertical-align: top;
	font:11px  Arial, Helvetica, sans-serif;
	margin: 0;
	padding:3px 0 0 0;	
	color:#FFFFFF;
}
.loginBlock input.btnLogin,.loginBlock input.btnLoginOut{
    background-color:#19133F;	
	width:40px;
	height: 23px;
	border: 3px  double #77819D; 
	cursor: pointer;
	cursor: hand;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	margin:0;
	margin-top: expression(( true == true)?'1px':'1px'); /*Fro MSIE*/ 
	padding:0 5px 3px 5px;
}
.loginBlock input.btnLoginOut{
	width:80px;
	font-size:10px;
}

.logo{
	float:right;
	width:254px;
	height:60px;
	padding:13px 65px 0px 0px;
}

.navigatorBlock{
	width:1003px;
	height:52px;
}
.iconBlock{	
	background-color:#605B7A;
	background-image:url(/site/core/images/bg-iconBlock.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	float:left;
	width:287px;
	height:26px;
}
.iconBlock div{	
	background-image:url(/site/core/images/bg-icon.gif);
	float:right;
	width:28px;
	height:23px;
	margin:3px 7px 0 0;
	padding:0;
	text-align:center;
}
.iconBlock div.homeBlock{	
	background-image:url(/site/core/images/bg-iconHome.gif);
	margin:3px 5px 0 0;
}
.iconBlock div img{	
	width:15px;
	height:23px;
}
.home img		{background: url(/site/core/images/home.gif) 0 0  no-repeat ;}
.home:hover img	{background: url(/site/core/images/homer.gif) 0 0  no-repeat ;}
.map img		{background: url(/site/core/images/map.gif) 0 0  no-repeat ;}
.map:hover img	{background: url(/site/core/images/mapr.gif) 0 0  no-repeat ;}
.email img		{background: url(/site/core/images/email.gif) 0 0  no-repeat ;}
.email:hover img{background: url(/site/core/images/emailr.gif) 0 0  no-repeat ;}



.menuBlock{
	background-color:#216B8F;
	background-image:url(/site/core/images/bg-menuBlock.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	float: left;	
	width:716px;
	height:26px;
}
.wimBlock{
	background-color:#65A1BE;
	background-image:url(/site/core/images/bg-wim.gif);
	background-position:right top;
	background-repeat:no-repeat;
	float:left;
	width:1003px;
	height:26px;
}
.lang{
	float:left;
	width:304px;
	color:#216B8F;
	padding:6px 0 0 40px;
}
.lang a{
	color:#FFFFFF;
	text-decoration:none;
}
.lang a:hover{
	color:#216B8F;
	text-decoration:underline;	
}
.lang span{
	color:#216B8F;
	text-decoration:underline;	
}
.wim{
	float:left;
	padding:6px 0 0 0;
	font-size:9px;
	color:#FFFFFF;
}
.wim a{
	color:#ACD6EA;
	text-decoration:underline;	
}
.wim a:hover{
	color:#FFFFFF;
	text-decoration:underline;	
}

/* ======  Content ====== */
.contentBlock{
	background-image:url(/site/core/images/bg-contentBlock.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	float:left;
	width:1003px;
	height:417px;
	margin: 0 0 5px 0;
}
/*  Side  */

.side{
	float:left;
	width:344px;
	height:414px;
	text-align:right;
}
.slogan{
	background-image:url(/site/core/images/bg-search.jpg);
	float:right;
	width:248px;
	height:178px;
	text-align:left;
}
.search {
	margin:23px 0 0 30px;
}
.search input{
    background-color:#19133F;
	width:100px;
	height: 18px;
	line-height: 19px;
	border: 1px solid #77819D; 
	vertical-align: top;
	font:11px  Arial, Helvetica, sans-serif;
	margin: 0;
	padding:3px 0 0 0;	
	color:#FFFFFF;
}
.search input.btnLogin{
    background-color:#19133F;
	width:80px;
	height: 23px;
	border: 3px  double #77819D; 
	cursor: pointer;
	cursor: hand;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	margin:0 0 0 10px;
	margin-top: expression(( true == true)?'1px':'1px'); /*Fro MSIE*/ 
	padding:0 5px 3px 5px;

}
.slogan img{
	margin: 14px 0 0 0;
}
.address{
	float:right;
	width:200px;
	height:197px;
	margin:34px 0 0 0;
	padding-right:54px;
	text-align:right;
}
.address .contentStyleAddress{
	background: transparent;
}
.baner{
	float:right;
	width:120px;
	height:120px;
	overflow:hidden;
	margin:0;
	padding:26px 66px 0 0;
	
}

/*  Content  */

.content{
	background-color:#FFFFFF;
	background-image:url(/site/core/images/bg-content.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	float:left;
	width:565px;
	height:386px;
	overflow:hidden;
}
.contentText{
	height:359px;
	overflow:auto;
	overflow-x:hidden;
	overflow-y:auto;
	margin:27px 0 0 0;
	padding:0;
	
}
.title{
	background-image:url(/site/core/images/title.gif);
	background-position:0 0;
	background-repeat:no-repeat;	
	float:left;
	height:15px;
	margin:0;
	padding:20px 0 0 55px;
}
.titleMainPm{
	width:200px;
}
.title h1{
	margin:1px 0 0 0;
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	color:#216B8F;
}
.titlePM{
	float:right;
	width:300px;
	height:22px;
	margin:16px 5px 7px 0;
	padding:0;
	text-align:right;
	overflow:hidden;
}
.titlePM h1{
	margin:1px 0 0 0;
	font:bold 14px Verdana, Arial, Helvetica, sans-serif;
	color:#65A1BE;
	text-transform:uppercase;
}
.contentText2{
	float:left;
	width:452px;
	height:auto;
	margin:0;
	padding:8px 0 35px 55px;
	overflow:hidden;
	overflow-x:hidden;
	overflow-y:auto;

}
.contentTextPM{
	position:relative;
	float:left;
	width:510px;
	height:auto;
	margin:0;
	padding:0 0 0 55px;
	z-index:1;
	xoverflow:hidden;
}
.scroll{
	scrollbar-3dlight-color: #E0E0E0;   
    scrollbar-arrow-color: #216B8F; 
    scrollbar-base-color: #F2F2F2; 
    scrollbar-darkshadow-color: #F2F2F2;
    scrollbar-face-color: #ffffff;
    scrollbar-highlight-color: #F2F2F2; 
    scrollbar-shadow-color: #E0E0E0;   
    scrollbar-track-color: #F1F1F1;
}

.contentTextBot{
	position:relative;
	background:#FFFFFF;
	width:545px;
	height:34px;
	margin:-34px 0 0 0;
	z-index:2;
}
.contentBot{
	background-color:#65A1BE;
	float:left;
	width:565px;
	height:16px;
	margin:9px 0 0 0;
}

/* ======  Footer  ====== */
.footer	{
	float:left;
	width:1003px;
	margin:0px;
	padding:3px 0 5px 0;
	font:11px Tahoma, Arial, Helvetica, sans-serif;
	color:#65A1BE;
}
.bot{padding: 5px 0 0 30px;}
.bot span{	margin:0 10px 0 10px;}
.footer	a {text-decoration:none;}
.footer	a:hover {	color:#ACD6EA;	}

sup.noneC{color:#37375C;}
.negeso{margin: 5px 40px 0 0;	}
.footer img {
	height:13px;
	width:13px;	
	margin:0 5px 0 20px;
	vertical-align:middle;
}
.absolute{
	position:absolute;
	margin-top:-20px;
}