/*  css document  */
body { text-align: left; font-family:Consolas; margin:0; padding:0; font-size:12px; color:#000; background:#a48861 ;}
div, form, img, ul, ol, li, dl, dt, dd, p { margin: 0; padding: 0; border: 0; }
table, tr, td { font-size:12px; }
li { list-style-type:none; }
em { font-style:normal; }/* 还原默认字体*/
/*  link  */
a:link { color: #333; text-decoration:none; }
a:visited { color: #333; text-decoration:none; }
a:hover { color: #bc2931; text-decoration:underline; }
a:active { color: #bc2931; }
/*  public  */
.highlight, .highlight:visited, .highlight a, .highlight a:visited { color:#f00; }
.message, .message:visited, .message a, .message a:visited { color:#f00; }
.gray, .gray:visited, .gray a, .gray a:visited { color:#585858; }
.hidden { display: none; }/* 可用于隐藏该div */
.clear { clear: both; font-size:1px; width:1px; height:0; visibility: hidden; }/*用与 减少个别浏览器的忽略 清除浮动*/
.tipscontent { line-height: 180%; padding:5px; color: #049; border: 1px dotted #3C5EA8; background-color:#fff;}
.tipscontent b { color: #333; font-weight: lighter; }
.textbox { border: 1px solid #9AB7E0; }
.button { border: 1px solid #9AB7E0; background:url(default/btnbg.gif) center center; height:20px; font-size:12px;}
.err { color:#f00; display:block; }
.summary {display:none;}
/* 页面层容器 */
#container { margin:0 auto; width:1004px;} 
/* 图片 */

/*头部*/
#top{ width:1004px; height:297px; background: url(../images/topbg.gif) 0 0 no-repeat;}
#content{ width:1004px; background:url(../images/contentbg.gif) 0 0 no-repeat;}
#main{padding-left:175px;}
#main ul{ margin:0; padding:0;}
#main ul li{ width:210px; float:left;}
#main ul li .picture{ }
#main ul li .text{margin-top:8px; width:160px; padding-left:28px; height:28px; line-height:28px; background:url(../images/textbg.gif) 0 0 no-repeat;}
#main ul li .text01{margin-top:8px; width:160px; padding-left:25px; height:28px; line-height:30px; background:url(../images/textbg01.gif) 0 0 no-repeat;}
#main ul li .text a{ color:#FFFFFF;}
#main ul li .text01 a{ color:#FFFFFF;}

/*页脚*/
#footer{ line-height:16px; margin-top:55px; text-align:center; padding-bottom:40px;}


