html, body { width: 100%; height: 100%; padding: 0; margin: 0; }
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;
}
body{font-family: arial;*font-size: 16px; color:#808080; background:#bab7b7 url("../img/bodyBg.jpg") repeat-x;  }
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:#5ec1f7;}
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:#376d78;}
.main { 
	min-height: 100%; 
	_height: 100%;  
	position:relative;
    width: 977px;
	margin: 0 auto;
}
.block{
   	overflow: hidden;
   	zoom: 1;
   	width:971px;
    background: url(../img/contBg.png) no-repeat;
	background-position:left bottom;
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/contBg.png', sizingMethod='scale');
}
.header{
    background:url("../img/header.jpg") no-repeat;
    background-position:left top;
    position:relative;
	height: 499px;
}
.tText{
	font-style: italic;
	color:#000;
	font-size: 14px;
	line-height: 24px;
	text-align: right;
	width: 590px;
	padding: 55px 0 0 73px;
}
.lText{
	color:#fff;
	font-size: 12px;
	line-height: 22px;
	width: 338px;
	position: absolute;
	top:209px;
	left:46px;
}
.rText{
	color:#fff;
	font-size: 12px;
	line-height: 22px;
	width: 374px;
	position: absolute;
	top:245px;
	left:571px;
}
.rText .l1{padding-left:38px;}
.rText .l2{padding-left:55px;}
.rText .l3{padding-left:80px;}
.rText .l4{padding-left:100px;}
.rText .l5{padding-left:130px;}
.rText .l6{padding-left:148px;}

.center{
    position:relative;
	padding: 30px 55px 60px;
	margin-left: 9px;
}


.left{
	width:270px;
	float:left;
    position:relative;
    z-index:50;
    zoom:1;
}
.left .menu{
    position:relative;
    zoom:1;
}
.menu ul{
    font-size:14px;
}
.menu ul li{
    position:relative;
    zoom:1;
    padding:0 5px 7px 0;
    *padding:0 5px 6px 0;
}
.menu ul li a{
    position:relative;
    zoom:1;
}
.left .category{
	color:#376d78;
	font-size: 30px;
	padding:0 0 10px 0;
}


.right{
    position:relative;
	z-index: 5;
	margin: 0 0 0 271px;
}

.content h1{
    margin: 0px 0 9px 0;
}

.image{
    float:left;
    width:200px;
    height:200px;
    margin: 8px 20px 5px 0;
}

.content p{
    line-height:26px;
    padding:0 0 25px 0;
    font-size:14px;
    font-family:arial, sans-serif;
}

.footer{
    width:986px;
	height: 80px;
	overflow: hidden;
	zoom:1;
	margin: 0 auto;
	padding-top: 15px;
}
.footer .google{
    float:left;
	padding:0 0 0 40px;
	color:#000;
	position: relative;
	width: 415px;
}
.footer .google input{
    margin:0 3px;
}

.copy{
    float:right;
	padding:0 25px 0 0;
    font-size:18px;
    z-index: 2;
    color:#000;
    position: relative;
    width: 200px;
}
.email{
    float:left;
	padding:20px 25px 0 0;
    font-size:18px;
    z-index: 2;
    color:#000;
    position: relative;
}
.email span{
	padding-right: 5px;
}


