/* Start of CMSMS style sheet 'common' */
.green { color: #5e9908; }
a {
  text-decoration: none;
  font-weight: normal;
  color: #0b6b91;
  }
a:hover {text-decoration: underline; }
img {border: 0; padding: 0 0 0 0; margin: 0 0 0 0;}

html,body {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: url('uploads/images/bg-page.gif') #000 repeat-x;
  font-family: Arial, Helvetical, sans-serif;
  font-size: 12px;
  line-height: 15px;
  color: #363636;
  }

div#content {
  margin: 0 auto;
  text-align: left;
  width: 1025px;
  background-color: #fff;
  border-top: 3px solid #292b2d;
  }

.clearBoth { clear: both; height: 1px; overflow: hidden; }
.floatLeft { float: left; }
.floatRight {float: right; }
.blCurve {
  -moz-border-radius-bottomleft: 12px;
  -webkit-border-bottom-left-radius: 12px;
  padding-left: 12px;
  }

div#logoBar {
  background: url('uploads/images/bg-header.gif') repeat-x;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  height: 74px;
  }
div#topLinks {
  width: 495px;
  height: 35px;
  background-color: #000;
  }
div#topLinks p {
  margin-top: 5px;
  }
div#topLinks a {
  margin-right: 12px; color: #c2dfeb;
  }
div#topLinks input#searchText {
  border: 0;
  }
div#topLinks input#btnSearch {
  vertical-align: top;
  }

div#topMenu {
  background: url('uploads/images/bg-menu.gif') repeat-x;
  height: 24px;
  }
div#topMenu ul {
  display: inline;
  list-style-type: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  }
div#topMenu ul li {
  float: left;
/*  height: 24px; */
  padding-top: 6px;
  }
div#topMenu ul li:hover, div#topMenu .current, div#topMenu .parent {
  background: url('uploads/images/bg-menu-over.gif') repeat-x;
  }
div#topMenu .current a, div#topMenu .parent a { color: #000; }
div#topMenu ul li a {
  color: #FFF;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
  border-left: 1px solid #7AC50D;
  border-right: 1px solid #408405;
  text-transform: uppercase;
  }
div#topMenu ul li.firstItem a { border-left: 0; }
div#topMenu ul li.lastItem a { border-right: 0; }
div#blackBar { background-color: #000; height: 11px; }

div#footer {
  color: #b2cfda;
  font-size: 10px;
  height: 20px;
  }
div#footer p { margin-left: 20px; }
/* End of 'common' */

