body
{
	/* background:url(images/bg.gif); */
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#333;
	background-color:#FFF;
}

a { color:#734815; text-decoration:none; }
a:hover { color:#734815; text-decoration:underline; }

.body_home 
{
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:8pt;
	line-height:11pt;
}

#wrapper
{
	width:960px;
	min-height:10px;
	overflow:hidden;
	margin:auto;
}
	
	#wrapper_head
	{
		width:960px;
		height:13px;
		/* background:url(images/wrapper_top_bg.gif) center no-repeat; */
	}
	
	#wrapper_footer
	{
		width:960px;
		height:13px;
		/* background:url(images/wrapper_bottom_bg.gif) center no-repeat; */
	}
	
	
	#wrapper_body
	{
		width:960px;
		min-height:200px;
		/* background:url(images/wrapper_body_bg.gif) center repeat-y; */
		
	}
	
	#header
	{
		width:936px;
		height:128px;
		position:relative;
		background:#fff;
		margin:auto;
	}
		
		#homeclick
		{
			position:absolute;
			left:10px;
			top:10px;
			width:590px;
			height:123px;
			cursor:pointer;
			background:url(images/turner_logo.gif) no-repeat;
		}
		
		
		#search_area
		{
			position:absolute;
			bottom:25px;
			right:40px;
			width:305px;
			height:30px;
		}
		
		#bodyArea
		{
			width:936px;
			overflow:hidden;
			position:relative;
			margin:auto;
			margin-top:30px;
			background:#fff;
		}
		
			#leftCol
			{
				float:left;
				width:535px;
				/*position:absolute;
				overflow:hidden;
				top:0px;
				left:5px;*/
			}
			
				#slideshow_holder
				{
					width:519px;
					margin-left:30px;
					height:410px;
					margin:auto;
					float:right;
				}
			
			#rightCol
			{
				float:right;
				margin-right:25px;
				width:280px;
				/*position:absolute;
				overflow:hidden;
				top:0px;
				right:0px;*/
			}
			
		
		#imagesArea
		{
			width:936px;
			overflow:hidden;
			margin:auto;
			margin-top:10px;
		}
		
			#highlight_service
			{
				border:4px #6f4608 solid;
				width:857px;
				height:88px;
				margin:auto;
				padding:20px;
				padding-bottom:25px;
				position:relative;
			}
			
			#highlight_service_wrapper
			{
				float:left;
				width:785px;
				height:110px;
				overflow:hidden;
				position:relative;
			}
			
				#highlight_service_holder
				{
					position:absolute;
					top:0px;
					left:0px;
					height:100px;
					width:1000%;
				}
			
			#highlight_service_holder .service_highlight_item
			{
				float:left;
				width:110px;
				height:75px;
				margin-right:40px;
			}
			
		#footer_area
		{
			width:936px;
			height:70px;
			background-color:white;
			margin:auto;
			margin-top:20px;
			font-size:10pt;
			text-align:center;
			position:relative;
		}
			#footer_line
			{
				width:933px;
				height:3px;
				margin:auto;
				margin-bottom:5px;
				background:url(images/footer_line.gif) repeat-x;
			}
			
			#newsletter_signup_area
			{
				float:left;
			}
			
			#footer_info
			{
				/*color:#734815;
				position:absolute;
				right:15px;
				top:15px;*/
				text-align:right;
				float:right;
				width:500px;
			}
			
	#main_nav
	{
		
		height:33px;
		padding: 0;
		position:relative;
		z-index:30;
		float:right;
		margin-right:25px;
		color:black;
		font-size:10pt;
	}
		
		#main_nav .category_item
		{
			padding: 9px 15px;
			float:left;
			font-family: Arial, Helvetica, sans-serif;
			color:#fff;
			background-color:none;
			cursor:pointer;
			position:relative;
		}
		#main_nav .category_item a { color:#734815; text-decoration:none; }
		
		#main_nav .category_item_active
		{
			padding: 9px 15px;
			float:left;
			font-family: Arial, Helvetica, sans-serif;
			color:white;
			background-color:#734815;
			cursor:pointer;
			position:relative;
		}
		#main_nav .category_item_active a { color:white; text-decoration:none; }

			#main_nav .section_item_container
			{
				position:absolute;
				top:33px;
				left:0px;
				display:none;
				width:150px;
				z-index:50;
			}
			
				#main_nav .section_item_container .section_item
				{
					padding: 3px;
					width:170px;
					float:left;
					font-family: Arial, Helvetica, sans-serif;
					font-size:10pt;
					color:#fff;
					background-color:#734815;
					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:170px;
					float:left;
					font-family: Arial, Helvetica, sans-serif;
					font-size:10pt;
					color:#fff;
					background-color:#7e1d1e;
					cursor:pointer;
					position:relative;
					filter:alpha(opacity=90);
					-moz-opacity:0.90;
					-khtml-opacity: 0.90;
					opacity: 0.90;
					z-index:50;
				}
				#main_nav .section_item_container .section_item_active a { color:white; text-decoration:none; }

			#main_nav .subpage_item_container
			{
				position:absolute;
				top:0px;
				left:176px;
				display:none;
				width:150px;
				z-index:25;
			}
			
				#main_nav .subpage_item_container .subpage_item
				{
					padding: 3px;
					width:170px;
					float:left;
					font-family: Arial, Helvetica, sans-serif;
					font-size:10pt;
					color:#fff;
					background-color:#734815;
					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:170px;
					float:left;
					font-family: Arial, Helvetica, sans-serif;
					font-size:10pt;
					color:#fff;
					background-color:#7e1d1e;
					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; }
							
	#footer
	{
	}
			
	#footer .copyright {font-size:8pt; }
	#footer a {color:#666666; text-decoration:none;}
	#footer a:hover {color:#ef3328; text-decoration:none;}
		
.deluge_logo 
{
	width:100%;
	float:right;
}

#headline_container {}
	#headline_container .gallery_detail { font-family:Verdana, Arial, Helvetica, sans-serif; color:#999999; font-size:8pt; }
		#headline_container .gallery_detail a { color:#999999; text-decoration:none; }
		#headline_container .gallery_detail a:hover { color:black; text-decoration:none; }

/*####################################*/
h1
{
	color:#734815;
	font-size:16pt;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:2px;
	margin-top:0px;	
}
h2
{
	color:#333;
	font-size:14pt;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom:#333 dotted 1px;
	margin-bottom:10px;
}
h3
{
	color:#734815;
	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;
	line-height:11pt;
}
#quick_link .headline { font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#999999; line-height:34px;}
#quick_link .item { padding: 7px 0px 7px 10px; border-top:dotted #666 1px; cursor:pointer; position:relative; }
#quick_link .item a {color:#000; text-decoration:none;}
#quick_link .item a:hover {color:#ef3328; text-decoration:none;}
	#quick_link .item .menu { display:none; width:130px; padding:4px; border:solid #666 1px; background-color:white; position:absolute; top:19px; left:22px; z-index:12; }
		#quick_link .item .menu .menu_item { padding:0; margin:0;}
	
/* --- logo slideshow --- */
#logo_slideshow { border:#ef3328 1px solid; padding:5px; }
	
/* --- 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: Arial, Helvetica, sans-serif; font-size:16pt; color:#734815; 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: Arial, Helvetica, sans-serif; font-size:14pt; color:#734815; font-weight:normal; margin: 0 0 10px 0;}
		.list_item .headline a {color:#734815;text-decoration:none;}
		.list_item .headline a:hover {color:#734815;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;
	}

/* highlight styles */
.highlight_container
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#333;
	text-align:left;
}
	
	.highlight_container .headline 
	{
		color:navy;
		font-size:12pt;
		font-family:Arial, Helvetica, sans-serif;
		margin-bottom:6px;
		padding-bottom:3px;
		margin-top:0px;
		border-bottom: dotted 1px #666;
	}
	
	.highlight_container .item 
	{
		margin-bottom:6px;
		padding-bottom:4px;
		margin-top:0px;
		border-bottom: dotted 1px #666;
	}
	
	.highlight_container .asset { float:left; width:100px; height:75px; overflow:hidden; margin-right:10px; }
	.highlight_container .date { color:#666; font-family: Arial, Helvetica, sans-serif; float:left; margin-top:2px; margin-right:2px; }
	.highlight_container .name { color:#666; font-family: Georgia, "Times New Roman", Times, serif; font-size:10pt; margin-bottom:4px; }
		.highlight_container .name a { color:navy; text-decoration:none; }
		.highlight_container .name a:hover { color:navy; text-decoration:underline; }
		
	.highlight_container a { color:#333; text-decoration:none; }
	.highlight_container a:hover { color:#734815; text-decoration:none; }

	.highlight_container .more { font-style:normal; color:#734815; font-family:arial; font-size:8pt; float:right; padding-right:4px; }
		.highlight_container .more a { color:#666; text-decoration:none; }
		.highlight_container .more a:hover { color:#734815; text-decoration:none; }
	
/* highlight case studies */
.highlight_case
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#333;
	text-align:left;
}
	
	.highlight_case .headline 
	{
		color:navy;
		font-size:14pt;
		font-family:Arial, Helvetica, sans-serif;
		margin-bottom:8px;
		padding-bottom:4px;
		margin-top:0px;
		border-bottom: dotted 1px #666;
	}
	
	.highlight_case .item 
	{
		margin-bottom:6px;
		padding-bottom:4px;
		margin-top:0px;
		border-bottom: dotted 1px #666;
	}
	
	.highlight_case .asset { float:left; width:100px; height:75px; overflow:hidden; margin-right:10px; }
	.highlight_case .date { color:#666; font-family: Arial, Helvetica, sans-serif; float:left; margin-top:2px; margin-right:2px; }
	.highlight_case .name { color:#666; font-family: Georgia, "Times New Roman", Times, serif; font-size:11pt; margin-bottom:4px; }
		.highlight_case .name a { color:navy; text-decoration:none; }
		.highlight_case .name a:hover { color:navy; text-decoration:underline; }
		
	.highlight_case a { color:#333; text-decoration:none; }
	.highlight_case a:hover { color:#734815; text-decoration:none; }

	.highlight_case .more { font-style:normal; color:#734815; font-family:arial; font-size:8pt; float:right; padding-right:4px; }
		.highlight_case .more a { color:#666; text-decoration:none; }
		.highlight_case .more a:hover { color:#734815; text-decoration:none; }
	

/* 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 { color:#fef600; font-family:Georgia, "Times New Roman", Times, serif; font-size:10pt; }
	#article_highlight .more { font-style:normal; color:#734815; font-family:arial; font-size:8pt; }
		#article_highlight .more a { color:#734815; text-decoration:none; }
		#article_highlight .more a:hover { color:#734815; text-decoration:underline; }
	#article_highlight .date { 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 { 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;
	}

/* page assets */

#asset
{
	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 #734815;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#734815;
	float:left;
	cursor:pointer;
}	
#control .control_item_active
{
	padding: 2px 5px;
	background-color:#734815;
	border: solid 2px #734815;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:white;
	float:left;
	cursor:pointer;
}	

/*--- registration button ---*/
.registration_button
{
	padding: 2px 5px;
	background-color:#fff;
	border: solid 2px #734815;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#734815;
	float:left;
	cursor:pointer;
}	
.registration_button_active
{
	padding: 2px 5px;
	background-color:#734815;
	border: solid 2px #734815;
	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:222px;
	text-align:center;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:8pt;
	color:#999;
}

#paging a {color:#999; text-decoration:none;}
#paging a:hover {color:black; text-decoration:none;}

#paging .range { float:left; }
#paging .number { float:right; }

/*--- 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;}
