/* @group Site */

* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  height: 100%;
  background: url(/themes/cityofbn/images/bkg-body.png) repeat-y center top #84262a;
}

.page_sidebar body, .page_three_column body {
  background-image: url(/themes/cityofbn/images/bkg-body-sidebar.png);
}

h1 {
  margin: 0;
  font: bold 28px/28px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  color: #550c0e;
}

.corner_fold {
  width: 15px;
  height: 15px;
  background: url(/themes/cityofbn/images/bkg-corner-folds.png) no-repeat;
  position: absolute;
}

/* @end */

/* @group Page Type Layout */

#page_content {
  width: 970px;
  margin: 0 auto;
  border-top: 10px solid #d3cdc1;
}

#page_content > div {
  float: left;
  overflow: hidden;
  vertical-align: top;
}

#body_copy {
  width: 890px;
  padding: 30px 0;
  margin: 0 40px;
}

#sidebar {
  width: 230px;
}

#featured_images {
  width: 190px;
  padding: 30px 0;
  margin-left: 40px;
}

.page_sidebar #body_copy {
  width: 650px;
  margin: 0 40px;
}

.page_featured_images #body_copy {
  width: 660px;
  margin: 0 0 0 30px;
}

.page_three_column #body_copy {
  width: 430px;
  margin: 0  40px 0 30px;
}

/* @end */

/* @group Header */

#header {
  background-color: #531212;
}

#header_content {
  width: 970px;
  margin: 0 auto;
  position: static;
  background: url(/themes/cityofbn/images/bkg-header.png) no-repeat right top;
}

#site_name {
  width: 492px;
  height: 113px;
  margin: 0;
  position: relative;
}

#site_name a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  text-indent: -10000px;
  background: url(/themes/cityofbn/images/header-logo.png) no-repeat;
}

#utility_nav {
  float: right;
  font-size: .8em;
  text-align: right;
  color: #989db3;
  margin-top: 10px;
}

#utility_nav a:link, #utility_nav a:visited {
  text-decoration: none;
  color: #fff;
}

#utility_nav a:hover, #utility_nav a:active {
  text-decoration: underline;
}

/* @end */

/* @group Footer */

#not_footer {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -400px; /* the bottom margin is the negative value of the footer's TOTAL height (height+borders+padding) */
}

#footroom {
  height: 400px; /* #footroom must be the same TOTAL height (height+borders+padding) as #footer */
}

#footer {
  height: 400px;
  width: 100%;
  clear: both;
  overflow: hidden;
}

#footer_body {
  height: 380px;
  background-color: #550e0e;
  border-bottom: 10px solid #000;
}

#footer_cap {
  width: 970px;
  height: 10px;
  margin: 0 auto;
  background-color: #d3cdc1;
}

#footer_content {
  width: 970px;
  height: 380px;
  margin: 0 auto;
  position: relative;
}

#footer_columns > div {
  display: table-cell;
  padding-right: 60px;
}

#footer_columns h2 {
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  color: #d6c790;
  margin: 40px 0 10px;
}

#footer_columns ul {
  list-style-type: none;
  margin: 0;
}

#footer_columns a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

#footer_columns a:hover, #footer_columns a:active {
  text-decoration: underline;
}

#sub-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  font-size: 14px;
  color: #fff;
}

#sub-footer a {
  color: #fff;
}

/* @end */

/* @group Site Navigation */

#site_nav {
  position: relative;
  background: url(/themes/cityofbn/images/bkg-core-nav.png) repeat-x #531212;
  border-top: 3px solid #000;
  border-bottom: 1px solid #000;
}

#site_nav_menu {
  position: relative;
  width: 980px;
  margin: 0 auto;
}

/* @group Top-Tier Menu */

#ws_nav_menu {
  margin: 0;
  white-space: nowrap;
  float: left;
  width: 100%;
  clear: both;
  font: bold 16px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#ws_nav_menu li {
  list-style-type: none;
  margin: 0;
}

#ws_nav_menu > li {
  display: inline;
}

#ws_nav_menu > li > a {
  padding: 10px 10px 24px;
  color: #fff;
  text-decoration: none;
  float: left;
}

