
/* SET SOME DEFAULTS TO HELP MAKE SURE ALL BROWSERS RENDER THINGS THE SAME */

img{
	border:0;
}

ul{
	margin:0;
	padding:0;
	list-style:none;
}

li{
	margin:0
	padding:0;
	margin-left:1em;
}

a{
	color:#0000ff;
}

a:hover{
	color:#ff0000;
}

p{
	margin:0;
	padding:.5em 0;
}

small{
	font-weight:normal;
	font-size:.85em;
}

/* END DEFAULTS */

/* A FEW COMMONLY USED CLASSES */

.center{
	text-align:center !important;
}

.justify{
	text-align:justify !important;
}

.right{
	float:right !important;
}

.left{
	float:left !important;
}

.clear, .clear-all, .clear_all, .clear-both, .clear_both{
	clear:both !important;
}

.clear_right, .clear-right{
	clear:right !important;
}

.clear_left, .clear-left{
	clear:left !important;
}

.small{
	font-size:.9em;
}

/* END COMMONLY USED CLASSES */

body{
	text-align:center;
	background-color:white;
	font-size:9pt;
	font-family:helvetica, arial, sans-serif;
	margin:0;
	padding:0;
}

div#template_container{
/* OUTER MOST CONTAINER */
	background-image:url(/template/hbj/images/template_repeat.png);
	background-repeat:repeat-y;
	width:963px;
	margin:0 auto;
	padding:0;
	text-align:left;
}

div#template_container_2{
/* INNER CONTAINER FOR STYLING THE TOP OF THE PAGE */
	background-image:url(/template/hbj/images/template_header.png);
	background-repeat:no-repeat;
	margin:0;
	padding:8px 17px 0 15px;
}


/* MASTHEAD STYLES */

	div.template_top_ad{
		float:right;
		width:232px;
		padding:20px 14px 0 14px
	}
	
	* html div.template_top_ad{
		width:260px;
	}

	div#template_headers{
		float:left;
		position: relative;
	}

	h3#template_logo{
		/*float:left;*/
		margin:20px 0 0 20px;
		padding:0;
		overflow:hidden;
	}
	
	h3#template_logo a{
		display:block;
		width:296px;
		height:53px;
		padding:0;
		margin:0;
		/*background:url(/template/hbj/images/template_logo.png);*/
		text-indent:-9999px;
	}
	
	form#template_signin	
	{
		/*clear:right;*/
		float: none;
		/*width: 218px;*/
		/*height: 96px;*/
		color: white;
		margin: 0 !important;
		padding: 0;
		font-size:.9em;
		/*background-image: url(/template/hbj/images/form_overlay.png);*/
		background-repeat: no-repeat;
	}
	
	div#template_welcome{
		height:40px;
		color:black;
		padding:10px;
		overflow:hidden;
	}
	
	div#template_welcome h3{
		font-size:1.1em;
		font-weight:normal;
		margin:0;
	}

	div#template_welcome a{
		/*color:white;*/
	}

		form#template_signin fieldset		
		{
			padding: 0;
			margin: 5px 0;
			overflow: hidden;
			border-top:1px solid #891709;
			color:black
			/*border-bottom:1px solid #cc857c;
			border-right:1px solid #cc857c;*/
		}
		form#template_signin fieldset legend{
			margin:0;
			padding:0 5px;
			color:black;
			font-weight:bold;
			margin-left:10px;
		}

		form#template_signin fieldset label{
			width:55px;
			padding:4px 5px 0 0;
			margin:0;
		}
				
		form#template_signin fieldset input{
			margin:1px 5px 2px 0;
			padding:3px;
			float:left;
			vertical-align: text-bottom;
			border:0;
			/*height:1.5em;*/
		}
		
		form#template_signin fieldset input.t_signup_email{
			width:100px;
			font-size:.8em;
		}
		
		form#template_signin fieldset input.t_signup_password{
			width:70px;
			font-size:.8em;
		}
		
		form#template_signin fieldset input.submit{
			background:none;
			padding:0;
			margin:0;
		}
		
		form#template_signin fieldset ol li, form#template_signin fieldset ol		
		{
			padding: 0;
			margin: 0;
			vertical-align: bottom;
		}
		
		form#template_signin fieldset ol li{
			padding:0;
		}
		
		form#template_signin fieldset ol li p{
			margin:0;
			padding:0;
			margin-top:3px;
			padding-top:3px;
			text-align:center;
			font-size:.9em;
			border-top:1px solid #891709;
		}
		
		form#template_signin fieldset ol li a{
			color:black;
			margin:0;
			padding:0;
		}
	
	p#template_today	
	{
		/*clear:left;
		float: left;*/
		width: 280px;
		height:20px;
		text-align: left;
		color: white;
		margin: 0 15px 0 25px;
		padding:5px 20px 0 0;
		font-size: 1em;
		font-weight: bold;
		overflow: hidden;
	}
	
	ul#template_navbar	
	{
		clear: both;
		list-style: none;
		margin: 0 !important;
		padding: 6px 5px 2px 10px;
		height: 31px;
	}
	
	html>body ul#template_navbar{
		height:23px;
	}

		ul#template_navbar li{
			float:left;
			/*background:black;*/
			margin-right:10px;
		}
		
			ul#template_navbar li a{
				text-decoration:none;
				color:white;
			}
			
			ul#template_navbar li a:hover{
				color:#f46654;
			}
			
		ul#template_navbar li.right{
			float:right;
		}
