@CHARSET "ISO-8859-1";
body {
	margin: 0;
	padding: 0;
	border: 0;
	color: black;
	background-color: #E1E1E1;
	font: 78% arial,sans-serif;
}

div.wrapper {
	width: 850px;
	padding: 15px;
	margin: 0 auto 0 auto;
	background-color: #FFFFFF;			
}
		
div.header{
	position: relative;
	display: block;
	height: 120px;
	width: 850px;
	padding: 0px;
	margin: 0 0 15px 0;
	float: left;
	background-image: url('/nab/images/wz_background.jpg');
}

div.middle {
	width: 830px;
	float: left;
	background-color: #F8F8F8;
	padding: 10px;
}

div.footer {
	display: block;
	height: 99px;
	width: 880px;
	margin: 0 auto 0 auto;
	background-image: url('/nab/images/agribusiness-footer.gif');
}

div.footer a {
	float: right;
	width: 360px;
	height: 99px;
}

h1 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px;
	padding: 10px 0 20px 0;
}

h2 {
	font-size: 1.0em;
	font-weight: bold;
	background-color: #666666;
	padding: 3px;
	color: #FFFFFF;
	margin: 0 0 1px 0;
}

div.clear {
	clear: both;
	padding: 1px 0px 0px 0px;
	margin: 0;
	font-size: 0;
}

div.summary {
	padding: 0px;
	background-color:#EEEEEE;
	margin: 0px;
}

div.summary div.text {
	float: left; 
	width: 470px;
}

div.summary div.map {
	float: right;
	position: relative; 
	width: 360px;
}

div.summary div.text p {
	padding: 35px 0 0 20px;
}

p.note {
	text-align:center;
	font-size: 0.9em;
}

a.map_reg_link {
    color: white;
    font-weight: bold;
    font-size: 11px;
    margin: 2px;
    white-space: nowrap;
    text-decoration: none;
}

a.map_reg_link:HOVER {
    color: white;
    text-decoration: underline;
}

span.map_reg_box {
	background-color: white;
	border: 1px solid black;
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
	padding: 1px;
}

div.header a.logo {
	position: absolute;
	width: auto;
	white-space: nowrap;
	left: 19px;
	bottom: 27px;			
}

img {
	border: 0px;
}

form {
	float: right;
	margin: 0px;
	padding: 7px 0 17px 0;
}

div.cyan {
	background-color: #B8DDF7;
	color: #11569B;
	font-size: 0.9em;
}

table.observations {

}

table.observations th {
	background-color: #DDDDDD;
}

table.observations td {
	text-align: center;
	background-color: #EEEEEE;
}

table.forecasts {

}

table.forecasts th {
	background-color: #DDDDDD;
}

table.forecasts td {
	text-align: center;
	background-color: #EEEEEE;
}

table.forecasts td.summary {
	font-size: smaller;
}

table.forecasts td.maximum {
	font-weight: bold;
	color: #AA0000;
}

table.forecasts td.minimum {
	font-weight: bold;
	color: #0000AA;
}

table.forecasts td.chance_of_rain {
	color: #006600;
}

.alignLeft {
	text-align: left;
}

ul.locationList {
	list-style: none;
	padding: 10px;
}

ul.locationList li {
}

ul.locationList li a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

ul.locationList li a:HOVER {
	text-decoration: underline;
	color: #EE0000;
}

div.breadcrumbtrail {
	padding: 0 0 5px 0;
	font-size: 0.9em;
}

div.breadcrumbtrail a {
	color: #000000;
}

div.breadcrumbtrail a:HOVER {
	color: #EE0000;
}

div.wz_links {
	padding: 10px 0 10px 0;
	font-size: 0.9em;	
}

div.wz_links a {
	color: #000000;
}

div.wz_links a:HOVER {
	color: #EE0000;
}
