html,body{
    height: 100%;
    margin: 0px;
    padding: 0px;
}
.tf-banner-inner{
    background: url("../images/lawnotice_banner.jpg")center 0px no-repeat;
}
.tf-banner-inner h3{
    color: #fff;
}
a{
    color: inherit;
    transition: all .3s ease-out;
}
a:hover{
    color: red;
    text-decoration: none;
}

ul,li{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.tf-wrapper{
    position: relative;
    height: 945px;
}
/*.tf-wrapper .tf-top{*/
    /*height: 200px;*/
    /*background:#c2a887 url(../images/imgx005_y.jpg) no-repeat center center;*/
    /*position: relative;*/
/*}*/
.tf-top-wrapper {
    text-align: center;
    padding-top: 100px;
}

.tf-sitemap-list {
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
}
.tf-sitemap-list .tf-title{
    text-align: center;
    font-size: 23px;
    margin-bottom: 25px;
}
.tf-sitemap-list .tf-sitemap-list-content {
    text-align: left;
    width: 500px;
    margin: 0 auto;
    line-height: 22px;
    color: #999;
}
.tf-sitemap-list .tf-sitemap-list-content p{
	margin: 0px 0px;
    padding: 10px 0px;
    font-size: 12px;
}
.tf-wrapper .tf-bottom{
    background: url(../images/img09921_y.png) 0px -100px;
    width: 100%;
    height: 399px;
    position: absolute;
    bottom: 0px;
}
