body
	{
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #596471;
	background-color: #f7ebda;
	}

#header
	{
	background-image: url('/advisors/images/header_bg.gif');
	background-position: 0 30px;
	background-color: #4a5845;
	border-bottom: 1px solid #e2cfb2;
	height: 110px;
	}
	
	#title
		{
		height: 80px;
		overflow: hidden;
		}

	.leaf_spot
		{
		background-image: url('/advisors/images/leaf_spot.gif');
		background-repeat: no-repeat;
		background-position: top right;
		}
		
	.white_rust
		{
		background-image: url('/advisors/images/white_rust.gif');
		background-repeat: no-repeat;
		background-position: top right;
		}
	
	.cattle_stress
		{
		background-image: url('/advisors/images/snow_cow.jpg');
		background-repeat: no-repeat;
		background-position: top right;
		}


	.pecan_scab
		{
		background-image: url('/advisors/images/pecan_scab.jpg');
		background-repeat: no-repeat;
		background-position: top right;
		}
	
	.grape_black_rot
		{
		background-image: url('/advisors/images/grape_black_rot.jpg');
		background-repeat: no-repeat;
		background-position: top right;
		}
	
	
	.logo_small
		{
		float: left;
		display: none;
		overflow: hidden;
		height: 30px;
		}
	#header h1
		{
		text-shadow: #2a3227 1px 1px 2px;
		}
	
	#header h2
		{
		text-shadow: #2a3227 1px 1px 2px;
		}
	
#footer
	{
	height: inherit;
	overflow: hidden;
	background-color: #f7ebda;
	border-top: 1px solid #976823;
	}
	
	#footer a, #footer a:visited
		{
		color: #292929;
		}
p
	{
	margin: 0 0 10px 0;
	}

h1
	{
	margin: 0 0 0 0;
	color: #fff;
	font-size: 2em;
	font-weight: bold;
 	padding: 5px 0 6px 0;
	}

h2
	{
	margin: 0 0 5px 0;
	color: #a2c197;
	font-size: 1.5em;
	font-weight: bold;	
	}
	

.padding10
	{
	padding: 10px;
	}

#main
	{
	overflow: auto;
	background-color: white;
	}
	
	iframe
		{
		overflow: hidden;
		}	
		
	.content
		{
		padding: 10px;
		}

#menu
	{
	font-size: 1.2em;
	font-weight: bold;
	color: #8e8e8e;
	}
	
#menu ul
	{
	margin: 0;
	padding: 0;
	height: 30px;
	list-style: none;
	background-image: url('/advisors/images/menu_bg.gif');
	overflow: hidden;
	}
	
	#menu li 
		{
		background-image: url('/advisors/images/more_arrow.gif');
		background-repeat: no-repeat;	
		background-position: center left;	
		margin: 0 0 0 5px;
		padding: 0 0 0 5px;
		float: left;
		-display: block;
		}
		
	#menu li.empty
		{
		background-image: none;
		}
	
		
		
	#menu li a
		{
		color: #596471;
		display: block;
		font-weight: bold;
		padding: 7px 10px;
		text-align: center;
		text-decoration: none;
		position: relative;
		}
		
		#menu li a:hover
			{
			text-decoration: none;
			color: black;
			}
			
	#menu li ul
		{
		background-image: none;
		background-color: #f7ebda;
		border: 1px solid #976823;
		border-top: 0px;
		display: none;
		height: auto;
		-filter :alpha(opacity=95);
		-opacity: 0.95;
		position: absolute;
		z-index: 200;
		top: 30px;
		}
		
	#menu li:hover ul
		{
		display:block;
		}
		
	#menu li li 
		{
		display: block;
		float: none;
		padding: 0px;
		margin: 0px;
		background-image: none;
		}
		
	#menu li ul a
		{
		color: #596471;
		display: block;
		padding: 4px 10px;
		text-align: left;
		border: 0;
		font-size: .8em;
		}
		
		#menu li ul a:hover
			{
			background-color: #f1b24b;
			color: #000000;
			opacity: 1.0;
			-filter: alpha(opacity=100);
			}


.green
	{
	color: green;
	}
	
.red
	{
	color: red;
	}
.advisor_info_table 
	{
	
	}
	
	.advisor_info_table td 
		{
		padding: 2px 10px 2px 0;
		}
	
	.advisor_info
		{
		font-weight: bold;
		vertical-align: top;
		}
	
	


#mesonet_data
	{
	float: left;
	width: 310px;
	margin: 10px;
	}
	
#forecast_data
	{
	float: left;
	width: 460px;
	margin: 10px;
	}

.day_box
	{
	float: left;
	border: 1px solid black;
	width: 120px;
	height: 180px;
	margin: 5px;
	text-align: center;
	padding: 10px;
	}
	
	.day_box h2
		{
		color: black;
		margin-bottom: 20px;
		}

.spray
	{
	background-color: #e49250;
	}

.no_spray
	{
	background-color: #9fe4aa;
	}