#ws_nav_menu > li > a:hover {
  text-decoration: underline;
  background-color: #84262a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#550e0e), to(#84262a));
  background-image: -webkit-linear-gradient(top, #550e0e, #84262a);
  background-image: -moz-linear-gradient(top, #550e0e, #84262a);
  background-image: -ms-linear-gradient(top, #550e0e, #84262a);
  background-image: linear-gradient(top, #550e0e, #84262a);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#550e0e', EndColorStr='#84262a');
}

#ws_nav_menu > li:hover > a {
  background-color: #84262a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#550e0e), to(#84262a));
  background-image: -webkit-linear-gradient(top, #550e0e, #84262a);
  background-image: -moz-linear-gradient(top, #550e0e, #84262a);
  background-image: -ms-linear-gradient(top, #550e0e, #84262a);
  background-image: linear-gradient(top, #550e0e, #84262a);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#550e0e', EndColorStr='#84262a');
}

/* @end */


/* @group Sub-Menus */

#ws_nav_menu ul {
  display: none;
  position: absolute;
  background-color: #84262a;
  padding: 5px 0;
  margin: 0;
  -webkit-box-shadow: 5px 10px 20px 0px rgba(0, 0, 0, .5);
  box-shadow: 5px 10px 20px 0px rgba(0, 0, 0, .5);
  z-index: 10;
}

#ws_nav_menu ul a {
  display: block;
  padding: 5px 15px;
  text-decoration: none;
  color: #fff;
  line-height: 20px;
}

#ws_nav_menu ul a:hover {
  color: #84262a;
  background-color: #d6c790;
}

/* @end */
/* @group Spacer */

#ws_nav_menu div {
  padding: 7px 0 5px;
}

#ws_nav_menu hr {
  width: 100px;
  margin: 0 auto;
  border: 1px dotted #fff;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

/* @end */


/* @end */

/* @group Path Navigation */

#path_nav {
  background: url(/themes/cityofbn/images/bkg-path-nav.png) repeat-x;
}

#path_nav_content {
  width: 940px;
  margin: 0 auto;
  padding: 10px 15px;
  font-size: 12px;
  line-height: 12px;
  color: #ccc;
  background-color: #000;
}

#path_nav a {
  color: #fff;
  text-decoration: none;
}

#path_nav a:hover, #path_nav a:active {
  text-decoration: underline;
}

.breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  content: "➤";
}

/* @end */

/* @group Sub Navigation */

#page-nav {
  width: 940px;
  padding: 20px 30px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
}

#child-nav {
  padding-top: ;
}

#child-nav ul {
  list-style-type: none;
  margin: 10px 30px 0 0;
  padding: 0;
  float: left;
}

#child-nav a {
  color: #414042;
  text-decoration: none;
  font-weight: bold;
}

#child-nav a:hover, #child-nav a:active {
  text-decoration: underline;
}

#page-nav .bl {
  bottom: -15px;
  left: 0;
  background-position: 0 -15px;
}

#page-nav .br {
  bottom: -15px;
  right: 0;
  background-position: -22px -15px;
}

/* @end */

/* @group Sidebar */

#sidebar {
  font-size: 14px;
}

#sidebar h2 {
  font-size: 18px;
}

#sidebar h3 {
  font-size: 16px;
}

#sidebar h4 {
  font-size: 12px;
}

#sidebar h5 {
  font-size: 11px;
}

#sidebar h6 {
  font-size: 10px;
}

#sidebar ul {
  margin: 0 0 10px 5px;
  padding: 0;
}

#sidebar ul li {
  margin: 0px 0px 0 10px;
}

#sidebar ol {
  padding: 0;
  margin: 0 0 10px 20px;
}

#sidebar ol li {
  padding: 0 0 0 0;
}

#sidebar img {
  border: 5px solid #fff;
}

/* @end */

/* @group Featured Images */

#featured_images img {
  border: 5px solid #fff;
}

/* @end */

/* @group Body Copy */

/* @end */

/* @group Home Page */

.page_home body {
  background-image: none;
}

.page_home #footer_cap {
  display: none;
}

.page_home #not_footer {
  margin: 0 auto -390px;
}

.page_home #footroom {
  height: 390px;
}

.page_home #footer {
  height: 390px;
}

#home_features_wrapper {
  background-color: #000;
  border-bottom: 5px solid #000;
}

#home_features {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

#home_feature_shadow {
  position: absolute;
  height: 14px;
  width: 100%;
  background: url(/themes/cityofbn/images/bkg-path-nav.png) repeat-x;
}

#home_feature_image {
  line-height: 0;
}

#home_feature_copy {
  position: absolute;
  bottom: 0;
  right: 90px;
  width: 375px;
  max-height: 280px;
  overflow: hidden;
  padding: 0 20px;
  background-color: #d2c18d;
  background-color: rgba(200, 177, 120, 0.9);
  border-top: 3px solid #84262a;
  font-size: 14px;
  color: #404040;
}

#home_feature_copy h2 {
  font-size: 16px;
  font-weight: normal;
  color: #550c0e;
  margin: 15px 0;
}

#home_feature_copy hr {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #b28b3f;
  height: 2px;
  background-color: #f3ede0;
}

#home_news {
  width: 970px;
  margin: 30px auto 0;
  background: url(/themes/cityofbn/images/bkg-home-news.png) repeat-y #f0ede9;
}

#home_news h2 {
  background: url(/themes/cityofbn/images/bkg-home-news-tab.png) no-repeat 30px 0 #84262a;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 6px 60px;
  margin: 0;
}

#home_news_latest {
  display: table-cell;
  vertical-align: top;
  width: 649px;
}

#home_news_latest_content {
  padding: 15px 26px 15px 30px;
  overflow: hidden;
}

#home_news_latest_content *:first-child {
  margin-top: 0 !important;
}

#home_news_latest_content h3 {
  margin: 0;
}

#home_news_latest_content .fine_print {
  margin: 30px 0 0;
}

#home_news_spotlight {
  display: table-cell;
  vertical-align: top;
  width: 321px;
}

