/* Start of CMSMS style sheet 'broadoak' */
body {
  background-color: #eee;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
  color: #222;
}

#wrapper, #header, #mid-image {
  position: absolute;
  left: 50%;
  width: 700px;
  margin-left: -350px;
  border-style: solid;
  border-width: 0 1px 4px;
  border-color: #888 #ddd
}

#wrapper {
  top: 204px;
  background: #fff url(/uploads/site/wrapper-bg.png) repeat-y top left;
}

#header {
  top: 0;
  height: 116px;
  background: #fff url(uploads/images/top-bg.png) repeat-x bottom left;
}

#header-logo {
  margin: 12px 4px 0;
}

#mid-image {
  top: 120px;
  background: #fff url(uploads/images/mid-image2.jpg) no-repeat 0 0;
  height: 80px;
}

#subfooter {
  background: transparent url(uploads/images/mid-image2.jpg) no-repeat 0 -100px;
  height: 20px;
  border-style: solid;
  border-width: 4px 0 0;
  border-color: #888 #ddd
}

#menu {
  float: left;
  width: 130px;
}

#breadcrumbs {
  margin-bottom: 10px;
  font-size: 9px;
}

#breadcrumbs strong {
  font-weight: normal;
}

#printpage {
  float: right;
}

#content {
  margin-left: 130px;
  padding: 2px 18px 2px 10px;
  text-align: justify;
  background: transparent url(uploads/images/content-bg.png) repeat-x;
}

#footer {
  clear: both;
  font-size: smaller;
}

a:link     {
  color: #a33;
  text-decoration: underline;
}

a:visited  {
  color: #854;
}

a:hover {
  text-decoration: none;
}

a img {
  border: 0;
}

h1 {
  font-weight: bold;
  font-size: large;
}

h2 {
  font-weight: bold;
  font-size: small;
}

h1.pagetitle {
  margin-top: 0.2em;
}

.good     { color: #0033FF;
             font-weight: bold }
.bad      { color: #CC3300;
             font-weight: bold }


.icons {
    text-align: center;
}

/* Menu */
#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu ul li {
  margin: 0;
}

#menu a,
#menu h3 {
  display: block;
  font-size: x-small;
  font-weight: bold;
  padding: 8px 0 8px 5px;
  background: #ccc url(/uploads/site/menu.png) repeat-x bottom left;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #eee #aaa #888 #ddd;
  color: #020;
  text-decoration: none;
  width: 95%;
  margin: 0;
}

html>body #menu a,
html>body #menu h3 {
  width: auto;
}

#menu a:hover {
   border-color: #fbb295 #973007 #973007 #fbb295;
   background: #d2440c url(/uploads/site/menu-over.png) repeat-x bottom left;
  color: #fff;
}

#footer a:link {
  color: #000;
}

.item a {
    position: relative;
    display: block;
    text-decoration: none;
}

.item a:link    {
    color: #000000;
    text-decoration: none;
}

.item a:visited {
    color: #000000;
    text-decoration: none;
}

.item a:hover   {
    color: #ffffff;
    background-color: #4b6983;
    text-decoration: none;
}

.item a:active  {
    color: #ff0000;
    text-decoration: none;
}

.item .fwdarr   {
    position: absolute;
    top: 5px;
    right: 7px;
}

span.cms-news-title {
  display: block;
  font-size: small;
  font-weight: bold;
  margin-top: 1em;
}

span.cms-news-date {
  display: block;
  font-size: small;
  font-style: italic;
  margin-bottom: 0.5em;
}

/* End of 'broadoak' */

