@charset "utf-8";
/* CSS Document */

/*/*-----------------------------------------------------------------------------------------------------------global*/
*{
margin: 0;
padding: 0;
outline: none;
}
body{
	margin: 0px;
	text-align:center;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	background-color: #5a4b44;
}

a, a:link, a:visited {
    color: #9b271a;
    text-decoration: none;
}
div{
	/*border: 1px solid #CCCCCC;*/
}
hr, .nodisp{
	display: none;
}
ul { list-style: none; }
a:focus { -moz-outline: none -moz-mac-focusring; 
}

div.contain_clear { 
    position: relative;
    clear: both;
}

p {
	color: #333333;
	line-height:18px;
	text-decoration: none;
	padding-bottom:  10px;
}
p a:link,a:visited {
	color: #9b271a;
	text-decoration: none;
}
p a:hover,a:active {
	color: #FF0000;
	text-decoration: none;
}
h1 {

}

h2 {

}
h3 {

}
h4  {

}
.textfield {
	width: 99%;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	border: 1px solid #EFEFEF;
}
.searchfield {
	width: 99%;
	color: #666666;
	text-decoration: none;
	border: 1px solid #EFEFEF;
	padding: 2px;
	height: 16px;
}
#wrap {
	width: 940px;
	margin: 0 auto;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	}
#wrap-inner {
	width: 940px;
	margin: 0 auto;
	background-image: url(../images/bg_content.jpg);
	background-position: 250px 345px;
	background-repeat: no-repeat;
	}
	
/*/*-----------------------------------------------------------------------------------------------------------header*/
#header {
	height:345px;
	width: 940px;
	padding:0px;
	margin:0px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-color: #2c353c;
	background-position: right top;
}
#logo{
    float:left;
    width: 250px;
	height: 105px;
    background: transparent url(../images/logo.gif) top left no-repeat;
}
#logo h1{ 
    width: 250px;
	height: 105px;
    text-indent: -9999px;
}

#logo a {
    width: 250px;
	height: 105px;
    display: block;
    text-decoration: none;
}
#logo, #logo h1, #logo a { height: 105px; 

}

.lang {
	float: right;
	margin-top: 10px;
	margin-right: 15px;
	color: #999;
	font-weight: bold;
	}
.lang a {
	color: #999;
	}
#topBanner {
	float: right;
	height: 240px;
	width: 690px;
}
/*/*-----------------------------------------------------------------------------------------------------------topmanu*/
#mainmenu {
	padding: 0;
	margin: 0 auto;
	width: 250px;
	height: 240px;
	position: relative;
	background-repeat: no-repeat;
	float:left;
	
}

#menu {
        height: 40px;
        position: relative;
    }
        #menu li.main { display: block;}
        #menu li.main a.menu_link { height: 40px; display: block; }
		#menu li.main a.current { height: 40px; display: block; }
    
        li#menu_about { position: absolute; left: 0px; top: 0px; }
        li#menu_sichuan {	position: absolute;	left: 0px; top: 40px;}
        li#menu_news { position: absolute; left: 0px; top: 80px;}
        li#menu_organization { position: absolute; left: 0px; top: 120px;}
        li#menu_patronage { position: absolute; left: 0px; top: 160px;}
        li#menu_together { position: absolute; left: 0px; top: 200px;}		

            #menu_about a.menu_link, #menu_sichuan a.menu_link, #menu_news a.menu_link, #menu_organization a.menu_link, #menu_patronage a.menu_link, #menu_together a.menu_link {
	background-repeat: no-repeat;
	width: 250px; 
}
            #menu_about a.current, #menu_sichuan a.current, #menu_news a.current, #menu_organization a.current, #menu_patronage a.current, #menu_together a.current {
	background-repeat: no-repeat;
	width: 250px; 
}
            
            #menu_about a.menu_link     {background-position: 0px 0; }
            #menu_sichuan a.menu_link     {background-position: 0px -40px; }
            #menu_news a.menu_link {background-position: 0px -80px; }
			#menu_organization a.menu_link {background-position: 0 -120px; }
			#menu_patronage a.menu_link {background-position: 0 -160px; }
			#menu_together a.menu_link {background-position: 0 -200px; }
			

            #menu_about a.menu_link:hover     { background-position: -250px 0px; }
            #menu_sichuan a.menu_link:hover     { background-position: -250px -40px; }
            #menu_news a.menu_link:hover { background-position: -250px -80px; }
			#menu_organization a.menu_link:hover { background-position: -250px -120px; }
            #menu_patronage a.menu_link:hover { background-position: -250px -160px; }
			#menu_together a.menu_link:hover { background-position: -250px -200px; }
			
			#menu_about a.current     { background-position: -250px 0px; }
            #menu_sichuan a.current     { background-position: -250px -40px; }
            #menu_news a.current { background-position: -250px -80px; }
			#menu_organization a.current { background-position: -250px -120px; }
            #menu_patronage a.current { background-position: -250px -160px; }
			#menu_together a.current { background-position: -250px -200px; }
			
