﻿* {
	margin: 0;
	padding: 0;
	outline: none;
}
html {
	height: 100%;
}
body {
	height: 100%;
	min-height: 100%;
	padding: 0;
	margin: 0;
	font-family: 'Lucida Grande', Tahoma, Arial, Verdana, sans-serif;
	font-size: small;
	background: #e7f5fe;
	color: #333333;
}

table {
	border: none;
	border-collapse: collapse;
}
td, th {
	border: none;
	padding: 0px;
	margin: 0px;
	
	vertical-align: top;
	font-weight: normal;
}
img {
	border: none;
	padding: 0px;
	margin: 0px;
}

form {
	padding: 0px;
	margin: 0px;
}

input, select, button, textarea {
	padding: 0px;
	margin: 0px;
}
ul, ol {
	padding: 0px;
	margin: 0px 0px 0px 14px;
}
li {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}


h1, h2, h3 {
	margin: 25px 0px 10px 0px;
	padding: 0px;
	font-weight: normal;
}

h1 {
	font-size: 150%;
	line-height: 110%;
}
h2 {
	font-size: 135%;
	line-height: 110%;
}
h3 {
	font-size: 120%;
	line-height: 120%;
}


h4, h5, h6 {
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
h4 {
	font-size: 90%;
	line-height: 130%;
}
h5 {
	font-size: 85%;
	line-height: 140%;
}
h6 {
	font-size: 80%;
	line-height: 140%;
}

p {
	line-height: 130%;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}


a {
	color: #004b76;
	text-decoration: underline;
}
a:hover {
	color: #004b76;
	text-decoration: none;
}
.layout {
	width: 100%;
}
.header {
	position: relative;
	height: 215px;
   background: transparent;   
	margin: 0px 0px 0px 0px;
}
.header table {
	width:100%;
	height: 219px;
	border-bottom: 9px solid #004b76;
}
.header .h-left{
	background-image: url(/files/image/logo.png);
	background-repeat: no-repeat;
	width: 205px;
}
.header .h-center{
    background: transparent;
	 background-image: url(/files/image/hbgc.png);
	 background-repeat: no-repeat;
	 background-position: right;
	 width:310px;
	 padding-top:70px;
}
.header .h-right{
	background-image: url(/files/image/hbgr.jpg);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #e1f2fe;
	width: 510px;
}
.header .placeholder {
	height: 1px;
	overflow: hidden;
	width: 960px;
}
.header .tel {
   /* position: absolute;*/
	text-align: center;
    top: 180px;
    left: 25px;
    font-size: 260%;
    color: #0d5795;
	 font-family: Book Antiqua;
	 font-weight: bold;
	 margin-top: 40px;
}
.header .tel span{
	font-weight: normal;
}
.content-left {
	margin: 0px 0px 0px 0px;
	background: #e7f5fe;
	border:none;
	width: 25%;
	border-right: 4px solid #004b76;
	padding: 3px 0px;
}
.content-left img{
	border: #004b76 solid 3px;
	margin: 15px 20px 0px 20px;
}
.menu-main {
	padding: 0px;
	margin: 0px;
	background:#e7f5fe;
	color: #e7f5fe;
}
.menu-main li {
	padding-right: 20px;
	margin: 0px;
	font-size: 110%;
	border-bottom: #004b76 solid 2px;
}
.menu-main li a{
	display: block;
	padding: 10px 0px 10px 45px;
	color: #006699;
	background: #e7f5fe;
}
.menu-main li a.selected{
	text-decoration: none;
   font-weight: bold;
	background:#e7f5fe;
	color: #006699;
}
.menu-main li a:hover{
	text-decoration: none;
   /*font-weight: bold;*/
	background:#e7f5fe;
	color: #006699;
}

.menu-main ul {
	padding: 0px 0px 10px 20px;
	margin: 0px;
}
.menu-main ul li {
	padding: 0px;
	margin: 0px;
	font-size: 70%;
	height: 1%; 
	background: transparent;
}

.menu-main ul li a{
	background: transparent;
	font-style: normal;
}



.content-right {
	margin: 0px 0px 0px 0px;
	width: 75%;
	padding: 0px 50px 30px 30px;
    background: #e7f5fe;
    color: #004b76;
}
.content-right .spacer {
	height: 1px;
	overflow: hidden;
	margin: 0px 0px 30px 0px;
}

.menu-path {
	margin: 20px 0px;
	font-size: 85%;
}

.banners {
	background:#ffffff;
	padding: 25px 0px 15px 0px;
	margin: 0px -50px 0px -30px;
	border-bottom: 4px solid #004b76;
}
.banners table{
	width:100%;
	/*margin-top: 20px;
	margin-bottom: 20px;*/
}
.banners table td{	
	width: 25%;
	text-align: center;
}
.banners table td img{
	border: #004b76 solid 3px;
}

.sub-content {
	padding: 25px 50px 25px 50px;
	background: transparent;
	background-color: #004b76;
}

.sub-content ul {
	margin: 0px;
	padding: 0px;
	float: left;
}
.sub-content ul li {
	padding: 0px;
	margin: 0px;
	float: left;
	list-style: none;
}
.sub-content ul a,
.sub-content ul a:hover,
.sub-content ul span {
	color: #E9E7E7;
	padding: 0px 10px;
	border-left: solid #E9E7E7 1px;
}
.sub-content ul .first a,
.sub-content ul .first a:hover,
.sub-content ul .first span {
	padding-left: 0;
	border: none;
}



.sub-content form {
	float: right;
}
.sub-content form .input-text {
	background: #FFFFFF;
	color: #B6B6B6;
	border: 1px solid #D6D6D6;
	padding: 2px;
	margin: 0px 10px 0px 0px;
	float: left;
	font-size: 90%;
}
.sub-content form .input-submit {
	background: none;
	border: none;
	font-weight: normal;
	color: #E9E7E7;
	cursor: pointer;
	float: left;
	padding: 0px;
	margin: 2px 0px;
	text-decoration: underline;
	font-size: 90%;
}


.footer {
	padding: 25px 50px 20px 50px;
    background: #e7f5fe;
    color: #333333;
	
}
.footer .copyrights {
	color: #004b76;
	float: left;
	margin: 0px 0px 0px 0px;
	font-size: 85%;
}


.footer .counter {
	float: right;
	margin: -6px 0px 0px 0px;
}
.footer .creator {
	font-size: 85%;
	float: right;
	margin: 0px 0px 0px 0px;
}
.footer .creator a,
.footer .creator a:hover {
    color: #004b76;
}


.clear {
	clear: both;
}

.image {
border: solid 1px;
border-color: #9A9A9A;
}
.td1 {  border: 1px solid black;
          padding: 5px;
         }
