* {
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  font-family: sans-serif;
}

body {
  font-size: 12px;
  background-color: #ece7d9;
}

a {
  color: #660000;
  font-weight: bold;
  text-decoration: none;
  border: none;
}

p {
  padding: 5px;
}

ul.u_list {
  list-style-type: square;
}

#banner_wrapper {
  width: 100%;
  background-image: url('/media/img/banner_background.jpg');
  background-repeat: repeat-x;
  background-color: #ece7d9;
}

#banner {
  width: 970px;
  height: 172px;
}

#nav_wrapper {
  width: 100%;
  background-image: url('/media/img/top_nav_background.jpg');
  background-repeat: repeat-x;
}

#sub_nav_wrapper {
  width: 970px;
  height: 42px;
  top: 218px;
  background-image: url('/media/img/top_nav_submenu_background.jpg');
  background-repeat: repeat-x;
  position: absolute;
}

.sub_nav_wrapper_hidden {
  visibility: hidden;
  display: none;
}

.sub_nav_wrapper_show {
  visibility: visible;
  display: block;
}

#sub_top_nav {
}

.top_nav {
  height: 100%;
  list-style-type: none;
  padding-right: 20px;
  padding-left: 20px;
}

.top_nav_item {
  padding-top: 12px;
}

.top_nav_link {
  color: #660000;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
}

.top_nav:hover {
  cursor: pointer;
  color: #ffffff;
  background-image: url('/media/img/top_nav_hover.jpg');
  background-repeat: repeat-x;
}

#top_nav {
  width: 970px;
  height: 42px;
}

#main_container {
  clear: both;
  width: 970px;
  background-image: url('/media/img/content_background.jpg');
  background-repeat: repeat-x;
  background-color: #ffffff;
}

#main_container .column {
  position: relative;
  float: left;
}

#main_content {
  /*  width: 966px;*/
  /*  width: 826px;*/
  min-height: 300px;
  padding-left: 10px;
  /*  padding-right: 10px;*/
  margin-left: 0px;
}

#left_col {
  background-color: #f5f2ea;
  background-image: url('/media/img/outside_col_background.jpg');
  background-repeat: repeat-x;
}

#right_col {
  background-image: url('/media/img/outside_col_background.jpg');
  background-repeat: repeat-x;
  background-color: #f5f2ea;
}

#middle_col {
  background-color: #e3dbc7;
  background-image: url('/media/img/middle_col_background.jpg');
  background-repeat: repeat-x;
}

.module_block {
  min-height: 250px;
}

ul.top_nav {
  float: left;
}

#footer_wrapper {
  width: 100%;
  clear: both;
  background-color: #e2d9bf;
  min-height: 100px;
}

#footer {
  width: 970px;
}

span.upcoming_event_date {
  font-weight: bold;
}

div.module_header {
  height: 30px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

div.normal_paragraph {
  padding-top: 5px;
  padding-bottom: 5px;
}

/*
#right_col_header {
    background-image: url('/media/img/module_header_background_right.jpg');
    background-repeat: repeat-x;
}

#left_col_header {
    background-image: url('/media/img/module_header_background_left.jpg');
    background-repeat: repeat-x;
}

#middle_col_header {
    background-image: url('/media/img/module_header_background_middle.jpg');
    background-repeat: repeat-x;
} */

.l_normal {
  background-image: url('/media/img/l_border.jpg');
  background-position: 0 0;
  background-repeat: repeat-y;
  position: relative;
  left: -4px;
}

.r_normal {
  background-image: url('/media/img/r_border.jpg');
  background-position: 100% 0;
  background-repeat: repeat-y;
  position: relative;
  left: 8px;
}

.l_lvl_4 {
  border-left: 1px solid #c2b289;
}

.l_lvl_3 {
  border-left: 1px solid #c9bb97;
}

.l_lvl_2 {
  border-left: 1px solid #d0c3a1;
}

.l_lvl_1 {
  border-left: 1px solid #d3c8a8;
}

.r_lvl_4 {
  border-right: 1px solid #c2b289;
}

.r_lvl_3 {
  border-right: 1px solid #c9bb97;
}

.r_lvl_2 {
  border-right: 1px solid #d0c3a1;
}

.r_lvl_1 {
  border-right: 1px solid #d3c8a8;
}

.t_lvl_4 {
  border-top: 1px solid #c2b289;
}

.t_lvl_3 {
  border-top: 1px solid #c9bb97;
}

.t_lvl_2 {
  border-top: 1px solid #d0c3a1;
}

.t_lvl_1 {
  border-top: 1px solid #d3c8a8;
}

.b_lvl_4 {
  border-bottom: 1px solid #c2b289;
}

.b_lvl_3 {
  border-bottom: 1px solid #c9bb97;
}

.b_lvl_2 {
  border-bottom: 1px solid #d0c3a1;
}

.b_lvl_1 {
  border-bottom: 1px solid #d3c8a8;
}

#module_upcoming_events {
  position: relative;
  left: 4px;
}

