body {
  color: #000;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  }

#header {
  display: block;
  height: 35px;
  margin-bottom: 2em;
  position: relative;
  }

/* Standard Everyday Nav */
#main_nav,
#secondary_nav,
#tertiary_nav,
#footer_nav_1 {
  display: none;
  }

.container {
  height: auto !important;
  margin-bottom: 20px;
  }

#primary .title .back_link,
#primary .title .forward_link {
  display: none;
  }

#primary a {
  color: #000;
  }

#primary .columns .column_1 {
  margin-bottom: 2em;
  }

/* EVENT CALENDER */
.event {
  margin-bottom: 10px;
  }
#events_list th,
#events_list td {
  border: 1px solid #000;
  padding: 3px;
  }

#events_list td.event {
  background-color: #ddd;
  }

#events_list .event_types {
  display: none;
  }

/* GENERAL SPACING */
#primary dl {
  margin-bottom: 10px;
  }

#footer .search {
  display: none;
  }

#footer .social {
  display: none;
  }
  
/* FONT SPACING */
#primary h1 {
  font-size: 16px;
  margin-bottom: 1em;
  }
#primary h6,
#primary h5
#primary h4
#primary h3
#primary h2
#primary p
#primary ul
#primary li
#primary dl{
  margin-bottom: 1em;
  }
  
/* HOME PAGE EXCEPTION */
.cms s_home t_home .container { 
  display: block;
  height: 622px;
  background-position:left 150px;
  }
  
.cms s_home t_home .home_news { 
  height: 100px;
  display: block;
  }
  
.cms s_home t_home .home_news dt {
  font-weight: bold;
  }
  
.cms s_home t_home .home_news dt a { 
  display: none;
  }