/* END OF MASTHEAD STYLE */

/* START OF BOTH LEFT AND RIGHT BAR STYLE */


	div.template_top_banner{
		text-align:center;
	}
	
	div#template_left_bar{
		float:left;
		width:190px;
		background:#eee1ce;
	}

		/* SEARCH FORM */
		
		div#template_left_bar form#template_search{
			background:#a57939;
			margin:0 0 2px 0;
			padding:4px 0 10px 0;
			/*height:55px;*/
			overflow:hidden;
		}
		
			div#template_left_bar form#template_search fieldset{
				border:0;
				margin:0;
				padding:0 10px;
			}
			
				div#template_left_bar form#template_search fieldset legend{
					color:white;
					margin:0;
					padding:5px 0 0 0;
				}
				
				div#template_left_bar form#template_search fieldset input{
					margin:2px 10px 0 0;
					width:130px;
					padding:0;
					float:left;
					vertical-align:text-bottom;
					border-bottom:1px solid #d7b98c;
					border-top:2px solid #634922;
					border-right:1px solid #cca46b;
					border-left:2px solid #84612e;
				}
				
				div#template_left_bar form#template_search fieldset input.submit{
					width:auto;
					margin:0;
					border:0;
				}
			
		/* END SEARCH FORM */

		div#template_left_bar h2, div#template_right_bar h2	
		{
			font-family: "Trebuchet MS",Helvetica,Arial,sans-serif;
			font-size: 1.2em;
			font-weight: bold;
			background: #a57939;
			color:white;
			padding:3px 3px 3px 7px;
			margin:0;
			clear:both;
		}

		div#template_left_bar h2.red, div#template_right_bar h2.red{
			margin-top:5px;
			background: #891709;
		}

		div#template_left_bar ul, div#template_right_bar ul{
			list-style:none;
			margin:0;
			padding:2px 4px 15px 4px;
			font-size:.95em;
		}
		
			div#template_left_bar ul li, div#template_right_bar ul li{
				border-bottom:1px solid gray;
				margin:0;
				padding:0;
			}

				div#template_left_bar ul li a, div#template_right_bar ul li a{
					display:block;
					text-decoration:none;
					color:black;
					padding:4px 3px;
				}
				
				div#template_left_bar ul li a:hover, div#template_right_bar ul li a:hover{
					background: #d7b98c;	
				}
				
				div#template_left_bar ul.t_news_topic_list li{
					padding:4px 3px;
				}
				
				div#template_left_bar ul.t_news_topic_list li.hover{
					background: #d7b98c;				
				}
				div#template_left_bar ul.t_news_topic_list li a{
					display:inline;
					padding:0;
					background:none;
				}
				
				div#template_left_bar ul.t_news_topic_list li a.t_rss{
					background-image:url(/template/hbj/images/rss.png);
					overflow:hidden;
					display:-moz-inline-box;
					display:inline-block;
					width:10px;
					height:10px;
					text-indent:-999em;
					padding-left:10px;
					background-repeat:no-repeat;
				}


		div#template_left_bar ul.ad_hbj li, div#template_right_bar ul.ad_hbj li{
			border:none;
			padding-bottom:10px;
		}

			div#template_left_bar ul.ad_hbj li a, div#template_right_bar ul.ad_hbj li a{
				padding:0;
			}
	
				div#template_left_bar ul.ad_hbj li a img, div#template_right_bar ul.ad_hbj li a img{
					/* border:1px solid gray; */
				}

			div#template_left_bar ul.ad_hbj li a:hover, div#template_right_bar ul.ad_hbj li a:hover{
				background:none;
			}

				div#template_left_bar ul.ad_hbj li a:hover img, div#template_right_bar ul.ad_hbj li a:hover img{
					/* border:1px solid #891709; */
				}




