@charset "utf-8";
body{
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:12px;
	margin:0;
}
#layout{
	margin:0 auto;
	width:1002px;
}
img{border:0;}
a{text-decoration:none;color:#f06e1e;}
h1,h2,h3,h4{
	margin:0;
	padding:0;
	color:#000;
	display:inline;
	font-size:13px;
	font-weight:bold;
}
.blank{
	clear:both;
	height:10px;
}
#logo{
	height:40px;
	line-height:40px;
	font-family: 'Droid Serif', arial, serif;
	font-size:36px;
	border-bottom:1px solid #000;
}
#logo img{
	float:left;
}
#logo img.los{
	padding:0 10px 0 10px;
}
#logo span{
	width:300px;
	float:left;
}
#logo ul{
	margin:0;
	padding:0;
}
#logo ul li{
	list-style:none;
	font-size:11px;
	line-height:25px;
	float:right;
}
#logo ul li a{
	display:block;
	padding:0 10px 0 15px;
	color:#666;
}
#logo ul li a:hover{
	color:#c90032;
	text-decoration:underline;
}
#lrwrap{
	float:left;
}
#left{
	float:left;
	width:188px;
	background:url(../cssimage/dot.gif) repeat;
}
#leftnav{
	float:left;
}
#leftnav ul{
	margin:0;
	padding:0;
}
#leftnav ul li{
	list-style:none;
	list-style-position:outside;
	width:188px;
	border-bottom:1px solid #FFF;
	line-height:25px;
}
#leftnav ul li a{
	color:#fff;
	display:block;
	padding-left:20px;
	background:#487cbd;
}
#leftnav ul li.lblank{
	background:none;
	height:25px;
	border-bottom:none;
}
#leftnav ul li a:hover{
	background:#C90032;
}
#leftnav ul.subul li{
	line-height:20px;
}
#leftnav ul.subul li a{
	background:#fff;
	font-size:11px;
	padding-left:30px;
	display:block;
	color:#333;
	border-bottom:1px dotted #333;
}
#leftnav ul.subul li a:hover{
	color:#f90;
}
#leftnav ul.subul li a.current{
	color:#f90;
}
#right{
	float:left;
	width:814px;
	background:#fff;
}
#rtoptitle{
	height:25px;
	border-bottom:1px solid #C90032;
	font-size:11px;
	line-height:24px;
	padding-left:10px;
}
#rwrap{
	padding:0 10px 0 10px;
}
#rwrap .rwul{
	margin:20px auto;
	padding:0;
}
#rwrap .rwul li{
	list-style:none;
	float:left;
	line-height:30px;
	padding:0 20px 0 20px;
	width:25%;
}
#rwrap .rwul li a{
	display:block;
	color:#487cbd;
	text-decoration:underline;
}
#rwrap .rwul li a:hover{
	text-decoration:none;
}
#rwrap p{
	padding-left:20px;
}
#footer{
	background:#000;
	height:40px;
	color:#fff;
	clear:both;
	text-align:center;
	line-height:20px;
}
#footer a{
	color:#fff;
	text-decoration:underline;
}
#footer a:hover{
	text-decoration:underline;
}
 a.tooltip {color:#c00;}
 a.tooltip b {display:none;}
 a.tooltip:hover {border:0; position:relative; z-index:500; text-decoration:none;}
 a.tooltip:hover b {display:block; position:absolute; top:20px; left:-20px; padding:5px; font-weight:normal; color:#000; border:1px solid #888; background:#ffc; width:150px;}
 a.tooltip:hover b em {position:absolute; left:20px; top:-6px; width:11px; height:6px; background:#fff url(../cssimage/tooltip.gif) 0 0; display:block; font-size:1px;}
