body {
  margin: 0;
  padding: 0;
  text-align: center;
  background: #b6d6e3 url(/images/page_bg.gif) 0 0 repeat-x;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: .8em;
  color: #333;
}
h2 {
  font-size: 1.6em;
  margin: 0;
  padding: 0;
  color: #333;
}
p {
  line-height: 1.65em;
  margin-top: 1em;
}
ul {
  margin: 0;
  padding: 0;
}
img {
  border: none;
}
hr.noshow {
  clear: both;
  visibility: hidden;
}
div#container {
  width: 758px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  margin: 0 0 0 20px;
  padding: 0;
}
/* div>div#container {
  margin: 0 0 0 20px;
} */
div#rightfade {
  margin: 0;
  padding: 0;
  background:  url(/images/top_pg_bg.gif) 0 0 no-repeat;
  width: 800px;
}
div#leftfade {
  width: 800px;
  background: url(/images/bottom_pg_bg.gif) 0 0 repeat-y;
  margin: 0;
  padding: 0;
}
div#bottomfade {
  width: 800px;
  background: url(/images/border_b.gif) 0 100% no-repeat;
  margin: 0 auto;
  padding: 0 0 20px 0;
  text-align: left;
}
body.homepage div#bottomfade {
  background: url(/images/border_b_home.gif) 0 100% no-repeat;
}
div#banner {
  background: #333;
  height: 58px;
  position: relative;
  margin: 0 6px;
}
div#banner img{
  margin: 19px 0 0 23px;
}
div#search {
  position: absolute;
  top: 16px;
  right: 24px;
  color: white;
}
div#search form {
  margin: 0;
  padding: 0;
}
div#search form input#searchfield {
  margin: 0;
  padding: 0;
  margin-right: 2px;
  margin-bottom: 1px;
}
div#search form td { /* until there's a better way to vertically align form elements, it's a 1 row table */
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
div#global_nav {
  height: 2.1em; 
  background: #c00;
  color: #fff; /* links too */
  font-size: 1.25em;
  font-family: Times, "Times New Roman", serif;
  position: relative;
  margin: 0 6px;
}
body.section_page div#global_nav {
  padding-bottom: 1px;
  border-bottom: 4px solid #f5cdcd;
}
div#global_nav ul{
  margin-left: 280px;
  list-style: none;
}
body.section_page div#global_nav ul{
  margin-left: 237px;
  list-style: none;
}
body.section_page div#global_nav>ul{
  margin-left: 233px;
  list-style: none;
}
div#global_nav li {
  float: left;
  padding-left: 13px;
  margin-left: 8px;
  margin-top: 7px;
  background: url(/images/global_bullet.gif) 0 50% no-repeat;
}
div#global_nav li.first {
  background: none;
  margin-left: 0;
  padding-left: 0;
}
div#global_nav a {
  color: #fff;
  background-color: #c00;
  text-decoration: none;
}
div#global_nav a:hover {
  color: #f99;
}
a#click_home {
  display: block;
  top: 7px;
  left: 23px;
  position: absolute;
  padding: 0 0 0 15px;
  background: #c00 url(/images/back_bu.gif) 0 50% no-repeat;
}
div#footer {
  background: #fff;
  clear: both;
  border-top: 1px solid #e0e0e0;
  font-size: 85%;
  padding: 4px 22px 19px 22px;
  margin: 0 6px;
  color: #666666;
  height: 20px;
  /* box model hack */
  voice-family: "\"}\""; 
  voice-family:inherit;
  height: 1.6em;
}
.norule { /* dummy rule to avoid ie5 bug */
}
div#footer a {
  color: #c00;
  text-decoration: none;
  padding: 0 0 0 10px;
  margin: 0 0 0 5px;
  background: url(/images/foot_bu.gif) 0 50% no-repeat;
}
div#footer a:hover {
  text-decoration: underline;
}
div#footer a.no_bull {
  background: none;
  padding: 0;
  margin: 0;
}
div#footer p#copyright {
  float: right;
}
div#footer p {
  float: left;
  margin: 0;
}
/* HOMEPG STYLES ------------------------------------------------------ */
body.homepage div#container {
  position: relative;
}
body.homepage div#banner {
  background: #333;
  height: 58px;
  margin: 0 6px;
}
body.homepage div#banner img {
  margin: 17px 0 0 49px;
}
ul#splash_nav {
  height: 492px;
  margin: 0 6px;
  padding: 0 0 6px 0;
  overflow: hidden;
  background: url(/images/home_bk.jpg) 0 0 no-repeat;
  position: relative;
}
ul#splash_nav li {
  height: 18px;
  position: absolute;
  display: block;
  padding: 4px 60px 4px 10px;
  background: #c00 url(/images/bullet_h.gif) 10px 0 no-repeat;
  font-size: 1.25em;
}
ul#splash_nav a:hover {
  color: #f99;
}
ul#splash_nav li#one_oclock {
  top: 140px;
  left: 451px;
}
ul#splash_nav li#four_oclock {
  top: 265px;
  left: 536px;
}
ul#splash_nav li#five_oclock {
  top: 383px;
  left: 404px;
}
ul#splash_nav li#eight_oclock {
  top: 323px;
  left: 79px;
}
ul#splash_nav li#nine_oclock {
  top: 180px;
  left: 49px;
}
ul#splash_nav li#eleven_oclock {
  top: 76px;
  left: 182px;
}
ul#splash_nav a {
  text-decoration: none;
  color: #fff;
  padding: 0 0 0 16px;
}
ul#contact_info {
  position: absolute;
  left: 55px;
  bottom: 17px;
  color: #fff;
  list-style: none;
  font-size: 1em;
}
ul#contact_info li {
  float: left;
  background: url(/images/contact_bu.gif) 0 50% no-repeat;
  padding: 0 0 0 13px;
  margin: 0 0 0 8px;
}
ul#contact_info li.first {
  background: none;
  padding: 0;
  margin: 0;
}
ul#contact_info a {
  color: #fff;
  text-decoration: none;
}
ul#contact_info a:hover {
  text-decoration: underline;
}
/* SECTION PAGE STYLES ------------------------------------------ */

