/* Start of CMSMS style sheet 'CSC' */
/* Initial setup of styles */

body {
  background-color: #fffaf0;
  font: 12px Verdana, Arial, sans-serif;
  text-align: center;
}

#wrapper {
  width: 800px;
  text-align: left;
  margin: 0 auto;
}

/* The header */

#header {
  margin: 20px 0 0 0;
  padding: 0;
  border: solid #8b0a50;
  border-width: 1px 1px 1px 5px;
  background-color: #ffdead;
  text-align: center;
}

#roundelay #header {
  background-color: #a2d2c7;
  border: solid #006946;
  border-width: 1px 1px 1px 5px;
}

#header h1 {
  color: #000000;
  font: bold 26px Verdana, Arial, sans-serif;
  margin: 20px 30px 0 0;
  padding: 0;
  float: right;
  width: 680px;
  text-align: center;
}

#header #chalice, #header #logo {
  margin: 10px 20px 10px 20px;
  vertical-align: middle;
  float: left;
}

/* Top menu bar */

.menu {
  margin: 0;
  display: block;
}

.menu ul {
  margin: 0;
  padding: 0;
}

.menu li {
  list-style-type: none;
  margin: 5px 3px 3px 3px;
  padding: 0 0 2px 0;
  float: left;
}

.menu a { 
  color: #666666;
  font: normal 1.1em Verdana, Arial, sans-serif;
  text-decoration: none;
  border-bottom: 1px solid #8b0a50;
  padding: 0px 2px 0px 2px;
  margin: 0;
}

#roundelay .menu a {
  border-bottom: 1px solid #006946;
}

.menu a.selected, .menu a:hover {
  border-bottom: 3px solid #8b0a50;
}

#roundelay .menu a.selected, #roundelay .menu a:hover {
  border-bottom: 3px solid #006946;
}

.menu a.selected, .menu a.activeparent {
  font-weight: bold;
  color: #000000;
}

#lower-menu {
  font-size: 0.8em;
}

/* Main content section */

#content {
  margin: 1em 0 3em 0;
}

h2 {
  color: #8b0a50;
  font-size: 1.5em;
  clear: both;
}

#roundelay h2 {
  color: #006946;
}

#content a {
  color: #069269;
  text-decoration: none;
}

#roundelay #content a {
  color: #666600;
}

#content a:hover { 
  text-decoration: underline;
}

#content ul { 
  margin: 0 0 1.5em 0;
  padding: 0 0 0 1.5em;
}

#content ul li {
  margin: 0 0 0.5em 0;
  padding: 0;
  list-style: square inside;
}

img.floater {
  float: right;
  border: 1px solid black;
  margin: 3px 0 20px 20px;
}

/* Footer section */

.spacer {
  clear: both;
}

#footer {
  clear: both;
  border-top: 1px solid #8b0a50;
  color: #8b0a50;
  text-align: center;
  font-size: 0.9em;
}

#roundelay #footer {
  border-top: 1px solid #006946;
  color: #006946;
}

#footer a { 
  color: #000080;
  text-decoration: none;
}

#footer a:hover { 
  text-decoration: underline;
}

#footer dl { 
  margin: 0 0 0 2em;
  padding: 0;
  display: block;
  text-align: center;
}

#footer dt, #footer dd { 
  display: inline;
}

#footer dt { 
  font-weight: bold;
  margin: 0;
  padding: 0 0.5em 0 0.5em;
  border-left: 1px solid #8b0a50;
}

#roundelay #footer dt {
  border-left: 1px solid #006946;
}

#footer dd { 
  margin: 0 2em 0 0;
  padding: 0 0.5em 0 0;
  border-right: 1px solid #8b0a50;
}

#roundelay #footer dd {
  border-right: 1px solid #006946;
}


/* Other special styles */

.note {
  background-color: #eeeeee;
  border-left: 2px solid #808080;
  margin-top: 60px;
  padding: 5px;
}

.lesser { 
  font-size: 0.8em;
}

.gallery-pic { 
  width: 150px;
  height: 180px;
  float: left;
  text-align: center;
  margin: 20px;
}

.gallery-pic img { 
  border: 1px solid black;
}

ul.mini-menu { 
  margin: 0 0 0 5px !important;
  padding: 0;
  text-align: center;
}

ul.mini-menu li { 
  margin: 5px 10px 5px 5px !important;
  padding: 0;
  float: left;
  list-style-type: none !important;
}

div.news-item {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}

.news-item h3 {
  margin-bottom: 0px;
}

.news-item h3 a {
  color: #8b0a50 !important;
}

.news-date {
  font-size: smaller;
  font-style: italic;
  margin-top: 0px;
}

.page-turn {
  text-align: center;
}

.newsbullets-date {
  font-size: smaller;
  font-weight: bold;
}
/* End of 'CSC' */

