html, body { width: 100%; height: 100%; padding: 0; margin: 0; }
body{font-family: Times New Roman;*font-size: 16px; color:#000000;}
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:#63c2f8;}
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-weight:normal; color:#308b3d; font-family:arial;}
div.main { 
	min-height: 100%;
	_height: 100%;
	min-width:998px;
    width:expression(document.body.clientWidth < 998+2? "998px": "auto" );
    background:url("../img/bodyBg.jpg") no-repeat;
    background-position:right bottom;
}
.block{
    overflow: hidden;
    zoom:1;
    position: relative;

}
div.header{
    height:432px;
    background:url("../img/header.jpg") no-repeat;
    background-position:top right;
}

div.right{
    z-index: 4;
    float: right;
    width: 300px;
    margin: 45px 0 0 0;
}

div.menu{
    padding:10px 0 0 50px;
}

div.menu ul{
    font-size:14px;
}
div.menu ul li{
    padding:0 5px 7px 1px;
    *padding:0 5px 4px 1px;
}

div.left{
	margin:0 350px 0 55px;
	z-index: 2;	
    position:relative;
}
div.content{
	padding-bottom: 20px;
    background:url("../img/contBg.jpg") no-repeat;
    background-position: right bottom;
    min-height:700px;
    height:auto;
    _height:700px;
}
div.content h1{
    padding:0 0 20px 0;
}

div.image{
    z-index:2;
    float:left;
    width:200px;
    height:200px;
    margin:10px 15px 8px 0;
}

div.content p{
    line-height:28px;
    padding-bottom:25px;
    font-size:14px;
}



div.footer{
	height:100px;
	clear:both;
	overflow: hidden;
	zoom:1;
	font-family:arial;
	position: relative;
	z-index: 10;
}
div.footer div.google{
	color:#000;
	padding:7px 5px 0 55px;
	z-index: 2;
	position: relative;
	float: left;
}
div.footer div.google input{
    margin:0 3px;
}
div.copy{
	float: right;
	padding: 10px 350px 0  35px;
    font-size:18px;
    color:#306e91;
    z-index: 2;
    position: relative;
}