/* CSS Document */
html {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font: 13px/ 17px Arial, Helvetica, sans-serif;
}

body {
  text-align: center;
  background-color: #666666;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

p {
  margin: 0.25em 0;
}

img {
  border: none;
}

h2 {
  font-size: 120%;
  text-transform: uppercase;
}

h3 {
  font-size: 110%;
  font-style: italic;
  margin-bottom: 0;
}

h4 {
  font-size: 100%;
  margin-bottom: 0.15em;
}

.clear {
  clear: both;
}

#leftcontainer {
  float: left;
}

#leftcontainer h2 {
  color: #d0ab62;
}

#leftcontainer #navlist {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  padding-left: 0;
}

#leftcontainer #navlist li {
  background: url(images/small_arrow.jpg) no-repeat top left;
  padding-bottom: 3px;
}

#leftcontainer #navlist li a {
  color: #666 !important;
  padding-left: 20px;
}

#leftcontainer #navlist li a#current {
  font-weight: bold;
  color: #333 !important;
}

#leftcontainer #navlist li a:hover {
  color: #ffcc66 !important;
  text-decoration: underline;
}

#outer {
  margin: 0 auto;
  width: 1024px;
  background-image: url(images/main_shadow.jpg);
  background-repeat: repeat-y;
}

#inner {
  margin: 0 auto;
  width: 950px;
  background: #ffffff url(images/background_graphic.jpg) no-repeat top;
}

#headlinks {
  margin: 5px 20px 5px 5px;
  float: right;
  font-weight: bold;
  color: #999999;
}

#headlinks a {
  color: #999999;
  text-decoration: none;
}

#headlinks a:hover {
  color: #ffcc66;
  text-decoration: underline;
}

#headlinks-left {
  margin: 5px 5px 5px 15px;
  float: left;
  font-weight: bold;
}

#headlinks-left a {
  color: #ffcc66;
  text-decoration: none;
}

#headlinks-left a:hover {
  text-decoration: underline;
}

#topnavcontainer {
  margin-top: 33px;
  overflow: hidden;
  width: 600px;
  float: right;
}

#topnavcontainer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 150%;
}

#topnavcontainer li {
  border-left: 1px solid #000;
  float: left;
  line-height: 1.5em;
  margin: 0 .5em 0 -.5em;
  padding: 0 .5em 0 .5em;
  white-space: nowrap;
}

#topnavcontainer li a {
  color: #333 !important;
  text-decoration: none;
}

#topnavcontainer li a:hover {
  color: #fff !important;
}

#topnavcontainer li a#current {
  color: #fff !important;
}

/**/
#content {
  width: 900px;
  height: auto;
  text-align: left;
  float: left;
  margin: 170px 0 0 40px;
  color: #333333;
  background-color: #ffffff;
  padding-bottom: 25px;
}

/* for IE */ /*\*/
* html #content {
  margin: 170px 0 0 20px;
}

/**/
#content a {
  color: #d0ab62;
  font-style: italic;
  text-decoration: none;
}

#content a:hover {
  color: #ffcc66;
  text-decoration: underline;
}

.pre_footer {
  padding: 10px 160px 0;
  color: #999999;
}

#footer {
  width: 1024px;
  height: 51px;
  margin: 0 auto;
  padding: 0;
  background-image: url(images/footer.jpg);
  background-repeat: no-repeat;
}

#footer_content {
  padding: 11px 0 0 0;
  color: #999999;
}

#footer_content a {
  color: #999999;
  text-decoration: none;
}

#footer_content a:hover {
  color: #ffcc66;
  text-decoration: underline;
}

.post_footer {
  font-size: 90%;
  font-style: italic;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

#title {
  text-align: left;
  margin: 40px 15px 15px 40px;
  font-size: 200%;
  font-weight: bold;
  float: left;
  letter-spacing: 4px;
}

#title a {
  text-decoration: none;
  color: #333;
}

#maincontainer {
  margin: 13px 20px 20px 230px;
}

#content h1 {
  font-size: 200%;
  color: #999;
  background: url(images/divider_long.jpg) no-repeat bottom left;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  letter-spacing: -1px;
  font-weight: normal;
  font-style: italic;
}

#content h1 span {
  color: #ffcc66;
  font-style: normal;
}

#rightcontainer {
  float: right;
  margin: 0 30px 15px 30px;
  overflow: auto;
  height: 280px;
  width: 224px;
}

#rightcontainer ul {
  padding-left: 0;
  margin-left: 0;
  width: 200px;
  border-left: 3px solid #ffcc66;
  border-right: 3px solid #ffcc66;
}

#rightcontainer ul li {
  list-style: none;
  margin: 0;
  padding: 0.25em 1em;
  border-bottom: 1px solid #999;
  background: url(images/bg.jpg) no-repeat;
}

#rightcontainer ul li a {
  text-decoration: none;
  color: #3f3f3f !important;
  font-style: normal;
}

#rightcontainer ul li a:hover {
  color: #000 !important;
}

blockquote {
  color: #666;
  margin: 10px 0;
  padding-left: 10px;
  border-left: solid 1px #ffcc66;
}

blockquote.testimonial {
  color: #3f3f3f;
  margin: 10px 0;
  padding-left: 10px;
  padding-right: 10px;
  border: solid 1px #ffcc66;
  background-color: #e8e8e8;
}

tr {
  vertical-align: top;
}

table.meetings {
  margin-bottom: 20px;
}

table.meetings td {
  padding: 10px;
}

table tr.even td {
  background-color: whitesmoke;
}

table.meetings td.selector {
	text-align: right;
	margin-bottom: 0;
	padding-bottom: 0;
}

table.meetings th {
  padding: 4px 10px 4px 10px;
  background-image: url(images/bg_long.jpg);
  color: #ffffff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 120%;
}

cite {
  display: block;
  margin: 10px 0;
  color: #999999;
}

a.doc {
  background: url(images/doc.png) no-repeat;
  padding-left: 19px;
}

a.pdf {
  background: url(images/pdf.png) no-repeat;
  padding-left: 19px;
}

dt {
  margin-top: 5px;
  font-weight: bold;
}

dd {
  margin-bottom: 5px;
}

#btnUp, #btnDown, #btnReset {
	
}

table#contact tr {
	vertical-align: middle;
}

table#contact tr td {
	padding: 4px;
}

table.stats th {
	text-align: center;
	padding: 1px 2px 1px 4px;
	border-bottom: solid 1pt whitesmoke;
	border-right: solid 1pt whitesmoke;
}

table.stats td {
	padding: 1px 3px;
	border-bottom: solid 1pt whitesmoke;
	border-right: solid 1pt whitesmoke;
}