/*单位会员共用属性*/
*{
margin:0 auto;
padding:0;
border:0;
}
body{
background:#fff;
color:#000;
font-size:12px;
font-family:"宋体", Verdana, Arial, Helvetica, sans-serif;
text-align:left;
line-height:150%;
}
table, td, tr, th {
font-size:12px;
}
/*链接*/
a:link {
color:#000;
text-decoration:none;
}
a:visited {
color:#9B0084;
text-decoration:none;
}
a:hover {
color:#c40000;
text-decoration:underline;
}
a:active {
color:#c40000;
text-decoration:none;
}
/*管养网LOGO与领航*/
#nav {
margin:2px auto;
width:770px;
height:60px;
}
#nav .logo {
float:left;
width:166px;
display:block;
}
#nav .menu {
float:right;
width:600px;
padding:5px 0 0 0;
}
/*sort栏目设置*/
#nav .menu ul.sort {
float:right;
width:550px;
height:22px;
list-style:none;
padding:2px 0 0 20px;
margin:1px 0;
background:#f5f5f5 url(images/bgNavUl.gif);
border:1px #e3e3e3 solid;
}
#nav .menu ul.sort li.noBg {
font-weight:bold;
padding:0;
background:none;
}
#nav .menu ul.sort li.noBg a {
font-weight:normal;
padding:0;
background:none;
}
/*scopes专业领域*/
#nav .menu ul.scopes {
float:right;
width:550px;
height:22px;
list-style:none;
padding:2px 0 0 20px;
margin:1px 0;
background:#f5f5f5 url(images/bgNavUl.gif);
border:1px #e3e3e3 solid;
}
#nav .menu ul.scopes li.noBg {
font-weight:bold;
padding:0;
background:none;
}
#nav .menu ul.scopes li.noBg a {
font-weight:normal;
padding:0;
background:none;
}
#nav .menu ul li {
float:left;
list-style-type:none;
background:url(images/dot02.gif) 3px 8px no-repeat;
text-align:left;
padding:0 0 0 12px;
}
#nav .menu ul.scopes li {
float:left;
list-style-type:none;
background:url(images/dot02.gif) 8px 8px no-repeat;
text-align:left;
padding:0 0 0 19px;
}
#nav .menu ul li a {
color:#000;
}
#nav .menu ul li a:hover {
color:#c40000;
}
#nav .menu ul li a span {
color:#c40000;
font-weight:bold;
}
/*banner广告END*/
#banner {
margin:3px auto;
width:770px;
height:90px;
background:url(images/userBanner.gif);
color:#fff;
font-size:36px;
font-family:"黑体";
text-align:center;
line-height:240%;
}
/*底部菜单*/
#bottomBg{
width:100%;
height:115px;
margin:0 auto;
clear:both;
/*background-image: url(images/bottomBg.gif);
background-repeat: repeat-x;
background-position: bottom;*/
}
#bottomMenu{
margin:0 auto;
overflow: hidden;
}
#bottomMenu ul{
width:440px;
}
#bottomMenu ul li{
float:left;
padding:5px 4px;
list-style:none;
}
#bottomMenu ul li a{
color:#000;
}
#bottomMenu ul li a:hover{
color:#c40000;
}
/*版权申明*/
#copyRight{
width:770px;
text-align:center;
padding:5px 0;
line-height:22px;
}
#copyRight a{
color:#000;
}
#copyRight a:hover{
color:#c40000;
}
