@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------------ */
/* ------- Center Col General Styling ------------------------------- */
/* ------------------------------------------------------------------ */

.threecol .centercol {
  background-color: #F5F9EE;
}

.threecol .centercol .csc-textpic {
  float: left;
  padding-bottom: 10px;
}

.threecol .centercol div.csc-textpic-center {
  width: 100%;
}

.threecol .centercol .csc-textpic-center .csc-textpic-image {
  margin-bottom: 0px;
  margin-left: 0px;
}

.threecol .centercol .csc-textpic-intext-right .csc-textpic-imagewrap {
  margin-right: 10px;
}

.threecol .centercol .csc-textpic-intext-left .csc-textpic-imagewrap {
  margin-left: 10px;
}

.threecol .centercol div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom: 0px;
}

.threecol .centercol .contenttable {
  float: left;
  padding-left: 10px;
}

.threecol .centercol .contenttable .bodytext {
  padding: 0px;
}

.threecol .centercol .contenttable p {
  margin-top: 0px;
}

/* ------------------------------------------------------------------ */
/* ------- Center Column - Calendar Styling ------------------------- */
/* ------------------------------------------------------------------ */

.threecol .centercol .tx-ttnews {
  float: left;
  width: 100%;
}

/* ------------------------------------------------------------------ */
/* ------- Center Column - Search Styling --------------------------- */
/* ------------------------------------------------------------------ */

.threecol .centercol .tx-indexedsearch {
  float: left;
}

.threecol .centercol .tx-indexedsearch .tx-indexedsearch-searchbox {
  padding: 10px;
}

.threecol .centercol .tx-indexedsearch .tx-indexedsearch-rules p {
  margin: 0px;
  padding: 10px;
  width: 488px;
}

/* ------------------------------------------------------------------ */
/* ------- Center Column - Single Article Styling ------------------- */
/* ------------------------------------------------------------------ */

.threecol .centercol .news-single-item {
  background-color: transparent;
  border: none;
  padding: 0px;
  float: left;
  height: auto;
  width: 508px;
}

.threecol .centercol .news-single-item .news-single-title h2 {
  background-image: url(../images/bg_title.png);
  background-repeat: repeat-x;
  color: #fff;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  height: 25px;
  line-height: 18px;
  margin: 0px;
  padding: 7px 0px 10px 10px; /* was 7px 0px 0px 10px;  */
  letter-spacing: 1px;
  width: 498px;  
}

.threecol .centercol .news-single-content {
  float: left;
  height: auto;
  padding: 10px 10px 0px;
  width: 488px;
}

.threecol .centercol .news-single-item h2 {
  background-image: none;
  color: #000;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  height: auto;
  letter-spacing: 0px;
  line-height: normal;
  margin: 10px 0px;
  padding: 0px;
  width: 488px;
}

.threecol .centercol .news-single-item a {
  color: #00461E;
  text-decoration: none;
}

.threecol .centercol .news-single-item a:hover {
  text-decoration: underline;
}

.threecol .centercol .news-single-timedata {  
  float: none;
  display: none;
}

.threecol .centercol .news-single-timedata, .threecol .centercol .news-single-author, .threecol .centercol .news-single-imgcaption {
  font-size: 11px;
}

.threecol .centercol .news-single-author {
  padding: 0px;
  margin: 0px 0px 10px;
}

.threecol .centercol .news-single-img {
  margin-top: 0px;
  /*width: 250px;*/
}

.threecol .centercol .news-single-imgcaption {
  margin: 2px 0px 0px;
  /*width: 244px;*/
}

.threecol .centercol .news-single-content p {
  float: none;
  margin: 0px;
  padding: 0px 0px 10px;
}

.threecol .centercol .align-right {
  text-align: right;
}

.threecol .centercol .align-center {
  text-align: center;
}

.threecol .centercol .align-justify {
  text-align: justify;
}

.threecol .centercol .csc-frame-frame1 {
  background-color: #EDEBF1;
}

.threecol .centercol .csc-frame-frame2 {
  background-color: #F5FFAA;
}

.threecol .centercol hr.clearer {
  border: 1px solid #fff;
}

.threecol .centercol .news-single-additional-info {
  background-color: transparent;
  border: none;
  margin: 0px;
  padding: 0px;
}

.threecol .centercol .news-single-related, .threecol .centercol .news-single-files, .threecol .centercol .news-single-link {
  background-color: transparent;
  border: none;
  margin: 0px 0px 5px;
  padding: 0px;
}

.threecol .centercol .news-single-backlink {
  margin-bottom: 10px;
}

.threecol .centercol .news-single-backlink a {
  font-size: 12px !important;
}

/* ------------------------------------------------------------------ */
/* ------- Center Column - List Styling ----------------------------- */
/* ------------------------------------------------------------------ */

.threecol .centercol {
  background-color: #f5f9ee;
}

