@charset "utf-8";
@import url(layout.css);
/*-------------------------------------------------------------------------------------------------------*/
/*--Design Setting Start--*/

/*--base design--*/
p {
	color: #666666;
	font-size: 12px;
}
strong{
	color: #666666;
	font-weight: bold;
}

h2, h2 span {
	font-size: 16px;
	color: #555555;
	font-weight: normal;
}

h3 {
	color: #CC6600;
	font-size: 16px;
}

a {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	color: #D75116;
	text-decoration: underline;
}

body {
	background: #EEE;
}

.wrap {
	background: #FFF;

}

.layout {
	background: #FFF;
}

.leftbg {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/bg_leftbg.gif);
}

.center {
	vertical-align: top;
	background: #FBFBFB;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.rightbg {
	vertical-align: top;
	/*background: url(../images/centerbgr.gif) no-repeat left 10px;*/
}

.leftblock, .rightblock {
	width: 50%;
	vertical-align: top;
	padding: 0 10px 0 10px;
}

.btn {
	background: url(../images/menubg.gif) repeat-x left top;
	border:1px solid #999;
	padding: 2px;
	color: #666;
	font-size: 12px;
}

.lp, .cp, .qp, .forwardForm {
	margin-top: -8px;
	padding: 10px;
}

.lp h2, .cp h2, .qp h2, .forwardForm h2, .sitemap h2{
	padding-left: 14px;
	background-image: url(../images/titleIcon.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 4px;

}

.accesskey {
	position:absolute;
	filter:alpha(opacity=0);	
	-moz-opacity:0;
	opacity:0.5;
	text-decoration:none;
	display:none;
}
/*-------------------------------------------------------------------------------------------------------*/


/*--header design--*/
.header {
	background: #FFFFFF url(../images/hdbg.jpg) repeat-x left top;
}

.nav {
	text-align: right;
	padding: 10px 6px 6px 6px;
}
.nav li {
	display: inline;

}
.nav li a {
	color: #8c8c8c;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 6px;
	padding-right: 6px;
	background: url(../images/next.gif) no-repeat left 4px;
	font-size: 12px;
	text-decoration: none;
}
.nav li a:hover {
	color: #FF0000;
}

.header .visitor {
	position: absolute;
	top: 70px;
	left: 3px;
	font-size: 10px;
	color: #666666;

}
.header .visitor em {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;

}
.header .update {
	position: absolute;
	top: 70px;
	left: 123px;
	font-size: 10px;
	color: #666666;
}
.header .update em {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}

.header .search{
	position: absolute;
	top: 40px;
	right: 20px;
	font-size: 13px;
	background-image: url(../images/icon_search.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 19px;
	color: #626262;
}
.header .search .text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	height: 16px;
	margin-right: 6px;
}
.header .search .btn{
	background-image: url(../images/bg_btn.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 22px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #FFFFFF;
}


/*-------------------------------------------------------------------------------------------------------*/


/*--top static menu design--*/
.top .menu {
	position: absolute;
	left: 240px;
	top: 77px;
}

.top .menu li {
	display: inline;
	background: url(../images/micon.gif) no-repeat right 5px;
	*background: url(../images/micon.gif) no-repeat right 3px !important;/*IE7*/
	padding-left: 8px;
	padding-right: 6px;
}
.top .menu li a {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
.top .menu li a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
/*-------------------------------------------------------------------------------------------------------*/


/*--left static menu design--
.leftbg .menu, .rightbg .menu {
	margin-bottom: 10px;
}

.leftbg .menu ul, .rightbg .menu ul {
	margin: 0;
	width: 180px;
	border-top: 1px solid #bfbfbf;
}
.leftbg .menu li a, .rightbg .menu li a {
	font-size: 13px;
	line-height: 200%;
	*line-height: 180% !important;/*IE7*/
	font-weight: normal;
	letter-spacing: 0.15em;
	background: #FFFFFF url(../images/nav1.gif) no-repeat left top;
	display: block;
	width: 180px;
	margin: 0px;
	color: #666;
	text-align: left;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	padding: 3px 5px 2px 25px;
	*padding: 6px 5px 2px 25px !important;/*IE7*/
	text-decoration: none;
}
.leftbg .menu li a:hover, .rightbg .menu li a:hover {
	text-decoration: none;
	color: #CC3300;
}
html > body .leftbg .menu li a, .rightbg .menu li a {
	width: 200px;
}

.leftbg .menu h2, .rightbg .menu h2 {
	font-size: 15px;
	line-height: 120%;
	margin: 0px;

	padding: 10px 6px 6px 40px;
}
/*-------------------------------------------------------------------------------------------------------*/


/*--left dynamic menu design--*/
.leftbg .menu {
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 0px;
}

.leftbg .menu ul {
	margin: 0;
	border-top: 1px solid #bfbfbf;
	list-style-type: none;
}
.leftbg .menu li a {
	font-size: 13px;
	line-height: 200%;
	*line-height: 180% !important;/*IE7*/
	font-weight: normal;
	letter-spacing: 0.15em;
	background: #FFFFFF url(../images/nav1.gif) no-repeat left top;
	display: block;
	_width: 175px;
	margin: 0px;
	color: #474747;
	text-align: left;
	*padding: 6px 5px 2px 35px !important;/*IE7*/
	text-decoration: none;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bfbfbf;
}
.leftbg .menu li a:hover {
	text-decoration: none;
	color: #CC3300;
}
html > body .leftbg .menu li a {
	color: #474747;
}
.leftbg .menu li {
	display: inline;
	position: relative;
}
.leftbg .menu li ul{
	position: absolute;
	top: 0;
	display: block;
}

.leftbg .menu h2 {
	font-size: 20px;
	line-height: 100%;
	margin: 0px;
	background-color: #d53030;
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "標楷體";
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 16px;
	border-bottom-width: 9px;
	border-bottom-style: solid;
	border-bottom-color: #edaa1a;
}
/*-------------------------------------------------------------------------------------------------------*/


/*--ad design--*/
.ad {
	margin-top: 10px;
}

.ad li img {
	width: 180px;
}
/*-------------------------------------------------------------------------------------------------------*/


/*--headline design--*/
.rightbg .headline, .rightbg .mybox, .leftbg .headline, .leftbg .mybox {
	margin: 0;
	padding: 0;
	width: 232px;
	margin-bottom: 10px;
}

.rightbg .headline .body, .rightbg .mybox .body, .leftbg .headline .body, .leftbg .mybox .body {
	border: 1px solid #bfbfbf;
	padding: 6px;
	background: url(../images/infobox2.gif) no-repeat right bottom;
}

.headline {
	margin-top: 10px;
	margin-bottom: 10px;
}

.headline h2, .mybox h2 {
	font-size: 15px;
	line-height: 120%;
	margin: 0px;
}

.headline li, .mybox li {
	list-style: none;
	background: url(../images/icon_menu1.gif) no-repeat left 7px;
}
.headline li a, .mybox li a {
	padding-left: 15px;
}

.headline .image {
	width: 150px;
}

.headline .date, .mybox .date, .mitch .date {
	margin-left: 6px;
	color: #999;
	font-size: 12px;
}

.headline .detail a, .mybox .detail a, .mitch .detail a {
	color: #D75116;
	text-decoration: underline;
	margin-left: 6px;
}
.headline .detail a:hover, .mybox .detail a:hover, .mitch .detail a:hover {
	color: #D75116;
	text-decoration: none;
}

.headline .more, .mybox .more, .mitch .more {
	text-align: right;
	margin-top: 6px;
}
.headline .more a, .mybox .more a, .mitch .more a {
	border: 1px solid #CCC;
	font-size: 12px;
	color: #336699;
	padding: 5px;
	font-weight: bold;
	background: url(../images/tabbg.gif) repeat-x left top;
	text-decoration: none;
}
.headline .more a:hover, .mybox .more a:hover, .mitch .more a:hover {
	color: #D75116;
	text-decoration: underline;
}

.headline .source, .mybox .source, .mitch .source {
	color: #999;
	font-size: 12px;
	text-align: right;
}

.rightbg .headline h2, .leftbg .headline h2 {
	padding: 10px 6px 6px 40px;
	background: url(../images/headtext.gif) no-repeat left top;
}

.rightbg .mybox h2, .leftbg .mybox h2 {
	padding: 10px 6px 6px 40px;
	background: url(../images/headlist.gif) no-repeat left top;
}

.center .headline h2, .center .mybox h2 {
	padding-left: 16px;
	background: url(../images/menutitle.gif) no-repeat left 2px;
	border-bottom: 1px dashed #CCC;
}

.center .headline h2 span, .center .mybox h2 span {
	color: #888;
}

.center .headline .body, .center .mybox .body {
	background: #F4F4F4;
	padding: 10px;
}

.center .boxs h2 {
	padding-left: 16px;
	background: url(../images/menu_icon.gif) no-repeat left 3px;
}

.center .boxs li {
	list-style: none;
	background: url(../images/icon_arrow3.gif) no-repeat left 7px;
}

.mitch .body {
	border: 1px solid #EEE;
	padding: 10px;
	background: #FFF url(../images/sidebox.gif) repeat-x left top;
	*background: #FFF url(../images/sidebox.gif) repeat-x left 1px !important;/*IE7*/
}

.mitch h2 {
	background: url(../images/h2bg.gif) no-repeat left top;
	height: 36px;
	padding: 4px;
	margin-bottom: -8px;
}

.mitch h2 span {
	color: #FFF;
}

.mitch a {
	color: #336699;
}
.mitch a:hover {
	color: #D75116;
	text-decoration: underline;
}
/*-------------------------------------------------------------------------------------------------------*/


/*--friendly design--*/
.friendly {
	margin-bottom: 10px;
	font-size: 12px;
}

.friendly .before {
	color: #999;


}

.friendly .path {
	margin-bottom: 10px;
	color: #B3B3B3;
	z-index: 1;
	position: relative;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.friendly .path a {
	padding: 0 0px 0 0px;
	color: #999999;
}

.friendly .path img {
	padding: 0 4px 0 4px;
}

.friendly .function {
	text-align: right;
	font-size: 12px;
	padding-right: 3px;
	margin-top: -10px;
}
.friendly .function li {
	display: inline;
}
.friendly .function li a {
	color: #edaa1a;
}
.friendly .function li a:hover {
	color: #D75116;
}

.friendly .function .print {
	padding-left: 16px;
	background: url(../images/print.gif) no-repeat left -1px;
}

.friendly .function .forward {
	padding-left: 24px;
	background: url(../images/email.gif) no-repeat left -1px;
}
/*-------------------------------------------------------------------------------------------------------*/


/*--quickLink design--*/
.quickLink {
	text-align: right;
	margin-top: 10px;
	clear: both;
}

.quickLink li {
	font-size: 12px;
	display: inline;
}
.quickLink li a {
	color: #FF9900;
}
.quickLink li a:hover {
	color: #FF0000;
}

.quickLink .gotop {
	padding-left: 14px;
	padding-right: 6px;
	background: url(../images/top.gif) no-repeat left top;
}

.back {
	padding-left: 14px;
	padding-right: 6px;
	background: url(../images/back.gif) no-repeat left top;
}
/*-------------------------------------------------------------------------------------------------------*/


/*--lp design--*/
.lp .subnode {
	margin-top: 6px;
}
.lp .subnode li {
	display: inline;
	margin-right: 6px;
	border-right: 1px solid #CCC;
}
.lp .subnode li a {
	font-size: 15px;
}

.lp p {
	margin-bottom: 10px;
}

.lp .category li {
	display: inline;
	margin-right: 6px;
}
.lp .category li a {
	font-size: 15px;
}

.lp .page {
	font-size: 12px;
	background: #EEE;
	padding: 4px;
	clear: both;
}
.lp .page em {
	color: #D75116;
	margin-left: 4px;
	margin-right: 4px;
	font-style: normal;
}
.lp .page .condition {
	margin-top: -25px;
	margin-right: 6px;
	text-align: right;
}
.lp .page .condition a {
	padding-left: 8px;
	background: url(../images/icon_arrow5.gif) no-repeat left 2px;
}
.lp .advsearch{
	float: right;
	font-size: 12px;
	background-image: url(../images/icon_menu1.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 13px;
}
.lp .listTb{
	border-collapse:collapse;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 18px;
}

.lp .listTb th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	text-align: left;
	vertical-align: top;
}

.lp .listTb td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 2px;
	padding-bottom: 2px;
}

.lp .listTb2{
	border-collapse:collapse;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.lp .listTb2 th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	text-align:left;
	width: 15%;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 5px;
	padding-bottom: 0px;
}

.lp .listTb2 td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align:left;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 5px;
	padding-bottom: 4px;
}
.lp .listTb2 td select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
.lp .listTb2 td .btn{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.lp .listTb2 td input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}

.list {
	font-size: 12px;
	margin-top: -10px;
	margin-bottom: 10px;
}
.list li {
	line-height: 250%;
}
.list .number {
	margin-right: 6px;
	color: #D75116;
}
.list .date {
	color: #999;
	padding-left: 8px;
}
/*-------------------------------------------------------------------------------------------------------*/


/*--cp design--*/
.cp .webFun {
	margin-top: 10px;
}

.cp .webFun li {
	display: inline;
	padding-right: 8px;
	font-size: 12px;
	color: #666;
}
.cp .webFun li img {
	padding-right: 2px;
}
.cp .webFun li em {
	font-style: normal;
	color: #FF0000;
}

.cp .webFun .clickFun {
	padding-left: 20px;
	background: url(../images/icon-click.gif) no-repeat left top;
}
.cp .webFun .diggFun {
	padding-left: 18px;
	background: url(../images/icon-digg.gif) no-repeat left top;
}
.cp .webFun .commentFun {
	padding-left: 18px;
	background: url(../images/icon-comm.gif) no-repeat left 1px;
}
.cp .webFun .trackbackFun {
	padding-left: 16px;
	background: url(../images/icon-track.gif) no-repeat left top;
}
.cp .webFun .forwardFun {
	padding-left: 16px;
	background: url(../images/icon-track.gif) no-repeat left top;
}

.cp .tabpanel {
	background: #FFF;
}

/*--tabpanel design--*/
.tabpanel form {
	font-size: .75em;
	margin: 0 0 15px;
	padding: 8px;
	border: 1px solid #cccccc;
	background: #F9F9F9;
}
.tabpanel form table {
	font-size: inherit;
	line-height: 1.5em;
	border-collapse: collapse;
	border: none;
	margin: 0;
	color: #444444;
}
.tabpanel form table caption {
	text-align: left;
	font-size: 1.25em;
	padding-bottom: .5em;
}

.tabpanel form table th {
	font-weight: normal;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	padding: 3px 13px 3px 0;
	background: url(../images/th_bg2.gif) no-repeat right 7px;
}
.tabpanel form table td {
	text-align: left;
	vertical-align: top;
	padding: 0 0 3px 3px;
}
.tabpanel input.btn {
	font-size: 1em;
	color: #333333;
}
.tabpanel input.text {
	width: 300px;
	height: 1.3em;
	border: 1px solid #BBBBBB;
	padding: 2px 3px 0;
	font-size: 1em;
	color: #444444;
}
.tabpanel form input.verify {
	width: 160px;
	height: 1.3em;
	border: 1px solid #BBBBBB;
	padding: 2px 3px 0;
	font-size: 1em;
}
.tabpanel  form textarea {
	width: 300px;
	height: 8em;
	border: 1px solid #BBBBBB;
	padding: 2px 3px 0;
	display: block;
	font-size: 1em;
}
.tabpanel form select {
	font-size: 1em;
}
.tabpanel ul , .tabpanel ol {
	padding: 0;
	margin: 0;
}
.tabpanel li {
	font-size: .75em;
	line-height: 1.5em;
	padding: 0 0 .5em;
	margin: 0;
}
.tabpanel div h3 {
	font-size: 0.95em;
	padding: .8em 0 .5em 0;
	margin: 0;
	clear: both;
}

/*--web2Tag--*/
.web2Tag {
	padding-bottom: 10px;
}
.web2Tag ul {
	border-bottom: dotted 1px #aaa;
	overflow: hidden;
	width: 100%;/*�ץ�IE6*/
}
.web2Tag li {
	float: left;
}
*+html>body .web2Tag li {
	white-space: nowrap;
}
.web2Tag li a {
	margin-right: 2px;
}
.web2Tag li em {
	font-style: normal;
}
.web2Tag li span.tagDel img , .web2Tag li span.tagAdd img {
	vertical-align: middle;
	margin-right: 1em;
	cursor: pointer;
}
/*--web2Favorite--*/
.web2Favorite {
}
.web2Favorite ul , .web2Digg ul {
	margin-left: 1.5em;
}
.addFavorite li , .web2Digg li {
	list-style: square;
}
/*--web2Comment--*/
.web2Comment li li {
	font-size: 1em;
}
.web2Comment ul ul {
	margin-left: 1em;
}
.openClose {
	font-size: 1em;
	padding: 0;
	margin: 0 0 1.2em;
	overflow: hidden;
	width: auto;
}
.openClose li {
	float: left;
	margin-right: 1.5em;
	padding-left: 22px;
	background: url(../images/icon_close.gif) no-repeat left top;
}
.openClose li a {
	color: #555555;
}
.openClose li:first-child {
	background: url(../images/icon_open.gif) no-repeat left top;
}
.tabpanel .treeview {
	clear: both;
	margin: 0;
	padding: 0;
}
.treeview li {
	line-height: 1.8em;
}
.treeview>li {
	margin-bottom: .5em;
	padding-bottom: .5em;
	padding-left:1em;
	border-bottom: 1px dotted #aaa;
}
.treeview>li ul {
	padding-bottom: 0;
	margin-bottom: 0;
}
.treeview>li li {
	margin-bottom: 0em;
	padding-bottom: 0;
}
/*--web2Digg--*/
.web2Digg {
}
.web2Digg form img {
	margin-right: 1px;
	vertical-align: 5%;
}
.web2Digg form img + input {
	margin-left: .8em;
}
/*--web2Trackback--*/
.web2Trackback form td input.text {
	width: 250px;
}
.web2Trackback ul {
}
.web2Trackback li {
	border-bottom: dotted 1px #aaa;
	margin: 0;
	padding: .8em 0 .6em;
	line-height: 1.5em;
	width: 100%;
}
.web2Trackback li .title {
	display: block;
	color: #000000;
	font-size: 1.1em;
	margin-bottom: 5px;
	letter-spacing: 1px;
}
.web2Trackback li .abstract {
	display: block;
	letter-spacing: 1px;
	margin: .5em 0;
}
/*--web2Forward--*/
.web2Forward {
}
.web2Forward ul {
}
.tabpanel .web2Forward li {
	display: inline;
	margin-right: .4em;
	padding-right: .8em;
	background: url(../images/dot4.gif) no-repeat right 2px;
}
.tabpanel .web2Forward li .who {
	padding-right: 0.6em;
	margin-right: .3em;
	background: url(../images/icon_colon.gif) no-repeat right 1px;
}
.tabpanel .web2Forward li:last-child {
	background: none;
}
/*----*/

.cp h3 {
	margin-top: 10px;
}

.cp .image {
	margin-top: 10px;
	float: left;
	
}

.cp .image img {
	width: 200px;
	border: 3px solid #999;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 0;
}

.cp .image span {
	font-size: 12px;
	color: #FF3300;
	display: block;
}

.cp .info {
	margin-top: 10px;
}

.cp .info li {
	font-size: 12px;
	color: #666666;
}

.cp .info span {
	color: #CC6600;
	padding-left: 4px;
}

.cp .related h3, .cp .download h3 {
	clear: both;
	padding-left: 14px;
	background: url(../images/menutitle.gif) no-repeat left 6px;
	border-bottom: 1px dotted #999;
	margin-bottom: 10px;
}

.cp .related ul, .cp .download ul {
	margin: -10px 0 10px 16px;
}

.cp .related li a, .cp .download li a {
	font-size: 12px;
	padding-left: 10px;
	background: url(../images/patharrow.gif) no-repeat left 2px;
}

.cp .related .date, .cp .download .date {
	margin-left: 6px;
	font-size: 12px;
	color: #999;
}

.cp p {
	margin-top: 10px;
	margin-bottom: 10px;
}
/*-------------------------------------------------------------------------------------------------------*/


/*--qp and forward design--*/
.qp table label, .forwardForm table label {
	font-size: 12px;
	color: #999;
}

.qp table th, .forwardForm table th {
	text-align: left;
	padding-right: 6px;
	vertical-align: top;
}

.qp table caption, .forwardForm table caption {
	color: #336699;
	visibility: hidden;
}

.qp form div, .forwardForm form div {
	text-align: center;
	margin-top: 10px;
	padding-top: 4px;
	border-top: 1px dotted #999;
}
/*-------------------------------------------------------------------------------------------------------*/


/*--sitemap design--*/
.sitemap {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

.sitemap p {
	margin-left: 30px;
	margin-right: 0px;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 5px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 22px;
}


.sitemap ul {
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0px;
	color: #333333;
}
.sitemap ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 12px;
	line-height: 22px;
	background-image: url(../images/icon_sitemap.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 10px;
}


.sitemap a:hover{
	color: #0099CC;
	text-decoration: none;
	font-size: 12px;
}


/*--footer design--*/
.footer {
	background-color: #edaa1a;
	padding: 5px;
}

.footer p {
	color: #FFFFFF;

}
.footer p a{
	color: #FFFF66;
	font-family: Arial, Helvetica, sans-serif;
}
.footer p span {
	display: block;
}

.footer .update, .footer .visitor {
	color: #FFF;
	font-size: 13px;
	padding-left: 14px;

}

.footer em {
	margin-left: 4px;
	margin-right: 4px;
	color: #FFFFFF;
	font-size: 13px;
	font-style: normal;
}

.footer .visitor {
	margin-left: 64px;
	margin-top: 8px;
}

.footer .egov {

}

.footer .aaa{

}

.footer .copyright {

}
.footer .copyright li {
	display: inline;
	padding-left: 8px;
	padding-right: 6px;
	background: url(../images/patharrow.gif) no-repeat left 6px;
}
.footer .copyright li a {
	font-size: 12px;
	color: #FFFF33;
}
.center_banner{
	text-align: center;
}
.center_banner img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/*-------------------------------------------------------------------------------------------------------*/


/*--Design Setting End--*/
/*-------------------------------------------------------------------------------------------------------*/

