#weatherWrapper{
margin-top: 0px;
margin-left: 12px;
width: 200px;
position: absolute;
font-family: Arial, Helvetica, sans-serif;
float: left;
}
#weatherDisplay{
height: 60px;
overflow: hidden;
color: white;
background: url('../images/top-menu-shadow.png') no-repeat bottom center;
}
#weatherDisplay .curTemp{
float: left;
font-size: 2.3em;
margin-left: 21px;
}
.curTemp .highLow{
position: relative;
top: -6px;
font-size: 11px;
font-weight: bold;
}
#weatherDisplay .windPrecip{
font-size: 11px;
font-weight: bold;
margin-top: 8px;
margin-left: 105px;
line-height: 17px;
}
#weatherDisplay #thermDisplayWrapper{
width: 5px;
height: 30px;
position: absolute;
top: 12px;
left: 11px;
}
#thermDisplay{
background: url("../images/therm.png") repeat-y bottom left;
position: relative;
}
#updateTime{
color: white;
font-size: 10px;
text-align: right;
position: absolute;
width: 197px;
top: 38px;
left: 0px;
}
.hicokLabel{
position: absolute;
width: 97%;
bottom: 3px;
font-size: 10px;
font-weight: bold;
text-align:left;
}
