
* { margin:0; padding:0;}

body {
  height: 100%;
  background-color: #fafafa;
  font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 22px;
  color: #444;
}

p {
  margin-bottom: 16px;
}


/* Heading */
#heading {
  width: 920px;
  height: 50px;
  margin: 0px auto 0px auto;
}


/* Navigation */
#main-navigationholder {
  position: relative;
  width: 970px;
  margin: 0px auto 0px auto;
  height: 35px;
  background-color: #b5b74b;
}

#main-navigation ul {
  position:absolute;
  top:0px;
  left:0px;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#main-navigation li {
  margin-right: 0px;
  float: left; /* Doesn't display inline otherwise */
  position:relative;
  left: 597px
}

#main-navigation li a {
  font-size: 10px;
  font-weight: bold;
  line-height: 48px;
  padding: 0px 15px 0px 15px;
  display: block;
  float: left;
  color: #838339;
  text-decoration: none;
}


#main-navigation li a:hover {
  color: white;
}


#main-navigation li a.here {
  color: #fff;
  padding: 10px 12px 10px 0px;
  /*margin: 0px auto 0px auto;*/
  background: transparent url(../images/btn_right.gif) right no-repeat;  /* background @ horizontal:right vertical:center, */
}

#main-navigation li a.here span {
  line-height: 27px;
  padding: 10px 0px 10px 15px;
  /*margin: 0px auto 0px auto;*/
  background: transparent url(../images/btn_left.gif) left no-repeat;
}

#main-navigation li a.here:hover {
  color: #fff;
  text-decoration: none;
}







#content-wrapper {}

#content {
  width: 970px;
  position: relative;
  top: 0px;
  left: 0px;
  margin: 0px auto 0px auto;
  padding: 0px;
  background-image: url(../images/contentBg.gif);
}

.clearfix:after { /* So that the content block retains the height of the floated elements */
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


#content a {
  font-weight: bold;
  color: #838339;
  text-decoration: underline;
}

#content a:hover {
  color: #B5B74B;
}

#navBar {
  width: 100%;
  height: 20px;
  background-color:#B5B74B;
  background-image: url(../images/navBarBg.gif);
  background-repeat: no-repeat;
  margin: 0px 0px 0px 0px;
}

#contentTop {
  width: 930px;
  height: 5px;
  margin: auto;
  background-image: url(../images/contentTop.gif);
}

#contentBottom {
  clear: both;
  width: 930px;
  height: 5px;
  margin: auto;
  background-image: url(../images/contentBottom.gif);
}



#leftholder {
  width: 600px;
  float: left;
  display: inline;
  margin: 0px 0px 15px 0px;
}

#left {
  margin: 0px 0px 0px 20px;
}

#lefttext {
  margin: 0px 15px 0px 15px;
  padding:0px;
}

#rightholder {
  width: 368px;
  float: right;
  display: inline; /* Fix explorer double margin bug */
  clear: none;
  margin: 0px 0px 15px 0px;
}

#right {
  margin: 0px 20px 0px 0px;
}

#righttext {
  margin: 0px 15px 0px 15px;
  padding:0px;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}


.comment {
  margin: 20px 0px 0px 0px;
  background-color: #eee;
  border: 1px solid #ccc;
}

.divider {
  width: 100%;
  height: 1px;
  border-top: 1px solid #A16615;
  background-color:#DB8719;
}

.divider2 {
  width: 90%;
  height: 1px;
  border-top: 1px solid #b5b74b;
  background-color: #f0f0f0;
  text-align:center;
  margin: 35px auto 25px auto;
}

.commentIcon {
  position: absolute;
  top: -3px;
}

.text {
    border: 1px solid #784B10;
    width: 235px;
    font-size: 13px;
}

.textarea {
  border: 1px solid #784B10;
  width: 235px;
  font-size: 13px;
}

.select {
  width: 235px;
}

.hidden {
  display: none;
}

#commentholder {
  width: 312px;
  height: 100px;
  overflow: hidden;
  background-color: #fafafa;
  border: 1px solid #784B10;
  margin-bottom: 25px;
  position: relative;
  top: 0px;
  left: 0px;
}

.comment-right {
  position: absolute;
  top: 105px;
  left: 0px;
  color: black;
  width: 302px;
  height: 70px;
  margin-left:5px
}




#chartlinks a.chartlink {
  color: #444;
  border-left: 1px solid white;
  border-top: 1px solid white;
  border-bottom: 2px solid #ccc;
  background-color:#b5b74b;
  line-height: 25px;
  font-size: 10px;
  text-decoration: none;
  display: block;
  float: left;
  padding: 0px 10px 0px 10px;
  cursor: pointer;
}


#chartlinks a.first {  }
#chartlinks a.last { border-right: 2px solid #ccc }
#chartlinks a:link:hover {
  color: #fff;
}
#chartlinks a.clhere {
  color: #fff;
}

.chartdiv {
  position: absolute;
  top: 0px;
  left: 0px;
}

.show {
  display: block;
}

.hide {
  display: none;
}












h1 {
  font-size: 18px;
  margin: 8px 0px 10px 0px;
}

h2 {
  font-size: 14px;
  margin: 20px 0px 6px 0px;
}

h2.header-right {
  position: relative;
  top: 0px;
  left: 0px;
  width: 310px;
  color: #784B10;
}


h1, h2, #navigation {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #838339;
}


#bottom {
  width: 970px;
  height: 20px;
  margin: 0px auto 0px auto;
  background-color: #b5b74b;
}

#footer {
  width: 970px;
  height: 25px;
  margin: 0px auto 0px auto;
  color: #838339;
  font-size: 11px;
}

#footer a {
  color: #999;
}

#footer a:hover {}

#legal {
  width: 860px;
  height: 30px;
  margin: 0px 15px 0px 5px;
  position:relative;
  top: 5px;
}