footer{
	clear: both;
	padding: 15px;
	border-top: 1px solid #25292F;
	background-color: #343942;
	line-height: 1.3;
	color: #FFFFFF;
	
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.3, #343942),
		color-stop(0.8, #25292F)
	) !important;
	background: -moz-linear-gradient(
		center bottom,
		#343942 30%,
		#25292F 80%
	) !important;
}
#footer h2 {
	float: left;
	font-size: 1.5em;
	color: #25A1D7;
}

#footer h3 {
	float: left;
	font-size: 1.1em;
	margin: 5px 0 3px 0;
	font-weight: bold;
	color: #FFFFFF;
}

.footerColumn {
	width: 25%;
	float: left;
	padding-left: 10px;
	border-right: 1px solid #C8C8C8;
	height: 380px;
}

#footer .first {
	width: 20%; 	
}	

#footer .last {
	border: none;	
}	

#footer ul{
	margin: 5px 0 0 0;	
	padding: 0;
	clear: left;
	
}
#footer li{
	margin: 0 0 3px 0px;	
	padding: 0;
	list-style-type: none;

}
#footer a{
	font-size: 1.1em;
	text-decoration: none;
	color: #C8C8C8;
}

#footer .StateList a{
	font-weight: bold;
	color: #FFFFFF;	
}

#footer li div a {
	font-weight: normal !important;
	font-size: 0.9em;
}

#footer li li{
	margin: 0 0 3px 20px;	
	list-style-type: disc;
}

#footer li li a{
	font-size: 0.9em;
	text-decoration: underline;
}

#footer .widgets li a{
	padding: 1px 0 4px 19px;
	display: block;
}

#footer li a.facebook{
	background: url(http://resources.weatherzone.com.au/wz/images/widgets/footer/facebook.gif) no-repeat;
}

#footer li a.weatherWidget{
	background: url(http://resources.weatherzone.com.au/wz/images/widgets/footer/weather.gif) no-repeat;
}

#footer li a.snowWidget{
	background: url(http://resources.weatherzone.com.au/wz/images/widgets/footer/snow.gif) no-repeat;
}

#footer li a.pollenWidget{
	background: url(http://resources.weatherzone.com.au/wz/images/widgets/footer/pollen.gif) no-repeat;
}

#footer li a.surfWidget{
	background: url(http://resources.weatherzone.com.au/wz/images/widgets/footer/surf.png) no-repeat;
}

#footer li a.calendar{
	background: url(http://resources.weatherzone.com.au/wz/images/widgets/footer/camera.png) no-repeat;
}

#footer li a.iphone{
	display: block;
	margin-bottom: 5px;
	background: url(http://resources.weatherzone.com.au/wz/images/widgets/footer/iphone_app.gif) no-repeat;
}

#footer a:hover{
	text-decoration: underline;	
}

#footer .attr {
	text-align: left;
	padding: 10px 10px;	
}	

div.spacer_v1 {
	/** 1px vertical space. **/
	clear: both;
	padding: 1px 0px 0px 0px;
	margin: 0;
	font-size: 0;
}

.a_img {
 float: left;
 padding: 0px 0px 10px 0px;

}
