html {
	margin: 0;
	padding: 0;
	height:100%;	
	}
	
body { 
	font: normal 13px "Trebuchet MS";
	line-height: 1.2em;
	color: #333333; 
	margin: 0; 
	padding: 0;
	height: 100%;
	background: #e2eef6 url(../images/bg.jpg) left  top repeat-x;
	}


h1 {
	padding: 0;
	margin: 20px 0;
	font: bold 18px "Trebuchet MS";
	}

h2, .h2 {
	padding:0;
	margin: 10px 0;
	font: bold 12px "Trebuchet MS";
	}

	
a { 
	color: #1f65a7;
	}
	
a:visited { 
	color: #1f65a7;
	}
	
a:hover { 
	text-decoration: none; 
	color: #1f65a7;
	}

img {
	border: none;
	}

ul, li {
	margin: 10; 
	padding: 10;
	}
.noborder {border: none;}

.mytable{
	border-collapse: collapse;
	}
	
.clear {
	clear: both;
	}
	
.container { 
	position: relative;
	padding: 0;  
	margin: 0 auto -38px; 
	min-width: 980px;
	min-height: 100%;
	}
	
*html .container  {
  height: 100%;
	}
	
.container .header {
	position: relative;
	width: 603px;
	height: 291px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/window.png) no-repeat;

	}
	
.container .menu {
	width: 208px;
	height: 135px;
	margin: -175px 0 0 25px;
	padding: 0;
	background: url(../images/menu.png) no-repeat;
	z-index: 52;
	}

	
.container .menu ul {
	font: bold 16px "Trebuchet MS";
	margin: 0;
	padding-left: 20px;
	padding-top: 9px;
	list-style: none;
	}
	
.container .menu li {
	position: relative;
  	margin: 0;
	padding-left: 20px;
	height: 30px;
	}
	
.container .menu li ul {
 display: none;
  position: absolute;
  margin: 0;
  padding: 10px 0;
  width: 135px;
  top: 0;
  left: 199px;
  /*opacity: 0.95;*/
  font: bold 14px "Trebuchet MS";
  background: #f1efec;
  z-index: 52;
  }	
  
.container .menu li:hover ul {
  display: block;
  }
  
.container .menu li li:hover{
 	 background: #c0b8af;
I  }
	
.container .menu a {
	position: relative;
	text-decoration: none;
	}
  
 .container .menu li:hover ul {
   display: block;
  }

.container .hMenu {
	position: relative;
	width: 99%;
	height: 30px;
	margin: 47px 0 0 0;
	padding: 0;
	z-index: 51;
	}
	
.container .hMenu a {
	display: block;
	color: white;
	text-decoration: none;
	}	
	
.container .hMenu ul {
	font: bold 18px "Trebuchet MS";
	margin: 0 0 0 200px;
	color: white;
	width: 990px;
	padding: 0;
	list-style: none;
	}
	
.container .hMenu li {
  position: relative;
	float: left;	
	width: 21%;
	text-align: left;
	display: block;
	height: 20px;
	}

	
.container .hMenu li li {
     border-bottom: 1px solid white;
     }

.container .hMenu li a {
	padding: 0 10px;
	height: 30px;
	}

.container .hMenu li ul {
  display: none;
  position: absolute;
  margin: 0;
  padding: 10px 0;
  width: 250px;
  /*opacity: 0.95;*/
  background: #4c77aa;
  font: bold 12px "Trebuchet MS";
  }
  
.container .hMenu li li {
  float: none;
	width: auto;
	}
	
.container .hMenu li li:hover, .container .hMenu li li.jshover {
	background: #3a6694; 
	}
	
.container .hMenu li:hover ul, .container .hMenu li.jshover ul {
  display: block;
  }
  
.container .hMenu li:hover li ul, .container .hMenu li.jshover li ul {
  position: absolute;
  display: none;
  margin: 0;
  padding: 0;
  top: 00px;
  left: 250px;
}

