*
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;	
}

img
{
	border: none;
}

a
{
	color: #334b01;
}

a:hover
{
	color: #6d9001;
}

html, body
{
	height: 100%;
	scrollbar-3dlight-color:#eaeaea;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#44610F;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#44610F;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#808080;
}

#container
{
	width: 754px;
	margin: auto;
	height: 100%;
}

	#masthead
	{
		display: block;
		margin-top: 10px;
		width: 754px;
		height: 75px;
		background-image: url(/images/header.jpg);
	}
	
		#masthead-text
		{
			display: none;
		}
	
	#photo-head
	{
		width: 754px;
		height: 180px;
	}
	
	#date-bar
	{
		width: 744px;
		height: 19px;
		background-image: url(/images/date-bar-gradient.png);
		background-repeat: repeat-x;
		text-align: right;
		padding-right: 10px;
		font-size: 11px;
		color: #ffffff;
		padding-top: 5px;
	}
	
	#content-wrapper
	{
		width: 754px;
		background-image: url(/images/content-back.png);
		background-repeat: repeat-y;
	}

	
		#nav
		{
			width: 169px;
			float: left;
			
		}
		
			#nav ul
			{
				list-style-type: none;
				margin-bottom: 10px;				
			}
				#nav ul li a
				{
					display: block;
					margin: auto;
					height: 16px;
					padding: 2px;
			
					margin-left: 13px;
					color: #324b01;
					font-size: 12px;
					text-decoration: none;
					border-bottom: 1px solid #CAD2AB;
				}
				
					#nav ul li a:hover, #nav ul li.selected a
					{
						margin-left: 0px;			
						color: #ffffff;
						background-color: #334b01;
						border-bottom: 1px solid #334b01;
						padding-left: 15px;
						background-image: url(/images/nav-bullet.png);
						background-repeat: no-repeat;
					}

			#nav ul li ul
			{
				list-style-type: none;
				background-color: #E0ECC4;
				margin-bottom: 0px;
			}
				#nav ul li ul li a, #nav ul li.selected ul li a
				{
					display: block;
					margin: auto;
					height: 16px;
					padding: 2px;
					background-color: #e0ecc4;
					margin-left: 24px;
					color: #646563;
					font-size: 12px;
					text-decoration: none;
					background-image: none;
					border-bottom: 1px solid #CAD2AB;
				}
				
					#nav ul li ul li a:hover, #nav ul li.selected ul li.selected a
					{
						margin-left: 24px;			
						color: #324b01;
						font-weight: bold;
						padding-left: 2px;
						background-image: none;
						background-color: #e0ecc4;
						border-bottom: 1px solid #CAD2AB;
					}

					#nav ul li ul li ul li a:hover, #nav ul li ul li.selected ul li ul li.selected a
					{
						margin-left: 24px;			
						color: #324b01;
						font-weight: bold;
						padding-left: 2px;
						background-image: none;
						background-color: #e0ecc4;
						border-bottom: 1px solid #CAD2AB;
					}

			#nav ul li ul li ul
			{
				list-style-type: none;
				background-color: #f9f9f9;
				margin-bottom: 0px;
			}
				#nav ul li ul li ul li a, #nav ul li.selected ul li.selected ul li a
				{
					display: block;
					margin: auto;
					height: 16px;
					padding: 2px;
					background-color: #f9f9f9;
					margin-left: 36px;
					color: #000000;
					font-size: 12px;
					font-weight: normal;
					text-decoration: none;
					background-image: none;
					border-bottom: 1px solid #CAD2AB;
				}
					#nav ul li ul li ul li:hover a:hover, #nav ul li ul li ul li a:hover, #nav ul li.selected ul li.selected ul li.selected a
					{
						margin-left: 36px;
						color: #000000;
						font-weight: bold;
						padding-left: 2px;
						background-image: none;
						background-color: #f9f9f9;
						border-bottom: 1px solid #CAD2AB;
					}	
					#nav ul li ul li ul li ul li:hover a:hover, #nav ul li ul li ul li a:hover, #nav ul li.selected ul li.selected ul li.selected ul li.selected a
					{
						margin-left: 36px;
						color: #000000;
						font-weight: bold;
						padding-left: 2px;
						background-image: none;
						background-color: #f9f9f9;
						border-bottom: 1px solid #CAD2AB;
					}

			#nav ul li ul li ul li ul
			{
				list-style-type: none;
				background-color: #ffffff;
				margin-bottom: 0px;
			}
		
					#nav ul li.selected ul li.selected ul li.selected ul li a
					{
						margin-left: 45px;
						color: #000000;
						font-weight: normal;
						padding-left: 2px;
						background-image: none;
						background-color: #ffffff;
						border-bottom: 1px solid #CAD2AB;
					}
					#nav ul li.selected ul li.selected ul li.selected ul li a:hover, #nav ul li.selected ul li.selected ul li.selected ul li.selected a
					{
						margin-left: 45px;
						color: #000000;
						font-weight: bold;
						padding-left: 2px;
						background-image: none;
						background-color: #ffffff;
						border-bottom: 1px solid #CAD2AB;
					}

			.nav-box
			{
				width: 155px;
				margin: auto;
				margin-top: 8px;				
				margin-bottom: 8px;
				border-top: 1px solid #334b01;
				border-bottom: 1px solid #334b01;
				background-color: #FFFFFF;
				font-size: 11px;
				color: #555554;
				padding: 5px
			}
			
			.nav-box img
			{
				margin: -5px -5px 3px -5px;
			}
	
	
		#content
		{
			width: 585px;
			float: left;
			background-color: #ffffff;
			background-image: url(/images/content-gradient.png);
			background-repeat: repeat-x;

			padding: 5px 0px 0px 0px;
			
			font-size: 12px;
		}

		#content ul
		{
			margin-left: 30px;
		}

		#content ol
		{
			margin-left: 35px;
		}
		
		.content-box-wrapper
		{
			padding: 5px 0px 5px 17px;
			width: 270px;
			float: left;
		}
		
		.content-box-title
		{
			width: 100%;
			border-bottom: 1px solid #334b01;
			padding: 10px 0px 3px 0px;
			margin: 7px 0px 5px 0px;
		}
		
		.news-date
		{
			font-size: 12px;
			color: #82ae32;
		}

		.news-title
		{
			font-size: 12px;
			color: #324b01;
			font-weight: bold;
		}
		
		.commentary
		{
			margin-bottom: 7px;
		}
		
		.commentary a
		{
			color: #82ae32;
		}
		
	#markets
	{
		width: 100%;
	}

	#markets .title-row
	{
		color: #484848;
		background-color: #f3f6ed;
		font-weight: bold;
		font-size: 11px;
	}

	#markets .subtitle-row
	{
		color: #000000;
		font-weight: bold;
		font-size: 11px;
	}
	
	#markets .oddrow
	{
		background-color: #FFFFFF;
	}
	
	#markets .evenrow
	{
		background-color: #e0e0e0;
	}
	
	#markets .down
	{
		color: #800000;
	}

	#grainbids
	{
		width: 100%;
		border-collapse: collapse;
		background-color: #EFF8DD;
		font-size: 11px;
	}
	
	#grainbids td
	{
		border: 1px solid #FFFFFF;
		padding: 2px 0px 2px 3px;
	}
	
	#grainbids .title-row td
	{
		padding-top: 3px;
		color: #000000;
		font-weight: bold;
		background-color: #FFFFFF;
	}
	
	#weatherbox-detail
	{
		text-align: center;
		font-size: 12px;
		color: #324b01;
		font-weight: bold;
		margin-top: 10px;
		clear: both;
		margin-bottom: 15px;		
	}
	
	#weatherbox-detail .left, .weatherbox-forecast .left
	{
		background-image: url(/images/box-left.png);
		width: 4px;
		height: 142px;
		float: left;
	}
	
	#weatherbox-detail .center
	{
		padding: 5px;
		text-align: left;
		background-image: url(/images/box-back.png);
		background-repeat: repeat-x;
		width: 252px;
		height: 132px;
		float: left;
	}

	#weatherbox-detail .right, .weatherbox-forecast .right
	{
		background-image: url(/images/box-right.png);
		width: 4px;
		height: 142px;
		float: left;	
	}
	
	
	.conditions-table
	{
		float: left;
		width: 182px;		
		margin-top: 10px;
	}
	
	.conditions-status
	{
		text-align: center;
		width: 62px;
		height: 100%;
		float: left;
		margin-top: 5px;
		margin-right: 8px;		
	}
	
	.conditions-status img
	{

	}
	
	.conditions-status .temperature
	{
		font-size: 16px;
	}
	
	#weatherbox-detail table
	{
		width: 100%;
	}

	#weatherbox-detail table td
	{
		padding: 1px 0px 1px 3px;
		font-size: 11px; 
		font-weight: normal;
	}
	

	#weatherbox-detail table tr.oddrow td
	{
		background-color: #e8f1d6;
	}

	#weatherbox-detail table tr.evenrow td
	{
		
	}
	

	.weatherbox_forecast
	{
		width: 87px;
		float: left;
	}

	.weatherbox_forecast .top_box
	{
		width: 87px;
		height: 3px;
		font-size: 2px;
		background-image: url(/images/top_small.png);
		background-repeat: no-repeat;
	}

	.weatherbox_forecast .center_box
	{
		text-align: center;
		color: #324b01;
		font-weight: bold; 		
		width: 79px;
		min-height: 132px;
		border-left: 1px solid #B2D86E;
		border-right: 1px solid #B2D86E;
		background-image: url(/images/small_gradient.png);
		padding: 0px 3px 0px 3px;
	}

	.weatherbox_forecast .center_box .bottom
	{

	}


	.weatherbox_forecast .bottom_box
	{
		width: 87px;
		font-size: 2px;
		height: 3px;
		background-image: url(/images/bot_small.png);
		background-repeat: no-repeat;
	}

	
	
	.temperatures, .temperatures td
	{
		border: 0px;
		padding: 0px;
		margin: 0px;
	}
	
	#footer
	{
		width: 742px;
		height: 20px;
		background-image: url(/images/footer.png);		
		font-size: 10px;
		padding: 6px;
		color: #FFFFFF;
	}

	#footer a
	{
		color: #FFFFFF;
		text-decoration: underline;
	}

	#footer a:hover
	{
		color: #FFFFFF;
		text-decoration: none;
	}
	
	
	#gMapBox
	{
		width: 269px;
		height: 230px;
	}
	
	#gMapBoxTop
	{
		width: 269px;
		height: 3px;
		line-height: 3px;
		font-size: 3px;		
		clear: both;
		background-image: url(/images/box-top.png);
		background-repeat: no-repeat;
	}
	
	#gMapBoxMid
	{
		width: 267px;
		height: 220px;
		border-right: 1px solid #B2D86E;
		border-left: 1px solid #B2D86E;	
		clear: both;
		background-image: url(/images/box-gradient.png);
		background-position: bottom;
		background-repeat: repeat-x;	
		padding-top: 3px;
		padding-bottom: 3px;					
	}

	#gMapBoxBot
	{
		width: 269px;
		height: 3px;
		line-height: 3px;
		font-size: 3px;	
		background-image: url(/images/box-bot.png);	
		clear: both;
		background-repeat: no-repeat;		
	}
	
