


/*----------------------Footer Layout----------------------*/

.clearfooter {
height: 20px;
clear: both;
}

#footer
{

	width: 100%;
	clear:both;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #99ca3d;
	background-repeat: x;
	background-position: top center;
	-webkit-box-shadow: 0px -5px 10px -5px grey;
	-moz-box-shadow: 0px -5px 10px -5px grey;
	box-shadow: 0px -5px 10px -5px grey;	

}


#footer .content{
	text-align: center;
	width: 1000px;
	margin: 0 auto;
	padding-top: 0px;
	color: #ffffff;
	font-family:'Questrial', sans-serif;
	font-size: 11px;
	line-height: 150%;
	letter-spacing: 1px;
}



a.footerLink {
	color: #ffffff;
	font-family:'Questrial', sans-serif;
	font-size: 11px;
	line-height: 100%;
	text-decoration: none;
	font-weight: bold;
}


a.footerLink:hover {
	color: #ffffff;
	font-family:'Questrial', sans-serif;
	font-size: 11px;
	line-height: 100%;
	text-decoration: underline;
	text-align: center;
	font-weight: bold;
}

.column-wraper{
 	clear: both;
 	position: relative;
 	overflow: hidden;
 	text-align: left;
 	border-bottom: solid thin #ffffff;
 	padding-bottom: 30px;
}
.three-column{
	width: 29%;
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0 15px;
	float: left;


}
.three-column:nth-child(3){
	margin-right:0;

}


.three-column img{
	width: 30px;
	height: auto;
	margin-right: 8px;
}
