/*--bottom_blue----------------------------------------------------*/

.blue_bottom{
	background: #DDD;
	width: 100%;
	}
	
.blue_bottom_part{
	margin: 0 auto;
	width: 920px;
	background: #DDD;
	padding: 10px 20px;
	}
.blue_bottom_part:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .bottom_part{ zoom: 1; } /* IE6 */
*+html .bottom_part{ zoom: 1; } /* IE7 */


/*blue_bottom_left*/
.blue_bottom_left {
	float: left;
	width: 250px;
	height: 280px;
	padding:20px 10px 20px 0;
}
.blue_bottom_left ul {
	margin:0 auto;
}
.blue_bottom_left ul li {
	float:left;
	margin:19px;
	width:87px;
}
.blue_bottom_left ul li img{
	border: #1990c8 1px solid;
	margin:0 auto;
}
.blue_bottom_left ul li p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	color: #1990c8;
	padding-top: 5px;
}
.blue_bottom_left ul li a{
	opacity:1;
}
.blue_bottom_left ul li a:hover{
	opacity:0.7;
}


/*blue_bottom_right*/
.blue_bottom_right {
	float:right;
	width:650px;
	height:295px;
	padding:35px 0 0 0;
}
.blue_bottom_right h1 {
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	color: #1990c8;
	height: 50px;
	line-height: 50px;
	text-align: left;
}
.blue_bottom_right h6 {
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	color: #666;
	height: 40px;
	line-height: 40px;
	text-align: left;
}
.sitemap {
	border-top: #6796b6 1px solid;
	border-bottom:#6796b6 1px solid;
	padding:16px 0;
	height:190px;
}
.sitemap ul{
	float:left;
	margin-right:20px;
}
.sitemap ul:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
	
.sitemap ul h2{
	color: #333;
	font-size: 14px;
	padding-bottom: 7px;
}
.sitemap ul li{
	line-height:18px;
	font-size:12px;
}
.sitemap ul a{
	color: #666;
	text-decoration:none;
}
.sitemap ul a:hover{
	color: #333;
	text-decoration:none;
}


/*footer group----------------------------------------------------*/
.footer_group{
	background: url(../shard_img/footer_bg.jpg) repeat-x;
	width: 100%;
	text-align: center;
	}
.footer_part{
	margin: 0 auto;
	width: 920px;
	padding: 0 0px;
	height: 100px;
	text-align: center;
	}
.footer_part:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	text-align: center;
	height: 0;
	}	
/*footer logo*/
.logo_footer{
	margin:30px 0 0 0;
	float: left;
	width:125px;
	}
.logo_footer a{
	display: block;
	}
.logo_footer a:hover{
	display: block;
	opacity:0.7;
	}
	
		

/*copyright----------------------------------------------------*/
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0 0 0px;
	float: none;
	color: #666;
	font-size: 12px;
	text-align: center;
	}	
.copyright:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
.footer_link {
	font-size: 12px;
	float: left;
	margin: 53px 0 0 0;
	color: #8F8F8F;
	text-align: center;
}
.footer_link a{
	color:#8F8F8F;
	text-decoration:none;
}
.footer_link a:hover{
	color:#fff;
	text-decoration:none;
}
