@charset "UTF-8";

#weather-con {
	position: absolute;
	right: 20px;
	top: 25px;
	width:175px;
	height: 35px;
	overflow: hidden;
	/*
	height:35px;
	margin:5px 0 0 5px;
	*/
}

.weather_box
{
     position: absolute;
     height: 30px;
	border-top: 1px #a9a9a7 dotted;
     border-bottom: 1px #a9a9a7 dotted;
     width: 180px;
     /*
	border-bottom:1px dotted #A9A9A7;
	border-top:1px dotted #A9A9A7;
	height:30px;
	position:absolute;
	width:180px;
	*/
}
.weather_box_linked {
  cursor: pointer;
  cursor: hand;
}
.weather_box .highlow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	float: right;
}
.weather_box .current {
	color: #ff9933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	display: inline;
	float: left;
}

.weather_box .weatherCondition
{
	color: #333;
	font-size: 9px;
	display: inline-block;
	position: relative;
	left: 102px;
	top: -30px;
	white-space: nowrap;
}

#weatherBoxLeft
{
	position: absolute;
	width: 120px;
	text-align: center;
	text-align: left;
	right: 10px;
	margin-top: 0px;
	height: 30px;
}

#weatherBoxRight
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 35px;
	height: 25px;
	text-align: center;
	text-align: left;
}

.plot_map {
	width: 300px;
	height: 210px;
}

#searchSite
{
     position: absolute;
     right: 20px;
     height: 21px;
     width: 168px;
     background-image: url(/img2/searchField.png);
     z-index:20;

	/*
	background-image:url(/img2/searchField.png);
	height:21px;
	margin-left:9px;
	padding-top:2px;
	position:relative;
	*/
}

.searchField
{
     border: 0px;
     font-family: Arial, Helvetica, sans-serif;
     color: #B3B3B3;
     height: 15px;
     margin-top: 2px;
     margin-right: 0px;
     margin-bottom: 0px;
     margin-left: 20px;
     font-size: 1.2em;
     width: 133px;
}

#socialHead
{
	display:inline-block;
	position:absolute;
	right:-5px;
	top:62px;
	width:200px;
     /*
	margin-left:4px;
	 */
}

#logo-con {
     float:left;
     height:72px;
     margin-left:15px;
     width:220px;
}
