body
{
	margin:0px;
	background:#433737 url(images/bg_page.gif) top repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#333333;
}

a {color:#7b0002;text-decoation:none;}
a:hover {color:#7b0002;text-decoation:underline;}

#mostouter
{
	width:100%;
	overflow:hidden;
	position:relative;/* IE NEEDS THIS !!!!! */
}

#wrapper
{
	width:1000px;
	background:url(images/bg_wrapper.png) center repeat-y;
	margin:0px auto;
	position:relative;
	overflow:visible;
}

	#header
	{
		width:944px;
		height:90px;
		position:absolute;
		top:0px;
		left:28px;
		background:url(images/bg_header.png) top left no-repeat;
	}
	
			#topnav
			{
				width:340px;
				position:absolute;
				right:20px;
				top:30px;
				font:normal 7pt verdana;
			}
				
				#topnav .mostTopNavMenuItem { float:right; margin-left:8px; }
				#topnav .mostTopNavMenuItem a {color:black; text-decoration:none; display:block; text-transform:none; }
				#topnav .mostTopNavMenuItem a:visited {color:;text-decoration:none; text-transform:none;}
				#topnav .mostTopNavMenuItem a:active {color:black;text-decoration:underline; text-transform:none;}
				#topnav .mostTopNavMenuItem a:hover {color:black;text-decoration:underline; text-transform:none;}
			
			#search_area
			{
				position:absolute;
				right:20px;
				top:45px;
			}
			
			#homeclick
			{
				position:absolute;
				left:0px;
				top:0px;
				width:460px;
				height:90px;
				cursor:pointer;
			}
	
	
	#main_navigation
	{
		width:924px;
		height:25px;
		position:absolute;
		top:90px;
		left:38px;
		border-top:2px #2f2f2f solid;
		border-bottom:1px #2f2f2f solid;
		padding-left:0;
		z-index:11;
	}
		
			#main_navigation .topMenuItem
			{
				font:normal 9pt Georgia;
				padding:0px 7px;
				padding-top:5px;
				position:relative;
				float:left;
			}
			
			.topMenuItem a { color:#3c311f; text-decoration:none; display:block; text-transform:none; }
			.topMenuItem a:visited {color:#3c311f;text-decoration:none; text-transform:none;}
			.topMenuItem a:active {color:#3c311f;text-decoration:underline; text-transform:none;}
			.topMenuItem a:hover {color:#3c311f;text-decoration:underline; text-transform:none;}
			
				
					/* These will refere to the block that will hold all sections of a given category */
					.menuItemSectionsHolder
					{
						position:absolute;
						left:0px;
						top:21px;
						margin:0px;
						
						display:none; 
						border:1px black solid;
					}
					
					/* These will refer to each section */
					.sectionItem
					{
						text-align:left;
						padding:5px 2px;
						min-width:140px;
						background-color:#e8dfc2;
						color:#3c311f;
						cursor:pointer;
						position:relative;
						font-family:Arial, Helvetica, sans-serif;
						font-size:9pt;
						font-weight:normal;
					}
					
					.sectionItem a{color:#3c311f;text-decoration:none;background-color:#e8dfc2; }
					.sectionItem a:hover{color:#3c311f;text-decoration:none;background-color:#e8dfc2; }
					.sectionItem a:visited{color:#3c311f;text-decoration:none;background-color:#e8dfc2; }
					.sectionItem a:active{color:#3c311f;text-decoration:none;background-color:#e8dfc2; }
					
					.sectionItem_hover
					{
						text-align:left;
						padding:5px 2px;
						min-width:140px;
						background-color:#7b0002;
						color:white;
						cursor:pointer;
						text-decoration:none;
						position:relative;
						font-family:Arial, Helvetica, sans-serif;
						font-size:9pt;
						font-weight:normal;
					}
					
					.sectionItem_hover a{color:white;text-decoration:none;background-color:#7b0002;}
					.sectionItem_hover a:hover{color:white;text-decoration:none;background-color:#7b0002; }
					.sectionItem_hover a:visited{color:white;text-decoration:none;background-color:#7b0002; }
					.sectionItem_hover a:active{color:white;text-decoration:none;background-color:#7b0002; }
					
					.menuSectionPagesHolder
					{
						position:absolute;
						left:140px;
						top:-1px;
						margin:0px;
						display:none;
						border:1px black solid;
					}
					
					.pageItem
					{
						text-align:left;
						padding:5px 2px;
						min-width:140px;
						background-color:#e8dfc2;
						color:#3c311f;
						cursor:pointer;
						position:relative;
						font-family:Arial, Helvetica, sans-serif;
						font-size:9pt;
					}
					
					.pageItem_hover
					{
						text-align:left;
						padding:5px 2px;
						min-width:140px;
						background-color:#3c311f;
						color:white;
						cursor:pointer;
						text-decoration:none;
						position:relative;
						font-family:Arial, Helvetica, sans-serif;
						font-size:9pt;
					}
					
	#accountnav
	{
		font-family:Verdana, Arial, Helvetica, sans-serif; 
		font-size:8pt;
		color:black;
		float:right;
		margin: 7px 0 0 0;
	}
	#accountnav a { color:black; text-decoration:none; border-bottom: 1px dotted black; }
	#accountnav a:hover { color:#7b0002; text-decoration:none; border-bottom: 1px solid #7b0002; }
	
	#contentHolder
	{
		position:absolute;
		width:924px;

		left:38px;
		top:135px;
	}
		#contentArea
		{
			width:884px;
			margin:auto;
			position:relative;
			padding-left:20px;
			padding-right:20px;
			background-color:white;
			overflow:hidden;
		}
		
		#contentFooter
		{
			width:924px;
			height:74px;
			background: white url(images/bg_content.gif) center no-repeat;
		}
	
	
	#row_1
	{
		width:924px;
		height:403px;
		position:absolute;
		left:38px;
		top:135px;
		background: #2d2d2d url(images/bg_row1.gif) bottom no-repeat;
	}
	
		#row_1_col_1
		{
			width:198px;
			height:268px;
			border:1px #f4f3f1 solid;
			background:url(images/door.jpg) no-repeat;
			margin-left:30px;
			margin-top:40px;
			float:left;
		}
		
		#row_1_col_2
		{
			width:186px;
			height:105px;
			background:url(images/starthere.png) no-repeat;
		 	margin-left:20px;
			margin-top:120px;
			cursor:pointer;
			float:left;
		}
		
		#row_1_col_3
		{
			width:440px;
			height:268px;
			border:1px #f4f3f1 solid;
			background-color:black;
			margin-left:20px;
			margin-top:40px;
			float:left;
		}
	
	#red_bar
	{
		width:924px;
		height:48px;
		position:absolute;
		top:548px;
		left:38px;
		background:url(images/bg_redbar.gif) center repeat-x;
		font-family:Georgia, "Times New Roman", Times, serif;
	}
	
		#red_bar_col_1
		{
			width:284px;
			margin-left:10px;
			color:white;
			font-size:15pt;
			float:left;
			text-align:center;
			padding-top:10px;
			
		}
		
		#red_bar_col_2
		{
			width:284px;
			margin-left:20px;
			color:white;
			float:left;
			text-align:center;
			font-size:15pt;
			padding-top:10px;
		}
		
		#red_bar_col_3
		{
			width:284px;
			margin-left:10px;
			color:white;
			float:left;
			text-align:center;
			font-size:15pt;
			padding-top:10px;
		}
	
	#row_2
	{
		width:924px;
		height:340px;
		position:absolute;
		top:596px;
		left:38px;
		background-color:white;
	}
		
		#row_2_left
		{
			width:618px;
			height:340px;
			float:left;
			/*position:absolute;
			top:596px;
			left:38px;
			background-color:white;
			border:red solid 1px;*/
		}
			
			#row_2_col_1
			{
				width:284px;
				height:260px;
				border-right:1px #656565 solid;
				margin-left:10px;
				margin-top:10px;
				padding:3px;
				float:left;
				
				/* just to outline, remove later 
				background-color:#FFC;  */
			}
			
			#row_2_col_2
			{
				width:284px;
				height:260px;
				margin-left:20px;
				margin-top:10px;
				padding:3px;
				border-right:1px #656565 solid;
				float:left;
				
				/* just to outline, remove later
				background-color:#FFC; */
			}
			
		#row_2_right
		{
			width:304px;
			height:340px;
			float:left;
			/*position:absolute;
			top:596px;
			left:38px;
			background-color:white;
			border:red solid 1px;*/
		}
			
			#row_2_col_3
			{
				width:284px;
				height:260px;
				margin-left:10px;
				margin-top:10px;
				float:left;
				padding:3px;
				
				/* just to outline, remove later 
				background-color:#FFC; */
			}
		
		
		#newslettersignup
		{
			clear:both;
			float:left;
			margin-left:20px;
			width:900px;
			margin-top:20px;
			font-size:9pt;
		}
		

#footer
{
	width:920px;
	height:50px;
	padding:40px;
	padding-bottom:10px;
	background: url(images/bg_wrapper.png) center repeat-y;
	color:#222222;
	font-size:9pt;
	text-align:right;
	margin:auto;
	clear:both;
}
			
.deluge_logo 
{
	position: fixed;
	bottom: 0;
	right: 0;
}

/*####################################*/
h1
{
	color:#7b0002;
	font-size:15pt;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:2px;
	margin-top:0px;
	border-bottom:dotted #7b0002 1px;
}
h2
{
	color:#7b0002;
	font-size:14pt;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom:#aabf32 dotted 1px;
	margin-bottom:10px;
}
h3
{
	color:#7b0002;
	font-size:12pt;
	font-weight:normal;
	font-family:"Times New Roman", Georgia, Times, serif;
}
h4
{
	color: #ff0000;
	font-size:12pt;
	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:12pt;
							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:white; font-size:12pt; font-weight:bold;}
#main_landing .caption {font-family: Verdana, Arial, Helvetica, sans-serif; color:white; 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:16pt; color:#247528; font-style:italic; font-weight:normal; margin: 0 0 10px 0; border-top:solid black 2px; padding-top:5px;}
		#landing_container .section_headline a {color:#247528; text-decoration:none;}
		#landing_container .section_headline a:hover {color:#247528; text-decoration:underline;}

.list_item
{
	padding-left:20px;
}

	.list_item .headline {font-family: Georgia, "Times New Roman", Times, serif; font-size:14pt; color:#7b0002; font-style:italic; font-weight:normal; margin: 0 0 10px 0;}
		.list_item .headline a {color:#7b0002;text-decoration:none;}
		.list_item .headline a:hover {color:#7b0002;text-decoration:underline;}
	.list_item .byline {font-style:italic;}
	.list_item .date {float: left; margin: 6px 7px 0 0 ;}
	.list_item .asset {float:left; margin: 0 10px 0 10px; padding:2px;}
		.list_item a {color:#666;text-decoration:none;}
		.list_item a:hover {color:#666;text-decoration:underline;}

/* 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:50px;
}
	
	#newsletter #newsletter_headline 
	{
		color:#247528;
		font-size:13pt;
		font-weight:normal;
		font-style:italic;
		font-family:Georgia, "Times New Roman", Times, serif;
		margin-bottom:2px;
		margin-top:0px;
	}
	
	#newsletter input
	{
		border:red solid 1px;
		background-color:#ffffff;
		height:14px;
		width:100px;
		font-family:"Courier New", Courier, mono;
		font-size:8pt;
		color:red;
	}

	#newsletter .submit
	{
		border:red solid 1px;
		background-color:#ff0000;
		height:18px;
		width:50px;
		font-family:"Courier New", Courier, mono;
		font-size:8pt;
		color:#fff;
	}

/* trophy styles */
#highlight_program
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#333;
	text-align:left;
}
	
	#highlight_program .headline 
	{
		color:#7b0002;
		font-size:14pt;
		font-weight:normal;
		font-style:italic;
		font-family:Georgia, "Times New Roman", Times, serif;
		margin-bottom:2px;
		margin-top:0px;
	}
	
	#highlight_program .item 
	{
		margin-bottom:6px;
		margin-top:0px;
	}
	
	#highlight_program .asset { text-align:center; }
	#highlight_program .date { font-style:italic; color:#fef600; font-family:Georgia, "Times New Roman", Times, serif; font-size:10pt; }
	#highlight_program .name { font-style:italic; color:#7b0002; font-family:Georgia, "Times New Roman", Times, serif; font-size:11pt; }
		#highlight_program .name a { color:#7b0002; text-decoration:none; }
		#highlight_program .name a:hover { color:#7b0002; text-decoration:underline; }
		
	#highlight_program a { color:#333; text-decoration:none; }
	#highlight_program a:hover { color:#333; text-decoration:underline; }

	#highlight_program .more { font-style:normal; color:#7b0002; font-family:arial; font-size:8pt; float:right; padding-right:4px; }
		#highlight_program .more a { color:#7b0002; text-decoration:none; }
		#highlight_program .more a:hover { color:#7b0002; text-decoration:underline; }
	

/* article styles */
#article_highlight 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#333;
	text-align:left;
}
	
	#article_highlight .headline 
	{
		color:#fef600;
		font-size:14pt;
		font-weight:normal;
		font-style:italic;
		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:#7b0002; font-family:arial; font-size:8pt; }
		#article_highlight .more a { color:#7b0002; text-decoration:none; }
		#article_highlight .more a:hover { color:#7b0002; 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:14pt;
		font-weight:normal;
		font-style:italic;
		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:italic; 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; }
	

/* 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;
	}

#search_admin
{
	width:480px; border:1px black solid; padding:3px;
}
	#search_admin .submit {font-size: 8pt; text-align:center; color:#fff; background-color:#000; padding: 2px; border:solid 1px black;}
	#search_admin .input {font-size: 8pt; border:solid 1px black; padding:2px; width:150px;}
	#search_admin .select {font-size: 8pt; border:solid 1px black; padding:2px; width:120px;}

/* 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;
		}

/* --- control bar --- */
#control
{
	margin: 0;
	float:left;
}

#control .control_item
{
	padding: 2px 5px;
	background-color:#fff;
	border: solid 2px #7b0002;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#7b0002;
	float:left;
	cursor:pointer;
}	
#control .control_item_active
{
	padding: 2px 5px;
	background-color:#7b0002;
	border: solid 2px #7b0002;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:white;
	float:left;
	cursor:pointer;
}	

/*--- 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; }

/*--- registration button ---*/
.registration_button
{
	padding: 2px 5px;
	background-color:#fff;
	border: solid 2px #7b0002;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#7b0002;
	float:left;
	cursor:pointer;
}	
.registration_button_active
{
	padding: 2px 5px;
	background-color:#7b0002;
	border: solid 2px #7b0002;
	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:#333;
}

	#comment_container .comment_item
	{
	}
	
	#comment_container .comment_byline
	{
		font-size:7pt;
		font-style:italic;
		border-bottom:dotted 1px #333;
		margin-bottom:6px;
	}
	
	#comment_container a:link{color:#333;text-decoration:none;}
	#comment_container a:visited{color:#333;text-decoration:none;}
	#comment_container a:active{color:#333;text-decoration:underline;}
	#comment_container a:active{color:#333;text-decoration:underline;}
	
	#comment_container textarea
	{
	 width:80%;
	 border:solid 1px #fff;
	 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-width: 1px solid #024a7e;
}
table.table_1 td {
	padding: 3px;
	border-width: 1px solid #024a7e;
}

/* miscellaneous styles */

.page_data
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:7pt;
	color:#666666;
	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:#c0a527;text-decoration:none;}
.page_data a:hover {color:#c0a527;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:#666666;}

.area1 { border:#7b0002 1px solid; background-color:white; color:#7b0002; padding:2px; width:300px; height:200px; }
.submit1 { border:#7b0002 1px solid; background-color:white; color:#7b0002; padding:2px; }