body
{
	margin:0px;
	/*background:#ef3328;*/
	background:#ccc url(/images/tmpl/1_gray.png );
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#333333;
	background: radial-gradient(circle 750px at center top , rgb(250, 250, 250) 50%, rgb(170, 170, 170) 100%) no-repeat scroll center top transparent;
}

a {color:#7b0002;text-decoration:none;}
a:hover {color:#7b0002;text-decoration:underline;}

img {border:none;}

.DCShidden, .DCShiddenScreen, .MobileTopMsg  {display: none;}



#wrapper
{
	/*width:1100px;*/
	/*background:url(images/bg_grad.png) center repeat-y;*/
	margin:0px auto;
}

	#white_wrapper
	{
		width:960px;
		/*background-color:white;*/
		margin:0px auto;
	}

	#account_nav
	{
		width:920px;
		margin:0px auto;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:8pt;
		text-align:right;
		/* background-color:black;
		color:white;*/
		color:black;
		height:15px;
		padding:0 20px;
	}

	#account_nav a { color:black; text-decoration:none; }
	#account_nav a:hover { color:black; text-decoration:underline; }

		#header
		{
			width:920px;
			height:100px;
			padding:25px 20px 11px 20px;
			/*background: #1515f5 url(/images/tmpl/swoosh_green1.png) repeat-x 0 88px;*/
			background: #232323 url(/images/tmpl/swoosh_green1.png) repeat-x 0 88px;
			border-radius: 10px;
			-webkit-box-shadow: 0px 0px 1px 0px;
			box-shadow: 0px 0px 1px 0px;
		}


			#header_child
			{
				float:right;
				width:440px;
				padding-top:0px;

			}


			#header_logo
			{
				height: 106px;
				 width: 240px;
				margin:  -11px 0 0 114px;
			}


				#header .right_column .top_nav
				{
					/* float:right;*/
					text-align:right;
					width:100%;
					margin-top:-12px;
					margin-bottom:14px;
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font-size:7pt;
				}
				#header .right_column .top_nav a {
				     background:  url(/images/tmpl/bullet1.png) left no-repeat;
				     margin-left:6px; padding: 4px 0 4px 24px; color:#FFF; text-decoration:none;
				     }
				#header .right_column .top_nav a:hover { text-decoration:underline;}
				#header .right_column .top_nav a:active {color:black;text-decoration:underline; text-transform:none;}

				#header .right_column .search
				{
					/*float:right;
					text-align:right;
					width:100%;*/
				}
		#header_social
		{
		     float:right;
		}

		#header_rule
		{
			/*width:960px;
			background-color: #aaa;
			height:1px;
			border-top:	black 1px solid;
			border-bottom:	black 1px solid;*/
			height:3px;
		}

			#topnav
			{
				width:200px;
				position:absolute;
				right:20px;
				top:30px;
			}

				#topnav .mostTopNavMenuItem { float:right; margin-left:15px; }
				#topnav .mostTopNavMenuItem a {font-size:9pt; 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_nav
	{
		width:950px;/* ?? minus 10px for padding*/
		height:39px;
		/*border-bottom:1px black solid;*/
		padding: 0 0 0 10px;
		/*background:#ef3328 url(images/bg_nav_grad.png) top repeat-x;*/
		background:#000000 url(images/bg_dark.jpg) top repeat-x;
		/* opacity:0.9;*/
		position:relative;
		z-index:30;
		/*border-left: #999 2px solid;
		border-top: #999 2px solid;
		border-right: #000 0px solid;*/
		border-radius: 10px 10px 0 0 ;
		-webkit-box-shadow: 0px 0px 1px 0px;
		box-shadow: 0px 0px 1px 0px;
		background-image: -moz-linear-gradient(top, #444,#000  );
	}

		#main_nav .category_item
		{
			padding: 08px 20px 9px 20px;
			float:left;
			font-family: Arial, Helvetica, sans-serif;
			font-size:13pt;
			color:#fff;
			background-color:none;
			cursor:pointer;
			position:relative;

		}
		#main_nav .category_item a { color:white; text-decoration:none; }

		#main_nav .category_item_active
		{
			padding: 10px 20px 9px 20px;
			float:left;
			font-family: Arial, Helvetica, sans-serif;
			font-size:13pt;
			color:black;
			background-color:white;
			cursor:pointer;
			position:relative;
			border-radius: 4px 4px 0 0 ;

		}
		#main_nav .category_item_active a { color:black; text-decoration:none; }

			#main_nav .section_item_container
			{
				position:absolute;
				top:39px;
				left:0px;
				display:none;
				width:150px;
				z-index:50;
			}

				#main_nav .section_item_container .section_item
				{
					padding: 3px;
					width:200px;
					float:left;
					font-family: Arial, Helvetica, sans-serif;
					font-size:11pt;
					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:200px;
					float:left;
					font-family: Arial, Helvetica, sans-serif;
					font-size:11pt;
					color:#fff;
					background-color:red;
					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:190px;
					float:left;
					font-family: Arial, Helvetica, sans-serif;
					font-size:11pt;
					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:190px;
					float:left;
					font-family: Arial, Helvetica, sans-serif;
					font-size:11pt;
					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; }


	#contentHolder
	{
		width:960px;
		background:#fff url(images/bg_content.png) repeat-x bottom;

	}

		#contentArea
		{
			width:856px;
			padding:30px 52px;
			-webkit-box-shadow: inset 0px 0px 5px 1px;
			box-shadow: inset 0px 0px 5px 1px;


		}

		#contentArea.tmpl_home
		{
			padding:38px 32px; /* reduce padding for home page */
			width:896px; /* offsite width for padding */
			/* border: red 1px solid; */
		}

		.content_inset { border: 1px solid #7b0002; margin: 0pt 0 10px 10px; padding: 5px; float: right; width: 150px; font-size: 10pt; font-style: italic; font-family: georgia; color: black; }
		.content_inset_deluge { border: 1px solid rgb(115, 156, 158); margin: 0pt 0 10px 10px; padding: 5px; float: right; width: 150px; font-size: 10pt; font-style: italic; font-family: georgia; color: black; }

		#contentArea .row_1 {width:100%;}
			#contentArea .row_1 .right_column {float:right; width:400px; color:#666666; font-size:10pt; padding: 4px 0 0 0; line-height:125%;}
			#contentArea .row_1 .right_column P {margin:0 0 0.5em 0;}
			/* #contentArea .row_1 .left_column { height: 14em; width:461px; margin: 0 0 0 0;  text-align: justify;} */
			#contentArea .row_1 .left_column { height: 20em; width:471px; margin: 0 0 0 0;  text-align: justify;}
			#contentArea .row_1 .left_column a { text-decoration: underline ;}
			#contentArea .row_1 .left_column > P {margin:0 0 0.6em 0; }

		#contentArea .row_2 {
			width:100%;
			margin:10px 0 0 0 ;
			padding:0 0 0 10px;
			}
			#contentArea .row_2 .right_column {float:right; width:200px; color:#999999; font-size:16px; line-height:34px;}
			#contentArea .row_2 .left_column {width:609px;}
				#contentArea .row_2 .left_column .headline  { font-weight:bold; font-size:12pt; color:#7a0000;}
				#contentArea .row_2 .left_column .default   { font-size:8pt;}
				#contentArea .row_2 .left_column .default a { color:#4c1700; text-decoration:none;}
				#contentArea .row_2 .left_column .default a:hover {color:#ef3328; text-decoration:none;}
		#boxrow2 .info-box {
			/*background: url(/images/homepage-sprite.8.png) no-repeat scroll -1532px -2px transparent;*/
			clear:both;
			/*background: url(/images/gr_shadow_NW.png) no-repeat scroll transparent;*/
		}
						#contentArea .row_2 .left_column .default a:hover {color:#ef3328; text-decoration:none;}
		#boxrow2 .info-box3 {
			/*background: url(/images/homepage-sprite.8.png) no-repeat scroll -1532px -2px transparent;*/
			
			width: 30%;
			min-height: 140px;
			float: left;
			background: url(/images/gr_shadow_NW.png) no-repeat scroll transparent;
			margin: 0px 0px 20px 0px;
			padding: 0 0 0 20px;
		}
		#boxrow2 .info-box3 H3{  
		     margin: 16px 0 8px 0;
		     padding:0;
		     xbackground-color: #ccc;
		     font-family: Arial,Helvetica,sans-serif;
		      font-size: 15pt;
		      color: #000;
		      }
		#boxrow2 .info-box3 H3 > B{  
			color: #B7C134;
			}
		#boxrow2 .info-box3 P{  
			margin: 0 10px 0 0 ;
			padding: 0;
			
		      color: #666;}
		#boxrow2 .info-box3 P > A{  
			color: #666;
			margin: auto;
			display:block;
			border-top:1px solid #eee ;
			
		}
	     #boxrow2 .info-box3 P > A:hover{  
			color: #000;
			text-decoration: none;
		}
		#boxrow2 .boxes { clear:both;}
		.nivo-controlNav { float:right; margin-top: -10px; padding-top: 0px !important;}
		#imageSlidesCont {margin: auto;}