#home_news_spotlight_content {
  padding: 15px 25px 15px 10px;
  overflow: hidden;
}

#home_news_spotlight_content *:first-child {
  margin-top: 0;
}

#home_banners {
  width: 951px;
  padding: 20px 19px 9px 30px;
  margin: 0 auto;
  background-color: #818285;
  line-height: 0;
  position: relative;
}

#home_banners img {
  border: 5px solid #fff;
  margin: 0 11px 11px 0;
}

#home_banners .tl {
  top: -15px;
  left: 0;
  background-position: 1px 0;
}

#home_banners .tr {
  top: -15px;
  right: 0;
  background-position: -23px 0;
}

#home_end {
  width: 970px;
  height: 30px;
  margin: 0 auto;
  background-color: #f0ede9;
}

.headlines h4 {
  color: black;
  margin-bottom: 8px;
}

.headlines ul {
  list-style: none;
  margin-left: 0;
}

.headlines li {
  margin-bottom: 16px;
}

.headlines a {
  font-weight: bold;
}
/* @end */

/* @group Definition Tables */

table.ws_definition_table {
  
}

table.ws_definition_table th {
  text-align: right;
  vertical-align: top;
  font-weight: bold;
  border-color: #CCCCCC;
  border-width: 1px;
  border-style: dotted none none none;
  white-space: nowrap;
  padding: 5px 5px 10px 0px;
}

table.ws_definition_table td {
  text-align: left;
  vertical-align: top;
  padding: 5px 0px 10px 5px;
  border-color: #CCCCCC;
  border-width: 1px;
  border-style: dotted none none none;
}

table.ws_definition_table td > p:first-child {
  margin-top: 0;
}

/* @end */

/* @group Data Tables */

table.ws_data_table {
  border-collapse: collapse;
  border-color: #7c2428;
  border-width: 1px;
  border-style: solid;
  margin-bottom: 15px;
}

table.ws_data_table caption {
  text-align: left;
  font-weight: bold;
  margin-top: 10px;
}

table.ws_data_table th {
  text-transform: inherit;
  white-space: nowrap;
  background-color: #7c2428;
  color: #FFFFFF;
  padding: 2px 10px 2px 10px;
  border-right: #FFFFFF;
  border-width: 1px;
  border-style: none dotted none none;
}

table.ws_data_table td {
  padding: 5px 10px 5px 10px;
  border-right: #cccccc;
  border-width: 1px;
  border-style: none dotted none none;
  vertical-align: top;
}

table.ws_data_table tr:nth-child(odd) {
  background-color: #FFFFFF;
}

table.ws_data_table tr:nth-child(even) {
  background-color: #E6E6E6;
}

/* @end */

/* @group Site Map */

#site_map {
  padding-left: 10px;
}

#site_map ul {
  padding: 0;
  margin: 0;
  font-size: 14px;
}

#site_map ul li {
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  list-style-type: none;
  list-style-image: none;
  background-image: none;
}

#site_map ul li a {
  color: #000;
  display: table;
  padding: 0px 7px 1px;
  margin: 0 0 3px -10px;
  border: 1px solid #b2b2b2;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 14px;
}

#site_map ul li a:link, #site_map ul li a:visited {
  text-decoration: none;
  color: #000;
}

#site_map ul li a:hover, #site_map ul li a:active {
  text-decoration: underline;
  color: #000;
}

/* @group Level 1 */

#site_map ul li {
  font-weight: bold;
}

#site_map ul li a {
  background-color: #ff9;
}

/* @end */

/* @group Level 2 */

#site_map ul li ul li {
  font-weight: normal;
  font-style: normal;
  padding-left: 30px;
  border-left: 1px dotted #999;
}

#site_map ul li ul li a {
  background-color: #d8e8ff;
}

/* @end */

/* @group Level 3 */

#site_map ul li ul li ul li {
  font-weight: normal;
  font-style: normal;
  padding-left: 30px;
  border-left: 1px dotted #999;
}

#site_map ul li ul li ul li a {
  background-color: #d8ffd8;
}

/* @end */

/* @group Level 4 */

#site_map ul li ul li ul li ul li {
  font-weight: normal;
  font-style: normal;
  padding-left: 30px;
  border-left: 1px dotted #999;
}

#site_map ul li ul li ul li ul li a {
  background-color: #ffe5e5;
}

/* @end */

/* @group Level 5 */

#site_map ul li ul li ul li ul li ul li {
  font-weight: normal;
  font-style: normal;
  padding-left: 30px;
  border-left: 1px dotted #999;
}

#site_map ul li ul li ul li ul li ul li a {
  background-color: #cff;
}

/* @end */

/* @group Level 6 */

#site_map ul li ul li ul li ul li ul li {
  font-weight: normal;
  font-style: normal;
  padding-left: 30px;
  border-left: 1px dotted #999;
}

#site_map ul li ul li ul li ul li ul li a {
  background-color: #f0e3ff;
}

/* @end */

/* @end */



.ws_image_gallery_container > .ws_image_gallery_image:first-child {
  padding-top: 0 !important;
}

.caption {
  text-align: center;
  font-style: italic;
}