@charset "utf-8";
/* CSS Document */

.content { width: 100%; }
.content td.text_n_events { width: 260px; padding: 10px 0 50px; text-align: left; vertical-align: top; }
.content td.news { width: 480px; padding: 10px; vertical-align: top; }

.green_header { text-transform: uppercase; color: #005e20; font-size: 14px; font-weight: bold; margin-bottom: 10px; }

/* Front Page Events */
.cal_events { margin: 0 10px 10px 0; float: left; }
.event_header { color: #790000; }

.read_more { font-weight: bold; color: #790000; }

.news_title { color: #790000; font-size: 12px; font-weight: bold; }
.news_images { border: 1px solid #790000; float: left; height: 75px; width: 75px; margin: 0 10px 10px 0; }

/* Calendar od Events */
.calendar_events { margin-bottom: 50px; }
.calendar_events td { vertical-align: top; padding: 2px 20px; white-space: nowrap; }
.calendar_events td.date { width: 100px; font-weight: bold; }
.calendar_events td.state { width: 50px; }
.calendar_events td.event_name { width: 100%; }

/* Club News */
.news_header { margin-top: 10px;  padding: 0 5px; font-weight: bold; font-size: 14px; color: #790000; height: 20px; background: url(../images/news_header.png) repeat-x; }
.news_header a { color: #790000; text-decoration: none; }
.news_header a:hover { text-decoration: underline; }
.new_posted { font-size: 10px; text-align: right; margin-bottom: 3px; padding: 0 5px; color: #666; }
.news_picture { float: left;  margin: 0 10px 10px 0; }

.bottom_padding { height: 125px; }

/* Image Gallery */
.image_gallery { width: 100%; margin: 10px 0; }
.image_gallery td { vertical-align: top; padding: 0 5px; }
.image_gallery td a { color: #790000; font-weight: bold; text-decoration: none; }
.image_gallery td a:hover { text-decoration: underline; }
.image_gallery .galleries { width: 20%; }
.image_gallery .gallery_images { width: 80%; }

.image_table { width: 100%; }
.image_table td { vertical-align: top; width: 25%; text-align: center; height: 125px; }
.image_table a { text-decoration: none; }

.image_box { height: 100px; }
.image_box img { border: 1px solid #790000; }

/* Memorials Gallery */
.memorials_table { width: 100%; }
.memorials_table td { vertical-align: top; width: 25%; text-align: center; height: 125px; }
.memorials_table a { text-decoration: none; }

/* Hall of Fame List */
.hof_frame_box { padding: 10px; }
.hof_filters { margin-bottom: 10px; }
.hof_filters .submit { border: 1px solid #790000; color: #790000; }
.hof_filters input,.hof_filters select { border: 1px solid #790000; }

/* Contact Us */
.contact_box { padding: 10px; }
.contact_header { color: #790000; font-size: 16px; font-weight: bold; }
.contact_box .submit { border: 1px solid #790000; color: #790000; }
.contact_box input,.contact_box textarea { border: 1px solid #790000; }