.threecol .centercol .news-list-container {
  background-color: transparent;
  float: left;
  padding: 10px 10px 0px;
  width: 488px;
}
 
.threecol .centercol .news-list-item {
  background-color: transparent;
  border: none;
  float: left;
  margin: 0px 0px 10px;
  padding: 0px;
  width: 488px;
}

.threecol .centercol .news-list-image {
  border: 2px solid #00461E;
  float: left;
  margin-right: 5px;
}

.threecol .centercol .news-list-item h3 {
  font-size: 16px;
  margin: 0px 0px 5px;
}

.threecol .centercol .news-list-item h3 a {
  color: #00461E;
  padding: 0px;
  text-decoration: none;
}

.threecol .centercol .news-list-item h3 a:hover {
  text-decoration: underline;
}

.threecol .centercol .news-list-date {
  display: none;
}

.threecol .centercol .news-list-item p {
  padding: 0px;
  font-size: 12px;
  margin: 0px;
}

/* ------------------------------------------------------------------ */
/* ------- Center Column - Social Icons Styling --------------------- */
/* ------------------------------------------------------------------ */

.tx-timtabsociable-pi1 {
  float: left;
  padding: 0px 10px 10px;
  width: 488px;
}

.socialtag {
  float: left;
  height: auto;
  width: auto;
  margin: 3px 5px 0px 0px;
}

.socialicons {
  float: left;
  height: auto;
  width: auto;
  margin: 0px 2px 0px 0px;
  padding: 1px;
  border: 1px solid #ccc;
}

.socialicons img {
  width: 16px;
  height: 16px;
}

/* ------------------------------------------------------------------ */
/* ------- Center Column - wt_directory Styling --------------------- */
/* ------------------------------------------------------------------ */

.threecol .centercol .tx-wtdirectory-pi1 {
  float: left;
  padding: 10px;
  width: 486px;
}

.threecol .centercol .tx-wtdirectory-pi1 input {
  margin: 5px 0px;
}

.threecol .centercol .wtdirectory_filter_div {
  float: left;
  width: 100%;
}

.threecol .centercol .wtdirectory_filter_div label {
  float: left;
  padding-top: 3px;
  width: 80px;
}

.threecol .centercol .wtdirectory_filter_div input {
  float: left;
  margin: 0px;
}

.threecol .centercol .wtdirectory_filter {
  float: left;
  width: 100%;
}

.threecol .centercol .wtdirectory_filter h2 {
  background-color: transparent;
  background-image: none;
  color: #000;
  height: auto;
  margin: 0px;
  padding: 5px 0px 5px;
}

.threecol .centercol .wtdirectory_pagebrowser {
  float: left;
  width: 100%;
}

.threecol .cenercol .tx-wtdirectory-pi1 ul.wtdirectory_list {
  width: 100%;
}

.threecol .centercol ul.wtdirectory_list li {
  float: left;
  margin: 20px 0px 0px;
  padding: 0px;
  width: 486px;
}

.threecol .centercol .wtdirectory_all {
  float: left;
  width: 100%;
}

.threecol .centercol .wt_fullname {
}

.threecol .centercol .wt_fullname h2 {
  background-image: none;
  color: #000;
  font-size: 18px;
  height: auto;
  line-height: 18px;
  margin: 0px;
  padding: 5px 5px 0px;
  width: 476px;
}

.threecol .centercol .wt_content {
  float: left;
  padding: 5px;
  width: 476px;
}

.threecol .centercol .wt_image {
  float: left;
}

.threecol .centercol .wt_address {
  float: left;
  width: 339px;
}

.threecol .centercol .wt_phone {
  float: left;
  width: 339px;
}

.threecol .centercol .wt_url {
  float: left;
  width: 339px;
}

.threecol .centercol .wt_description {
  float: left;
  padding: 0px 5px 5px 5px;
  width: 476px;
}

.threecol .centercol .wtdirectory_pagebrowser ul {
  height: auto;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.threecol .centercol .wtdirectory_pagebrowser ul li {
  float: left;
  position: relative;
}

.threecol .centercol .wtdirectory_pagebrowser ul li a {
  color: #00461E;
  display: block;
  height: auto;
  padding: 0px 5px 0px 0px;
  position: relative;
  text-decoration: none;
}

.threecol .centercol .wtdirectory_pagebrowser ul li a:hover {
  text-decoration: underline;
}

/* ------------------------------------------------------------------ */
/* ------- Right Column - General Styling --------------------------- */
/* ------------------------------------------------------------------ */

.threecol .rightcol .bodytext {
}

/* ------------------------------------------------------------------ */
/* ------- Right Column - EZine Styling ----------------------------- */
/* ------------------------------------------------------------------ */

.threecol .rightcol .ezineheader {
  float: left;
}

.threecol .rightcol .ezineform {
  float: left;
}
