
/* Menu CSS */

#large_home_button
	{
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 114px;
	height: 56px;
	background-image: url(/images/main_menu_home_button.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	z-index: 100;
	}

.main_menu_position
	{
	position: absolute;
	bottom: -3px;
	left: 0px;
	}

#main_menu a
	{
	font-family: Verdana, Tahoma,Trebuchet MS, Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	height: 25px;
	padding: 15px 0px 0px 0px;
	margin: 0px;
	line-height: 1;
	}
	
#main_menu a:hover
	{
	text-decoration: underline;
	}

#main_menu ul
	{
	display: inline;
	margin: 0px;
	list-style: none;
	list-style-type: none;
	}

#main_menu li
	{
	padding: 0px 0px 0px 3px;
	display: block;
	float: left;
	background-image: url(/images/main_menu_divider.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}

#main_menu li.main_menu_first_opt
	{
	background-image: none;
	background-repeat: no-repeat;
	}

#main_menu a.main_menu_home
	{
	width: 104px;
	height: 28px;
	background-image: url(/images/main_menu_home_icon.gif);
	background-repeat: no-repeat;
	background-position: 15px 3px;
	}
	
#main_menu a.main_menu_home:hover
	{
	text-decoration: none;
	}

	
#main_menu a.main_menu_home span
	{
	padding-left: 55px;
	}

#main_menu a.main_menu_weather, #main_menu a.main_menu_soil_water, #main_menu a.main_menu_radar_sat, 
#main_menu a.main_menu_forecast, #main_menu a.main_menu_climate, #main_menu a.main_menu_crop, 
#main_menu a.main_menu_hort, #main_menu a.main_menu_livestock, #main_menu a.main_menu_range_forest
	{
	height: 25px;
	text-align: center;
	}
			
#main_menu a.main_menu_weather, #main_menu a.main_menu_weather_selected
	{
	width: 74px;
	}
	
#main_menu a.main_menu_weather_selected, #main_menu a.main_menu_soil_water_selected, #main_menu a.main_menu_radar_sat_selected, 
#main_menu a.main_menu_forecast_selected, #main_menu a.main_menu_climate_selected, #main_menu a.main_menu_crop_selected, 
#main_menu a.main_menu_hort_selected, #main_menu a.main_menu_livestock_selected, #main_menu a.main_menu_range_forest_selected
	{
	text-align: center;
	color: #654427;
	font-weight: bold;
	background-image: url(/images/main_menu_tab_weather.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	}
	
#main_menu a.main_menu_soil_water, #main_menu a.main_menu_soil_water_selected
	{
	width: 86px;
	}
	
#main_menu a.main_menu_soil_water_selected
	{
	background-image: url(/images/main_menu_tab_soil_water.gif);
	}
	
#main_menu a.main_menu_radar_sat, #main_menu a.main_menu_radar_sat_selected
	{
	width: 114px;
	}
	
#main_menu a.main_menu_radar_sat_selected
	{
	background-image: url(/images/main_menu_tab_radar_sat.gif);
	}

#main_menu a.main_menu_forecast, #main_menu a.main_menu_forecast_selected
	{
	width: 75px;
	}
	
#main_menu a.main_menu_forecast_selected
	{
	background-image: url(/images/main_menu_tab_forecast.gif);
	}
	
#main_menu a.main_menu_climate, #main_menu a.main_menu_climate_selected
	{
	width: 65px;
	}
	
#main_menu a.main_menu_climate_selected
	{
	background-image: url(/images/main_menu_tab_climate.gif);
	}
	
#main_menu a.main_menu_crop, #main_menu a.main_menu_crop_selected
	{
	width: 54px;
	}
	
#main_menu a.main_menu_crop_selected
	{
	background-image: url(/images/main_menu_tab_crop.gif);
	}

#main_menu a.main_menu_hort, #main_menu a.main_menu_hort_selected
	{
	width: 90px;
	}
	
#main_menu a.main_menu_hort_selected
	{
	background-image: url(/images/main_menu_tab_hort.gif);
	}
	
#main_menu a.main_menu_livestock, #main_menu a.main_menu_livestock_selected
	{
	width: 75px;
	}
	
#main_menu a.main_menu_livestock_selected
	{
	background-image: url(/images/main_menu_tab_livestock.gif);
	}

#main_menu a.main_menu_range_forest, #main_menu a.main_menu_range_forest_selected
	{
	width: 102px;
	}
	
#main_menu a.main_menu_range_forest_selected
	{
	background-image: url(/images/main_menu_tab_range_forest.gif);
	}

#end_cap_left, #end_cap_right
	{
	height: 64px;
	width: 10px;
	background-repeat: no-repeat;
	}
	
#end_cap_left
	{
	float: left;
	background-image: url(/images/main_menu_cap_left.gif);
	background-position: bottom left;
	}
	
#end_cap_right
	{
	float: right;
	background-image: url(/images/main_menu_cap_right.gif);
	background-position: bottom right;
	}

#header_links a
	{
	font-family: Verdana, Tahoma,Trebuchet MS, Arial;
	font-size: 12px;
	color: #2f6610;
	text-decoration: none;
	display: inline;
	}
	
#header_links a:hover
	{
	text-decoration: underline;
	}

#header_links ul
	{
	display: inline;
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-type: none;
	}

#header_links li
	{
	font-family: Verdana, Tahoma,Trebuchet MS, Arial;
	font-size: 12px;
	color: #8cd15f;
	display: inline;
	padding: 0px;
	margin: 0px;
	}

#splash_area_menu ul
	{
	display: inline;
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-type: none;
	}

#splash_area_menu li
	{
	font-family: Tahoma, Verdana, Trebuchet MS, Arial;
	font-size: 12px;
	color: #8cd15f;
	display: inline;
	padding: 0px;
	margin: 0px;
	}
	
#splash_area_menu span
	{
	display: none;
	}

#a_starting_up, #a_downloads, #a_products, #a_learn_more
	{
	height: 66px;
	width: 222px;
	background-position: bottom;
	text-decoration: none;
	display: block;
	float: left;
	}
	
#a_starting_up
	{
	background-position: top;
	}
		
#a_starting_up
	{
	background-image: url(/images/splash_button_starting_up.jpg);
	}

#a_downloads
	{
	background-image: url(/images/splash_button_downloads.jpg);
	}

#a_products
	{
	background-image: url(/images/splash_button_products.jpg);
	}

#a_learn_more
	{
	background-image: url(/images/splash_button_learn_more.jpg);
	}

#current_issue ul, #past_issues ul
	{
	padding: 3px 0px 0px 0px;
	margin: 0px;
	list-style: none;
	list-style-type: none;
	}

#current_issue li, #past_issues li
	{
	padding: 0px;
	margin: 0px;
	}

#current_issue a, #past_issues a
	{
	font-family: Tahoma, Verdana, Trebuchet MS, Arial;
	font-size: 14px;
	color: #ff9416;
	text-decoration: none;
	}
	
#current_issue a:hover, #past_issues a:hover
	{
	text-decoration: underline;
	}

#current_issue li
	{
	list-style-image: url(/images/new.gif);
	}

#past_issues li
	{
	list-style-image: url(/images/green_bullet.gif);
	}

#past_issues a
	{
	color: #7ea787;
	}

#subscribe ul, #subscribe li, #archive ul, #archive li
	{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	list-style-image: none;
	}

#subscribe span, #archive span
	{
	font-family: Tahoma, Verdana, Trebuchet MS, Arial;
	font-size: 12px;
	color: #ff9416;
	text-decoration: none;
	}
	
#subscribe a, #archive a
	{
	font-family: Tahoma, Verdana, Trebuchet MS, Arial;
	font-size: 12px;
	color: #71b256;
	text-decoration: none;
	}
	
#subscribe a:hover, #archive a:hover
	{
	text-decoration: underline;
	}

#product_table table
	{
	padding: 0px;
	margin: 0px;
	}	

#product_table span
	{
	display: none;
	}

#product_table p
	{
	font-family: Verdana, Tahoma,Trebuchet MS, Arial;
	font-size: 11px;
	color: #73d6ff;
	line-height: 13px;
	width: 181px;
	}
	
#product_table a
	{
	font-family: Verdana, Tahoma,Trebuchet MS, Arial;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	}

#product_table a:hover
	{
	text-decoration: underline;
	}


.a_weather, .a_forecast, .a_horticulture, .a_soil_water, .a_climate, .a_livestock, .a_radar, .a_crop, .a_range_forest
	{
	display: block;
	text-decoration: none;
	background-repeat: no-repeat;
	height: 69px;
	}	

.a_weather, .a_soil_water, .a_radar
	{
	width: 107px;
	}

.a_forecast, .a_climate, .a_crop
	{
	width: 95px;
	}

.a_horticulture, .a_livestock, .a_range_forest
	{
	width: 87px;
	}

.a_weather
	{
	background-image: url(/images/products_weather.jpg);
	}

.a_soil_water
	{
	background-image: url(/images/products_soil_water.jpg);
	}

.a_radar
	{
	background-image: url(/images/products_radar.jpg);
	}

.a_forecast
	{
	background-image: url(/images/products_forecast.jpg);
	}

.a_climate
	{
	background-image: url(/images/products_climate.jpg);
	}

.a_crop
	{
	background-image: url(/images/products_crop.jpg);
	}

.a_horticulture
	{
	background-image: url(/images/products_hort.jpg);
	}

.a_livestock
	{
	background-image: url(/images/products_livestock.jpg);
	}

.a_range_forest
	{
	background-image: url(/images/products_range_forest.jpg);
	}

.row_1-col_1, .row_1-col_2, .row_1-col_3, .row_1-col_4, .row_1-col_5, .row_1-col_6, 
.row_1-col_1, .row_2-col_2, .row_2-col_3, .row_2-col_4, .row_2-col_5, .row_2-col_6, 
.row_3-col_1, .row_3-col_2, .row_3-col_3, .row_3-col_4, .row_3-col_5, .row_3-col_6
	{
	padding: 0px;
	margin: 0px;
	height: 69px;
	vertical-align: middle;
	}

.row_1-col_1, .row_2-col_1, .row_3-col_1
	{
	width: 107px;
	}

.row_1-col_2, .row_2-col_2, .row_3-col_2
	{
	width: 188px;
	}

.row_1-col_3, .row_2-col_3, .row_3-col_3
	{
	width: 95px;
	}

.row_1-col_4, .row_2-col_4, .row_3-col_4
	{
	width: 194px;
	}

.row_1-col_5, .row_2-col_5, .row_3-col_5
	{
	width: 87px;
	}

.row_1-col_6, .row_2-col_6, .row_3-col_6
	{
	width: 211px;
	}

#current_data table
	{
	width: 203px;
	padding: 0px;
	margin: 0px;
	}

.current_wx_table_title
	{
	background-repeat: no-repeat;
	background-image: url(/images/current_wx_title.gif);
	background-position: center center;
	height: 20px;
	width: 203px;
	}

.current_wx_site_select
	{
	text-align: center;
	height: 20px;
	width: 203px;
	}

#station_form
	{
	padding: 7px 0px 3px 0px;
	}

.current_wx_temp
	{
	text-align: center;
	background-repeat: no-repeat;
	background-image: url(/images/current_wx_temp_box.gif);
	background-position: center center;
	height: 39px;
	width: 203px;
	padding: 4px 0px 0px 0px;
	line-height: 1;
	}

.current_wx_tair, .current_wx_temp_deg
	{
	line-height: 1;
	font-family: Verdana, Tahoma,Trebuchet MS, Arial;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: bold;
	}

.current_wx_temp_deg
	{
	vertical-align: 12px;
	font-size: 14px;
	}

.current_wx_hi_wc
	{
	line-height: 1;
	text-align: center;
	height: 11px;
	width: 203px;
	padding: 0px 0px 4px 0px;
	}

.current_wx_hi_title, .current_wx_hi_temp, .current_wx_hi_deg, .current_wx_wc_title, .current_wx_wc_temp, .current_wx_wc_deg
	{
	font-family: Verdana, Tahoma,Trebuchet MS, Arial;
	font-size: 12px;
	color: #e40000;
	}

.current_wx_hi_temp, .current_wx_hi_deg, .current_wx_wc_temp, .current_wx_wc_deg
	{
	font-weight: bold;
	font-size: 18px;
	}

.current_wx_hi_deg, .current_wx_wc_deg
	{
	font-size: 12px;
	vertical-align: 4px;
	}

.current_wx_wc_title, .current_wx_wc_temp, .current_wx_wc_deg
	{
	color: #18636e;
	}

.current_wx_padding_top
	{
	padding: 5px 0px 3px 0px;
	}
	
.current_wx_padding
	{
	padding: 0px 0px 3px 0px;
	}

.current_wx_relh_title, .current_wx_relh, .current_wx_rain_title, .current_wx_rain, .current_wx_wind_title, .current_wx_wind, 
.current_wx_sunrise_title, .current_wx_sunrise, .current_wx_sunset_title, .current_wx_sunset
	{
	font-family: Verdana, Tahoma,Trebuchet MS, Arial;
	font-size: 12px;
	color: #093048;
	height: 15px;
	float: left;
	line-height: 1;
	}

.current_wx_relh, .current_wx_rain, .current_wx_wind, .current_wx_sunrise, .current_wx_sunset
	{
	height: 15px;
	width: 133px;
	padding: 0px 5px 0px 0px;
	line-height: 1;
	color: #000000;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	float: right;
	background-repeat: no-repeat;
	background-image: url(/images/current_wx_fade_long.png);
	}

.current_wx_rain
	{
	width: 76px;
	background-image: url(/images/current_wx_fade_short.png);
	}

.current_wx_wind
	{
	width: 119px;
	background-image: url(/images/current_wx_fade_medium.png);
	}

.current_wx_mph, .current_wx_am, .current_wx_pm
	{
	font-family: Verdana, Tahoma,Trebuchet MS, Arial;
	font-size: 10px;
	color: #636363;
	font-weight: bold;
	}

.current_wx_am
	{
	color: #a0723c;
	}

.current_wx_pm
	{
	color: #766bab;
	}

.current_wx_sunrise_title
	{
	color: #de7800;
	}

.current_wx_sunrise
	{
	color: #de7800;
	width: 122px;
	background-image: url(/images/current_wx_fade_sunrise.png);
	}

.current_wx_sunset_title
	{
	color: #250079;
	}

.current_wx_sunset
	{
	color: #250079;
	width: 87px;
	background-image: url(/images/current_wx_fade_sunset.png);
	}

.current_wx_ob
	{
	text-align: center;
	}

.current_wx_time
	{
	font-family: Verdana, Tahoma,Trebuchet MS, Arial;
	font-size: 9px;
	color: #006493;
	}

#learn_more_table table
	{
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 40px;
	left: 50px;
	}	

#learn_more_table span
	{
	font-family: Verdana, Tahoma,Trebuchet MS, Arial;
	font-size: 14px;
	line-height: 18px;
	color: #fff000;
	text-shadow: #492c05 1px 1px 1px;
	}

#learn_more_table h1
	{
	font-family: Verdana, Tahoma,Trebuchet MS, Arial;
	font-size: 11px;
	color: #73d6ff;
	line-height: 22px;
	width: auto;
	}
	
#learn_more_table a
	{
	font-family: Verdana, Tahoma,Trebuchet MS, Arial;
	font-size: 26px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px;
	line-height: 1;
	margin: 0px;
	text-shadow: #492c05 1px 1px 1px;
	}

#learn_more_table a:hover
	{
	text-decoration: underline;
	}

.lm_row
	{
	height: 40px;
	width: 800px; 
	}

.lm_col
	{
	height: 60px;
	width: 400px;
	}































