body
{
	margin:0px;
	background:#120401 url(images/bg_leaf.jpg) top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#333;
}

/* { margin:0; padding:0; height:100%; }*/


a {color:#044e15; text-decoration:none;}
a:hover {color:#044e15; text-decoration:underline;}

img { border:0; }

#wrapper div { zoom: 1; } /* fix IE peek-a-boo on ie 6 and 7 */

#wrapper
{
	width:100%;
	background:url(images/bg_grad.png) top repeat-x;
	margin:0px auto;
	/*position:relative;*/
	margin-bottom:195px;
	
}
	
	#trees
	{
		width:100%;
		position:absolute;
		top:0px;
		left:0px;
		background:url(images/bg_grad.png) top repeat-x;
	}

	#container
	{
		width:982px;
		min-height:930px;
		position:absolute;
		top:0px;
		left:50%;
		margin:auto;
		margin-left:-491px;
		background:#AEA780;
		text-align:center;
		font-size:10pt;
	}
	
		#header
		{
			width:980px;
			/*margin: 0 20px;*/
			height:72px;
			background:#fbfbf9 url(images/bg_header3.jpg) center no-repeat;
			position:relative;
			text-align:left;
		}
			
			#search_area
			{
				position:absolute;
				bottom:14px;
				right:23px;
			}
			
			#top_nav
			{
				position:absolute;
				top:9px;
				left:200px;
				font:normal 8pt verdana;
				color:black;
				width:375px;
			}
			#top_nav a { color:black; text-decoration:none; }
			#top_nav a:hover { color:black; text-decoration:underline; }
						
			#homeclick
			{
				position:absolute;
				left:0px;
				top:0px;
				width:550px;
				height:70px;
				cursor:pointer;
				z-index:20;
			}
		
		#main_nav
		{
			width:980px;
			height:21px;
			margin:auto;
			background-color:#AEA780;
			position: relative;
			z-index:30;
		}
			
			#main_nav .category_item
			{
				padding: 3px 7px;
				float:left;
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size:9pt;
				color:#740C15;
				/*  */
				background:none;
				cursor:pointer;
				position:relative;
			}
			#main_nav .category_item a { color:#740C15; text-decoration:none; }
			
			#main_nav .category_item_active
			{
				padding: 3px 7px;
				float:left;
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size:9pt;
				color:#FFF;
				background-color:#740C15;
				cursor:pointer;
				position:relative;
			}
			#main_nav .category_item_active a { color:white; text-decoration:none; }
	
				#main_nav .section_item_container
				{
					position:absolute;
					top:20px;
					left:0px;
					display:none;
					width:150px;
					z-index:30;
				}
				
					#main_nav .section_item_container .section_item
					{
						padding: 3px;
						width:142px;
						float:left;
						font-family: Arial, Helvetica, sans-serif;
						font-size:9pt;
						color:#fff;
						background-color:#666;
						cursor:pointer;
						position:relative;
						filter:alpha(opacity=90);
						-moz-opacity:0.90;
						-khtml-opacity: 0.90;
						opacity: 0.90;
					}
					#main_nav .section_item_container .section_item a { color:white; text-decoration:none; }
					#main_nav .section_item_container .section_item_active
					{
						padding: 3px;
						width:142px;
						float:left;
						font-family: Arial, Helvetica, sans-serif;
						font-size:9pt;
						color:#fff;
						background-color:red;
						cursor:pointer;
						position:relative;
						filter:alpha(opacity=90);
						-moz-opacity:0.90;
						-khtml-opacity: 0.90;
						opacity: 0.90;
					}
					#main_nav .section_item_container .section_item_active a { color:white; text-decoration:none; }
	
				#main_nav .subpage_item_container
				{
					position:absolute;
					top:0px;
					left:148px;
					display:none;
					width:150px;
				}
				
					#main_nav .subpage_item_container .subpage_item
					{
						padding: 3px;
						width:142px;
						float:left;
						font-family: Arial, Helvetica, sans-serif;
						font-size:9pt;
						color:#fff;
						background-color:#666;
						cursor:pointer;
						position:relative;
						filter:alpha(opacity=90);
						-moz-opacity:0.90;
						-khtml-opacity: 0.90;
						opacity: 0.90;
					}
					#main_nav .subpage_item_container .subpage_item a { color:white; text-decoration:none; }
					#main_nav .subpage_item_container .subpage_item_active
					{
						padding: 3px;
						width:142px;
						float:left;
						font-family: Arial, Helvetica, sans-serif;
						font-size:9pt;
						color:#fff;
						background-color:red;
						cursor:pointer;
						position:relative;
						filter:alpha(opacity=90);
						-moz-opacity:0.90;
						-khtml-opacity: 0.90;
						opacity: 0.90;
					}
					#main_nav .subpage_item_container .subpage_item_active a { color:white; text-decoration:none; }
		
		#greybar
		{
			width:980px;
			height:21px;
			margin:auto;
			background-color:#323232;
		}
		
		#account_nav
		{
			width:970px;
			height:18px;
			text-align:right;
			padding-right:10px;
			padding-top:3px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:8pt;
			color:white;
		}
			#account_nav a { color:#999; text-decoration:none; }
			#account_nav a:hover { color:#fff; text-decoration:none; }
		
		#content_container
		{
			width:978px;
			min-height:690px;
			background:#fbfbf9;
			margin:auto;
		}
		#content
		{
			width:978px;
			/*min-height:690px;*/
			color:#333;
			margin:auto;
			padding-top:20px;
			text-align:left;
		}
		
		#content #column_1 { float:left; width:303px; margin-left:10px; }
		#content #column_2 { float:left; width:393px; margin-left:10px; }
		#content #column_3 { float:left; width:240px; margin-left:10px; }
		#content #content_main { float:left; width:706px; margin-left:10px; }
			
#partner
{
	width:100%;
	position:fixed;
	bottom:65px;
	left:0px;
	/* margin-left:-610px; */
	background-color:#AEA780;
	border-top:1px #AEA780 solid;
}
		
#dropshadow
{
	width:100%;
	height:15px;
	border-top:1px #a9c032 solid;
	background-color:#323232;
	background:url(images/gr_dropshadow.gif) repeat-x;
	position:fixed;
	bottom:50px;
	left:0px;
	/* margin-left:-610px; */
}

#footer
{
	width:100%;
	height:50px;
	position:fixed;
	bottom:0px;
	left:0px;
	/* margin-left:-610px; */
	background-color:#323232;
	color:white;
	font-size:10pt;
	text-align:center;
	z-index: 20;
}
	#footer a { color:white; text-decoration:underline; }
	#footer a:hover { color:white; text-decoration:underline; }

			
.deluge_logo 
{
	position: fixed;
	bottom: 0;
	right: 0;
}

/*####################################*/
h1
{
	color:#044e15;
	font-size:13pt;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:2px;
	margin-top:0px;
}
h2
{
	color:#044e15;
	font-size:12pt;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom:#aabf32 dotted 1px;
	margin-bottom:10px;
}
h3,h5,h6
{
	color:#aea780;
	font-size:11pt;
	font-weight:normal;
	font-family:"Times New Roman", Georgia, Times, serif;
}
h4
{
	color: #ff0000;
	font-size:11pt;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}

/* --- banner columns --- */
.banner_container
{
	text-align:center;
}
.banner_container .headline
{
	background-color:#5a9a7b;
	width:170px;
	color:white;
	font-size:10pt;
	font-weight:bold;
	text-transform:uppercase;
	padding: 5px 0;
}
.banner_container .banner_item
{
	margin: 5px 0;
}


/* --- newsletter styles --- 
				#side_bar_container 
				{
					width:170px;
					background-color:#5a9a7b;
					font-size: 8pt;
				}
				
					#side_bar_container .side_bar_container_padding
					{
						padding:10px;
					}
					
						#side_bar_container .side_bar_container_padding #newsletter_headline
						{
							color:white;
							font-size:11pt;
							font-weight:bold;
						}
						
					#side_bar_container #member_button
					{
						width:160px;
						background-color:#8abba4;
						padding:5px;
						color:white;
						font-size:9pt;
					}
					
					#side_bar_container input
					{
						width:130px;
						border:2px solid #8abba4;
						background-color:#fff;
						color: black;
						height:18px;
						font-size:10pt;
					}
				
					#side_bar_container .submit
					{
						width:100px;
						text-align:center;
						border:2px solid #8abba4;
						background-color:#8abba4;
						color: white;
						height: 24px;
						font-size: 10pt;
					}
					
					#side_bar_container #news_highlight
					{
						background-image:url(images/hl_news.gif);
						background-position:top;
						background-repeat:no-repeat;
						padding:64px 10px 10px 10px;
					}
					
					#side_bar_container #event_highlight
					{
						background-image:url(images/hl_event.gif);
						background-position:top;
						background-repeat:no-repeat;
						padding:64px 10px 10px 10px;
					}*/
					


/* --- quick links in side nav --- */
#quick_link
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:black;
	font-size:8pt;
	text-transform:uppercase;
	font-weight:bold;
}
#quick_link .item {}
#quick_link .item a {color:#000; text-decoration:none;}
#quick_link .item a:hover {color:#000; text-decoration:underline;}

/* --- side nav content --- */
#side_nav_content
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:black;
	font-size:8pt;
	font-weight:bold;
}
#side_nav_content {}
#side_nav_content a {color:#000; text-decoration:none;}
#side_nav_content a:hover {color:#000; text-decoration:underline;}

