div#weather {
	background: #eaf1fa url(/images/bg_lightblue.gif) repeat-y;
	/*margin: 5px 0 0 30px;*/
	margin: 25px 0 0 20px;
	padding: 0 0 30px;
}
div#weather h1 {
	height: 40px;
	background: url(/images/label_weather.gif) no-repeat;
	margin: -10px 0 0 -20px;
	text-indent: -2000px;
}
div#weather div#snow-forecast {
	position: relative;
	width: 556px;
	height: 379px;
	background: url(/images/bg_weather.gif) no-repeat;
}
div#weather div#snow-forecast iframe {
	position: absolute;
	left: 40px;
	top: 75px;
	width: 480px;
	height: 215px;
	overflow:hidden;
	border:none
}
div#weather p {
	margin: 1em;
}
div#weather h2 {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #027abb;
	font-weight: bold;
	margin: 1em 0 0 1em;
}
div#weather ul {
	margin: 0 0 1em 1.2em;
	padding: 0;
	list-style: none;
}
div#weather ul li {
	margin: 0;
	padding: 0 0 .3em;
}
div#weather ul a, div#weather ul a:hover {
	color: #BA0000;
	text-decoration: none;
}
div#weather ul a:hover {
	text-decoration: underline;
}