/* END OF LEFT & RIGHT BAR STYLE */

/* START OF RIGHT BAR STYLE OVERIDES */

div#template_right_bar{
	float:right;
	width:127px;
}

div#template_right_bar ul{
	background: #eee1ce;
	font-size:.8em;
}

div#template_right_bar ul.ad_hbj{
	background:none;
	padding:5px 0;
}

div#template_right_bar ul.ad_hbj li a{
	padding:0;
}

div#template_right_bar form{
	float:none;
}

div#template_right_bar form ul{
	background:none;
}

div#template_right_bar form ul li{
	border:none;
}

/* END OF RIGHT BAR STYLE */

/* START CONTENT AREA STYLE*/

a#ad_top img{
	border:1px solid gray;
	margin:5px 0 0 10px;
}

div#template_content{
	float:left;
	width:606px;
	margin:0;
	margin-left:4px;
	_margin-left: 4px;
	overflow:hidden;
	/*padding:5px;*/
	
}

body.single_display div#template_content{
	background-image:url(/template/hbj/images/template_panel_large.png);
	background-repeat:no-repeat;
	padding:12px;
	width:585px;
}


html>body div#template_content{
	width:606px;
}

html>body.single_display div#template_content{
	width:585px;
}

	
	body.single_display div#template_content h2{
		border-bottom:1px solid #891709;
		margin-top:1em;
	}
	
	div.t_title{
		display:block;
		background-color:#891709;
		/*height:1.8em !important;*/
		padding:1px 4px;
		margin:6px 6px 1em 4px;
		overflow:hidden;
		/*margin-bottom:1em;*/
	}

	body.single_display div.t_title{
		margin:-6px -10px 1em -8px;
		height:36px;
	}
	body.single_display .hbj div.t_title{
		height: 22px;
	}
	
	html>body.single_display div.t_title{
		margin:-6px -6px 1em -8px;
	}

	body div#template_content div.t_titleless{
		height:auto;
		margin-top:10px;
		padding:5px 0;
	}

	body div#template_container div.t_title h1
	{
		float: left;
		color: white;
		font-family: "Trebuchet MS",Helvetica,Arial,sans-serif;
		font-weight: bold;
		font-size: 18pt;
		margin: 0;
		margin-bottom:4px;
		width: 275px;
		overflow: visible;
	}
		body div#template_container div.t_title h1.hbj{
			font: normal normal bold 12pt "Trebuchet MS", Helvetica, Arial, sans-serif;
		}
		body div#template_container h3.hbj span{
			font: normal normal bold 18pt "Trebuchet MS", Helvetica, Arial, sans-serif;
		}
	body div#template_container div.t_wide_title h1{
		width: 550px;
	}

	div.t_panel_message{
		display:block;
		background-color:#eee1ce;
		/*height:1.8em !important;*/
		padding:3px 4px;
		padding-left:45px;
		margin:0;
		margin-bottom:1em;
		/*margin:6px 6px 1em 4px;*/
		overflow:hidden;
		border-bottom:1px solid #e3cdad;
		/*margin-bottom:1em;*/
		font-weight:bold;
		background-image:url(/template/hbj/images/alert.png);
		background-repeat:no-repeat;
		background-position:10px 5px;
	}
	
	div.t_panel_message p{
		margin:.33em;
	}
	
	div.t_panel_purchase{
		display:block;
		background-color:#eee1ce;
		padding:10px;
		padding-left:55px;
		margin:0;
		margin-bottom:1em;
		overflow:hidden;
		border-bottom:1px solid #e3cdad;
		font-weight:bold;
		background-image:url(/template/hbj/images/cart.png);
		background-repeat:no-repeat;
		background-position:10px 10px;
	}
	

	div.t_title form{
		float:right;
		padding:0;
		margin:0;
		/*width:150px;*/
	}
	
		div.t_title form fieldset{
			border:0;
			padding:3px 0 0;
			margin:0;
			float:right;
		}
		
			div.t_title form fieldset label, div.t_title form fieldset select, div.t_title form fieldset input{
				float:left;
				font-size:.9em;
				/*height:1.5em;*/
				margin-left:4px;
			}
			
			
			div.t_title form fieldset input{
			 	/*margin-top:1px;*/
			}
			
			div.t_title form fieldset label{
				margin-top:5px;
				color:white;
			}

	