p
{
	margin: 5px 10px 5px 15px;
	padding-bottom: 5px;	
}

h1
{
	color: #314a01;
	border-bottom: 1px solid #334b01;
	padding: 3px 0px 3px 0px;
	margin: 7px 0px 15px 15px;
	font-size: 18px;
	text-transform: uppercase;
}

h2
{
	color: #314a01;
	padding: 3px 0px 3px 0px;
	margin: 7px 0px 0px 15px;
	font-size: 18px;
	clear: both;
}

h3
{
	color: #314a01;
	border-bottom: 1px solid #334b01;
	padding: 3px 0px 3px 0px;
	margin: 7px 0px 4px 15px;
	font-size: 14px;	
	clear: both;
}

h4
{
	color: #314a01;
	padding: 3px 0px 3px 0px;
	margin: 7px 0px 0px 15px;
	font-size: 14px;	
	clear: both;
}

h5
{
	color: #314a01;
	border-bottom: 1px solid #334b01;
	padding: 3px 0px 3px 0px;
	margin: 7px 0px 0px 15px;
	font-size: 10px;	
}

h6
{
	color: #314a01;
	padding: 3px 0px 3px 0px;
	margin: 7px 0px 0px 15px;
	font-size: 10px;	
}

table
{
	margin: auto;
	width: 90%;
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #b5ca7b;	
}

