/*
 * Main page construct:
 */
body {
        background: #fff;
        padding: 1em;
        margin: 0;
        color: #000;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12pt;
}

/*
 * General styles:
 */
a,
a:visited {
        color: #000;
        text-decoration:underline;
}


h2 {
        color: #000;
        font-size: 120%;
        margin: 0px;
        padding: 3px;
        background-image: url(img/h2_bg.gif);

}
h3 {
        color: #000;
        font-size: 150%;
}
h4 {
        color: #000;
        font-size: 110%;
}

div.clear {
        clear: both;
        display: none;
        width: 0px;
}

div.wrapper /* Main white content zone */
{
        margin-left: 2%;
        padding: 0;
  clear: both;
}

div.sub_wrapper, div.sub_wrapper_fp {
   margin: 0px;
  clear: both;
}


div.inner_wrapper {
   margin-top: 34px;
  clear: both;
}

div.center_column, div.front_center_column {
  padding: 10px;
  color: #000;
}

div.front_center_column {
  padding: 20px;
  padding-top: 120px;
}

div.center_column {
  padding: 10px;
  padding-top: 0px;
}

div.article {
  padding: 10px;
  border-bottom: 2px dotted #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

div.article_date {
  font-size: 80%;
  font-weight: bold;
}

div.property_details, div.event_details {
  font-size: 110%;
  margin-bottom: 10px;
}

div.article_date a, div.article_date a:visited, div.article_date a:hover {
  font-size: 110%;
  font-weight: bold;
}

div.article_heading {
  width: 100%;
}

div.article_synopsis {
  font-size: 80%;
}

div.title_area {
   margin: 0px;
   padding: 0px;
   height: 30px;
   font-weight: bold;
   color: #000;
   border: 1px solid black;
   background-color: #E0E0E0;
}

div.title_area_title {
  float: left;
  margin: 5px;
  margin-left: 10px;
}

div.title_area_subtitle {
  float: right;
  margin: 5px;
  margin-right: 15px;
}

div.masthead {
        display: none;
        width: 0px;
}

div.menubar {
        display: none;
        width: 0px;
}


div.side_column {
        display: none;
        width: 0px;

}


div.search_box, div.calendar_search_box {
        display: none;
        width: 0px;
}

div.search_listing, div.business_listing,
div.product_showcase, div.business_description, div.event_description {
  margin-right: 10px;
  margin-top: 10px;
  font-size: 12pt;
  padding: 5px;
  clear: both;
}

div.business_listing {
  font-size: 10pt;
}

div.business_listing h4 {
    font-size: 110%;
    font-weight: bold;
    padding: 0px;
    width: 100%;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #000;

}

div.business_listing table tr {
  border-bottom: 3px solid black;
  margin-bottom: 5px;
  padding: 2px;
}

div.business_listing table tr td {
  vertical-align: top;
  padding: 5px;
  border-bottom: 3px solid black;
  margin: 0px;
  color: black;
}

div.business_listing table tr td.event_listing_header, td.event_listing_header  {
  vertical-align: bottom;
  font-weight: bold;
  padding: 5px;
  border-bottom: 3px solid black;
  margin: 0px;
  color: black;
}




div.search_listing ul, div.business_listing ul {
  margin: 5px 10px 5px 10px;
  padding: 0px;
  list-style-type: none;
}

div.business_listing ul li {
  margin-top: 10px;
  padding: 10px 20px 15px 0px;
  border-bottom: 3px solid #000;
  color:#000;
}

div.left_column, div.right_column {
        display: none;
        width: 0px;
}


.shadow_heading  {
   color: #000000;
   float: none;
   clear: both;
   width: 100%;
   font-size: 30px;
   font-weight: bold;
   }

.shadow_heading span img {
  float: left;
}

.shadow_heading span {
   float: none;
   color: #000000;
   font-size: 30px;
   font-weight: bold;
   }

.shadow_heading:before {
   float: none;
   content: none;
   display: none;
   color:#fff;
   }


div.search_listing a h4,
div.search_listing a:visited h4,
div.search_listing a,
div.search_listing a:visited ,
li.search_listing a,
li.search_listing a:visited,
div.article_synopsis a,
div.article_synopsis a:visited,
div.search_listing a:hover h4,
div.business_listing a:hover h4,
div.search_listing a:hover,
li.search_listing a:hover,
div.article_synopsis a:hover {
        color: #000;
        text-decoration: none;
}



.detail_links {
  display: none;
}

div.print_button, div.print_button img, img.print_button {
  display: none;
}


div.page_footer {
  clear: both;
}

div.page_footer ul {
  display: none;

}

div.sub_footer {
        display: none;
        width: 0px;
}

div.sub_footer img {
  border: 0px;
}

div.copyright_notice {
   clear: both;
   float: right;
   margin: 0px;
   margin-right: 50px;
   margin-top: 32px;
   padding: 5px;
   padding-top: 6px;
   padding-right: 20px;
}

div.label {
  font-weight: bold;
  float: left;
  clear: left;
  width: 50px;
  text-align: right;
  margin-left: 10px;
  margin-right: 5px;
}

div.information {
  margin-left: 65px;
  margin-bottom: 5px;
}