@import url(public.css);

.contentline{
	padding-bottom:9px;
	border-bottom:1px #BBAD9D solid;
}

.contentrow{
	margin-bottom:20px;
}

.contentrow img{
	float:left;
}

.list{
	list-style:none;
}

.list li{
	padding-bottom:10px;
	color:#003562;
	list-style:none;
}

.listbottom{
	padding-botom:0px;
}
.list img{
	margin:0 0 10px 0;
}
.list .left{
	width:120px;
	float:left;
}

.btnWeather {
	display: block;
	background: url(image/btn_weather.gif) no-repeat;
	width: 99px;
	height: 0;
	padding-top: 24px;
	overflow: hidden;
	float: right;
}
.btnWeather:hover {
	background-position: -100px 0;
}

.btnDirections {
	display: block;
	background: url(image/btn_directions.gif) no-repeat;
	width: 63px;
	height: 0;
	padding-top: 24px;
	overflow: hidden;
	margin: 5px 0 0 0;
	float: right;
}
.btnDirections:hover {
	background-position: -64px 0;
}