div#landing_pg_img {
  margin: 0 6px;
  overflow: hidden;
  height: 130px;
}

div#obiki_tools {
  text-align: right;
  font-size: .8em;
  margin: .5em 30px;
  color: #ded0d1;
}
div#obiki_tools a{
  color: #004080;
}
div#obiki_tools img{
  padding-right: 4px;
}
div#section_nav {
  float: left;
  padding-left: 29px;
  width: 171px;
  display: inline;
}
div#section_nav h3 {
  font-size: 100%;
  color: #333;
  padding: 26px 0 7px 0;
  margin: 0;
}
div#section_nav ul {
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  margin-bottom: 3px;
  padding: 10px 0 7px 0;
  list-style: none;
}
div#section_nav li {
  margin-bottom: 6px;
}
div#section_nav a {
  color: #c00;
  text-decoration: none;
}
div#section_nav a:hover {
  color: #333;
}

/* content styles */

div#content {
  margin-left: 239px;
  margin-right: 10px;
  padding: 25px 0 20px 0;
  position: relative;
  color: #333;
  min-height: 450px;
}
div#content h2 { /* this rule is just to make ie5 happy */
  margin-top: 25px;
  voice-family: "\"}\""; /* box model hack */
  voice-family: inherit;
  margin: 0;
}
div#content h3 {
  color: #069;
  font-size: 1.2em;
  margin: 1.2em 0;
}
div#content h4 {
  font-size: 1em;
  margin: 1.7em 0 -1em 0;
}
div#content h4 {
  font-size: 1em;
  margin: 1.7em 0 -1em 0;
}
div#content p {
  margin-right: 30px;
}
div#content a {
  color: #c00;
}
div#content a:hover {
  text-decoration: underline;
}
div#content ul {
  list-style: none;
}
div#content ul li {
  padding: 0 0 0 14px;
  margin: 0 0 4px 0;
  background: url(/images/blue_bu.gif) 0 50% no-repeat;
}
div#actions {
  position: absolute;
  right: 22px;
  top: 3px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: right;
  font-size: 90%;
}
div#actions a {
  color: #333;
  text-decoration: none;
}
div#actions a:hover {
  text-decoration: underline;
}
.section page div#actions {
  right: 0;
  top: 0;
}
div#actions img {
  float: none;
  margin: 0;
}
div#right_image {
  float: right;
  margin: 0 0 1em 1em;
}

/* CONFIGURE STYLES */

textarea[name="template_source"] {
  width: 200px;
}
/* CALENDAR STYLES */

div.obiki-simplecalendar-nav {
  border-top: 1px solid #e0e0e0 !important;
}
div.obiki-simplecalendar {
  border-bottom: 1px solid #e0e0e0 !important;
}
/* -- CALENDAR OVERRIDES -- */

html ul.obiki-calendar-list {
  padding: 0 !important;
  margin: 0 !important;
}

html ul.obiki-calendar-list li {
  padding: 0 0 10px 0 !important;
  background: none !important;
  margin: 0 !important;
}

html ul.obiki-calendar-list li ul li {
  padding-bottom: 0px !important;
}

html ul.obiki-calendar-list li.obiki-calendar-list-daterange {
  background: url(/images/calendar_date_underscr.gif) 0 1.6em repeat-x !important;
}
html ul.obiki-calendar-list li span.obiki-calendar-startdate, 
  html ul.obiki-calendar-list li span.obiki-calendar-enddate {
  padding: 1px 0 4px 0 !important;
  font-weight: bold !important;
  margin-bottom: 4px !important;
}
html ul.obiki-calendar-list li.obiki-calendar-list-eventname  {
  padding: 8px 0 0 0 !important;
}