/* ==========================================
				CSS Reset
========================================== */

@import url("../css/normalize.css");

/* =========================================
		Footer Div
===========================================*/

.foot_wrapper{
	float: left;
	clear: both;
	margin: 0 auto;
	width:100%;
	background-color: #6699cc;
	font-size: 12px;
	border-bottom: 1px solid #000;
	padding: 0 0 25px 0;
}

.footer li a:hover{	color: #000;}

.footer li a:focus{	color: #000;}

.copyright a:hover{	color: #000;}

.copyright a:focus{	color: #000;}

.footer h6{
	font-size: 14px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #fff;
	color: #0d2474;
	text-transform: uppercase;
	font-weight: bold;
}

.footer{
	width: 1000px;
	margin: 0 auto;
}

.footer ul{
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

.footer li a {
	line-height: 2em;
	font-size: 14px;
	font-weight: bold;
	color: #0d2474;
	text-decoration: none;
	text-align: left;
}

.footer_left{
	float: left;
	width: 620px;
	display: block;
	margin: 0 50px 0 0;
	color:#fff;
	text-transform: capitalize;
}

.footer_right{
	float: right;
	display: block;
	width: 300px;
	padding-left: 30px;
	color:#fff;
	text-align: left;
}

.footer_right li{
	line-height: 2em;
	text-transform: capitalize;
	font-size: 14px;
}

.copyright{
	float: left;
	clear: both;
	width: 1000px;
	text-align: center;
	margin: 30px auto 0;
	color: #0d2474;
}

.copyright a{
	list-style: none;
	text-decoration: none;
	color: #fff;
}
