/* CSS Document */
body {
  margin: 0px;
  padding: 0px;
  text-align: center;
  background: url(../images/bg_body.jpg);
  background-repeat: repeat-x;
  font-family: Arial;
  font-size: 13px;
  color: #738281;
}

a, a:hover, a:visited {
  font-family: Arial;
  font-size: 13px;
  color: #738281;
}

img {
  border: 0;
}

h1 {
  color: #40a584;
  margin: 0;
  padding: 0 0 4px 0;
  border-bottom: 1px solid #40a584;
  font-family: Arial;
  font-size: 15px;
}

h2 {
  color: #40a584;
  padding: 4px 0;
  font-family: Arial;
  font-size: 15px;
}

p {
  line-height: 140%;
  margin: 16px 0;
}

table {
  width: 100%;
  text-align: left;
  font-size: 11px;
  margin: 14px 0;
}

table thead tr td {
  margin: 0;
  padding: 3px 6px;
  color: #3f4548;
}

table thead tr td.tablecol1 {
  background: #6ecaa8;
  width: 60%;
}

table thead tr td.tablecol2 {
  background: #94dcbf;
}

table thead tr td.tablecol3 {
  background: #bfeada;
}

table tbody tr {
  margin: 1px;
}

table tbody tr td {
  color: #738281;
  padding: 3px 6px;
  border-top: 1px solid white;
}

table tbody tr td.tablecol1 {
  background: #c3e9db;
  width: 60%;
}

table tbody tr td.tablecol2 {
  background: #d3f1e5;
}
table tbody tr td.tablecol3 {
  background: #e5f7f0;
}

/* */

#global {
  width: 1010px;
  margin: 0 auto;
  text-align: left;
}

#header {
  width: 1010px;
  height: 107px;
  background: url(../images/bg_header.jpg);
  background-repeat: no-repeat;
  text-align: left;
}

#logo_div {
  float: left;
  width: 251px;
  height: 85px;
  margin: 4px 35px;
  display: inline;
}

#topmenu_div {
  float: right;
  width: 650px;
  height: 20px;
  padding-top: 69px;
  text-align: right;
  white-space: nowrap;
  overflow: show;
}

#topmenu_div ul {
  list-style-type: none;
  display: block;
  float: right;
  white-space: nowrap;
  overflow: show;
  padding: 0;
  margin: 0 20px 0 0;
}

#topmenu_div ul li {
  display: block;
  float: left;
  padding-left: 20px
}
#topmenu_div ul li a {
  display: block;
  padding: 2px 0;
  color: white;
  text-decoration: none;
  font-family: Trebuchet MS;
  font-size: 16px;
}

#topmenu_div ul li a:hover, #topmenu_div ul li a.ancestor {
  padding-bottom: 1px;
  border-bottom: 1px solid white;
}

#topmenu_div ul li span.selected {
  display: block;
  padding: 2px 0;
  color: white;
  text-decoration: none;
  font-family: Trebuchet MS;
  font-size: 16px;
  border-bottom: 1px solid white;
  cursor: default;
}


#content {
  width: 1010px;
  background: url(../images/bg_content.jpg);
  background-repeat: repeat-y;
}

#content_main {
  width: 812px;
  float: left;
}

#slideshow {
  float: left;
  height: 542px;
}

#slideshow img {
  margin: 0px;
  margin-bottom: -3px;
  display: none;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}


/* Feedback forms */

.contactForm input, .contactForm textarea {
    display: block;
    width: 400px;
}

.contactForm input.form-input-button {
    margin: 20px 0;
    width: 100px;
}

.contactForm label {
    display: block;
    margin-bottom: 5px;
}

.contactForm ul {
    margin: 0;
    padding: 0;
}

.contactForm legend {
    margin: 0;
    padding: 0 0 5px 0;
}

.contactForm li {
    list-style-type: none;    
    margin: 0;
    padding: 0 0 20px 0;
}

.contactForm .errorlist li {
    margin: 0;
    padding: 0 0 5px 0;
}

.contactForm .compact li {
    float: left;
    margin-right: 10px;
    
}
.contactForm .compact input {
    width: 159px;
}

.contactForm ul.errorlist {
    margin: 0;
    padding: 0;
    list-style-type: none;    
    color: red;
}


#content_spaced_out {
  margin:  24px 2px 3px 36px;
  width: 760px; 
}

#content_spaced_out_singlecolumn {
  margin:  36px 2px 3px 36px;
  width: 750px; 
}

#left_menu {
  float: left;
  padding: 0;
  margin: 0;
  width: 140px;
  display: inline;
}

#left_menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#left_menu ul li {
  margin: 0;
}

#left_menu ul li a {
  display: block;
  color: #738281;
  width: 140px;
  font-size: 15px;
  font-family: Arial;
  text-decoration: none;
  padding: 5px 0;
  margin: 5px 0 6px 0;
}

#left_menu ul li a:hover {
  color: #41a584;
}

#left_menu ul li a.ancestor {
  color: #41a584;
  margin: 5px 0;
  border-bottom: 1px solid #41a584;
}

#left_menu ul li span.selected {
  display: block;
  width: 140px;
  font-size: 15px;
  font-family: Arial;
  text-decoration: none;
  padding: 5px 0;
  color: #41a584;
  margin: 5px 0;
  border-bottom: 1px solid #41a584;
  cursor: default;
}

#central_column {
  width: 570px;
  float: left;
  margin-left: 40px;
  padding-top: 10px;
  display: inline;
}

#central_menu {
  width: 580px;
}

#central_menu ul {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
  display: block;
  float: left;
}

#central_menu ul li {
  display: block;
  float: left;
  margin: 0 9px 9px 0;
  background: url(../images/thumb_square.gif);
  background-repeat: no-repeat;
  background-position: right center;
}

#central_menu ul li a {
  font-family: Arial;
  font-size: 13px;
  color: #40A584;
  text-decoration: none;
  white-space: nowrap;
  padding-right: 12px;
  font-weight: bold;
}

#central_menu ul li span.selected {
  font-family: Arial;
  font-size: 13px;
  text-decoration: none;
  color: #738281;
  font-weight: bold;
  cursor: default;
  white-space: nowrap;
  padding-right: 12px;
}

#central_menu ul li a:hover {
  color: #80E5C4;
  text-decoration: underline;
}

#footer {
  width: 1010px;
  height: 80px;
  background: url(../images/bg_footer.jpg);
  background-repeat: no-repeat;
  text-align: center;
  font-family: Trebuchet MS;
  color: #41a584;
  padding: 14px 0;
}

#footer p {
  margin: 0;
}

#footer p a {
  color: #41a584;
  text-decoration: none;
}

#footer p a:hover {
  color: #41a584;
  text-decoration: underline;
}

.clearer {
  clear: both;
}

/* */

hr {
    border: 0;
    margin: 4px auto 14px auto;
    color: #C6CFDC;
    background-color: #C6CFDC;
    width: 600px;
    height: 1px;
}

img.floatleft {
    padding: 0 20px 20px 0;
    float: left;
}

img.floatright {
    padding: 0 0 22px 22px;
    float: right;
}

img.left {
    padding: 0 20px 20px 0;
    display: block;
    margin-right: auto;
}

img.right {
    padding: 0 0 0 20px;
    display:block;
    margin-left: auto;
}

img.center {
    padding: 0;
    display:block;
    margin-left: auto;
    margin-right: auto;
}

.grey {
    color: #909090;
}

.green {
    color: #40a584;
}


