.open{}


/* Universal Classes */

.clear, #clear { clear: both; }

.center, #center { text-align: center; }




/* Form Elements */

input {
  padding: 3px;
  border: 1px solid #CCC;
}

.button {
  padding: 3px;
  border: 1px solid #CCC;
}

/* Image Gallery */

.gallery_img {
  text-align: center;
  min-height: 150px;
  min-width: 160px;
  padding: 5px;
  border-top: 1px solid #F5F5F5;
  border-left: 1px solid #F5F5F5;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  text-decoration: none;
  vertical-align: middle;
}

.gallery_img a {
  display: block;
  height: 150px;
  text-decoration: none;
}

.gallery_img a.img {
  vertical-align: middle;
}

.gallery_txt a.text {
  display: block;
  font-size: 10px;
  text-decoration: none;
}

img.wrapper {
  border: none;
}

/* FAQs Page */

.faq_heading {
  
}

.faq_content {
  
}

/* Links Page */

.link_list,
.link_list_alt {
  width: 97%;
  padding: 10px;
  display: block;
  border: 1px solid #DDD;
  border-bottom: none;
}

.link_list:hover,
.link_list_alt:hover {
  cursor: pointer;
  background: #CCC;
}

.link_list_alt {
  background: #EEE;
}

.link_list_end {
  border-bottom: 1px solid #DDD;
}

.title {
  float: left;
}

.url {
  float: right;
}

/* News Page */

.news_heading {
  float: left;
}

.news_date {
  float: right;
  font-size: 10px;
}

.news_hr {
  border-bottom: 1px dotted #DDD;
  margin: 20px 0;
}

.subcat_heading {
  
}

.subcatnav a:link,
.subcatnav a:visited {
  text-decoration: none;
  margin-right: 20px;
  padding-left: 10px;
  background: url(../images/subcatnav.gif) no-repeat left;
  display: block;
}