h1 {
  margin: 0 0 15px 0;
  font-size: 1.6em;
  color: #3b518c;
}
h2 {
  margin: 0 0 15px 0;
  font-size: 1.3em;
  color: #3b518c;
}
a {
  color: #3b518c;
  background: transparent;
}

#center {
  float: left;
  margin-left: 15px;
  width: 389px;
}
#center-calendar {
  float: left;
  margin-left: 15px;
  width: 560px;
}
#center div.two-column-box {
  width: 400px;
  float: left;
  background: url(/images/two-column-visiting-bg.gif) no-repeat;
  background-position: bottom left;
}
#center div.two-column-box div.leftcolumn {
  width: 186px;
  float: left;
  margin: 0 16px 0 0;
}
#center div.two-column-box div.rightcolumn {
  width: 187px;
  float: left;
}

#center #generic-list ul li {
  margin: 0 0 20px 0;
  padding: 4px 10px 4px 4px;
  background-color: #e1e6f3;
  border: 1px solid #a7b6dd;
  float: left;
}
#center #category-list li {
  background-color: #e1e6f3;
  border: 1px solid #a7b6dd;
  padding: 3px 5px 3px 14px;
}
.generic-panel h2 {
  color: #3b518c;
  border-bottom: 1px solid #a7b6dd;
}
.generic-panel-top {
  border-top: 1px solid #a7b6dd;
}
.generic-panel-content {
  border-left: 1px solid #a7b6dd;
  border-right: 1px solid #a7b6dd;
  background: #e1e6f3;
}
.generic-panel-content ul.no-arrows {
  width: 100%;
  margin: 0;
  padding: 6px 0 4px 0;
}
.generic-panel-content ul.no-arrows li {
  margin: 0 0 10px 0;
  padding: 0 0 6px 10px;
  list-style: none;
  float: left;
  background: none;
}
.generic-panel-bottom {
  border-bottom: 1px solid #a7b6dd;
}


#right #ad_panel {
  margin: 0 0 15px 0;
  width: 157px;
  height: 180px;
  float: left;
  border: 1px solid #a7b6dd;
}


/* brochures layout */
#documents ul {
  margin: 0;
  padding: 0;
}
#documents ul li {
  list-style: none;
  background: none;
  margin: 0 0 10px 0;
  padding: 10px 0 10px 5px;
  background-color: #e1e6f3;
  border: 1px solid #a7b6dd;
  _height: 1%;
}
#documents ul li div.thumbnail {
  width: 40px;
  float: left;
}
#documents ul li div.text {
  width: 330px;
  float: left;
}


/* event item layout */
#item-thumbnail {
  width: 110px;
  float: left;
}
#item-date {
  text-align: left;
  background-color: #e1e6f3;
  border: 1px solid #a7b6dd;
  padding: 8px;
  margin: 0 0 10px 0;
}
#item-date h3 {
  margin: 0 0 0.5em 0;
  font-size: 1.2em;
}

ul#item-footer {
  margin: 0;
  padding: 0;
}
ul#item-footer li {
  list-style: none;
  float: left;
  width: 49%;
  padding: 10px 0 0 0;
}
ul#item-footer li.last {
  text-align: right;
}



#calendar-nav {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  background-color:#e0e9e8;
  line-height:37px;
  color:#2c4482;
  margin-bottom:5px;
  overflow:hidden;
  width:439px;
}
#calendar-nav .left {
  float: left;
  width: 32%;
  text-align: left;
  overflow:hidden;
}
#calendar-nav .middle {
  float: left;
  width: 34%;
  text-align: center;
  overflow:hidden;
}
#calendar-nav .right {
  float: right;
  width: 32%;
  text-align: right;
  overflow:hidden;
}

#calendar-nav a{
margin: 0 10px;
}


#calendar{
margin-top:15px;
}



#calendar th {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  padding: 2px;
  text-transform: uppercase;
  background-color: #670000;
  color: #fff;
  font-size: 0.8em;
  width: 78px;
  w\idth: 73px;
}
#calendar td {
  font-size: 0.9em;
  width: 78px;
  w\idth: 73px;
  background-color: #ffe8e8;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  padding: 2px;
  height: 73px;
  min-height: 73px;
  vertical-align: top;
}
#calendar td .day-of-month{
  text-align: center;
  font-size: 0.9em !important;
}
#calendar td.blank {
  background: #bbb;
}
#calendar td.blank-last {
  background: #bbb;
  width: 73px;
  border-right: 1px solid #fff;
  w\idth: 72px;
}
#calendar td.last, #calendar th.last {
  width: 73px;
  border-right: 1px solid #fff;
  w\idth: 72px;
}
#calendar td.today, #calendar th.today {
  background: #cde;
}
#calendar td ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#calendar td ul li {
  font-size: 0.9em !important;;
  margin: 0px 0px 5px 0px;
  padding: 0px !important;
  background: none !important;
  padding-top: 3px !important;
  border-top: 1px solid #aaaaff;
}




