@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	}
.clear{
	clear:both;
	}
.footer{
	font-size:12px;
	}
.footerNav{
	width:345px;
	margin:0 auto;
	}
.footerNav ul{
	margin:35px 0 15px 0;
	padding:0;
	}
.footerNav ul li{
	border-left:1px solid #1d5e9e;
	float:left;
	display:inline;
	list-style:none;
	}
.footerNav ul li a{
	display:block;
	width:85px;
	height:17px;
	color:#1d5e9e;
	text-decoration:none;
	line-height:17px;
	vertical-align:middle;
	text-align:center;
	
	}
.footerNav ul li a:hover{
	text-decoration:underline;
	}
.footerBottomBg{
	background-color:#484848;
	margin:0;
	width:100%;
	*height:110px;
	}
.footerBottom{
	background: url(../images/footerBg.gif) no-repeat top;
	color:#FFF;
	width:1024px;
	margin:0 auto;
	line-height:24px;
	height:50px;
	*height:110px;
	}
.footerBLeft{
	background:url(../images/footerLogo.jpg);
	width:72px;
	height:65px;
	float:left;
	margin:30px 0 30px 330px;
	_margin:30px 0 30px 170px;
	*height:110px;
	background-repeat:no-repeat;
	}
.footerBRight{
	margin:25px 10px;
	float:left;
	*height:110px;
	}
