#header {
	min-width: 980px;
	background-image: url('/images/sky_bg.jpg');
	background-repeat: repeat-x;
	background-color:#ffffff;
	border-bottom:6px solid #89AFCA;
	font-family:Arial,sans-serif;

	margin-bottom:12px;
	width:auto;
}

.postyourcomment {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
}

.comment {
	width: 95%;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	font-family: Arial;
	font-size: 13px;
	line-height: 15px;
	padding: 5px;
	margin: 10px;
}

	div#top {
		margin: 0 22px 0 22px;
		height: 165px;
	}
	
		img#logo {
			position: relative;
			top:10px;
		}
		
		div#top-banner {
			position: absolute;
			top: 10px;
			right: 10px;
			height: 155px;
			width: 795px;
			overflow:hidden;
		}
		
		/*
		 * 
		 * old layout 
		 div#top {
		margin: 0 22px 0 22px;
		height: 80px;
	}
	
		img#logo {
			position: relative;
			top:20px;
		}
		
		div#top-banner {
			position: relative;
			top: -40px;
			margin: 0 auto 0 auto;
			
			width: 468px;
			height: 60px;
			background-color:#ececec;
		}
		 */
	
	div#navigation {
		/*
		border-top: 1px solid #A3CC8F;*/
		border-bottom: 1px solid #fff;
		
		height: 30px;
	}
	

		
		div#navigation ul.main-nav {
			font-size: 12px;
			font-weight: bold;
			margin: 0 22px 0 0;
			text-transform: uppercase;
			height: 30px;
			float: left;
			width: 700px;
		}
		
		div#navigation ul.main-nav li, div#navigation ul.right-nav li {
			display: inline;
		}
		
		/* main nav */
		
		div#navigation ul.right-nav {
			font-size: 10px;
			margin: 0 22px 0 0;
			text-transform: uppercase;
			height: 30px;
			width: 200px;
			float: right;
		}
		
		div#navigation ul.main-nav li a {
			float: left;
			color: #4b82a9; 

			padding: 9px 11px 9px 11px;
			text-decoration: none;
			/*
			border-right: 1px solid #fff;
			border-top: 1px solid #fff;
			*/
		}
				
		div#navigation ul.main-nav li a.active {
			color: #fff; 
			background-color: #89AFCA;
			border-right: 1px solid #fff;
			border-top: 1px solid #fff;
			border-left: 1px solid #fff;
		}
		
		div#navigation ul.main-nav li a:hover {
			color: #89AFCA;
		}
		
		div#navigation ul.main-nav li.nav-open {
			float: left;
			
			height: 30px;
			width: 22px;
		}
		
		/* right nav */
		div#navigation ul.right-nav li a {
			float: right;
			color: #526652; 

			padding: 11px 11px 9px 11px;
			text-decoration: none;
			border-right: 1px solid #A3CC8F;
		}
		
		div#navigation ul.right-nav li.nav-open {
			float: right;
			border-right: 1px solid #A3CC8F;
			height: 30px;
			width: 22px;
		}
	
	div#breadcrumbs {
		margin: 2px 22px 2px 22px;
	}
	
		div#breadcrumbs ul {
			margin: 0 22px 0 0;
			height: 24px;
		}
		
		div#breadcrumbs ul li {
			display: inline;
			
			
		}
		
		div#breadcrumbs ul li a {
			float: left;
			color: #526652;
			/*
				font-weight: bold;
			 */
			padding: 6px 3px 6px 0px;
			margin-left: 4px;
		}
		
		div#breadcrumbs ul li.seperator {
			float: left;
			color: #526652;
			padding: 6px 3px 6px 0px;
			margin-left: 4px;
		}
		
#container {
	width: 986px;
	margin: 0 auto;
	text-align: left;
}
	
	#content {
		width:auto; 
		display:block; 
		background-color: #ffffff;
	}
	
		#column1 {
			float: left;
			margin-right: 10px;
			width: 230px;
		}
		#column2 {
			float: left;
			margin-right: 10px;
			width: 500px;
		}
		#column3 {
			float: left;
			width: 236px;
		}
		
			#column3 h3 {
				font-size: 110%;
				padding: 10px 10px 0px 10px;
			}
			
			#column3 ul li {
				padding: 5px 10px;
			}
	
	/* begin program-nav */
	#program-nav ul ul {
		display: none;
	}
	
	#program-nav a {
		display: block;
		padding: 5px 10px 5px 10px;
		font-weight: bold;
		border-bottom: 1px solid #eee;
		line-height: 14px;
	}

	#program-nav li li a {
		display: block;
		padding-left: 20px;
		font-weight: normal;
		border-bottom: 1px solid #eee;
	}
	
	/* end program-nav */	
	#footer {
		width:auto; 
		display:block; 
		height: 90px;
		color: #fff;
	}
	
	#footer a {
		color: #fff;
	}
		
		#footer div#adblock {
			background-color: #fff;
			padding: 10px 0;
			border: 4px solid #89AFCA; 
		}
		
		#footer div#adblock #bottom-banner {
			position: relative;
			margin: 0 auto 0 auto;
			width: 728px;
			height: 90px;
			border: 1px solid #666; 
		}
		
		#footer div#footer-navigation {
			margin: 5px 2px;
			font-size: 80%;
		}
		
		#footer div#footer-navigation a {
			text-decoration: none;
		}
		
		#footer div#footer-navigation a:hover {
			text-decoration: underline;		
		}
		
			#footer div#footer-navigation .footer-left {
				width: 500px;
				float: left;
			}
			
			#footer div#footer-navigation .footer-left li {
				display: inline;
			}
			
			#footer div#footer-navigation .footer-right {
				float: right;
			}
			
			#footer div#footer-navigation .footer-right li {
				display: inline;
				margin: 0 0 0 8px;
			}


	.weather-table
	{
		font-size: 10px;
		width: 100%;
		text-align: center;
		border-collapse: collapse;
		background: #ffffff;
		/*
		border-left: 1px solid #E6B845;
		border-right: 1px solid #E6B845;
		border-bottom: 1px solid #E6B845;
		*/
		border-left: 1px solid #9C7342;
		border-right: 1px solid #9C7342;
		border-bottom: 1px solid #9C7342;
		/*
		border: 2px solid #444;
		*/
		margin-bottom: 10px;
	}
	
	.weather-table thead tr, .weather-table tfoot tr {
		background-color: #F8F8F8;
	}
	
	.weather-table thead th
	{
		font-size: 120%;
		font-weight: bold;
		padding: 8px;
		color: #526652;
		border-top: 1px solid #9C7342;
		border-bottom: 2px solid #9C7342;
		
		
	}
	
	.weather-table tfoot th
	{
		font-size: 120%;
		font-weight: normal;
		padding: 8px;
		color: #526652;
		border-bottom: 1px solid #9C7342;
		border-top: 2px solid #9C7342;
		
		
	}
	.weather-table td
	{
		padding: 4px;
		 
		border-right: 1px solid #cccccc;
		border-left: 1px solid #cccccc;
		
		vertical-align:middle;
		width: 25%;
	}
	
	.weather-table td span
	{
		display:block;
	}
	
	.weather-table span.temperature
	{
		font-size: 160%;
		padding: 4px;
	}
	
	.weather-table td.full-border
	{
		border: 1px solid #cccccc;
	}
	
	.weather-table tr
	{
		background-color: #ffffff;
	}
	
	.weather-table tr.alternate-bg td, .weather-table tr.alternate-bg th
	{
		background-color: #FFFFCA;
	}
	/*
	.report img {
		padding: 0 10px 10px 0;
	}
	*/