/* CSS Document */
body{
	margin:0px;
	padding:0px;
	background-color:#e4e4e4;
	font-size:12px;
	font-family:Arial;
}
p,ul,li{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
}
a{
	text-decoration:none; color:#000000;
}
a:hover{
	text-decoration:underline;
}
img {
	border: none;
}
.clr{
	clear:both
}
.red{
	border: 1px solid red;
}
#page{
	position: relative;
	width: 960px;
}
.page-top{
	float: left;
	width: 960px;
	background: url(../images/bg/page-top.jpg) repeat-x;
	height: 43px;
    line-height: 43px;
    position: relative;
    text-align: left;
    color: #FFFFFF;
}
.page-top a{
    color: #FFFFFF;
}
.a-page-top{
    margin: 0px 10px;
}
.menu-top{
    float: right;
    text-align: left;
    _padding: 15px 0px;
    margin-right: 100px;
    _margin-right: 50px;
}
ul.sitemap{
    margin-left: 30px;
}
ul.sitemap a{
    color: red;
    font-weight: bold;
}
.banner{
  float: left;
  width: 960px;
}
.popup{
	position:absolute;
	top:70px;
	left:0px;
	width:100%;
	display:none;
}
#header-menu{
  float: left;
  width: 960px;
  background: url(../images/bg/header-menu.jpg) repeat-x;
  height: 39px;
  line-height: 39px;
}
#header-menu ul{
  list-style: none;
  float: left;
}
#header-menu ul li{
  float: left;
  padding: 6px 9px;
}
#header-menu ul li div.header-menu-left{
  float: left;
  height: 27px;
  width: 5px;
}
#header-menu ul li div.header-menu-center{
  float: left;
  height: 27px;
  line-height: 27px;
  color: #e4e4e4;
  font-weight: bold;
  padding: 0px 10px;
  cursor: pointer;
}
#header-menu ul li div.header-menu-right{
  float: left;
  height: 27px;
  width: 5px;
}
#header-menu ul li.active div.header-menu-left{
  background: url(../images/box/menu-left.gif) no-repeat;
}
#header-menu ul li.active div.header-menu-center{
  background: url(../images/box/menu-center.gif) repeat-x;
  color: #3e6100;
}
#header-menu ul li.active div.header-menu-right{
  background: url(../images/box/menu-right.gif) no-repeat;
}

#middle {
	float: left;
 	width: 960px;
	background: #a5b631 url(../images/bg/middle.jpg) repeat-x top;
}
#left {
	width:278px;
	height:auto;
	float:left;
	padding-top:11px;
	padding-left:5px;
}
.center_home {
	width:417px;
	height:auto;
	float:left;
	padding-top:11px;
	padding-left:6px;
	padding-right:6px;
}
.box_center_home {
	width:417px;
	height:auto;
	float:left;
}
.box_center_home_title {
	width:397px;
	height:34px;
	float:left;
	text-align:left;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFF;
	line-height:30px;
	padding-left:20px;
	background:url(../images/bg/bg_center_home_title.jpg) repeat-x;
}
.box_center_home_content {
	width:407px;
	height:286px;
	float:left;
	padding:5px;
	text-align:justify;
	line-height:18px;
	background-color:#FFF;
}

#right {
	float:right;
	width:248px;
	height:auto;
	padding-top:11px;
	margin-bottom:11px;
}
.box_right {
	width:248px;
	height:auto;
	float:left;
}
.box_right_title {
	float:left;
	width:228px;
	height:34px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFF;
	line-height:30px;
	text-align:left;
	padding-left:20px;
	background:url(../images/bg/bg_center_home_title.jpg) repeat-x;
}
.box_right_content {
	width:228px;
	height:276px;
	float:left;
	padding:10px;
	background-color:#FFF;
}

.middle_bottom {
	float:left;
	width: 960px;
	height:23px;
	padding-bottom:5px;
}
#dat-left{
    float: left;
    width: 705px;
    padding-top: 11px;
    margin-bottom: 11px;
}
.dat-left-title{
    width:685px;
	height:34px;
	float:left;
	text-align:left;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFF;
	line-height:30px;
	padding-left:20px;
	background:url(../images/bg/bg_center_home_title.jpg) repeat-x;
}
.dat-listItem{
    float: left;
    width: 665px;
    margin-bottom: 10px;
}
.dat-left-content{
    float: left;
    padding: 20px;
    width: 665px;
    background: #FFFFFF;
    text-align: justify;
    line-height: 20px;
}
.dat-display-name{
    color: #fa3006;
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
}
.dat-display-name a{
    color: #3c6506;
}
.dat-display-img{
    margin: 5px 10px 10px 0px;
}
ul.dat-other-item{
    list-style: none;
    margin-left: 20px;
}
ul.dat-other-item li a{
    color: #fa3006;
}
ul.dat-other-item li{
    color: #fa3006;
}
#tbl_network {
	border:solid 1px #878787;
}
#tbl_network th{
	color:#3c6506;
}
#tbl_network td{
	color:#2a2a2a;
	border:solid 1px #c9e5a4;
}

#footer{
  float: left;
  position: relative;
  background: url(../images/bg/footer.jpg) repeat-x;
  height: 63px;
  width: 945px;
  text-align: left;
  color: #c2ceb3;
  padding-top: 15px;
  padding-left: 15px;
  margin-bottom: 10px;
}


