* {
	margin: 0px;
	padding: 0px;
}
body {
	color: #222;
	background: #33529d url(../images/background.jpg) repeat-x 0 0;
	background-color: #33529d;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	text-align: center;
}
#body_wrapper {
	margin: 0px auto;
	width: 789px;
	background-color: #fff;
	text-align: left;
}
#container {
	margin: 1px;
	width: 787px;
	background-color: #fff;
}
a {
	color: #33529d;
	text-decoration: none;
}
a:hover {
	color: #33529d;
	text-decoration: underline;
}
span {
	display: none;
}
img {
	border: 1px solid #33529d;
}
ul {
	list-style-type: none;
}
li {
	list-style-type: none;
}
p {
	padding: 7px 0px 8px;
	text-align: left;
	line-height: 15px;
}
.video {
	width: 320px;
	height: 265px;
	border: #fff 1px solid;
}
input {
	border: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}
.clearthis {
	margin : 0px;
	height : 0px;
	clear : both;
	float : none;
	line-height: 0px;
	overflow : hidden;
	visibility: hidden;
}
.thumbnail {
	padding: 10px 0px;
	float: left;
}

/* Page Header */
#page_header {
	width: 787px;
	height: 222px;
	overflow: hidden;
	font-weight: bold;
	text-align: left;
	background-color: #fff;
}
#page_header a {
	color: #fff;
}
#page_header a:hover {
	color: #f4d03f;
}

/* Drop down menu */
#dropmenudiv{
	width: 130px
	margin-top: 5px;
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 10px verdana, arial, sans-serif;
	line-height:20px;
	z-index:120;
}
#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 1px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
	color: #f5f7fd;
	background-color: #969696;
}

/* Header Title */
#header_title {
	width: 413px;
	height: 221px;
	color: #fff;
	background: #33529d url(../images/headertitle.jpg) no-repeat 0% 0%;
	float: right;
	overflow: hidden;
}
#header_title h1 {
	margin: 23px auto 0px 8px;
	width: 300px;
	height: 64px;
}
#header_title .textbox {
	padding: 85px 12px 0px;
}
#header_title .textbox a {
	text-transform: uppercase;
}

/* Header Links */
#header_links {
	width: 220px;
	height: 221px;
	background: url(../images/hbc-logo.jpg) no-repeat 0% 46px;
	float: left;
	overflow: hidden;
	font-size: 10px;
}
#header_links a {
	text-decoration: none;
}
#header_links ul {
	width: 220px;
	height: 46px;
	color: #fff;
	background-color: #33529d;
}
#header_links li {
	padding: 20px 9px 0px;
	float: left;
}
#header_links li a:hover {
	color: #fff;
	text-decoration: underline;
}
/* Header Navigation Menu */
#header_navmenu {
	width: 154px;
	height: 221px;
	color: #fff;
	background: #649ccb url(../images/headernav_bg.jpg) repeat-y 0% 0%;
	float: left;
	overflow: hidden;
	font-size: 10px;
	line-height: 10px;
	border-bottom: #fff 1px solid;
}
#header_navmenu ul {
	margin-top: 46px;
	height: 174px;
	border-bottom: #5586d5 1px solid;
}
#header_navmenu li {
	width: 154px;
	height: 24px;
	border-top: #fff 1px solid;
	float: left;
}
#header_navmenu li a {
	display: block;
	padding-top: 7px;
	padding-left: 23px;
	background: url(../images/headernav_bullet.jpg) no-repeat 7px 7px;
	text-decoration: none;
}
#header_navmenu li a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Left Sidebar - Calendar */
.calendar {
	/** configure the width **/
	width:190px;
	background-color: #fff;
	border: 1px solid #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin:0px;
	padding:0px;
	text-align:center;
}
.calendar th {
	background-color: #1b4087;
	color: #fff;
	font-weight: bold;
	height: 20px;
}
.calendar .header {
	background-color: #5886db;
	font-weight: bold;
	height: 20px;
	color: #fff;
}
.calendar .footer {
	background-color: #5886db;
	font-weight: bold;
	font-size:0.8em;
	color: #fff;
	width:100%;
}
.calendar td {
	width: 20px;
	height: 15px;
	text-align: center;
	font-size:0.9em;
	padding: 2px;
}
.calendar .today {
	width: 18px;
	height: 12px;
	background-color: #969696;
	padding: 2px;
	color: #fff;
	border: 1px solid #fff;
}
.calendar .link {
	width: 18px;
	height: 15px;
	background-color: #5886db;
	padding: 2px;
	border: 1px solid #555;
}
.calendar a, .calendar a.link, .calendar a.hover {
	font-weight: bold;
	text-decoration: underline;
	color: #555;
}
.calendar a.headerNav, .calendar a.link.headerNav, .calendar a.hover.headerNav {
	background-color: #5886db;
	color: #fff;
}
.calendar a.footerNav, .calendar a.link.footerNav, .calendar a.hover.footerNav {
	width: 100%;
	background-color: #5886db;
	color: #fff;
	font-size: 9px;
}

/* Left Sidebar */
#leftsidebar {
	width: 221px;
	float: left;
}
.leftsidebar_box {
	padding: 10px 15px 0 15px;
	text-align: left;
}
.statement {
	display: block;
	padding: 0;
	margin-top: 180px;
	font-size: 0.91em;
	font-style: italic;
	text-align:justify;
}
.submenu a {
	display: block;
	padding: 0;
	padding-left: 15px;
	background: url(../images/headernav_bullet.jpg) no-repeat 0px 3px;
	font-size: 10px;
	font-weight: bold;
}
.submenu a:hover {
	text-decoration: underline;
}
.leftsidebar_box .moreinfo {
	padding-top: 10px;
	text-align: right;
}