table th
{
	background-image: url(/images/table-gradient.png);
	background-repeat: repeat-x;
	border-bottom: 4px solid #2e4701;
	border-left: 1px solid #b5ca7b;
	border-right: 1px solid #b5ca7b;	
	height: 22px;
	vertical-align: bottom;
	color: #ffffff;
}

table td
{
	border-left: 1px solid #b5ca7b;
	border-right: 1px solid #b5ca7b;
	padding: 4px;
}

table tr.evenrow
{
	background-color: #e4f0bf;
}

table tr.evenrow2
{
	background-color: #f3f6ed;
}


table tr.oddrow
{
	background-color: #ffffff;
}

table.event-detail
{
	margin-left: 20px;
	width: 50%;
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 10px;
	border: none;
}

table.event-detail th, table.event-detail td
{
	padding-top: 2px;
	padding-left: 3px;
	border: 2px solid #FFFFFF;
	background: none;
	text-align: left;
	color: #000000;
	vertical-align: top;	
}

table.event-detail th
{
	background-color: #e0ecc4;
}

table.event-detail td
{
	background-color: #f7f7f7;
	
}


table.career-application
{
	width: 90%;
	border-collapse: collapse;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #CAD2AB;
	background-color: #E0ECC4;
}

table.career-application th
{
	border: none;
	background-image: none;
	text-align: left;
	height: 22px;
	vertical-align: top;
	color: #000000;
}

