@charset "utf-8";
/* CSS Document */

*
{
	margin:0;
	padding:0;

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#333;
}

body
{
	text-align:center;
	background:url(/_images/body_bg.png) repeat-x top;
}

p
{
	margin:7px 0;
}

img
{
	border:0;
}

h1
{
	font-size:18px;
	margin:0 0 10px 0;
}

.clear_left, .clear_right, .clear_both
{
	line-height:1px;
	font-size:1px;
	height:1px;
}

.clear_right { clear:right }
.clear_both { clear:both }
.clear
{
	overflow:hidden;
}

* html .clear
{
	height:22px;
}

#outsideContainer
{
	margin:0 auto;
	width:761px;
	text-align:left;
}

/* ------  Header Area  ------ */
#header
{
	padding:15px 0 0 0;
	font-size:11px;
}
	/* -- Logo  -- */
	#header #mainLogo
	{
		margin:20px 0 15px 0;
		width:289px;
		height:32px;
		background:url(/_images/main_tbc_logo.png) no-repeat;
	}
	
		#mainLogo span
		{
			margin-left:-3000px;
		}
			
	/* -- Login Area  -- */
	#header #loginContainer
	{
		text-align:right;
		float:right;
	}
	
		#loginContainer label
		{
			margin:0 5px 0 10px;
			font-size:11px;
			color:#8d8d8d;
		}
	
		#loginContainer input.loginTextInput
		{
			padding:0 5px;
			border:1px solid #c5e3f3;
			border-right-color:white;
			border-bottom-color:white;
			background:url(/_images/login_input_bg.png) repeat-x top left;
			font-size:11px;
			line-height:15px;
			width:120px; 
			color:#8d8d8d;
		}
		
		#loginContainer #loginButton
		{
			margin:0 0 0 3px;
			vertical-align:top;
		}
		
		#loginContainer a
		{
			font-size:11px;
			color:#8d8d8d;
		}
		
		#loginContainer a:hover
		{
			color:#667;
		}
		
/* ------  Main Menu Area  ------ */

#menuContainer
{
	height:25px;
}