div.t_panel{
	background-image:url(/template/hbj/images/home_panel_back.png);
	background-repeat:no-repeat;
	width:294px;
	padding:6px 6px 0 3px;
	margin:0;
	margin-right:-1px;
	float:left;
}

* html div.t_panel{
	width:303px;
}

div#leftpanels{
	float: left;
}

div#rightpanels{
	float: left;
}
div#leftpanels div.t_panel{
	float:none;
}
div#rightpanels{
	float:none;
}
	
body div.t_panel_wide{
	background-image:url(/template/hbj/images/double_column.png) !important;
	width:606px;
}

html>body div.t_panel_wide{
	width:597px;

}

	div.t_panel div.t_title{
		display:block;
		background-color:#891709;
		height:20px;
		padding:1px 4px 4px 4px;
		margin:0;
	}
	
* html div.t_panel div.t_title{
		height:27px;
	}

	div.t_panel h2	
	{
		float: left;
		color: white;
		font-family: "Trebuchet MS",Helvetica,Arial,sans-serif;
		font-weight: bold;
		font-size: 14pt;
		margin: 0;
	}
	
		div.t_panel div.t_title a{
			color:#f68476;
			text-align:right;
			font-family: helvetica, arial, sans-sarif;
			font-size:.8em;
			float:right;
			padding-top:10px;
			padding-left: 5px;
		}
	
		div.t_panel div.t_title a:hover{
			color:white;
		}

/* HOME PAGE ARTICLE RSS */
div#template_content div.t_panel div.t_title a.t_rss, div#template_content h3 a.t_rss
{
	background-image: url(/template/hbj/images/rss.png);
	overflow: hidden;
	display: -moz-inline-box;
	display: inline-block;
	width: 10px;
	height: 10px;
	text-indent: -999em;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: center 10px;
	text-align: left;
}


* html div#template_content div.t_panel div.t_title a.t_rss{
	margin-top:10px;
	background-position:right top;
	margin-left:5px;
}

* html div#template_content div#home_hbj div.t_title a.t_rss{
	margin-top:0;
}

* html div#template_content div#home_hbj div.t_title p {
	padding-top:0;
}	

	div.t_panel ul li, ul.h_fading li{
		margin:0;
		padding:0;
		/*background-image:url(/template/hbj/images/button_next.png);*/
		background-repeat:no-repeat;
		background-position:1px 1px;
		display: block;
	}
	
	* html div.t_panel ul li.email {
		height:1px;
	}
	
	div.t_panel form.fs_form fieldset.bordered{
		margin-left:5px;
		margin-right:5px;
	}


	body.single_display div#template_content ul li{
		background-position:1px 1px;
		_background-position: 1px 3px;
		*background-position: 1px 3px;
		padding-left:15px;
	}


		div.t_panel ul li.t_locked, ul.h_fading li.t_locked{
			background-image:url(/template/hbj/images/button_locked.png);
		}
	
		div.t_panel ul li.t_unlocked, ul.h_fading li.t_unlocked{
			background-image:url(/template/hbj/images/button_unlocked.png);
		}
	
	
	div.t_panel ul li p{
		margin:0;
		padding:0;
	}

	div.t_panel ul li a{
		text-decoration:none;
		color:black;
		padding:2px 10px 2px 20px;
		margin:0;
		display:block;
		border:1px solid white;
	}
	
	div.t_panel ul.t_normal_list li{
		background-image:none;
	}
	
	div.t_panel ul.t_normal_list li a{
		display:inline;
		background:none;
		padding:2px;
		border:none;
		color:#0000ff;
	}
	
		div.t_panel ul.t_normal_list li a:hover{
			background-image:none;
			background:none;
			border:none;
			color:#ff0000;
		}
	
	div.t_panel ul li a:hover{
		background-color:#eee1ce;
		background-image:url(/template/hbj/images/button_next_o.png);
		background-position:1px 1px;
		background-repeat:no-repeat;
		border:1px solid gray;
	}
	
		div.t_panel ul li.t_locked a:hover{
			background-image:url(/template/hbj/images/button_locked_o.png);
		}

		div.t_panel ul li.t_unlocked a:hover{
			background-image:url(/template/hbj/images/button_unlocked_o.png);
		}


	div.t_panel ul li a span.t_date{
		font-size:.85em;
		font-weight:normal;
	}
	
	/* SET UP COLOR LEVELS */
	
		div.t_panel ul.t_fading li.t_lightness_0 a{
			font-weight:bold;
		}
		
		div.t_panel ul.t_fading li.t_lightness_2 a{
			color:#333;
		}
		
		div.t_panel ul.t_fading li.t_lightness_3 a{
			color:#555;
		}
		
		div.t_panel ul.t_fading li.t_lightness_4 a{
			color:#777;
		}
		
		div.t_panel ul.t_fading li.t_lightness_5 a{
			color:#999;
		}

		div.t_panel ul.t_fading li.t_lightness_5 a:hover,div.t_panel ul.t_fading li.t_lightness_4 a:hover,div.t_panel ul.t_fading li.t_lightness_3 a:hover,div.t_panel ul.t_fading li.t_lightness_2 a:hover{
			color:black;
		}
		div.t_panel ul.t_fading a.article_list_image_anchor{
			border: 1px solid red;
		}

	ul.p_news_items{
		margin-top:1em;
		clear:left;
	}

