/* header */
header#siteHeader {
padding-top:15px;
padding-bottom:15px;
}

/* main nav menu */
li.divider { display:none; }
nav.top-bar {
  text-align: center;
}

section.top-bar-section > ul.right {
  float: none !important;
  display: inline-block;
}

/* 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:#eef3fb;border:1px solid #dfdfdf;padding:10px;
}
.h-ubb-topic-list-box {
background-color:#eef3fb;border:1px solid #dfdfdf;padding:10px;
}
.h-survey-list-box {
background-color:#eef3fb;border:1px solid #dfdfdf;padding:10px;
}
 