.brand-color {
    color: #B7C134;
}

	#footer_rule
	{
		width:960px;
		height:3px;
		border-top:black 1px solid;
		border-bottom:black 1px solid;
	}



	#footer
	{
		width:920px;
		padding:0px 20px;
		border-bottom: solid black 15px;
		background:#000000 url(/images/bg_dark2.jpg) repeat-x;

	}

			#footer .right_column
			{
				float:right;
				/* width:300px;*/
				text-align:right;
			}

			#footer_panel { text-align:left;}

			#footer .right_column .copyright {color: #eee; font-size:8pt; margin-top:5px;}
			#footer .copyright { color: #ddd; }
			#footer .right_column a {color:#888888; text-decoration:none;}
			#footer .right_column a:hover {color:#ef3328; text-decoration:none;}
#sitechat_wrapper IMG {
	/*border:red thin solid;*/
	background: #fff;
	margin:10px 0 0 0;
	padding:0;
}

#sitechat_wrapper IMG {
	/*border:red thin solid;
	background: #fee;*/

	opacity: 1;

}

#deluge_logo
{
	border: solid 1px #bbd;
	/* margin-top: -25px ; */
	position: fixed;
	bottom: 0;
	right: 0;
	height: 25px; /* 100% by default sometimes */
	width: 68px;
}

