/* Start of CMSMS style sheet '1 column layout' */
/* Styles by Personal design http://www.personaldesign.co.uk */

body {
  font-family: verdana;
  font-size: 10px;
  line-height: 18px;
  background: #FFF;
}

#container {
  margin: 0 auto;
  background: #FFF;
  border: 0px solid #666;
}

#header {
  margin: 0;
  padding: 0;
  height: 173px;
}

#header img {
  border: 0;
}

#header a {
  height: 173px;
}

#header h1 {
  display: none;
}

dfn {
  display: none;
}

#top_menu {
  padding: 0;
  border-top: 0px solid #ccc;
  border-bottom: 1px solid #666;
  border-right: 0px solid #ccc;
}

#top_menu ul {
  margin: 0;
  padding: 0;
  background: #fff;
  border-bottom: 3px solid #89AF4C;
}

#top_menu ul li {
  display: inline;
  border-left: 1px solid #CCC;
  border-right: 1px solid #666;
  border-top: 1px solid #ccc;
  padding: 3px 0px;
  margin: 0 2px;
  background: #eee;
  font-size: 1em;
}

#top_menu li.currentpage, #top_menu li.currentpage:hover, #top_menu li.activeparent {
  background: #89AF4C;
  color: #fff;
  padding-left: 40px;
  padding-right: 40px;
}

#top_menu li:hover {
  background: #CCEF95;
}

#top_menu a {
  color: #000;
  text-decoration: none;
  padding: 3px 40px;
}

#content {
  padding: 10px;
}

#content h1, #content h2, #content h3, #content h4, #content h5  {
  font-family: arial;
  color: #CC0033;
}

#content h1 {
  font-size: 2em;
}

#content h2 {
  font-size: 1.6em;
}

#content h3, #content h4, #content h5 {
  font-size: 1.4em;
}

#content a {
  color: #CC0033;
}

#search {
  margin: 10px;
  float: right;
  text-align: right;
}

#search input {
  width: 100px;
  font-size: 1em;
}

#search submit {
  display: none;
}

#pdesign {
  border-top: 1px solid #ccc;
  text-align: center;
}

#pdesign a {
  color: #000;
  text-decoration: none;
}

#pdesign img {
  display: none;
}

/* End of '1 column layout' */