/* Page Content */
#page_content {
	width: 787px;
	background: #fff url(../images/sidebar_box_bg.jpg) repeat-y 0% 0%;
}

/* Right Column : Sign Up Now */
#signupnow {
	padding: 5px 10px;
	font-size: 11px;
}
#signupnow h3 {
	margin: 7px 0px 3px;
	width: 282px;
	height: 42px;
	background: #fff url(../images/signup.jpg) no-repeat 0% 0%;
	float: left;
}
#signupnow form {
	width: 260px;
	float: right;
}
#signupnow .formfield {
	float: left;
	padding: 0px 0px 3px;
	width: 190px;
}
#signupnow form strong {
	display: block;
	padding-top: 11px;
	width: 55px;
	text-align: right;
	float: left;
	clear: left;
	font-size: 10px;
}
#signupnow input {
	margin: 8px 0 0 5px;
	padding: 2px 0px;
	width: 125px;
	border-top: 1px #969696 solid;
	border-left: 1px #969696 solid;
	float: left;
}
#signupnow input.button_submit {
	margin-top: 3px;
	width: 60px;
	height: 48px;
	border: none;
	float: right;
}

/* Right Column : Main Content */
.rightcolumn_box {
	background-color: #fff;
	padding: 10px 5px 10px 20px;
}
.rightcolumn_home {
	width: 566px;
	height: 300px;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
#rightcolumn_1 {
	width: 566px;
	float: right;
    	font-family: arial, helvetica, geneva, sans-serif;
	font-size: 12px;
	background-color: #fff;
}
#rightcolumn_1 .rightcolumn_box p {
	padding: 5px 0 15px 0;
	width: 520px;
	float: left;
	/* text-align:justify; */
	line-height: 15px;
}
#rightcolumn_1 .whitebar {
	margin : 0px;
	height : 1px;
	background-color: #969696;
	clear : both;
	float : none;
	font-size: 1px;
	line-height: 0px;
	overflow : hidden;
}
.rightcolumn_box h2, .rightcolumn_text h2 {
	padding: 3px 0 15px 0;
	font-size: 16pt;
	color: #d04828;
	font-weight: normal;
	background-color: #fff;
}
.rightcolumn_box h3, .rightcolumn_text h3 {
	padding: 3px 0 15px 0;
	font-size: 12px;
	font-weight: bold;
}
.rightcolumn_box img {
	border: 1px solid #33529d;
	margin: 4px 7px 0 0;
}
.rightcolumn_box-audio {
	text-align: center;	
	padding: 15px 0 0 0;
}

/* Page Content Second Row */
#page_content_2 {
	width: 787px;
	/* color: inherit; */
	background: #4676b6 url(../images/sidebar_box2_bg.jpg) repeat-y 0% 0%;
}

/* Right Column - Second Row */
#rightcolumn_2 {
	width: 566px;
	float: right;
	font-size: 12px;
	text-align: center;
	background-color: #4676b6;
}

/* Events */
#events {
	margin: 0px auto;
	padding: 20px 0px 15px;
	width: 527px;
}
#events h2 {
	width: 527px;
	height: 37px;
	background: url(../images/events_header.jpg) no-repeat 0% 0%;
	border-bottom: #4676b6 2px solid;
}
#events_table table {
	width: 527px;
}
#events_table td {
	padding: 8px 10px;
	color: #222;
	background-color: #98b4dc;
	font-size: 11px;
	text-align: left;
}
#events_table #header_row td {
	padding-top: 3px;
	color: #fff;
	background-color: #98b4dc;
	border-bottom: #4676b6 2px solid;
}

/* SprySlidingPanels */
.SlidingPanels {
	position: relative;
	width: 425px;
	height: 283px;
	float:right;
	padding: 0px;
	border: none;
}
.SlidingPanelsContentGroup {  
      position: relative;  
      width: 1000em;  
      margin: 0px;  
      padding: 0px;  
      border: none;  
}
.SlidingPanelsContent {  
	width: 524px;
	height: 283px;
	float: left;
 	overflow: hidden;  
	margin: 0px;  
	padding: 0px;  
	border: none;  
}
.SlidingPanelsAnimating * {  
	overflow: hidden !important;  
}
 .SlidingPanelsCurrentPanel {  
}
 .SlidingPanelsFocused {  
}
.sspcontent {
	width: 425px;
	height: 283px;
}
#spotlight_tabs {
	text-align:left;
	margin: 0 2px 0 0;
	padding:5px 0 0 16px;
}
#spotlight_tabs a {
	padding: 2px 6px;
	margin: 0px 1px 0px 0px;
	font: 10px bold arial,sans-serif;
	background-color: #c0d0e0;
	color:#555;
	display:inline;
	text-decoration:none;
}
#spotlight_tabs a:hover, #spotlight_tabs a:active {
	background-color:#6b92b3;
	color: #fff;
}
.current {
	background-color:#6b92b3;
}
.clearfix {
	clear:both;
}

/* Page Footer */
#page_footer {
	width: 789px;
	color: #fff;
	background-color: #33529d;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}
#page_footer a {
	color: #fff;
}
#page_footer a:hover {
	color: #fff;
	text-decoration: underline;
}
#page_footer_box {
	padding: 15px 0px 8px 0px;
}
#page_footer_box p {
	padding: 2px 0px 3px 0px;
}

/* Footer Links */
#footer_links {
	padding: 3px 0px 0px 0px;
}
#footer_links li {
	float: left;
}
#footer_links li a {
	display: block;
	padding: 0px 17px 0px 14px;
	text-decoration: none;
}
#footer_links li#firstlink a {
	padding-left: 0px;
}
#footer_links li#lastlink {
	background-image: none;
}