.container .hMenu li:hover li:hover ul, .container .hMenu li.jshover li.jshover ul {
  display: block;
}
	
.container .logo {
	position: absolute;
	width: 208px;
	height: 100px;
	top: 0;
	left: 25px;
	padding: 0;
	background: url(../images/logo.png) no-repeat;
	}
	
.logo a.logoLink {
	background:none;
	text-decoration:none;
	display: block;
	width: 200px;
	height: 85px;
	}
	
.container .picture {
	position: absolute;
	width: 115px;
	height: 128px;
	right: 0;
	top: 20px;
	padding: 0;
	background: url(../images/picture.png) no-repeat;
	}
	
.container .tel {
	position: absolute;
	width: 170px;
	height: 80px;
	right: 0;
	top: 150px;
	padding: 53px 0 0 41px;
	color: #336699;
	font: bold 14px "Trebuchet MS";
	background: url(../images/tel.png) no-repeat;
	}
	
span.fs18 {
	font-size: 18px;
	}
	
span.cl666{
	color: #666666;
	}	
	
.container .leftBlock{
	position: relative;
	width: 225px;
	float: left;
	}	

.container .leftBlock .block, .container .rightBlock .block {
	position: relative;
	margin: 40px 25px;
	padding: 10px;
	width: 158px;
	height: 200px;
	color: #666666;
	font-size: 16px;
	background: white;
	border: 1px solid #6ea4cc;
	}

.container .rightBlock{
	position: relative;
	float: right;
	}	

.container .rightBlock .banner {
	position: relative;
	margin: 40px 25px;
	border: 0px solid #003163;
	}	
	
.container .content{
	position: relative;
	display: block;
	margin: 10px 235px 30px 235px;
	}

.content a.hLink {
	font-weight:bold;
	font-size: 14px;
	}
		
.counter {
	position: relative;
 	width: 120px;
 	height: 60px;
 	float: right;
 	}
	
.footer {
	position: relative;
	height: 62px;
	min-width: 980px;
	background: #7ea4ca;	
	text-align:center;
	}
	
.footer .ftText {
	margin: 0px auto;
	padding-top: 10px;
	color: white;
	font-weight: bold;
}

.footer .ftText a {
	color: white;
	text-decoration:none;
}

.content_header { 
	font: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #333333; 
	}
 
.RedText {
	color: #990000;
	font-weight: bold;
}
span.Question { 
	font: normal 12px "Trebuchet MS";
	line-height: 1.2em;
	color: #990000; 
	margin: 0; 
	padding: 0;
	height: 100%;
	}

span.Answer { 
	font: normal 12px "Trebuchet MS";
	line-height: 1.2em;
	color: #676767; 
	margin: 0; 
	padding: 0;
	height: 100%;
	}
	
#TB_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index:100;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=50);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#TB_window {
	top: 0px;
	left: 0px;
	position: fixed;
	_position: absolute;
	background: #fff;
	z-index: 102;
	color:#333333;
	font-weight:bold;
	font-size:13px;
	font-family:arial;
	display:none;
	border: 2px solid #3E62AE;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	border-top: 0px solid #666;
	border-left: 0px solid #666;
}

#TB_caption{
	height:25px;
	padding:10px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:10px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	background-color:#e8e8e8;
}

#TB_ajaxContent{
	padding:2px 15px 15px 15px;
	overflow:auto;
}

#TB_load{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	overflow: visible;
	visibility: visible;
	display: block;
	z-index:101;
}

#TB_loadContent  {
	margin-left: -125px;
	position: absolute;
	top: -50px;
	left: 50%;
	width: 250px;
	height: 100px;
	visibility: visible;
}

h1 {
	display:inline;
}
h2,p.h2 {
	font-size:12pt;
	color: #990000;
	font-weight: bold;
}

h3,p.h3 {
	font-size:10.5pt;
	font-weight: bold;
}

.footer p {
	padding-top:5px;
	margin:0;
}

.telp {
	font-size: 18px;
}

.teln {
	font-size: 16px;
	font-weight:bold;
}


