/* by Coolfish*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-left: 10px;
}

a:link {color: #000000; text-decoration:none}     /* 未被访问的链接 */
a:visited {color: #000000; text-decoration:none}  /* 已被访问过的链接 */
a:hover {color: #666666; text-decoration:none}   /* 鼠标悬浮在上的链接 */
a:active {color: #999999; text-decoration:none;font-weight: bold;}   /* 鼠标点中激活链接 */

.title {
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	width: 240px;
	margin-left: 10px;
	padding-top: 10px;
	float: left;
}

.more {
	font-size: 10px;
	float: left;
	height: 18px;
	width: 40px;
	padding-right: 10px;
	padding-top: 12px;
}


/* toolbar */
#toolbar {
	height: 50px;
	width: 960px;
	overflow: hidden;
	position: relative;
	margin: auto;
}
#top_left {
	text-align: left;
	float: left;
	height: 20px;
	width: 200px;
	overflow: hidden;
	position: relative;
	visibility: inherit;
	padding-top: 30px;
	padding-left: 10px;
}
#top_right {
	text-align: right;
	height: 25px;
	width: 200px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	float: right;
}

/*main*/
#main {
	height: auto;
	width: 950px;
	border: 1px solid #dedede;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	background-color: #FFFFFF;
}

#header {
	height: 250px;
	width: 950px;
	background-image: url(../images/header.jpg);
}
#menu {
	background-image: url(../images/menu_bg.gif);
	height: 32px;
	width: 935px;
	background-repeat: no-repeat;
	margin-top: 5px;
	text-align: left;
	padding-left: 15px;
}
#center {
	background-image: url(../images/center_bg.gif);
	height: 148px;
	width: 950px;
	margin-top: 5px;
}
#content {
	width: 950px;
	margin-top: 5px;
	overflow: hidden;
	font-size: 12px;
	line-height: 2em;
}
#content_right {
	float: left;
	width: 680px;
	margin-left: 10px;
}
.content_r_t {
	background-image: url(../images/content_r_title.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 670px;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
}
#content_r_c {
	background-image: url(../images/content_r_bg.gif);
	background-repeat: repeat-y;
	text-align: left;
	text-indent: 2em;
	padding: 10px;
	width: 660px;
	font-size: 12px;
}

#content_r_c2 {
	background-image: url(../images/content_r_bg.gif);
	background-repeat: repeat-y;
	text-align: left;
	padding: 10px;
	width: 660px;
	font-size: 12px;
}
.txt_img {
	float: left;
	text-indent: 0px;
	margin-right: 1em;
}
.txt {
	text-indent: 0px;
	margin-bottom: 2em;
}
.txt_r {
	text-align: left;
	text-indent: 0px;
	float: right;
	margin-bottom: 2em;
	width: 310px;
}
.txt_l {
	text-align: left;
	text-indent: 0px;
	float: left;
	margin-bottom: 2em;
	width: 310px;
}
.txt_640 {
	text-align: left;
	text-indent: 0px;
	width: 640px;
}

.zise {
	color: #990066;
}


#content_r_b {
	background-image: url(../images/content_r_b.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 680px;
	padding-top: 5px;
}




#content_l {
	background-image: url(../images/content_left.gif);
	background-repeat: no-repeat;
	float: left;
	height: 280px;
	width: 310px;
}
#content_c {
	background-image: url(../images/content_center.gif);
	background-repeat: no-repeat;
	float: left;
	height: 280px;
	width: 310px;
	overflow: hidden;
	margin-left: 10px;
	margin-right: 10px;
}
#content_r {
	background-image: url(../images/content_right.gif);
	background-repeat: no-repeat;
	float: right;
	height: 280px;
	width: 310px;
	overflow: hidden;
}
.content_title {
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	width: 240px;
	margin-left: 10px;
	padding-top: 10px;
	float: left;
}

.content_more {
	font-size: 10px;
	float: left;
	height: 18px;
	width: 40px;
	padding-right: 10px;
	padding-top: 12px;
}

.content_all {
	line-height: 16px;
	text-indent: 2em;
	text-align: left;
	height: 230px;
	width: 290px;
	margin: 10px;
}


/*footer*/
#footer_f {
	background-image: url(../images/footer_fuscous.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 950px;
	margin-top: 5px;
	text-align: center;
	color: #CCCCCC;
	padding-top: 6px;
}
#footer_t {
	color: #333333;
	background-image: url(../images/footer_tint.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 950px;
	margin-top: 5px;
	text-align: center;
	padding-top: 10px;
}
#space {
	height: 20px;
	width: 960px;
}
#footer_f a {
 color: #FFFFFF;
 text-decoration:none}
.footer_f a:hover {
 color: #FFFFFF;
 text-decoration:none}
.footer_f a:visited {
 color: #FFFFFF;
 text-decoration:none}
.footer_f a:active {
 color: #FFFFFF;
 text-decoration:none;font-weight: bold;
}
.img_l {
	float: left;
	margin-top: 10px;
	padding-bottom: 5px;
	padding-right: 5px;
	text-indent: 0px;
}
.img_r {
	padding: 5px;
	float: right;
	margin-top: 10px;
}
#reg {
	height: 120px;
	width: 300px;
	padding: 10px;
	float: left;
}
#Icno_01 {
	float: left;
	height: 140px;
	width: 300px;
	background-image: url(../images/Emergency.gif);
}
#Icno_02 {
	float: left;
	height: 140px;
	width: 300px;
	background-image: url(../images/reception.gif);
}
#Icno_03 {
	float: left;
	height: 140px;
	width: 300px;
	background-image: url(../images/reception.gif);
}
#leftbar {
	float: left;
	width: 260px;
}
.leftbar_img {
	width: 260px;
}
.content_link {
	background-image: url(../images/content_r_bg.gif);
	background-repeat: repeat-y;
	text-align: right;
	padding: 10px;
	width: 660px;
	font-size: 12px;
}






/*CSS viciao style pagination*/

DIV.viciao {
	MARGIN-TOP: 5px;
	MARGIN-BOTTOM: 5px
}
DIV.viciao A {
	BORDER-RIGHT: #DEDEDE 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #DEDEDE 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #DEDEDE 1px solid; COLOR: #000; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #DEDEDE 1px solid; TEXT-DECORATION: none
}
DIV.viciao A:hover {
	BORDER-RIGHT: #A3095F 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #A3095F 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #A3095F 1px solid; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #A3095F 1px solid
}
DIV.viciao A:active {
	BORDER-RIGHT: red 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: red 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: red 1px solid; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: red 1px solid
}
DIV.viciao SPAN.current {
	BORDER-RIGHT: #e89954 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #e89954 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; BORDER-LEFT: #e89954 1px solid; COLOR: #000; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #e89954 1px solid; BACKGROUND-COLOR: #F9EDEF
}
DIV.viciao SPAN.disabled {
	BORDER-RIGHT: #ccc 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #ccc 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #ccc 1px solid; COLOR: #ccc; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #ccc 1px solid
}
