#foxboro_container {
  background: #000 !important;
  width: 967px !important;
  padding: 0 10px;
}
#foxboro_header {
  margin: 0 -10px;
  width: 987px;
}
#header {
  background: url(style/header-background.png) no-repeat 50% 0;
  height: 90px;
  width: 942px;
}
#header #logo {
  margin: 0 0 0 77px;
  width: 385px;
}
#header #logo a {
  float: left;
  width: 224px;
  margin: 12px 0;
}
#header #logo > img {
  float: left;
  margin: 0 15px;
}
#header #logo .phone {
  display: block;
  float: left;
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
  color: #5e5e5e;
  text-transform: uppercase;
  margin: 16px 0;
}
#header #logo .phone strong {
  display: block;
  color: #192b5b;
  font-size: 18px;
}
#header div.right {
  width: 477px;
}
#header div.right .globalMenu {
  font-family: Arial, sans-serif;
  font-size: 10px;
  line-height: 24px;
  font-weight: bold;
  color: #cdcdcd;
  text-transform: uppercase;
  margin: 9px 0 0;
}
#header div.right .globalMenu a {
  color: #cdcdcd;
}
#header div.right .globalMenu .yellow {
  color: #ffc942;
}
#header div.right .globalMenu .yellow a {
  color: #ffc942;
}
#header div.right .globalMenu p {
  padding: 0;
  margin: 0;
  display: inline;
}
#header div.right .globalMenu .social-links {
  display: inline;
}
#header div.right .globalMenu .social-links a {
  display: inline-block;
  height: 24px;
  width: 24px;
  text-indent: 999em;
  background-image: url(style/social-icons-24.png);
  background-repeat: no-repeat;
}
#header div.right .globalMenu .social-links a.facebook {
  background-position: 0 0;
}
#header div.right .globalMenu .social-links a.twitter {
  background-position: -24px 0;
}
#header div.right .globalMenu .social-links a.youtube {
  background-position: -48px 0;
}
#header div.right .globalMenu .social-links a.rss {
  background-position: -72px 0;
}
#foxboro_menu {
  background: url(style/menu-background.png) repeat-x 0 50% !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.NavHidden {
  display: none;
}
#foxboro_menu > div {
  margin: 0 !important;
  width: 100%;
  background: url(style/last-menu.png) repeat-x 0 50%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#foxboro_menu > div > ul > li {
  padding: 0 !important;
}
#foxboro_menu > div > ul > li > a span {
  padding: 0 35px !important;
  line-height: 32px;
  height: 32px;
}
#foxboro_menu ul li {
  border-right: 1px solid #666 !important;
  background: url(style/menu-background.png) repeat-x 0 50%;
}
#foxboro_menu ul li.last {
  background: url(style/last-menu.png) repeat-x 0 50%;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
#foxboro_menu ul li.first {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
#foxboro_footer {
  display: none !important;
}
#footer {
  margin: 14px 0 0;
  border-top: 1px solid #555555;
  padding: 10px 0 40px;
  color: #dedede;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
#footer a {
  color: #F8BB49;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#footer ul li {
  display: inline;
}
#footer ul li:after {
  content: " |";
}