﻿body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
}
* {
	margin: 0px;
	padding: 0px;
}
#head2 {
	background-color: #0071BD;
	margin: auto;
	width: 1000px;
	height: 83px;
}
#head {
	background-image: url(../images/bg_head.jpg);
	background-repeat: repeat-x;
	height: 563px;
}
#head_map_big {
	background-image: url(../images/bg_head2.jpg);
	background-repeat: repeat-x;
	height: 195px;
}
#menu {
	margin: 0 auto;
	width: 1000px;
	height: 112px;
}
.menu {
	width: 125px;
	height: 112px;
}


	/* remove the list style */
	#nav {
		margin:0px 0 0 0; 
		padding:0; 
		list-style:none;
		font-size:12px;
	}	
	
		/* make the LI display inline */
		/* it's position relative so that position absolute */
		/* can be used in submenu */
		#nav li {
			float:left; 
			display:block; 
			position:relative;
			z-index:10; 
			margin:0px;
		}
		
		/* this is the parent menu */
		#nav li a {
			display:block; 
			padding:0; 
			text-decoration:none; 
			color:#5b5b5b; 
			text-align:center; 
			color:#333;
		}

		#nav li a:hover {
			color:#5b5b5b;
		}
	
		/* you can make a different style for default selected value */
		#nav a.selected {
			color:#5b5b5b;
		}
	
		/* submenu, it's hidden by default */
		#nav ul {
			position:absolute; 
			left:0;
			top:113px;
			display:none; 
			margin:0 0 0 -1px; 
			padding:0; 
			list-style:none;
			z-index:1;
		}
		
		#nav ul li {
			width:251px; 
			float:left;
			border-bottom:1px solid #ccc;
		}
		
		/* display block will make the link fill the whole area of LI */
		#nav ul a {
			display:block;  
			padding: 8px 10px 5px;
			color:#666;
			text-align:left;
			background:#e6e6e6;
		}
		
		#nav ul a:hover {
			text-decoration:none;
			background: #CCC;
		}
		
 .tooltip{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	display: none;
	border:1px solid #ccc;
	width:800px;
	height:60px;
	background:#e6e6e6;
	text-align:left;
	padding:5px;
	color: #963;
	font-size:22px;
}

		/* fix ie6 small issue */
		/* we should always avoid using hack like this */
		/* should put it into separate file : ) */
		*html #nav ul {
			margin:0 0 0 -2px;
		}

#picture_slide {
	margin: auto;
	height: 350px;
	width: 1000px;
}
#main {
	padding: 0px;
	width: 1000px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#footer {
	background-color: #F2F2F2;
}
#footer_bg {
	height: 136px;
	width: 1000px;
	margin: auto;
}
/*main_index*/
#main_index {
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 50px;
}
#main_index2 {
	margin-bottom: 50px;
}
#table_sys {
	border: 2px ridge #666;
	border-collapse:inherit;
}
.head1 {
	font-size:24px;
	font-weight: 400;
	color: #555;
}
.head2 {
	font-size:18px;
	font-weight:400;
	color:#555;
	margin-top: 20px;
}
.content_index {
	color:#999;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 19px;
	font-size: 12px;
}
.content_index1 {
	color:#999;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
}
.content_index2 {
	color:#999;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 19px;
	font-size: 12px;
}
.content_index3 {
	color: #666;
	margin-top: 18px;
	margin-bottom: 2px;
	margin-left: 19px;
	font-size: 14px;
}
.content_index4 {
	color: #666;
	margin-top: 5px;
	margin-bottom: 2px;
	margin-left: 19px;
	font-size: 14px;
}
.table_map {
	height: 120px;
	width: 200px;
	margin-right: 15px;
	margin-bottom: 5px;
	padding: 3px;
	border: 1px solid #CCC;
}
.table_map1 {
	height: 120px;
	width: 200px;
	margin-right: 15px;
	padding: 3px;
	border: 1px solid #CCC;
}
.table_video {
	height: 120px;
	width: 200px;
	margin-right: 15px;
	padding: 3px;
	border: 1px solid #CCC;
}

#head_video {
	height: 22px;
	width: 640px;
	margin: auto;
	background-color: #0071BD;
}
#video {
	width: 640px;
	height: 360px;
	margin: auto;
}
#text_map {
	width: 206px;
	height: 35px;
}
.center {
	text-align:center;
	font-size: 12px;
	color:#999;
	margin-bottom: 25px;
}
.center1 {
	text-align:center;
	font-size: 24px;
	color: #06C;
	margin-bottom: 25px;
}
.center2 {
	font-size: 12px;
	color:#999;
	margin-bottom: 25px;
	margin-left: 25px;
}
.center3 {
	font-size: 12px;
	color:#999;
	margin-bottom: 25px;
	margin-left: 45px;
	margin-right: 45px;
}
.table_sys {
	height: 20px;
	margin-left: 5px;
}
.color_sys {
	color: #FFF;
}
#table_sys2 {
	height: 20px;
	margin-left: 5px;
	margin-top: 5px;
	color: #666;
}
#table_sys3 {
	height: 20px;
	margin-top: 5px;
	color: #666;
	text-align:center;
}

#cendru {
  background: #EEE;
  box-shadow: inset 0px -2px 3px #BBB;
}

#logo-cendru {
  margin: 0 auto;
  padding: 5px 0;
  text-align: left;
  width: 1000px;
}

#flood-status {
  background: #eee;
  float: right;
  height: 90px;
  margin: 15px;
  margin-top: 0;
  padding: 3px;
  box-shadow: 0px 3px 2px #444;
}

#flood-status h2 {
  font-size: 10px;
}