/* HTML Tag Redefinition */
html, body {
  height: 100%;
}
body {
/* customize_background */
  background-color: #ffffff;
/* customize_background */
  padding: 0px;
  margin: 0px;
}
img {
  border: 0px
}
a {
  cursor: pointer
}
fieldset {
  border: 1px solid #ccc;
}
/* error text class optionally provided by theme */
div.ccm-error-response {
  color: #f00;
  margin-bottom: 12px
}
/* Page Structure / Navigation */
#page {
  width: 960px;
  margin: auto;
  text-align: left
}
#page #headerSpacer {
  height: 64px
}
#page #header {
  background:#000;
  height: 150px;
}

#menu {
  background: #2A9905;
  height: 40px;
}

#menu ul li {
  float: left;
  list-style-type: none;
}

#menu ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 0 10px;
  line-height: 40px;
}

#page .divider {
  padding-top: 12px;
  overflow: hidden;
  height: 1px;
  clear: both;
  width: 100%;
}
#page #central {
  clear: both;
}

#page #central.central-left #body {
  float: right;
}
#page #central #body {
  float: left;
  width: 67%;
}

#page #central.homepage #body {
  float: none;
  width: 100%;
}


#page .no-sidebar #body {
  float: none !important;
  width: auto !important;
}

#page #lower-body {
  float: none !important;
  width: auto !important;
  clear: both;
  background: #E6E6E4;
}



#page #central #sidebar {
  float: left;
  width: 150px;
  overflow: hidden;
  background: #69D321;
  min-height: 330px;
}
#banner {
  float: right;
  min-height: 330px;
  width: 810px;
}
#page #central.navLeft  #body {
  float: right;
  padding-right: 0px;
  width: 68%;
}
#page #central.noSideNav {
  background: none;
}
#page #central.noSideNav  #sidebar {
  display: none
}
#page #central.noSideNav  #body {
  float: none;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
}
#page #footer {
  padding-top: 24px;
  clear: both;
  padding-bottom: 16px;
  color: #999;
  font-size: 10px
}
#page #footer a {
  text-decoration: none
}
#page #footer span.sign-in {
  margin-left: 20px
}
#page #footer span.powered-by {
  float: right;
}
/* Page Elements */
.pagingNav {
  margin: 16px 0px 8px 0px
}
.pagination {
  text-align: center;
  color: #bbb;
  padding-top: 4px
}
.pagination .pageRight {
  width: 20%;
  float: right;
  text-align: right
}
.pagination .pageLeft {
  width: 20%;
  float: left;
  text-align: left
}
/* MISC STYLES & SHORTCUTS */
div.code {
  border: 1px solid #ddd;
  background: #eee;
  padding: 10px
}
div.spacer, div.ccm-spacer {
  clear: both;
  font-size: 1px;
  line-height: 1px
}
.noTopSpace {
  margin-top: 0px;
  padding-top: 0px
}
div.pageSection {
  margin-bottom: 10px;
}
/* customize_miscellaneous */
/* customize_miscellaneous */

body div.clear {
  clear: both;
}