.headline {
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  /*  border-bottom: 1px solid #000000;*/
}

#related_pages {
  border: 1px solid #000000;
  float: right;
  background-color: #f5f2ea;
}

#subpages {
  list-style-type: none;
}

.page_heading {
  font-style: italic;
  font-size: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 20px;
  border-bottom: 1px solid #d3c8a8;
}

.breadcrumbs {
  padding-left: 5px;
  border-bottom: 1px solid #d3c8a8;
}

.search_result {
  padding: 10px;
  font-style: italic;
}

.search_result_title {
  padding: 5px;
}

.search_result_description {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 5px;
  font-style: italic;
}

.search_result_empty {
  font-weight: bold;
}

#site_search {
  margin-top: 5px;
}

.error_message {
  padding: 10px;
  color: #ff2222;
}

span.upcoming_event_date {
  padding-left: 5px;
}

span.upcoming_event_title {
  padding-left: 20px;
}

.subpage_link {
  padding: 5px;
}

a.subpage {
  font-size: 20px;
}

.headline_date {
  font-weight: bold;
}

.blog_listing {
  padding-left: 5px;
}

.blog_title a {
  font-size: 13px;
}

.blog_byline {
  font-size: 11px;
  color: #333333;
  padding-left: 10px;
}

.address_info {
  font-weight: bold;
  font-size: 13px;
  text-align: center;
}

.contact_numbers {
  font-size: 11px;
  text-align: center;
}

input.btn {
  background-color: #c2b289;
  border: 1px solid #836821;
  font-weight: bold;
  color: #660000;
}

input.txt {
  border: 1px solid #836821;
}

#search_button {
  background-color: #c2b289;
  border: 1px solid #836821;
  font-weight: bold;
  color: #660000;
}

#search_box {
  border: 1px solid #836821;
}

.page_desc {
  font-style: italic;
  padding-left: 10px;
  padding-right: 10px;
}

.page_heading_description {
  font-style: italic;
  padding-left: 10px;
  padding-right: 10px;
}

#sidebar {
  float: right;
  min-height: 200px;
  border: 1px solid #c2b289;
  width: 125px;
  padding: 3px;
  background-color: #e3dbc7;
  background-image: url('/media/img/middle_col_background.jpg');
  background-repeat: repeat-x;
  /*  margin-left: 10px;*/
}

.quote_verse, .quote_author {
  font-size: 11px;
  float: right;
  font-style: italic;
}

.quote_text {
  font-size: 13px;
  font-style: italic;
}

.quote_quote {}

.sidebar_subnav_heading {
  padding-top: 25px;
  font-size: 17px;
  font-weight: bold;
}

.last_modified {
  padding-top: 10px;
  font-size: 11px;
}

.e_noborder {
  border: none;
}

#td_content {
  width: 100%;
}

#td_content_edit {
  width: 0%;
}

#td_sidebar {
  width: 125px;
}

#table_content{
  margin: 0px;
  padding: 0px;
}

.td_section_spacer {
  width: 15px;
}

.td_end_spacer {

}

.td_column_l {
  width: 31%;
  padding: 0px;
  vertical-align: top;
}

.td_column_m {
  width: 38%;
  padding: 0px;
  vertical-align: top;
}

.td_column_r {
  width: 31%;
  padding: 0px;
  vertical-align: top;
}

.table_column {
  width: 100%;
}

.table_infoblocks {
  width: 966px;
  border-collapse: collapse;
}

#info_blocks {
  width: 970px;
}

#toolbar {
  width: 970px;
  height: 35px;
}

#toolbar_text {
  text-align: right;
  padding-right: 15px;
  margin-top: 5px;
}

.errorlist {
  color: red;
  list-style-type: none;
}

.smaller_text {
  font-size: 10px;
}