@charset "utf-8";
/* CSS Document */

.header_wrapper {
	float:left;
	width:414px;
	min-height:20px;
	margin:35px 0 14px 0;
	border-bottom:1px solid #86aa04;
	padding-bottom:3px;
	}

.header_icon {
	float:left;
	width:64px;
	height:32px;
	overflow:hidden;
	margin:0px;
	margin-right:15px;
	}
.header_icon img {
	float:left;
	}
.header_wrapper .para_headers {
	float:left;
	clear:none;
	margin:8px 0 0 0;
	padding:0px;
	min-height:20px;
	min-width:60px;
	}
li {
	margin-bottom:10px;
	}


#weatherInputWrapper {
	width:412px;
	min-height:20px;
	margin:10px 0 10px 0;
	}
#weathercanvaswrapper {
	padding:7px 7px 0px 7px;
	border:1px solid #cccccc;
	border-bottom:none;
	height:150px;
	width:396px;
	}	
#mapcanvas {
	float:left;
	width:396px;
	height:150px;
	clear:both;
	}	
#weather_wrapper {

	width:412px;

	}
	
#weatherInputWrapper input {
	clear:both;
	width:330px;
	margin:0 0 0 0;
	}
#weatherInputWrapper button {
	width:67px;
	height:17px;
	background:url(../images/btn_67_off.gif) no-repeat;
	padding:0 0 2px 0;
	float:left;
	margin:0 0 0 12px;
	}
#weatherInputWrapper button:hover {
	background:url(../images/btn_67_on.gif) no-repeat;
	}

p {clear:left;}

/* for the forcast holder */
#w2forecastholder {
	border:none;
	}