html, body { width: 100%; height: 100%; padding: 0; margin: 0; }
body{font-family: arial;*font-size: 16px; color:#808080; background:#b7e9fc url("../img/headerBg.jpg") repeat-x;}
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:#41b1f0;}
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: 30px; font-family:arial, sans-serif; font-weight:normal; color:#ff7b7b; }
div.main { 
	min-height: 100%; 
	_height: 100%; 
	background: url(../img/bodyBg.jpg) repeat-x;
    background-position: left bottom;
}
div.block{
    overflow: hidden;
    zoom:1;
    position: relative;
    width:998px;
	margin: 0 auto;
}
div.header{
    overflow:hidden;
    zoom:1;
    position:relative;
    height:565px;
    z-index:4;
}
.headerIBg{
    background:url("../img/headerI.jpg") no-repeat;
    position:absolute;
    top:0px;
    left:15px;
    width:923px;
    height:347px;
    z-index:1;
}
.headerI{
    background:url("../img/headerI.png") no-repeat;
    _background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/headerI.png', sizingMethod='scale');
    position:absolute;
    top:45px;
    left:134px;
    width:738px;
    height:517px;
    z-index:2;
}
.header .titleB{
    position:absolute;
    font-size:72px;
    color:#000;
    top:45px;
    left:200px;
    z-index:3;
}
.header .titleS{
    position:absolute;
    font-size:20px;
    color:#fff;
    top:120px;
    left:580px;
    z-index:3;
}

.menu{
    position:absolute;
    overflow:hidden;
    zoom:1;
    width:964px;
    top:300px;
    left:15px;
    z-index:5;
    height:263px;
    background:url("../img/menuBg.png") no-repeat;
    _background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/menuBg.png', sizingMethod='scale');
}
.menu ul{
    font-size:14px;
    font-family:arial, sans-serif;
    padding:15px 0 0 20px;
    overflow:hidden;
    zoom:1;

    margin-right:-375px;
    /**margin-right:-360px;*/
}
.menu ul li{
    position:relative;
    z-index:5;
    padding:0 0 8px 1px;
    *padding:0 0 8px 1px;
    width:285px;
    float:left;
    margin-right:372px;
    /**margin-right:390px;*/
}

.newsL{
    position:relative;
    z-index: 4;
    float: left;
    width: 175px;
    color:#000;
    font-size:14px;
    line-height:24px;
    padding-top:30px;
}
.newsR{
    position:relative;
    z-index: 4;
    float: right;
    width: 170px;
    color:#000;
    font-size:14px;
    line-height:24px;
    padding-top:30px;
}

div.center{
    overflow:hidden;
    zoom:1;
    padding:10px 20px;
    *padding:20px;
}

div.content{
    margin:0 180px 0px 185px;
	padding-bottom: 20px;
    min-height:400px;
    height:auto;
    _height:400px;
}
div.content h1{
    padding-bottom:10px;
}

div.image{
    position:relative;
    z-index:2;
    float:left;
    width:208px;
    height:208px;
    margin:10px 15px 6px 0;
    background:url("../img/imgBg.png") no-repeat;
    _background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/imgBg.png', sizingMethod='scale');
}
div.image img{
    margin:4px 0 0 4px;
}

div.content p{
    line-height:28px;
    padding-bottom:25px;
    font-size:14px;
    font-family:arial, sans-serif;
}
div.footer{
	height:80px;
	clear:both;
	overflow: hidden;
	zoom:1;
	width: 998px;
    margin:0 auto;
	position: relative;
}
div.footer div.google{
	color:#000;
	padding:0 5px 0 200px;
	z-index: 2;
	position: relative;
	float: left;
}
div.footer div.google input{
    margin:0 3px;
}
div.copy{
	float: right;
	padding: 8px 40px 0 0;
    font-size:18px;
    color:#306e91;
    z-index: 2;
    position: relative;
    line-height:20px;
}
