body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}
body {
	width:1024px;
	background: url('images/hsj_back_tile.gif') repeat-x #cccccc;
	margin:20px auto;
}
a:link, a:visited, a:active {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #336699;
	text-decoration: none;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #003366;
	height: 1px;
	width: 100%;
}
h1 {
	font-size: 18px;
	color: #003366;
	margin: 5px 0px 5px 0px;
}
h2 {
	font-size: 15px;
	color: #336699;
	margin: 15px 0px 5px 0px;
}
form {
	margin: 0;
}

#body_wrapper {
	width:1024px;
	margin:auto;
}
#top_wrapper {
	display:block;
	background: url('images/hsj_menu_top_back.gif') no-repeat top left #0000ff;
	width:100%;
	height:40px;
}
#header {
	display:block;
	background: #cccccc url('images/hsj_header_back.gif') no-repeat top left;
	width:100%;
	height:128px;
	margin:0;
}
#title {
	margin:30px 30px;
}
#content_wrapper {
	display: block;
	width:1024px;

}
#content {
	display:table-cell;
	padding: 0px;
	background: url('images/hsj_content_back.gif') no-repeat top left #ffffff;
	width:auto;
	vertical-align: top;
	text-align: left;

}
#left_column, #right_column, #bottom_row {
	padding:0px;
}
#left_column {
	display:block;
	margin-top:20px;
	margin-left:40px;
	width:420px;
	height:700px;
	overflow:auto;
	padding:20px;
	float:left;
	line-height:180%;	
	min-height:400px;
}
#left_column h1 {
	color:#666666;
	margin-top: 40px;
	margin-bottom:0px;
	margin-left:-18px;
	font-weight:normal;
	font-size:1.8em;
	font-style:italic;
}
.article_back {
	display:inline-block;
	position:absolute;
	margin-left:-20px;
	width:467px;
	height:140px;

	background: url('images/hsj_article_back.png') 0 0 no-repeat;
}
#right_column {
	display:block;
	width:500px;
	margin-top:20px;
	padding:0;
	float:right;
}
#bottom_row {
	display:inline-block;
	clear:both;
	width:944px;
	padding:20px 40px;
	margin: 0;
	background: url('images/hsj_trans_back.png');
}
.bottom_quote {
	width:20%;
	margin:0 20px;
	float:left;
	font-size:.9em;
	font-style:italic;
	font-weight:bold;
	line-height: 160%;
}
.bottom_quote cite {
	font-style:normal;
	font-weight:normal;
}
#footer_wrapper {
	display:table;
	width:1024px;
	height: 40px;	
	background-color: #999999;	

}
#footer {
	display:block;
	margin: 20px 10px;
	width:auto;
	vertical-align: middle;
	text-align: center;
}

#facebook {
	display:block;
	float:right;
	margin:20px 80px;
}

#mod_bakery_wrapper_f {
	background: url('images/back_trans_white.png');
}

.horizontalmenu {
	vertical-align: top;
	width: auto;
	padding: 0px 10px 0;
}

.menu_current {
	font-weight: bold;
}
.menu_default {

}

/*Top level list items*/
/* http://www.seoconsultants.com/css/menus/tutorial/ */
.horizontalmenu ul li {
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.horizontalmenu ul li a {
	display: block;
	width: 150px; /*Width of top level menu link items*/
	height: 29px;
	padding: 11px 10px 0px 10px;
	border-left: 2px groove #999999; 
	text-decoration: none;
	color: #ffffff;
	font:italic normal 1em Tahoma,Arial,San-Serif;
	letter-spacing:.1em;
}

.menu-last {
	border-right: 2px groove #999999;
}

.horizontalmenu a:link, .horizontalmenu a:visited, .horizontalmenu a:active {
	text-decoration: none;
}

.horizontalmenu a:hover {
	background-color: #0099ff;	
}
	
.menu-expand a {
	background: transparent url('images/hsj_menu_arrow_dwn.gif') no-repeat 95% center;
}

/*Sub level menu*/
.horizontalmenu ul li ul {
	left: 2px;
	top: 40px;
	height:30px;
	position: absolute;
	display: none; 
	z-index: 100;
	margin-left:-40px;	
	border:0;
}

/* 3rd tier to the side of the 2nd. */
.horizontalmenu ul li ul li ul {
	left:170px;
	top:10px;
}

/*Sub level menu list items*/
.horizontalmenu ul li ul li {
	display: block;
	float: none;
	border: 0;

}
.horizontalmenu li li {
	display: block;
	float: none;
	background-color: transparent;
}

/* Sub level menu links style */
.horizontalmenu ul li ul li a {
	width: 160px; /*width of sub menu levels*/
	height:30px;
	font-weight: normal;
	padding:9px 5px 0;
	background: #0099cc;
	border:0;
}

/* Make the sub menus show */
.horizontalmenu ul ul ul,
.horizontalmenu ul ul li:hover ul ul {
	display: none;
}

.horizontalmenu ul li:hover ul,
.horizontalmenu ul ul li:hover ul,
.horizontalmenu ul ul ul li:hover ul {
	display: block;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalmenu ul li { float: left; height: 1%; }
* html .horizontalmenu ul li a { height: 1%; }
/* End */

#top_wrapper form {
	float:right;
	margin: 9px 12px 0;
}