table.career-application td
{
	border: none;
	background: none;
	padding: 4px;
}

table.contact
{
	margin: auto;
	border: none;
}

table.contact td
{
	border: none;
	background: none;
	padding: 4px;
}

.articleImage
{
	float: right;
	margin: 10px;
}

.niceButton
{
	color: #324b01;
	font-size: 12px;
	background-color: #E0ECC4;
	border: 1px solid #CAD2AB;
	padding: 2px 5px 2px 5px;
}

.imageleft
{
	float: left;
	margin-right: 10px;
}

.imageright
{
	float: right;
	margin-left: 10px;
}

.sublist {
	margin-left:15px;
}

.documentRight
{
	width: 200px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

form div label
{
	width: 155px;
	display: block;
	float: left;
	margin: 5px 15px 2px 15px;
	padding-right: 10px;
}

form div, form p
{
	clear: both;
	padding-top: 3px;
}

form div.required label
{
	background-image: url(/admin/images/required.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

form div textarea
{
	margin-top: 3px;
	margin-left: 15px;
}

.hrFaded
{
	margin-left: 15px;
	height: 1px;
	border: none;
	border-bottom: 1px solid #c8ceba;
	margin-bottom: 5px;
}


.hrFaded.link
{
	margin-left: 15px;
	height: 20px;
	border: none;
	border-bottom: 1px solid #c8ceba;
	margin-bottom: 5px;
	text-align: right;
	background-color: #E0ECC4;
	padding-top: 2px;
	padding-right: 5px;
}

.hrFaded.link img
{
	margin-bottom: -3px;
}

.appSection
{
	margin-left: 15px;	
	border-bottom: 1px solid #c8ceba;
	padding-bottom: 5px;
	margin-bottom: 0px;
	padding-top: 5px;
}

.appSection div label
{
	margin-left: 0px;
}

#message {
	margin: 5pt 0pt 0pt 15px;
}

	.error {
		color: #cc0000;
	}

div.inputHelp
{
	margin-left: 195px;
	color: #808080;
	margin-bottom: 2px;
	font-size: 10px;
	padding-top: 0px;
}

span.inputHelp
{
	margin-left: 15px;
	color: #808080;
	font-size: 10px;
}

div.radioSet label
{
	float: left;
}

div.radioSet div
{
	float: left;
	clear: none;
}

form div div.inputHelp
{
	margin-left: 180px;
}

select option
{
	margin-right: 5px;
	padding-left: 3px;
}
body #container div.calendar
{
	padding: 0;
	margin: 0;
}

table.content, table.content tr, table.content td
{
	border: 0;
	margin: 0;
	padding: 0;
}

table.content {
	margin: 0 0 2em 15px;	
}

table.content td.left p  {
	margin: 0 15px 0 0;	
}

table.content td.right p {
	margin: 0 0 0 15px;	
}

table.content td.left h2 {
	margin-left: 0;
}

.greenText {
	color: #334b01;
}