/*####################################*/
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; */
	color:#000;
	font-size:14pt;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:#aabf32 dotted 1px;
	margin-bottom:10px;
}

h2 > B 
{
     color: #B7C134;
}

h3
{
	color:#7b0002;
	font-size:12pt;
	font-weight:normal;
	font-family:"Times New Roman", Georgia, Times, serif;
}
h4 {
    color: #7b0002; /* Subtle dark red */
    font-size: 1rem; /* Scalable size */
    font-weight: normal; /* Less bold for readability */
    font-family: Georgia, "Times New Roman", Times, serif; /* Elegant serif font */
    margin: 10px 0; /* Add vertical spacing */
    border-bottom: 1px solid #ccc; /* Optional: add a subtle underline */
}


/* --- 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;
	background-color:white;
}
#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 { 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;
	padding-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: 30px 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-weight:normal; margin: 0 0 5px 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 0;}
		.list_item a {color:#666;text-decoration:none;}
		.list_item a:hover {color:#666; text-decoration:none; background-color: #f9f9f9;}

/* 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;
	}


.narrow {font-family: "Arial Narrow", Arial, sans-serif;  }

/* trophy styles */
.highlight_program
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	font-size:9pt;
	line-height:11pt;
}
		.highlight_program a { color:#666; text-decoration:none; }
		.highlight_program a:hover { color:#666; text-decoration:underline; }

	.highlight_program .headline { font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#999999; line-height:34px;}

	.highlight_program .item { padding: 0px 0px 0px 0px; margin:0; border-top:solid #eee 1px; cursor:pointer; position:relative; }

	.highlight_program .asset { text-align:center; }
	.highlight_program .date {  }
	.highlight_program .title { font-family:Arial, Helvetica, sans-serif; font-size:9pt; color:#333; margin-bottom:5px;  }
		.highlight_program .title a { color:#333; text-decoration:none; }
		.highlight_program .title a:hover { color:#7b0002; text-decoration:none; }
	.highlight_program .name {  }
		.highlight_program .name a { color:#666; 
                                 display:block; 
                                 padding:  6px 2px 6px 5px; 
                                 margin:0 0 0 -4px;
                                  text-decoration:none; 
                                  border-radius: 2px;}
		.highlight_program .name a:hover { color:#B7C134; 
                                  background-color: #444;
                                  text-decoration:none; }

	.highlight_program .more {
          font-style:normal; color:#7b0002; font-family:arial; font-size:8pt; float:right; 
          padding:8px 30PX; }
		.highlight_program .more a { color:#666; text-decoration:none; }
		.highlight_program .more a:hover { color:#666; 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
{
     float:right;
     background:url(/images/tmpl/search.png ) no-repeat;
     width:186px;
     height: 32px;
     margin: -4px 0 8px 0;
     padding:0px;

}
	#search form {margin:0;}

	#search input, #search input:focus
	{
		border:none;
		background: transparent;
		height:19px;
		width:150px;
		font-family:"Courier New", Courier, mono;
		font-size:10pt;
		color:red;
		margin:5px 0 0 10px;
		outline: none;
	}

	#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;
		margin-bottom:10px;
	}
		#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;}

#timesheet_container { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:8pt; color:#333; width:100%; }
	#timesheet_container .item { }
	#timesheet_container .item .column { float:left; margin-right:15px; width:12%; height:14px; overflow:hidden; }
	#timesheet_container .item .note { width:90%; display:none; }
	#timesheet_container .input1 { width:150px; padding:2px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:8pt; color:#333; border:solid 1px #333; }
	#timesheet_container .area1 { width:150px; height:50px; padding:2px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:8pt; color:#333; border:solid 1px #333; }
	#timesheet_container .submit1 { padding:2px; text-align:center; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:8pt; color:white; border:solid 1px red; background:red; }

#timesheet_search_container { padding:5px; border:black solid 1px; min-width:100px; margin:10px 0; }
#timesheet_search_container .input1 { width:110px; padding:2px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:8pt; color:#333; border:solid 1px #333; margin-right:10px; }
#timesheet_search_container .submit1 { float:right; padding:2px; text-align:center; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:8pt; color:white; border:solid 1px red; background:red; }

#syndicate_container  DIV.sydicate_box  {border: red solid 1px; margin:20px;}

.call_to_action
{
	 border:solid #868F18 1px;
	border-radius:8px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background-color: #C8DB7C;
	margin: auto 2em;
	box-shadow: #aaa 0px 0px 5px 1px;
	overflow:hidden;

}

.call_to_action_box  { 
     background-color:#fff;
     border-radius:  0 8px 8px 0 ;
     xbox-shadow: #aaa 0px 0px 5px 1px;
     margin: 0;
     padding: 0;
     border: 1px solid #000;
     border-width: 1px 1px 1px 0px ;
     }


.call_to_action input, .call_to_action select, .call_to_action option, .call_to_action textarea
{
    border-radius:8px;
    outline: none;
}

.call_to_action .headline DIV { font-weight:bold; font-family:Arial, Helvetica, sans-serif; font-size:10pt; color:#7b0002; margin-bottom:5px; }

.call_to_action_body { color: #000; margin:0; padding:15px; border-left: #868F18 20px solid;}

.call_to_action SPAN { display:inline;  padding: 0.5em;}
.call_to_action_desc a , .call_to_action_desc a:link , .call_to_action_desc a:hover , .call_to_action_desc a:visited 
     {  color: black; text-decoration:none; }
.call_to_action .button a {  font-size: 9pt; margin: auto; }
.call_to_action .button IMG { margin: 10px 5px ; vertical-align: middle;}
.call_to_action .button IMG { width:20px; margin: 2px ; vertical-align: middle;}


.hideme, #sp_sblk { display: none;}

#service_links UL { padding: 0.5em 0 0 1.3em ; margin:0 ; }
#service_links LI { color: #aaa; }

#qrcode { margin: 50px 0 0 0 ;}
.rounded-corners {
    background-color: #0000ff;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

.rounded-corners {
    background-color: #0000ff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

#MyLiveChatContainer.tmpl_main {padding:0; margin:-18px -29px 4px 4px; float:right;}
.clear_float { clear: both;}

#landing_nav { float:left; background: #fdfefe; width: 30%;
     	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	padding-top: 25px;
	padding-bottom: 25px;}

.landing_nav UL, .landing_nav LI{ 
     display:block;
     list-style:none ;
     margin:0; 
     padding:0;}
 
 
.landing_nav UL{ 
     
     border-radius: 8px; 
     padding: 0px 0px 0px 0px; 
     margin-right: 10px;
     margin-bottom: 20px;}
.landing_nav LI{ padding: 0px}
.landing_nav A { 
     color: black;
     border: #fff 1px solid; 
     border-radius: 8px;
     display:block; 
     padding: 10px 5px 10px 10px;}
 .landing_nav A:hover { 
     background:  #B7C134;
     border:solid #868F18 1px;
     color: white;
     text-decoration:none;
     }
 
 /* WEB Cat styles */
 
 a:link.deluge-button,  a:visited.deluge-button, A.deluge {
    display:inline-block;
    border-radius:10px;
    background-color: #336780;
    background-color: rgba(51, 103, 128, 0.8); 
    padding: 10px;
    
    border: 2px solid #aaa;
    color: white; 
    text-shadow: 2px 2px 0px rgba(75, 75, 75, 1);
     }
 a:hover.deluge-button { 
    /*background-color: #66BCDA; */
    background-color: #eee; 
    background-color: rgba(102, 188, 218, 0.4);
    border-color: #888;
    color: #336780;
    text-decoration:none;
    text-shadow: 2px 2px 0px rgba(255, 255, 255, 1);
 }

 
DIV.category-content-29#contentArea {
   background: white url("/images/slider_water1.jpg") no-repeat scroll left bottom ;
   background-size: 100%;
      
}

DIV.category-content-29.row_1{ 
    font-size: 115%;
    padding-top: 15px;
    padding-left: 18px;

    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.35) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0.35))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.35) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.35) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.35) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.35) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#59ffffff',GradientType=0 ); /* IE6-9 */
    
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-radius: 12px;
    
  }

.category-content-29 .fb-like {
display:none;
}

.category-content-29 #MyLiveChatContainer {display:none;}

#headline_container.category-content-29 {  display: none;}


/* WYSIWYG editor */
DIV.dcsedit-richbox1 { 
  background-color: #ccc;
  border-radius: 5px;
  border: 1px solid #888;
  margin:   0.5em; 
  padding:  0.75em ; 
}

DIV.dcsedit-richbox1.right { 
  float: right;
  width: 45%; 
}

DIV.dcsedit-richbox1 P { 
  margin: 0;
}

.dcsedit-richbox1:after {
  /*content: "";
  display: table;*/
  clear: both;
}
 /* / WEB Cat styles */