#side_nav_content li {margin-left:-15px;}

/* --- main landing page styles --- */
#main_landing {font-family:Verdana, Arial, Helvetica, sans-serif;}
#main_landing h1 {font-family: Verdana, Arial, Helvetica, sans-serif; color:#333; font-size:11pt; font-weight:bold;}
#main_landing .caption {font-family: Verdana, Arial, Helvetica, sans-serif; color:#333; font-size:9pt; }

/* --- interior landing page styles --- */
#landing_container
{
	width:100%;
	margin-top:15px;
}

	#landing_container .section_headline {font-family: Georgia, "Times New Roman", Times, serif; font-size:13pt; color:#044e15; font-style:normal; font-weight:normal; margin: 0 0 4px 0; border-top:solid black 2px; padding-top:5px; margin-top:17px;}
		#landing_container .section_headline a {color:#044e15; text-decoration:none;}
		#landing_container .section_headline a:hover {color:#044e15; text-decoration:underline;}
	#landing_container .more_button {float:right; margin: 0 10px 5px 0; }

.list_item
{
	padding-left:20px;
}

	.list_item .headline {font-family: Georgia, "Times New Roman", Times, serif; font-size:12pt; color:#044e15; font-style:normal; font-weight:normal; margin: 0 0 10px 0;}
		.list_item .headline a {color:#044e15;text-decoration:none;}
		.list_item .headline a:hover {color:#044e15;text-decoration:underline;}
	.list_item .byline {font-style:italic;}
	.list_item .date {float: left; margin: 6px 7px 0 0 ;}
	.list_item .location { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:8pt; margin:5px 0; }
		.list_item .location a { color:#044e15; text-decoration:none; }
		.list_item .location a:hover { color:#044e15; text-decoration:underline; }
	.list_item .asset {float:right; margin: 0 10px 0 0; width:150px; height:120px; overflow:hidden; }
		.list_item a {color:#333;text-decoration:none;}
		.list_item a:hover {color:#333;text-decoration:underline;}

.event_list_item
{
	padding-left:20px;
}

	.event_list_item .headline {font-family: Georgia, "Times New Roman", Times, serif; font-size:12pt; color:#044e15; font-weight:normal; margin: 0 0 10px 0;}
		.event_list_item .headline a {color:#044e15;text-decoration:none;}
		.event_list_item .headline a:hover {color:#044e15;text-decoration:underline;}
	.event_list_item .byline { }
	.event_list_item .left_column { float: left; margin: 6px 7px 0 0 ; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:7pt; width:65px; }
	.event_list_item .date {}
	.event_list_item .location { margin:5px 0; }
		.event_list_item .location a { color:#044e15; text-decoration:none; }
		.event_list_item .location a:hover { color:#044e15; text-decoration:underline; }
	.event_list_item .asset {float:right; margin: 0 10px; width:150px; height:120px; overflow:hidden; }
		.event_list_item a {color:#333;text-decoration:none;}
		.event_list_item a:hover {color:#333;text-decoration:underline;}
	.event_list_item .default {margin: 0 0 0 75px; }
		.event_list_item .default a {color:#333;text-decoration:none;}
		.event_list_item .default a:hover {color:#333;text-decoration:underline;}

/* --- rivertown landing page styles --- */
#rivertown_container
{
	width:95%;
	margin-top:15px;
	border:#044e15 solid 1px; 
	padding:10px;
}

	#rivertown_container .group { float:left; width:22%; margin-right:10px; }
	#rivertown_container .item {  }
		#rivertown_container .item a { color:#120401; text-decoration:none; }
		#rivertown_container .item a:hover { color:#120401; text-decoration:underline; }

#itinerary_container
{
}


	#itinerary_container .item { margin-bottom: 6px; }

	#itinerary_container .item .headline {font-family: Georgia, "Times New Roman", Times, serif; font-size:12pt; color:#044e15; font-weight:normal; margin: 0 0 10px 0;}
		#itinerary_container .item .headline a {color:#044e15;text-decoration:none;}
		#itinerary_container .item .headline a:hover {color:#044e15;text-decoration:underline;}
	#itinerary_container .item .date {float: left; width:65px; margin: 6px 7px 0 0 ; font-size:8pt; }
	#itinerary_container .item .asset {float:right; margin: 0 7px 0 0px; padding:2px; width:150px; height:100px; }
		#itinerary_container .item a {color:#333;text-decoration:none;}
		#itinerary_container .item a:hover {color:#333;text-decoration:underline;}
	#itinerary_container .item .default {padding: 0 0 0 75px; }

/* inset--set off text inside the body of a page */

.inset {width:95%; border:red solid 2px; margin:10px 0; padding:10px;}
.inset img {float:left; margin:0 10px 0 0;}


/* newsletter styles */
#newsletter 
{
	font-family:arial;
	font-size:9pt;
	color:#999999;
	margin-top:10px;
}
	
	#newsletter #newsletter_headline 
	{
		color:#044e15;
		font-size:11pt;
		font-weight:normal;
		font-style:normal;
		font-family:Georgia, "Times New Roman", Times, serif;
		margin-bottom:2px;
		margin-top:0px;
	}
	
	#newsletter .input
	{
		border:#044e15 solid 1px;
		background-color:#ffffff;
		width:170px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size:8pt;
		color:#044e15;
		padding:2px 4px;
	}

	#newsletter .submit
	{
		border:none;
		background-color:#044e15;
		padding:2px 4px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size:8pt;
		color:#fff;
	}

/* dont miss event highlight styles */
#highlight_event 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#333;
	border:#044e15 1px solid;
	padding:5px;
	background:white;
	margin-bottom:10px;
	text-align:left;
}
	
	#highlight_event .headline
	{
		color:#044e15;
		font-size:12pt;
		font-weight:normal;
		font-family:Georgia, "Times New Roman", Times, serif;
		margin-bottom:2px;
		margin-top:0px;
		border-bottom:#044e15 1px solid;
	}
	
	#highlight_event .rsslinks { font-family:Arial, Helvetica, sans-serif; font-size:9pt; color:#333; }
		#highlight_event .rsslinks a { font-style:normal; text-decoration:none; color:#fef600; font-family:Georgia, "Times New Roman", Times, serif; font-size:10pt; }
		#highlight_event .rsslinks a:hover { font-style:normal; text-decoration:underline; color:#fef600; font-family:Georgia, "Times New Roman", Times, serif; font-size:10pt; }
	
	#highlight_event .asset { text-align:center; width:150px; height:100px; float:left; margin-right:10px; }
		#highlight_event .asset img { border:0; }
	#highlight_event .date { font-style:italic; color:#fef600; font-family:Georgia, "Times New Roman", Times, serif; font-size:10pt; }
	#highlight_event .name { font-style:normal; color:#fef600; font-family:Georgia, "Times New Roman", Times, serif; font-size:10pt; }
		#highlight_event .name a { color:#044e15; text-decoration:none; }
		#highlight_event .name a:hover { color:#044e15; text-decoration:underline; }

	#highlight_event .more { float:right; font-size:8pt; }
		
	#highlight_event a { color:#333; text-decoration:none; }
	#highlight_event a:hover { color:#333; text-decoration:underline; }
			
/* gallery2 highlight styles */
#highlight_gallery2 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#333;
	border:#044e15 1px solid;
	padding:5px;
	background:white;
	margin-bottom:10px;
	text-align:left;
}
	
	#highlight_gallery2 .headline
	{
		color:#044e15;
		font-size:12pt;
		font-weight:normal;
		font-family:Georgia, "Times New Roman", Times, serif;
		margin-bottom:2px;
		margin-top:0px;
		border-bottom:#044e15 1px solid;
	}
	
	#highlight_gallery2 .rsslinks { font-family:Arial, Helvetica, sans-serif; font-size:9pt; color:#333; }
		#highlight_gallery2 .rsslinks a { font-style:normal; text-decoration:none; color:#fef600; font-family:Georgia, "Times New Roman", Times, serif; font-size:10pt; }
		#highlight_gallery2 .rsslinks a:hover { font-style:normal; text-decoration:underline; color:#fef600; font-family:Georgia, "Times New Roman", Times, serif; font-size:10pt; }
	
	#highlight_gallery2 .asset { text-align:center; width:150px; height:100px; float:left; margin-right:10px; border:solid black 1px; overflow:hidden; }
		#highlight_gallery2 .asset img { border:0; }
	#highlight_gallery2 .date { font-style:italic; color:#fef600; font-family:Georgia, "Times New Roman", Times, serif; font-size:10pt; }
	#highlight_gallery2 .name { font-style:normal; color:#fef600; font-family:Georgia, "Times New Roman", Times, serif; font-size:10pt; }
		#highlight_gallery2 .name a { color:#044e15; text-decoration:none; }
		#highlight_gallery2 .name a:hover { color:#044e15; text-decoration:underline; }

	#highlight_gallery2 .more { float:right; font-size:8pt; }
		
	#highlight_gallery2 a { color:#333; text-decoration:none; }
	#highlight_gallery2 a:hover { color:#333; text-decoration:underline; }
			
/* featured partner highlight styles */
#highlight_featured_partner 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#333;
	border:#044e15 1px solid;
	padding:5px;
	background:white;
	margin-bottom:10px;
	text-align:left;
}
	
	#highlight_featured_partner .headline
	{
		color:#044e15;
		font-size:12pt;
		font-weight:normal;
		font-family:Georgia, "Times New Roman", Times, serif;
		margin-bottom:2px;
		margin-top:0px;
		border-bottom:#044e15 1px solid;
	}
	
	#highlight_featured_partner .rsslinks { font-family:Arial, Helvetica, sans-serif; font-size:9pt; color:#333; }
		#highlight_featured_partner .rsslinks a { font-style:normal; text-decoration:none; color:#fef600; font-family:Georgia, "Times New Roman", Times, serif; font-size:10pt; }
		#highlight_featured_partner .rsslinks a:hover { font-style:normal; text-decoration:underline; color:#fef600; font-family:Georgia, "Times New Roman", Times, serif; font-size:10pt; }
	
	#highlight_featured_partner .asset { text-align:center; width:150px; height:100px; float:left; margin-right:10px; }
		#highlight_featured_partner .asset img { border:0; }
	#highlight_featured_partner .date { font-style:italic; color:#fef600; font-family:Georgia, "Times New Roman", Times, serif; font-size:10pt; }
	#highlight_featured_partner .name { font-style:normal; color:#fef600; font-family:Georgia, "Times New Roman", Times, serif; font-size:10pt; }
		#highlight_featured_partner .name a { color:#044e15; text-decoration:none; }
		#highlight_featured_partner .name a:hover { color:#044e15; text-decoration:underline; }

	#highlight_featured_partner .more { float:right; font-size:8pt; }
		
	#highlight_featured_partner a { color:#333; text-decoration:none; }
	#highlight_featured_partner a:hover { color:#333; text-decoration:underline; }
			
/* dont miss event highlight styles */
#highlight_itinerary 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#333;
	border:#044e15 1px solid;
	padding:5px;
	background:white;
	margin-bottom:10px;
	text-align:left;
}
	
	#highlight_itinerary .headline
	{
		color:#044e15;
		font-size:12pt;
		font-weight:normal;
		font-family:Georgia, "Times New Roman", Times, serif;
		margin-bottom:2px;
		margin-top:0px;
		border-bottom:#044e15 1px solid;
	}
	
	#highlight_itinerary .rsslinks { font-family:Arial, Helvetica, sans-serif; font-size:9pt; color:#333; }
		#highlight_itinerary .rsslinks a { font-style:normal; text-decoration:none; color:#fef600; font-family:Georgia, "Times New Roman", Times, serif; font-size:10pt; }
		#highlight_itinerary .rsslinks a:hover { font-style:normal; text-decoration:underline; color:#fef600; font-family:Georgia, "Times New Roman", Times, serif; font-size:10pt; }
	
	#highlight_itinerary .asset { text-align:center; width:150px; height:100px; float:left; margin-right:10px; }
		#highlight_itinerary .asset img { border:0; }
	#highlight_itinerary .date { font-style:italic; color:#fef600; font-family:Georgia, "Times New Roman", Times, serif; font-size:10pt; }
	#highlight_itinerary .name { font-style:normal; color:#fef600; font-family:Georgia, "Times New Roman", Times, serif; font-size:10pt; }
		#highlight_itinerary .name a { color:#044e15; text-decoration:none; }
		#highlight_itinerary .name a:hover { color:#044e15; text-decoration:underline; }

	#highlight_itinerary .more { float:right; font-size:8pt; }
		
	#highlight_itinerary a { color:#333; text-decoration:none; }
	#highlight_itinerary a:hover { color:#333; text-decoration:underline; }
			
/* survey highlight styles */
#highlight_survey 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#333;
	border:#044e15 1px solid;
	padding:5px;
	background:white;
	margin-bottom:10px;
	text-align:left;
}
	
	#highlight_survey .headline
	{
		color:#044e15;
		font-size:12pt;
		font-weight:normal;
		font-family:Georgia, "Times New Roman", Times, serif;
		margin-bottom:2px;
		margin-top:0px;
		border-bottom:#044e15 1px solid;
	}
	
	#highlight_survey .rsslinks { font-family:Arial, Helvetica, sans-serif; font-size:9pt; color:#333; }
		#highlight_survey .rsslinks a { font-style:normal; text-decoration:none; color:#fef600; font-family:Georgia, "Times New Roman", Times, serif; font-size:10pt; }
		#highlight_survey .rsslinks a:hover { font-style:normal; text-decoration:underline; color:#fef600; font-family:Georgia, "Times New Roman", Times, serif; font-size:10pt; }
	
	#highlight_survey .asset { text-align:center; width:150px; height:100px; float:left; margin-right:10px; }
		#highlight_survey .asset img { border:0; }
	#highlight_survey .date { font-style:italic; color:#fef600; font-family:Georgia, "Times New Roman", Times, serif; font-size:10pt; }
	#highlight_survey .name { font-style:normal; color:#fef600; font-family:Georgia, "Times New Roman", Times, serif; font-size:10pt; }
		#highlight_survey .name a { color:#044e15; text-decoration:none; }
		#highlight_survey .name a:hover { color:#044e15; text-decoration:underline; }

	#highlight_survey .more { float:right; font-size:8pt; }
		
	#highlight_survey a { color:#333; text-decoration:none; }
	#highlight_survey a:hover { color:#333; text-decoration:underline; }
	
/* business list */
#business_type_list
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#333;
}
	#business_type_list .item { float:left; width:200px; text-align:left; }
	#business_type_list .item a { color: #333; text-decoration:none; }
	#business_type_list .item a:hover { color: #333; text-decoration:underline; }
			
/* dont miss event highlight styles */
.highlight_small
{
	font-family:verdana, arial;
	font-size:7pt;
	color:#333;
	/*border:#044e15 1px solid;
	background:white;*/
	padding:5px;
	margin-bottom:10px;
	text-align:left;
}
	
	.highlight_small .headline
	{
		color:#044e15;
		font-size:10pt;
		font-weight:normal;
		font-family:Georgia, "Times New Roman", Times, serif;
		margin-bottom:2px;
		margin-top:0px;
		border-bottom:#044e15 1px solid;
	}
	
	.highlight_small .item { margin:4px 0; }
	.highlight_small .date { color:#fef600; font-family:Arial, verdana; font-size:8pt; }
	.highlight_small .name { color:#fef600; font-family:Arial, verdana; font-size:9pt; }
		.highlight_small .name a { color:#044e15; text-decoration:none; }
		.highlight_small .name a:hover { color:#044e15; text-decoration:underline; }

	.highlight_small .more { float:right; font-size:8pt; }
		
	.highlight_small a { color:#333; text-decoration:none; }
	.highlight_small a:hover { color:#333; text-decoration:underline; }
			
/* dont miss event highlight styles */
#highlight_riverfront 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#333;
	border:#044e15 1px solid;
	padding:5px;
	background:white;
	margin-bottom:10px;
	text-align:left;
}
	
	#highlight_riverfront .headline
	{
		color:#044e15;
		font-size:12pt;
		font-weight:normal;
		font-family:Georgia, "Times New Roman", Times, serif;
		margin-bottom:2px;
		margin-top:0px;
		border-bottom:#044e15 1px solid;
	}
	
	#highlight_riverfront .item { width:33%; float:left; text-align:center;  }
		#highlight_riverfront .item .name { color:#fef600; font-family:Georgia, "Times New Roman", Times, serif; font-size:9pt; }
			#highlight_riverfront .item .name a { color:#044e15; text-decoration:none; }
			#highlight_riverfront .item .name a:hover { color:#044e15; text-decoration:underline; }

			
/* newsletter styles */
#newsletter_highlight 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#fff;
	text-align:right;
}
	
	#newsletter_highlight .headline 
	{
		color:#fef600;
		font-size:12pt;
		font-weight:normal;
		font-style:normal;
		font-family:Georgia, "Times New Roman", Times, serif;
		margin-bottom:2px;
		margin-top:0px;
	}
	
	#newsletter_highlight .asset { text-align:center; }
	#newsletter_highlight .date { text-align:center; font-style:italic; color:#fef600; font-family:Georgia, "Times New Roman", Times, serif; font-size:10pt; }
	#newsletter_highlight .name { text-align:center; font-style:normal; color:#fef600; font-family:Georgia, "Times New Roman", Times, serif; font-size:10pt; }
		#newsletter_highlight .name a { color:#fef600; text-decoration:none; }
		#newsletter_highlight .name a:hover { color:#fef600; text-decoration:underline; }
		
	#newsletter_highlight a { color:#fff; text-decoration:none; }
	#newsletter_highlight a:hover { color:#fff; text-decoration:underline; }
	

/* article styles */
#article_highlight 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#fff;
	text-align:left;
}
	
	#article_highlight .headline 
	{
		color:#fef600;
		font-size:12pt;
		font-weight:normal;
		font-style:normal;
		font-family:Georgia, "Times New Roman", Times, serif;
		margin-bottom:2px;
		margin-top:0px;
	}
	
	#article_highlight .asset { float:left; margin:5px 7px 5px 0; }
	#article_highlight .byline { font-style:italic; color:#fef600; font-family:Georgia, "Times New Roman", Times, serif; font-size:10pt; }
	#article_highlight .more { font-style:normal; color:#fef600; font-family:arial; font-size:8pt; }
		#article_highlight .more a { color:#fef600; text-decoration:none; }
		#article_highlight .more a:hover { color:#fef600; text-decoration:underline; }
	#article_highlight .date { font-style:italic; color:#fef600; font-family:Georgia, "Times New Roman", Times, serif; font-size:10pt; }
		#article_highlight .date a { color:#fef600; text-decoration:none; }
		#article_highlight .date a:hover { color:#fef600; text-decoration:underline; }
		
	#article_highlight a { color:#fff; text-decoration:none; }
	#article_highlight a:hover { color:#fff; text-decoration:underline; }
	

/* store styles */
#store_highlight 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#fff;
	text-align:left;
}
	
	#store_highlight .headline 
	{
		color:#fef600;
		font-size:12pt;
		font-weight:normal;
		font-style:normal;
		font-family:Georgia, "Times New Roman", Times, serif;
		margin-bottom:2px;
		margin-left:10px;
	}
	
	#store_highlight .more { font-style:normal; color:#fef600; font-family:arial; font-size:8pt; }
		#store_highlight .more a { color:#fef600; text-decoration:none; }
		#store_highlight .more a:hover { color:#fef600; text-decoration:underline; }

	#store_highlight .row { width:98%;}
	#store_highlight .row .item { width:49%; float:left; text-align:center; margin:20px 0; }
	#store_highlight.row .item .asset { text-align:center; border:white solid 1px; }
	#store_highlight .row .item .price { font-style:normal; color:#fef600; font-family:Georgia, "Times New Roman", Times, serif; font-size:10pt; }
	#store_highlight .row .item .strikethru { font-style:normal; color:#ccc; font-family:Georgia, "Times New Roman", Times, serif; font-size:10pt; text-decoration:line-through; }
	#store_highlight .row .item .name { font-style:normal; color:#fef600; font-family:Georgia, "Times New Roman", Times, serif; font-size:10pt; }
		#store_highlight .row .item .date a { color:#fef600; text-decoration:none; }
		#store_highlight .row .item .date a:hover { color:#fef600; text-decoration:underline; }
		
	#store_highlight .row .item a { color:#fff; text-decoration:none; }
	#store_highlight .row .item a:hover { color:#fff; text-decoration:underline; }
	

/* survey highlight styles */
#survey_highlight 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#fff;
	text-align:right;
	padding-left:10px;
}
	
	#survey_highlight .headline 
	{
		color:#fef600;
		font-size:12pt;
		font-weight:normal;
		font-style:normal;
		font-family:Georgia, "Times New Roman", Times, serif;
		margin-bottom:2px;
		margin-top:0px;
	}
	
	#survey_highlight .asset { text-align:center; }
	#survey_highlight .date { font-style:italic; color:#fef600; font-family:Georgia, "Times New Roman", Times, serif; font-size:10pt; }
	#survey_highlight .name { font-style:normal; color:#fef600; font-family:Georgia, "Times New Roman", Times, serif; font-size:10pt; margin:5px 0; }
		#survey_highlight .name a { color:#fef600; text-decoration:none; }
		#survey_highlight .name a:hover { color:#fef600; text-decoration:underline; }
	#survey_highlight .caption { color:#CCCCCC; font-family:Arial; font-size:8pt; }

	#survey_highlight a { color:#fff; text-decoration:none; font-weight:bold; }
	#survey_highlight a:hover { color:#fff; text-decoration:underline; font-weight:bold; }
	

/* survey styles */
#survey 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000;
	text-align:left;
	position:relative;
	z-index:50;
}
	
	#survey .headline 
	{
		color:#336600;
		font-size:12pt;
		font-weight:normal;
		font-style:normal;
		font-family:Georgia, "Times New Roman", Times, serif;
		padding-bottom:2px;
		margin-bottom:2px;
		text-align:center;
	}
	
	#survey .more { font-style:normal; color:#fef600; font-family:arial; font-size:8pt; }
		#survey .more a { color:#fef600; text-decoration:none; }
		#survey .more a:hover { color:#fef600; text-decoration:underline; }

	#survey .date { font-style:normal; color:#336600; border-bottom:dotted 1px #336600; font-family:Georgia, "Times New Roman", Times, serif; font-size:10pt; margin-bottom:6px; text-align:center; }
	#survey .name { font-style:normal; color:#fef600; font-family:Georgia, "Times New Roman", Times, serif; font-size:10pt; }
		#survey .date a { color:#fef600; text-decoration:none; }
		#survey .date a:hover { color:#fef600; text-decoration:underline; }
		
	#survey a { color:#120401; text-decoration:none; }
	#survey a:hover { color:#120401; text-decoration:underline; }
	
#survey_form { border-bottom:1px white dotted; padding-bottom:5px; margin-bottom:10px; }
	
	#survey_form .count { float:left; text-align:right; margin-right:5px; width:30px; font-weight:bold; }
	#survey_form .name { }
	#survey_form .question_item { float:left; padding-left:20px; width:300px; }
		#survey_form .question_item .radio { float:left; width:18px; margin-right:5px; text-align:left; }
		#survey_form .question_item .name { margin-right:10px; text-align:left; }
	#survey_form .response { width:400px; float:left; text-align:right; margin-right: 5px; }
	#survey_form .graph { float:left; width:200px; height:10px; border:white 1px solid; margin:2px 5px 0 0; }
	#survey_form .percentage { font-family:"Courier New", Courier, mono; font-size:9pt; width:60px; text-align:right; float:right; }
	
#survey_result { border-bottom:1px black dotted; padding-bottom:5px; margin-bottom:10px; position:relative; color:#000000; }
	
	#survey_result .item { width:100%; color:black; margin-bottom:10px; }
		#survey_result .item .count { float:left; text-align:right; margin-right:5px; width:30px; font-weight:bold; }
		#survey_result .item .name { float:left;  }
		#survey_result .item .response { width:250px; float:left; text-align:right; margin-right: 5px; }
		#survey_result .item .graph { float:left; width:200px; height:10px; border:black 1px solid; margin:2px 5px 0 0; }
		#survey_result .item .percentage { font-family:"Courier New", Courier, mono; font-size:9pt; width:60px; text-align:right; float:left; }

/* search styles */
#search 
{
}
	#search form {margin-bottom:25px;}

	#search input
	{
		border:red solid 1px;
		background-color:#ffffff;
		height:14px;
		width:100px;
		font-family:"Courier New", Courier, mono;
		font-size:8pt;
		color:red;
	}

	#search .submit
	{
		border:red solid 1px;
		background-color:#ff0000;
		height:18px;
		width:30px;
		font-family:"Courier New", Courier, mono;
		font-size:8pt;
		color:#fff;
	}

/* page assets */

#asset
{
	margin: 10px;
	width: 250px;
	float: right;
	border: white solid 1px;
}

	#asset .item
	{
		text-align:center;
	}
		#asset .item .asset_container
		{
		}

		#asset .item .caption
		{
			font-size: 8pt;
			text-align:center;
		}

/*--- new control bar ---*/
/* --- control bar --- */
#control2
{
	margin: 0;
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#999999;
}

#control2 .control_item2
{
	margin: 2px 5px;
	float:left;
}	
#control2 .control_item2 a { text-decoration:none; color:#999; }
#control2 .control_item2 a:hover { text-decoration:underline; color:#999; }

/* --- control bar --- */
#control
{
	margin: 0;
	float:left;
}

#control .control_item
{
	padding: 2px 5px;
	background-color:#fff;
	border: solid 2px #aabf32;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#aabf32;
	float:left;
	cursor:pointer;
}	
#control .control_item_active
{
	padding: 2px 5px;
	background-color:#aabf32;
	border: solid 2px #aabf32;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#333;
	float:left;
	cursor:pointer;
}	

/*--- registration button ---*/
.registration_button
{
	padding: 2px 5px;
	background-color:#fff;
	border: solid 2px #ffa432;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#ffa432;
	float:left;
	cursor:pointer;
}	
.registration_button_active
{
	padding: 2px 5px;
	background-color:#ffa432;
	border: solid 2px #ffa432;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:black;
	float:left;
	cursor:pointer;
}	

/* --- comments --- */
#comment_container
{
	width:100%;
	clear:both;
	margin:20px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#666;
}

	#comment_container .comment_item
	{
	}
	
	#comment_container .comment_byline
	{
		font-size:7pt;
		font-style:italic;
		border-bottom:dotted 1px #666;
		margin-bottom:6px;
	}
	
	#comment_container a:link{color:#666;text-decoration:none;}
	#comment_container a:visited{color:#666;text-decoration:none;}
	#comment_container a:active{color:#666;text-decoration:none;}
	#comment_container a:active{color:#666;text-decoration:none;}
	
	#comment_container textarea
	{
	 width:80%;
	 border:solid 1px #666;
	 height:150px;
	}

/* --- email to friend --- */
#emailtofriend_container
{
	width:100%;
	clear:both;
	margin:20px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#333333;
}

	#emailtofriend_container .input1
	{
	 width:40%;
	 border:solid 1px #d4cd09;
	 height:20px;
	 margin-bottom:8px;
	}

	#emailtofriend_container .submit
	{
	 padding:2px;
	 text-align: center;
	}

	#emailtofriend_container textarea
	{
	 width:80%;
	 border:solid 1px #d4cd09;
	 height:150px;
	}

/* --- blog --- */
#blog_container
{
	width:100%;
	clear:both;
	margin:20px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#333333;
}

	#blog_container .input1
	{
	 width:40%;
	 border:solid 1px #d4cd09;
	 height:20px;
	 margin-bottom:8px;
	}

	#blog_container .submit
	{
	 padding:2px;
	 text-align: center;
	}

	#blog_container textarea
	{
	 width:80%;
	 border:solid 1px #d4cd09;
	 height:150px;
	}

/* table styles */

table.table_1 {
	border-spacing: 2px;
	color:#024a7e;
	border: 1px solid #024a7e;
	background-color:#CCCCCC;
}
table.table_1 th {
	padding: 3px;
	border: 1px solid #024a7e;
}
table.table_1 td {
	padding: 3px;
	border: 1px solid #024a7e;
}

/* miscellaneous styles */

.page_data
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:7pt;
	color:#666;
	border-top:dotted 1px #666;
	padding-top:4px;
	margin-top:10px;
}
.page_data a:link {color:#666;text-decoration:none;}
.page_data a:visited {color:#666;text-decoration:none;}
.page_data a:active {color:#333;text-decoration:none;}
.page_data a:hover {color:#333;text-decoration:none;}

#paging
{
	width:100%;
	border-top: solid black 3px;
	margin:10px 0;
	padding:10px;
	text-align:center;
}

/*--- business listing styles ---*/
#business_search
{
	width:100%;
	font-size:8pt;
}
	#business_search table {
		border-spacing: 2px;
		color:#024a7e;
		border: 1px solid #024a7e;
		background-color:#fff;
	}
	#business_search table th {
		padding: 3px;
	}
	#business_search table td {
		padding: 3px;
		background-color:#fff;
	}
	#business_search input {border:solid 1px #024a7e; font-size:7pt; color:#024a7e; background-color:#fff; padding:2px;}
	#business_search select {border:solid 1px #024a7e; font-size:7pt; color:#024a7e; background-color:#fff; width:100px; padding:2px;}

#business_container {margin:10px 0; font-size:7pt; font-family:Verdana, Arial, Helvetica, sans-serif;}
	#business_container .label {width:50px; float:left; color:#024a7e;}

.column {float:left;}

.caption {font-family:Arial, Helvetica, sans-serif; font-size: 8pt; color:#fff;}

.submit1 {border:#fff 1px dotted; padding:2px; background-color:#120401; font-family:arial; font-size:8pt; color:#fff; text-align:center;}