html, body { width: 100%; height: 100%; padding: 0; margin: 0; }
body{font-family: Arial;*font-size: 16px; color:#808080; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
    border-collapse:collapse;
	border-spacing:0;
}
table td{padding:0;}
a { color:#306e91; outline: none; -moz-outline: 0; border: none; border-width:0; }
a:hover{ color:#9fd7f7;}
a:active { outline: none; -moz-outline: 0; }
a:focus { outline: none; -moz-outline: 0; }
ul{list-style-type:none; list-style-image:none; list-style-position:outside;}
img { border: none; border-width: 0; }
h1{font-size: 28px; font-family:arial, sans-serif; font-weight:normal; color:#000; }
div.main { min-height: 100%; _height: 100%; width:998px; margin:0 auto; padding:30px 0;}
div.block{
	position: relative;
    overflow:hidden;
    zoom:1;
    width:940px;
    margin:0 auto;
}
div.header{
    overflow:hidden;
    zoom:1;
    color:#000;
}
div.header .headImg{
    background:url("../img/headerImg.jpg") no-repeat;
    width:394px;
    height:180px;
    position:absolute;
}
div.header .text{
	width: 540px;
	line-height:24px;
    padding:60px 0 0 405px;
}
div.header .text .title{
	font-size: 40px;
	padding-bottom: 15px;
    font-family:times;
}

div.header .text p{
	padding-bottom: 30px;
	font-size: 14px;
	line-height: 24px;
}
div.center{
    overflow:hidden;
    zoom:1;
}
div.right{
	padding:17px 0 50px;
	float:right;
    position:relative;
    width:270px;
    z-index: 2;
}
div.right .category{
	font-size: 28px;
	padding-bottom:20px;
    color:#000;
}
div.menu{
	padding:0 0 0 15px;
}
div.menu ul{
    font-size:14px;
    font-family:arial, sans-serif;
}
div.menu ul li{
    padding:0 5px 7px 1px;
    *padding:0 5px 3px 1px;
}

div.left{
	min-height: 580px;
	padding:20px 0 0 0; 
	margin-right: 290px;
    position:relative;
}
div.content{}
div.content h1{
    padding-bottom:15px;
}

div.content .links{
    padding:10px 0;

}
div.image{
    float:left;
    width:200px;
    height:200px;
    margin:10px 20px 8px 0;	
    position: relative;
}
div.image .sh{
	position: absolute;
	top:0;
	left: 0;
    width:200px;
    height:200px;
    background:url("../img/imgBg.png") no-repeat;
    _background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/imgBg.png', sizingMethod='scale');
    z-index:100;
}

div.content p{
    line-height:28px;
    padding:0 15px 25px 0;
    font-size:14px;
    font-family:arial, sans-serif;
}

.news{
    background:#e3e3e3;
    position:relative;
    overflow: hidden;
    zoom:1;
}
.news .nLT{
	position: absolute;
	top:120px;
	left:0;
	width: 15px;
	height: 15px;
	background: url(../img/nLT.jpg) no-repeat;
}
.news .nLB{
	position: absolute;
	bottom:0;
	_bottom:-3px;
	left:0;
	width: 16px;
	height: 15px;
	background: url(../img/nLB.jpg) no-repeat;
}
.news .nRB{
	position: absolute;
	bottom:0;
	_bottom:-3px;
	right:0;
	width: 15px;
	height: 15px;
	background: url(../img/nRB.jpg) no-repeat;
}
.news .newsBg{
	background: url(../img/newsBg.jpg) no-repeat;
	width: 259px;
	height: 117px;
	position: absolute;
	top:0;
	right: 0;
}
.news .textR{
	float: right;
	width: 259px;
	position: relative;
	z-index: 100;
}
.news .textR .title{
	color:#fff;
	font-size: 60px;
	padding-left:10px;
}
.news .textR p{
	color:#000;
	padding: 15px;
	font-size: 14px;
	line-height: 24px;
}
.news .textL{
	margin-right: 258px;
    color:#000;
    font-size:14px;
    line-height:24px;
    padding-top: 117px;
    _padding-top: 0px;
}
.news .textL p{
	padding: 15px;
}
div.google{
    color:#000;
    background:#fff;
    width:681px;
    float: left;
    height: 90px;
    padding-top: 30px;
}

div.google input{
    margin:0 3px;
}
div.copy{
    font-size:18px;
    color:#306e91;
    margin: 25px 0 0 30px;
}


