@charset "utf-8";
@import url(home.css);
@import url(sections.css);
@import url(pages.css);
@import url(menu.css);
body{
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#666666;
	background:#FFFFFF url(../images/bg.gif) bottom repeat-x;
  text-align:center;
}
a{
	color: #666666;
	text-decoration: none;
}
a:hover{
	color: #000000;
	text-decoration: underline;
}
strong{
	font-weight:bold;
}

#container{
	margin: 0 auto 0 auto;
  width:970px;
  text-align:left;
  overflow:hidden;
}

#header{
	margin:0 10px;
}

#header h1#logo{
	float:left;
}
#header h1#logo a{
	text-indent:-9999px;
	height:61px;
	width:250px;
	display:block;
	background:url(../images/logo.gif) no-repeat;
}
#header #toplinks{
	height:61px;
	width:700px;
	float:left;
	text-align:right;
}
#header #toplinks ul{
	padding: 20px 0 20px 10px;
}
#header #toplinks ul li{
	display:inline;
	border-right:1px solid #cccccc;
	padding:0 10px;
}
#header #toplinks ul li.last{
	border-right:0;
	padding-right:0;
}

#pathway{
	height:33px;
	line-height:33px;
	text-align:right;
}

#footer{
	margin:0 10px;
	background:url(../images/footer.bg.gif) no-repeat;
	height:149px;
}
#footer .inner{
	padding:25px 40px;
}
#footer h2{
	text-indent:-9999px;
	float:left;
	display:block;
	background:url(../images/logo.gray.gif) left center no-repeat;
	height:60px;
	width:200px;
	border-right:1px solid #b4b4b4;
}
#footer #bottomlinks{
	height:61px;
	width:380px;
	float:left;
}
#footer #bottomlinks ul{
	padding: 0 0 0 10px;
}
#footer #bottomlinks p{
	padding: 5px 0 0 20px;
}
#footer #bottomlinks ul li{
	display:inline;
	border-right:1px solid #333333;
	padding:0 10px;
}
#footer #bottomlinks ul li.last{
	border-right:0;
	padding-right:0;
}
#footer #bottomlinks a{
	color:#333333;
}
#footer #bottomlinks a:hover{
	color:#000000;
}
#footer #copyright{
	text-align:right;
}
#floatLayer a#chatBtnAccept{
	position:absolute;
  top:170px;
  left:47px;
  display:block;
  text-indent:-9999px;
	width:105px;
	height:44px;
}
#floatLayer a#chatBtnDecline{
	position:absolute;
  top:170px;
  left:194px;
  display:block;
  text-indent:-9999px;
	width:105px;
	height:44px;
}
#floatLayer a#chatBtnClose{
	position:absolute;
  top:230px;
  left:129px;
  display:block;
  text-indent:-9999px;
	width:105px;
	height:22px;
}

#section-area{
}
#section-area .inner{
	margin:0 10px;
	padding:80px 10px 10px 10px;
	background:#f3f2ee url(../images/section.bg.default.jpg) no-repeat;
}
#section-area .col{
	width:930px;
}
#section-area .paper-white{
	background:#ffffff url(../images/paper-white.gif) repeat-y;
}
#section-area .col-a{
	width:210px;
	overflow:hidden;
	float:left;
}
#section-area .col-b{
	width:720px;
	overflow:hidden;
	float:left;
}

#section-area .col-a .title{
	background:url(../images/submenu.title.gif) center top no-repeat;
	width:100%;
	height:33px;
	font-weight:bold;
	font-size:14px;
	line-height:33px;
	font-family:"微软雅黑", "宋体";
	text-indent:30px;
	color:#ffffff;
	letter-spacing:2px;
}
#section-area .col-a .title a{
	width:100%;
	height:33px;
	display:block;
	color:#ffffff;
	text-decoration:none;
}
#section-area .col-a .title-desc{
	background:url(../images/submenu.title.desc.gif) center top no-repeat;
	height:21px;
	width:100%;
	text-transform:capitalize;
	font-size:9px;
	line-height:21px;
	font-family:Helvetica, Arial, sans-serif;
	text-indent:30px;
	color:#ffffff;
	letter-spacing:2px;
}

/* Block List */
.content-area .block-lists a{
	border:1px solid #dddddd;
	margin:15px;
	float:left;
	cursor:pointer;
}
.content-area .block-lists a:hover{
	border:1px solid #f27a00;
	text-decoration:none;
}
.content-area .block-lists dl{
	width:313px;
	height:85px;
	background:#f3f2ee;
	overflow:hidden;
}
.content-area .block-lists dt{
	padding:0 15px;
	height:25px;
	line-height:25px;
	background:#ffffff url(../images/arrow2.orange.gif) 290px center no-repeat;
	font-size:14px;
	font-weight:bold;
	font-family:"微软雅黑", "宋体";
	overflow:hidden;
}
.content-area .block-lists dd{
	padding:15px 70px 15px 15px;
}

/* News List */
.content-area .news-lists a{
	border-bottom:1px solid #dddddd;
	margin:15px;
	display:block;
	cursor:pointer;
	clear:both;
}
.content-area .news-lists a:hover{
	border-bottom:1px solid #f27a00;
	text-decoration:none;
}
.content-area .news-lists .date{
	float:right;
	color:#99CC00;
	font-size:11px;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
}
.content-area .news-lists dl{
}
.content-area .news-lists dt{
	color:#FF6600;
	padding:0 15px;
	height:25px;
	line-height:25px;
	background:#ffffff url(../images/arrow2.orange.gif) left center no-repeat;
	font-size:14px;
	font-weight:bold;
	font-family:"微软雅黑", "宋体";
	overflow:hidden;
}
.content-area .news-lists dd{
	padding:15px 70px 15px 15px;
}
