.group:before,
.group:after {
  content: "";
  display: table;
  clear: both;
}
.group:after {
  clear: both;
}
.group {
  zoom: 1;
  /* For IE 6/7 */
  margin-top: 10px;
}
.three_column,
.two_column {
  display: block;
  float: left;
  margin: 5px 0 1% 1.0%;
  border-left: 1px solid lightgrey;
  padding-left: 7px;
}
.three_column:first-child,
.two_column:first-child {
  margin-left: 0;
  border-left: 0;
  padding-left: 0;
}
.three_column:last-child,
.two_column:last-child {
  margin-right: 0;
  border-right: 0;
  padding-right: 0;
}
/*.three_column.first {
    border-width: 0;
    
}

.three_column.other {
    padding-left: 0;
}*/
/*  GRID OF THREE  */
.span_3_of_3 {
  width: 100%;
}
.span_2_of_3 {
  width: 66.13%;
}
.span_1_of_3 {
  width: 31.9%;
}
.span_1_of_2 {
  width: 47.5%;
}
.article-image-top {
  -ms-align-content: center;
  -webkit-align-content: center;
  align-content: center;
  text-align: center;
}
.article-image-top img {
  border-radius: 5px;
}
.responsive-image {
  max-width: 100%;
  width: 100%;
}
.article-image-full {
  max-width: 65%;
  float: left;
  padding-right: 5px;
}
.article {
  height: 330px;
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: 1px solid lightgrey;
  margin-bottom: 10px;
}
.article .fadeout {
  position: relative;
  top: 320px;
  display: inline;
  height: 20px;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.article:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.article-header {
  font-size: 1.1em;
  font-weight: bold;
  clear: both;
}
.article-text {
  border-right: 5px;
  padding-top: 1px;
  float: left;
  clear: left;
}
.article-event-date {
  font-size: small;
  float: left;
}
body,
form {
  font-size: 16px;
  color: White ;
  font-family: Tahoma, Calibrini, Verdana, Arial, Times New Roman;
  background-color: white;
}
#whole-site {
  margin: 0 auto;
  width: 1200px;
  border: solid 2px white;
  background-color: white;
  /*box-shadow: 3px 03px 35px black;*/
  border-radius: 5px;
}
#left-column,
#copyright {
  clear: both;
  width: 170px;
  float: left;
  margin-top: 5px;
}
#middle-column {
  float: left;
  width: 840px;
  margin: 5px 10px 5px 10px;
}
#right-column,
#disclaimer {
  float: right;
  width: 170px;
  _margin: 0;
  margin-top: 5px;
  text-align: right;
}
#topBannerLocal {
  background-color: white;
  width: 1200px;
  clear: both;
  position: relative;
}
#topBannerLocal ul {
  padding: 0 0 0 0;
  margin: 0;
}
#top-nav {
  background-color: #0033cc;
  font-size: 20px;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 1px;
  height: 30px;
  position: relative;
}
#top-nav ul,
#bottom-nav ul {
  list-style-type: none;
  margin: 1px;
  padding: 2px 0 0 0;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  /*font-weight: bold;*/
  display: inline;
}
#top-nav ul {
  float: left;
  font-size: 18px;
}
#bottom-nav ul {
  font-size: 14px;
}
#top-nav ul ul {
  left: -9999px;
  position: absolute;
}
#top-nav li:hover > ul {
  left: auto;
}
#top-nav ul li,
#bottom-nav ul li {
  display: inline;
}
#bottom-nav {
  float: left;
  font-weight: normal;
  text-transform: none;
  color: #000099;
  width: 840px;
  text-align: center;
  margin-top: 5px;
}
#top-nav ul A,
#bottom-nav ul A {
  padding: 3px;
  padding-left: 15px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
}
#top-nav ul a {
  color: white !important;
}
#bottom-nav ul a {
  color: #0033cc;
}
#top-nav ul a:hover {
  color: #0033cc;
}
.bottom-nav A:hover {
  color: #0033cc;
}
#footer {
  width: 1200px;
  background-color: white;
}
.search-box {
  float: right;
  position: relative;
  margin-top: 5px;
  margin-right: 3px;
}
.search-text-box {
  padding-right: 18px;
}
.search-text-box + .search-icon {
  top: 3px;
  right: 3px;
  display: inline-block;
  position: absolute;
  font-size: 15px;
}
.nav-box-top-border {
  margin-top: 5px;
  /* background-image: url( '../images/pinnerlocal/topbar.gif' );*/
  font-size: 12px;
  color: white;
  text-transform: uppercase;
  text-align: center;
  background-color: ;
  height: 15px;
  visibility: visible;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.nav-box-content {
  background-color: #E0DCE0;
  font-size: small;
  color: black;
  text-align: center;
  border: solid 1px #0033cc;
  text-decoration: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.nav-bx-bottom-border {
  /* background-image: url( '../images/pinnerlocal/bottombar.gif' );
	background-color: White;
	color: white;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 0.8em;
	text-align: center;
	visibility:collapse;
	border-bottom-left-radius  : 5px;
	border-bottom-right-radius  : 5px;*/
}
body,
form {
  color: #000099;
}
td P {
  margin: 0;
}
body a,
body a:hover,
body a:visited {
  text-decoration: none;
  color: #000099;
}
body a:hover {
  text-decoration: none;
  color: red;
}
ul.ui-autocomplete a {
  text-align: left;
  color: #000099;
  font-family: Arial;
  font-size: smaller;
}
ul.ui-autocomplete a:hover {
  color: red;
  font-family: Arial;
  font-size: smaller;
}
ul.ui-autocomplete a:visited {
  text-align: left;
  color: #000099;
  font-family: Arial;
  font-size: smaller;
}
.business-focus {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #0033cc;
  border-radius: 4px;
  background-color: white;
}
.topBannerSitesLocal {
  background-color: white;
  width: 1200px;
  border: 0;
  height: 0;
}
#homeMasterContent {
  background-color: white;
  clear: both;
}
.pageTitle {
  background-color: #0033cc;
  color: White;
  font-size: 18px;
  text-align: center;
  margin-bottom: 2px;
  padding-top: 5px;
  margin-top: 2px;
  border-radius: 4px;
  height: 26px;
}
.mainImage {
  width: 1200px;
  height: 325px;
}
img {
  border: 0;
}
#topBannerLocal img {
  border-radius: 5px;
}
TD {
  vertical-align: top;
  padding: 1px 1px 1px 1px;
  font-size: 13px;
  font-family: Tahoma, Verdana, Arial, Times New Roman;
}
.event-month-discriminator {
  border-bottom: 2px solid gray;
  font-weight: bold;
  font-size: 16px;
  font-family: Verdana, Arial, Times New Roman;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
TD {
  vertical-align: top;
  padding: 3px 3px 3px 3px ;
  font-family: Tahoma, Calibrini, Verdana, Arial, Times New Roman;
}
.console {
  background-color: White ;
  border: solid 1px red;
  padding: 2px 2px 2px 2px;
}
.FtbBody {
  background-color: white;
  font-size: 12px;
  font-family: Verdana, Arial, Times New Roman;
}
.abs-top-left {
  position: absolute;
  z-index: 1;
  height: 100px;
  text-align: left;
}
.abs-bottom-right {
  position: absolute;
  bottom: 45px;
  width: 1200px;
  z-index: 1;
  text-align: right;
}
.twitter-background {
  border-radius: 50px;
  height: 40px;
  width: 40px;
  background-color: white;
  right: 5px;
  position: absolute;
}