/* END CONTENT AREA STYLE*/

/* START OF FOOTER STYLE */
div#template_footer{
	clear:both;
	margin:0;
	padding:0 12px;
	font-size:.8em;
	height:20px;
}

div#template_footer p{
	padding:3px 0;
	margin:0;
	width:400px;
	float:left;
}

div#template_footer p.credit_fs{
	float:right;
	width:400px;
	text-align:right;
}

/* END OF FOOTER STYLE */

/* START OF GENERIC SITE-WIDE FORMATTING */

span.article_time{
	font-size:.85em;
	font-weight:normal;
}

/* EVENT LINKS */

ul.event_links{
	overflow:auto;
	margin:0;
	padding:0;
}

ul.event_links li{
	margin:0;
	padding:10px 0;
	font-size:1.25em;
	float:left;
	width: 180px;
	height: 90px;
}

ul.event_links li a{
	text-decoration:none;
}

#home_hbj{
	font-size:1.1em;
}

.article_title a{
	font-size:1.1em;
	font-weight:bolder;
}

div#home_hbj p.article_title{
	margin-left:0;
	margin-bottom:0 !important;
}

#google_map{
	width:284px;
	height:400px;
	margin:5px;
	border:1px solid gray;
}

/*div#template_content div.t_panel ul li{
	background:none;
	margin-left:1em;
}*/

/*div#template_content div.t_panel ul li a{
	margin:0;
	background:none;
	outline:none;
	color:blue;
	padding:0;
	border:0;
}*/

div#template_content div.t_panel ul li.title{
	font-weight:bold;
}

div#template_content div.t_panel ul{
	margin:.5em 0;
}


div#home_slider div#home_slider_scroll ul.h_slider_articles li p.article_title a{
	color: #891709;
	font-family:times, serif;
	font-size:1.4em;
}

div#home_slider div#home_slider_scroll ul.h_slider_articles li{
	padding-top:0;
	padding-bottom:0;
}

input.submit,
input.text{
	overflow:visible;
	padding:2px;
}

body.single_display div.t_panel{
	width:274px; /* size of boxes on user account page */
}

* html body.single_display div#template_container div.t_title h1{
	width:auto;
}


div#home_hbj_today ul{
	height:279px;
}
div#readers_poll form{
	margin: 0;
}
div#most_viewed{
	border: 1px solid #CCCCCC;
	width:283px;
}
div.t_panel #t_home_tabs{
	padding-left: 8.5em;
}
div.t_panel #t_home_tabs li{
	float: left;
	margin-left: 0.5em;
}
div#most_viewed div div{
	height: 155px;
	overflow:auto;
	padding:10px;
}
* html div#most_viewed div div{
	height: 175px;
}
div#home_most_viewed div.t_scrollable{
	height:110px;
	overflow:auto;
}

#home_video_area span{
	margin-left: 5px;
}
div#home_video_area{
	margin:0;
	padding: 0;
	margin-top:0px;
	border:1px solid #ccc;
	width:300px;
	height:250px;
	margin-top:6px;
}
* html #home_video_area{
	width:300px;
	height:250px;
}


div#home_agenda ul.h_agenda_list{
	height:225px;
}
ol.t_most_list a{
	color: black;
	font-weight:bold;
	text-decoration:none;
	font-size:1.1em;
	font-family: helvetica, arial, sans-serif;
}
div#poll_area{
	background-image: url(/template/hbj/images/mouse_check_white.png);
	background-position: 0px -25px;
}

div#home_hbj_today{
	padding-top:4px;
}
div#template_right_bar{
	padding-top:4px;
}