#menuContainer a, #menuContainer a:visited, #shoppingCart span
{
	color:#774747;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

#menuContainer a:hover
{
	color:#b42a2a;
}

#menuContainer li
{
	float:left;
	display:inline;
	padding:3px 15px 0 15px;
}

#menuContainer #shoppingCart
{
	float:right;
	text-align:right;
}

	#shoppingCart span
	{
		padding:5px;
		line-height:25px;
	}
	
	#shoppingCart img
	{
		vertical-align:top;
	}
	
	* html #shoppingCart img
	{
		vertical-align:middle;
	}

/* -------  Content Container  ------ */

#contentContainer
{
	padding:20px 0;
	overflow:hidden;
}

	/* --  Sidebar  -- */
	#contentContainer #sidebar
	{
		float:left;
		width:175px;
		background: #eaeaea url(/_images/sidebar_bottom_border.png) bottom;
		padding-bottom:150px;
	}
	
	#contentContainer #sidebar #topBorder
	{
		background:url(/_images/sidebar_top_border.png) no-repeat;
		height:8px;
	}
	

	/* --  Main Area  -- */
	#contentContainer #mainArea
	{
		margin:0 0 0 195px;
	}
	
/* -------  Footer  ------ */

#footer
{
	background:#ebeef1;
	padding:10px 0 15px 0;
	text-align:center;
	color:#696e73;
	font-size:11px;
	line-height:16px;
}

	#footer a
		{
			padding:0 7px;
			color:#696e73;
			text-decoration:none;
			font-size:11px;
		}
		
	#footer a:hover
	{
		color:#3c4146;
	}
	
	#footer #supportLogos
	{
		margin:10px 0 0 0;
		text-align:center;
	}
	
		#supportLogos #authorizeNetLogo
		{
			width:90px;
			height:84px;
			margin-right:20px;
		}
		
		#supportLogos #goDaddyLogo
		{
			width:123px;
			height:83px;
		}
	
/* ------  Promotional Areas  ------ */
#promotionArea
{
}

.promotion
{
	float:left;
	width:273px;
	background:url(/_images/promotional_bottom.png) #f7f3ec bottom;
	margin-bottom:20px;
}

.promotion33
{
	width:90px;
	background:url(/_images/promotional_bottom33.png) #f7f3ec bottom;
	margin-left:11px;
}

.promotion66
{
	width:180px;
	background:url(/_images/promotional_bottom66.png) #f7f3ec bottom;
	margin-left:11px;
}

* html .promotion
{
	margin-bottom:0;
}

.marginLeft20  /* Use on any right-side promotional box */
{
	margin-left:20px;
}

.promotionTop
{
	height:9px;
	background:url(/_images/promotional_top.png) no-repeat left top;
}

.promotionTop33
{
	height:9px;
	background:url(/_images/promotional_top33.png) no-repeat left top;
}

.promotionTop66
{
	height:9px;
	background:url(/_images/promotional_top66.png) no-repeat left top;
}

	.promotion .interior
	{
		padding:0 10px 10px 10px;
	}

	.promotion .interiorB
	{
		padding: 0 1px 0px 1px;
	}

	.promotion .interior, .promotion .interior p
	{
		color:#694a31;
	}
	
	.promotion .interior a
	{
		color:#694a31;
	}

	.promotion .interior h2
	{
		font-weight:normal;
		color:#694a31;
		font-size:18px;
		margin:0 0 5px 0px;
	}
	
/* ------  links in promotion and upcoming events areas  ------ */
	
	a.promotionButton
	{
		background:url(/_images/promotional_button_right.png) no-repeat scroll top right;
		display: block;
		float: left;
		height: 22px;
		margin-right: 6px;
		padding-right: 12px; /* sliding doors padding */
		text-decoration: none;

	}
	
	a.promotionButton span
	{
		font-size:11px;
		font-weight:bold;
		color: #505050;
		background: transparent url(/_images/promotional_button_left.png) no-repeat;
		display: block;
		line-height: 12px;
		padding: 5px 5px 5px 10px;

	}
	
	a.promotionBackButton
	{
		background:url(/_images/promotional_back_button_left.png) no-repeat scroll top left;
		padding-left: 12px; /* sliding doors padding */
	}
	
	a.promotionBackButton span
	{
		background: transparent url(/_images/promotional_back_button_right.png) no-repeat scroll top right;
		padding: 5px 10px 5px 5px;
	}

	.alignRight { text-align:right; }
	
/* ------  Left Nav Accordion  ------ */

#slider { margin:0 10px; }

	#slider .header, .header_disabled
	{
		border:1px solid #cbcbcb; 
		border-top:none;
		padding:16px 0 16px 45px; 
		cursor:pointer; 
		font-size:16px;
		font-weight:normal;
		color:#616161;
		text-decoration:none;
	}
	
	#slider .header a, #slider .header_disabled a
	{
		font-size:16px;
		font-weight:normal;
		color:#616161;
		text-decoration:none;
	}
	
	#slider .content { overflow:hidden }
	
	#slider .text
	{
		background:white;
		border:1px solid #cbcbcb; 
		border-width:0 1px 1px 1px;
		padding:10px
	}
	
	#slider #one-header
	{
		background:url(/_images/accordion_cards.png) no-repeat;
	}
	
	#slider #two-header
	{
		background:url(/_images/accordion_contacts.png) no-repeat;
	}

	#slider #three-header
	{
		background:url(/_images/accordion_calendar.png) no-repeat;
	}
	
	#slider #four-header, #slider #five-header
	{
		background:url(/_images/accordion_account.png) no-repeat;
	}
	
	#one-content #searchText
	{
		width:108px;
		padding:2px;
		font-size:11px;
		line-height:14px;
		background:url(/_images/search_bg.png) repeat-x 2px 1px;
		border:1px solid #cbcbcb;
		border-right:none;
	}
	
	#one-content #searchButton
	{
		vertical-align:bottom;
	}

	* html #one-content #searchButton
	{
		margin-bottom:1px;
	}

	/* treeview styles */
	#slider .text ul li
	{
		margin-left:15px;
	}
	
	#slider .text ul ul li
	{
		margin-left:30px;
	}
	
	* html #slider .text ul ul li
	{
		margin-left:20px;
	}
	
	#slider .text ul li a, #slider .text ul ul li
	{
		font-size:11px;
	}
	

/* ------  Upcoming Events  ------ */
#upcomingEvents
{
	background:url(/_images/events_bottom_border.png) bottom;
	padding-bottom:10px;
	margin-bottom:20px;
}

#upcomingEvents #topBorder
{
	background:url(/_images/events_top_border.png) no-repeat;
	height:10px;
}

* html #upcomingEvents #topBorder
{
	margin-left:-3px;
}

#upcomingEvents h2
{
	margin:0 10px 5px 10px;
	font-size:18px;
	font-weight:normal;
	color:#574d3a;
}
	
	
	/* ------  Upcoming Events Accordion  ------ */

#slider2 { margin:0 10px; }
	#slider2 .header2 
	{
		padding:0 0 1px 5px;
		border:1px solid #efd89d;
		border-top-color:white;
		border-bottom-color:#d8c38c;
		font-size:14px;
		font-weight:bold;
		color:#574d3a;
		cursor:pointer; 
		background:url(/_images/events_header_collapsed.png) right;
	}
	
	#slider2 .header2 span
	{
		font-size:12px;
		font-weight:normal;
	}
	
	#slider2 .content2 { overflow:hidden }
	
	#slider2 .text
	{
		background:white;
		border:1px solid #d8c38c; 
		border-width:0 1px;
		padding:15px
	}

/* ------  Card Boxes  ------ */
.cardBox
{
	float:left;
	width:188px;
	text-align:center;
	margin-bottom:20px;
	height:130px;
}
	
	.cardBox .cardImage
	{
		border:1px solid #333;
	}
	
	.cardBox .textArea
	{
		margin-top:5px;
		padding:0 20px;
		color:#333;
		font-size:10px;
	}
	
		.textArea .price
		{
			float:left;
			width:25px;
			font-size:10px;
		}
		
		.textArea .zoom
		{
			float:right;
			width:16px;
		}
		
/* ------  Registration Page  ------ */
.reg2column /* for dividing the page into two columns for registration, if wanted */
{
	float:left;
}

.marginRight8 /* Apply to left side .reg2column */
{
	margin-right:8px;
}

h2.RegPageDivider
{
	margin:5px 0;
	padding:3px 10px;
	background:#e6e6e6;
	border-width:1px;
	border-style:solid;
	border-top-color:#f5f5f5;
	border-left-color:#cbcbcb;
	border-right-color:#cbcbcb;
	border-bottom-color:#b2b2b2;
	font-size:12px;
	font-weight:bold;
	color:#717171;
}

.redAlert
{
	color:red;
	font-size:14px;
}

.regLabel
{
	display:inline-block;
	width:118px;
	margin:3px 5px 3px 0; 
	text-align:right;
	font-weight:bold;
	color:#717171;
}

.regLabel22marg
{
	margin-left: 22px;	
}

.regInput
{
	width:150px;
	border:1px solid #b2b2b2;
	font-size:11px;
	line-height:14px;
	background:url(/_images/input_bg.png) no-repeat 1px;
	padding:2px;
}

/* ------  Breadcrumb  ------ */
#breadcrumb
{
	position:relative;
	padding-bottom:35px;
}

	#breadcrumb #section1, #breadcrumb #section2, #breadcrumb #section3, #breadcrumb #section4
	{
		text-align:center;
		line-height:25px;
		font-size:11px;
		font-weight:bold;
	}
	
	/* backgrounds for breadcrumb. section1 needs unselected1/selected1 and section4 needs unselected3/selected3
		all others use unselected2/selected2 */
	.unselected1
	{
		background:url(/_images/breadcrumb/unselected_1.png) no-repeat right;
		color:#aeaeae;
	}
	
	.unselected2
	{
		background:url(/_images/breadcrumb/unselected_2.png) no-repeat right;
		color:#aeaeae;
	}
	
	.unselected3
	{
		background:url(/_images/breadcrumb/unselected_3.png) no-repeat right;
		color:#aeaeae;
	}

	
	.selected1
	{
		background:url(/_images/breadcrumb/selected_1.png) no-repeat right;
		color:white;
	}
	
	.selected2
	{
		background:url(/_images/breadcrumb/selected_2.png) no-repeat right;
		color:white;
	}
	
	.selected3
	{
		background:url(/_images/breadcrumb/selected_3.png) no-repeat right;
		color:white;
	}

	/* breadcrumb sections positioning */
	#breadcrumb #section1
	{
		z-index:10;
		position:absolute;
		left:0;
		width:142px;
		padding-right:11px;
	}
	
	#breadcrumb #section2
	{
		position:absolute;
		z-index:9;
		left:147px;
		width:141px;
		padding-right:6px;
	}
	
	#breadcrumb #section3
	{
		position:absolute;
		z-index:8;
		left:288px;
		width:141px;
		padding-right:6px;
	}
	
	#breadcrumb #section4
	{
		position:absolute;
		z-index:7;
		left:429px;
		width:131px;
		padding:0 3px;
	}

	
	
/* jQuery TableSorter styles */
table.tablesorter {
	background-color:#CDCDCD;
	margin:10px 0 15px;
	text-align:left;
	width:100%;
}

table.tablesorter thead tr th
{
	background:#e9e9e9 url(/_images/tablesorter/header_none.png) repeat-x center left;     
	font-weight: bold; 
	padding: 4px; 
}

table.tablesorter tbody td 
{
	background-color:#FFFFFF;
	color:#3D3D3D;
	padding:4px;
	vertical-align:top;
}

table.tablesorter thead th.header { 
	background:#e9e9e9 url(/_images/tablesorter/header_both.png) no-repeat center right;     
	cursor: pointer; 
} 

table.tablesorter thead th.headerSortDown { 
	background:#e9e9e9 url(/_images/tablesorter/header_desc.png) no-repeat center right; 
}

table.tablesorter thead th.headerSortUp { 
	background:#e9e9e9 url(/_images/tablesorter/header_asc.png) no-repeat center right; 
}

table.tablesorter tbody tr.even td
{
	background:#f2f2f2;
}

table.tablesorter tbody tr.odd td
{
	background:white;
}

div.paging
{
	padding: 0;
	margin: 0;
	float: right;
}

div.paging a, div.paging a:visited
{
	padding: 0 2px 0 0;
	margin: 0;
	color:#0676b4;
	font-size:14px;
	text-decoration:none;
}

div.paging a:hover
{
	color:#b42a2a;
}

div.paging span
{
	padding: 0 2px 0 0;
	margin: 0;
	font-weight:bold;
	font-size:14px;
}

div.paging span.seprtr
{
	font-weight: normal;
}

div.paging span.pageof
{
	margin-right: 20px;
	font-size: 11px;
}

.arrow
{
	margin-bottom: -5px;
}

div.paging .leftArrow
{
	margin-right: 5px;
}

div.paging .rightArrow
{
	margin-left: 5px;
}

div.searchResults
{
	margin-top: 30px;
}

.gray
{
	color: #717171;	
}

.lmarg26
{
	margin-left: 26px;
}

#cardcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
float: left;
width: 100%;
}

#cardcontainer ul li 
{
display: inline-block;
}

* html #cardcontainer ul li 
{
display: inline-block;
width:1px;               /* IE will expand 1px width to fit menu width */
padding:0 2px;           /* fix bug in IE to get border spacing correct */
}
#cardcontainer ul li a
{
text-decoration: none;
padding: .2em 1em;
color: #000;
background-color: #F0F6F9;
}

#cardcontainer ul li a:hover
{
color: #000;
background-color: #F0F6F9;
font-weight:bold;

}
.cardbox
{
padding:20px;
width:auto;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
background:#F0F6F9 none repeat scroll 0 0;
border:1px solid #346F97;

}
.cards
{
margin:0;
overflow:hidden;
padding:0;
position:relative;
z-index:2;
height:75px;
width:100%;

}
