/* CSS Document */
/* Author: Andy Asberry, 2008 */

.float_left {
  float: left;
}
.float_right {
  float: right;
}



.img_float_left {
  margin: 2px 5px 2px 0;
  float: left;
  clear: left;
  border: 1px solid #999999;
}
.img_float_right {
  margin: 2px 0 2px 5px;
  float: right;
  clear: right;
  border: 1px solid #999999;
}
.img_border {
  border: 1px solid #999999;
}



.clear_float {
  clear: both;
}
.clear_left {
  clear: left;
}
.clear_right {
  clear: right;
}



p.prev_page {
  margin: 0;
  width: 75px;
  font-size: 12px;
  float: left;
}
.page_links {
  margin: 0;
  width: 358px;
  font-size: 12px;
  float: left;
  text-align: center;
}
.next_page {
  margin: 0;
  width: 75px;
  font-size: 12px;
  float: left;
  text-align: right;
}







/**** COMMUNITY CALENDAR ****/

p.community_calendar_entry {
  margin: 20px 0 0 0;
  padding: 0 0 20px 0;
  border-bottom: 1px dashed #0000FF;
}

/**** END COMMUNITY CALENDAR ****/







/****************************** CONTACT US *******************************/

#contact_form {
  margin: 0;
  padding: 0;
}
#contact_form label {
  margin-bottom: 2px;
  display: block;
}
#contact_form input, #contact_form textarea {
  margin-bottom: 15px;
  display: block;
  background: #CCCCCC;
  border: 1px solid #666666;
}
#contact_form input {
  width: 200px;
}
#contact_form textarea {
  width: 450px;
}
#contact_form input.submit {
  margin: 0 5px 0 0;
  display: inline;
  width: auto;
}






span.streaming {
  margin: 0;
  padding: 0 80px 0 0;
  min-height: 16px;
  background: url(/images/streaming.gif) right 2px no-repeat;
}







#homepage_poll {
  margin: 0;
  padding: 0;
}
#homepage_poll h4 {
  margin: 0 0 10px 0;
  font-size: 12px;
}
#homepage_poll img {
  margin: 5px 0 0 5px;
}
#homepage_poll table {
  border-collapse: collapse;
}
#homepage_poll table td {
  padding: 4px;
  font-size: 12px;
}
#homepage_poll table td img {
  margin: 0;
}