/* header css */
.hsb-header {
background-color:#ffffff;
padding-top:10px;
padding-bottom:10px;
} 

/* main nav menu */
nav.top-bar {
  text-align: center;
}
section.top-bar-section > ul.right {
  float: none !important;
  display: inline-block;
} 
#top_nav_bar_wrapper {
width:1000px;
margin:auto;
}
#top_nav_bar_wrapper.fixed {
width:100%;
} 

.top-bar-section ul li > a { font-size:0.75rem; }
li.divider { display:none; }

/* shade forum/survey boxes */
.h-ubb-directory-forum-box, .h-ubb-topic-list-box, .h-survey-list-box {
margin-bottom:10px;
}
.h-forums-list .section-box-contents, .h-topic-list .section-box-contents, #surveyListContainer .section-box-contents {
padding:0;
}
#surveyListContainer .section-box-header {
margin-bottom:10px;
}
.h-ubb-directory-forum-box {
background-color:#E1EEE6;border:1px solid #dfdfdf;padding:10px;
}
.h-ubb-topic-list-box {
background-color:#E1EEE6;border:1px solid #dfdfdf;padding:10px;
}
.h-survey-list-box {
background-color:#E1EEE6;border:1px solid #dfdfdf;padding:10px;
} 

/* homepage banner */
.homepage-banner {
background-color: #DAEAE0;
}
.fixed-height-banner { height:148px; }
 