/*/*-----------------------------------------------------------------------------------------------------------content*/

#leftSection .box-news{
	padding: 20px;
	width: 210px;
	background-color: #ba724c;
	text-align: left;
	vertical-align: top;
}
#leftSection .box-yellow{
	width: 210px;
	background-color: #e8ab50;
	text-align: left;
	vertical-align: top;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fdddae;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cb8a29;
}
#leftSection .box-image{
	width: 250px;
	background-color: #000000;
}
.box-news h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #8e2c13;
	padding-bottom: 10px;
}
.box-yellow h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #8e2c13;
	padding-bottom: 10px;
}
#rightSection {
	width: 650px;
	float: right;
	text-align: left;
	padding: 20px;
}
#leftSection {
	float: left;
	width: 250px;
}
#rightSection h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #35588e;
	padding-bottom: 20px;
}
#rightSection h3 {
	font-size: 12px;
	padding-bottom: 20px;
	color: #454545;
}
#rightSection p {
	padding-left: 10px;
	color: #454545;
}

/*/*-----------------------------------------------------------------------------------------------------------footer*/

#footer {
	background-color: #332a25;
	padding: 10px;
	height: 60px;
	color: #FFF;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#footer a{
	color: #FFF;
}
#footer a:hover{
    color: #9b271a;
    text-decoration: none;
}
#footer-left {
	float: left;
	text-align: left;
}
#footer-right {
	float: right;
	text-align: right;
}
#footer-right .lolli a{
	color: #666;
}
.list-style1 li {
	padding-bottom: 20px;
	padding-left: 30px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 10px 7px;
	color: #454545;
	line-height: 18px;
}
.list-news li {
	color: #454545;
}
.list-news li .list-news-detail {
	margin-left: 200px;
	line-height: 18px;
}
.list-news li .list-news-date {
	float: left;
	width: 200px;
	line-height: 18px;
}
.subbox {
	margin-top: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-left: 20px;
}
.box-yellow .y1 {
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}
.box-yellow .y2 {
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}
.box-yellow ul li {
	padding-left: 30px;
	background-image: url(../images/bullet_2.gif);
	background-repeat: no-repeat;
	background-position: 10px 7px;
	color: #454545;
	line-height: 18px;
}
#leftSection p {
	padding-right: 10px;
}
#rightSection hr {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cac6b9;
	border-bottom-color: #ffffff;
}
#rightSection .right_hr {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cac6b9;
	border-bottom-color: #ffffff;
	margin-top: 20px;
	margin-bottom: 30px;
}
.patrons_list li img {
	border: 1px solid #a5acb2;
}
.patrons_list li {
	float: left;
	width: 175px;
	line-height: 18px;
	color: #454545;
	padding-right: 35px;
}
.board_box li {
	height: 55px;
	width: 155px;
	background-color: #FFF;
	padding: 10px;
	text-align: center;
	line-height: 18px;
	font-size: 12px;
	margin-right: 40px;
	float: left;
	margin-bottom: 30px;
	color: #454545;
}
#rightSection .board_box {
	width: 650px;
}
#mainSection {
	width: 940px;
}
#rightSection .small_left {
	float: left;
	width: 304px;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#rightSection .small_right {
	float: right;
	width: 304px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CAC6B9;
}
#rightSection .red {
	color: #F00;
}
#rightSection .bold {
	font-weight: bold;
}
