/* CSS Document by IMAGE ICU, LLC */
/* Weather Display Styles for snowhillmd.com */
/* (c)2007 IMAGE ICU, LLC - www.imageicu.com */

/******************* Main Content *********************/
#weatherBox {
	margin: 0;
	padding: 0;
	width: 419px;
	height: 158px;
	background-image: url(../Images/weather_Bkgd.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}
#weatherBox h1 {
	padding: 0 0 7px 0;
}
#iconBox {
	float: left;
	margin: 0 0 0 26px;
	padding: 0;
	width: 100px;
	height: 136px;
	text-align: center;
	background-image: url(../Images/weather_Current.gif);
	background-repeat: no-repeat;
	background-position: center 14px;
}
#iconBox h2 {
	margin: 24px 0 0 0;
	padding: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #660000;
	text-indent: 0px;
	text-decoration: none;
	line-height: 1.4;
}
#iconBox h3 {
	margin: -3px 0 0 0;
	padding: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 74%;
	color: #660000;
	text-indent: 0px;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.4;
}
#iconBox div {
	margin: -7px auto 0 auto;
	padding: 0;
	width: 65px;
	height: 65px;
	text-align: center;
}
#currentBox {
	float: right;
	margin: 0;
	padding: 20px 0 0 0;
	width: 266px;
	height: auto;
}
#currentBox p {
	margin: 1px 0 3px 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 74%;
	color: #003366;
	text-indent: 0px;
	letter-spacing: normal;
	line-height: 1.5;
}

