﻿* {
  font-family: Calibri, Cambria, Sans-Serif;
  color: #000000;
}
body {
  text-align: center;
  background-color: #d0d0d0;
  margin: 0px;
  padding: 0px;
  behavior:url("modules/csshover.htc");
}
/* General Classes */
.nextMeeting {
  font-size: 8em;
}
.floater-cleanup {
  clear: both;
  height: 0px;
  overflow: hidden;
}
#content img {
  padding: 5px;
}
#content a {
  color: #0000FF;
  text-decoration: none;
}
#content a:hover {
  text-decoration: underline;
}
.pheader {
  font-size: 1.5em;
  text-align: center;
}
.sectionheader {
  font-size: 1.2em;
  font-weight: bold;
}
.thumbimg {
  float: left;
  width: 150px;
  border: 0px;
  margin-right: 20px;
  padding: 5px;
}
.thumbcaption {
  float: left;
  width: 150px;
  text-align: center;
  margin-right: 20px;
  padding: 5px;
}

/* rounded corners */
.orange5, .orange3, .orange2, .orange1, .orangec {
  height: 1px;
/*  background-color: #ffe6a3; */
  background-color: #FFFFFF;
  overflow: hidden;
}
.orange5 {
  margin: 0 5px;
}
.orange3 {
  margin: 0 3px;
}
.orange2 {
  margin: 0 2px;
}
.orange1 {
  margin: 0 1px;
}
.orangec  {
  height: auto;
}
.orangec * {
  color: #000000;
}
.silver5, .silver3, .silver2, .silver1, .silverc {
  height: 1px;
  overflow: hidden;
}
.silver5 {
  background-color: #7e8179;
  margin: 0 5px;
}
.silver3 {
  background-color: #a1a39e;
  margin: 0 3px;
}
.silver2 {
  background-color: #a1a39e;
  margin: 0 2px;
}
.silver1 {
  background-color: #d7d8d5;
  margin: 0 1px;
}
.silverc {
  height: auto;
  background-color: #efeeef;
}

/* Basic Page Structure */
#pg_wrapper_outer {
  width: 975px;
  margin: 0 auto;
  text-align: left;
  background-image: url('../images/blueboxmiddle.gif');
  background-repeat: repeat-y;
}
#pg_wrapper {
  width: 940px;
  margin: 0 auto;
}
#boxtop {
  height: 10px;
  background-image: url('../images/blueboxtop.gif');
  background-repeat: no-repeat;
  overflow: hidden;
}
#boxbottom {
  height: 10px;
  background-image: url('../images/blueboxbottom.gif');
  background-repeat: no-repeat;
  overflow: hidden;
}
#navbar {
  width: 939px;
  margin: 0 auto;
  margin-bottom: 10px;
}
#navleft {
  float: left;
  height: 30px;
  width: 20px;
  background-image: url('/images/pipe_left.gif');
  background-repeat: no-repeat;
}
#navcontent {
  float: left;
  height: 30px;
  width: 899px;
  background-image: url('../images/pipe_middle.gif');
  background-repeat: repeat-x;
}
#navright {
  float: right;
  height: 30px;
  width: 20px;
  background-image: url('../images/pipe_right.gif');
  background-repeat: no-repeat;
}
#navcontent div {
  color: #000000;
  display: block;
}
#navcontent ul {
  float: left;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
}
#navcontent ul li {
  float: left;
  color: #000000;
  font-size: 1.0em;
  padding-right: 30px;
  cursor: pointer;
 }
#navcontent ul ul {
  background-color: #d0d0d0;
  display: none;
}
#navcontent ul ul ul {
  width: 150px;
  background-color: #d0d0d0;
  display: none;
}
#navcontent ul li ul li {
  float: none;
  position: relative;
  font-size: .95em;
  margin: 0px;
  padding-left: 10px;
  padding-right: 10px;
}
#navcontent ul li:hover ul {
  display: block;
  position: absolute;
  z-index: 500;
}
#navcontent ul li:hover ul li ul {
  display: none;
}
#navcontent ul li:hover ul li:hover ul {
  display: block;
  position: absolute;
  top: 0;
  left: 99%;
  z-index: 600;
}
#navcontent a {
  display: block;
  height: 1%;
  color: #0000FF;
  text-decoration: none;
  border-top: 1px dotted #0000a9;
}
#navcontent a:hover {
  text-decoration: underline;
}
#content {
  width: 940px;
  background-color: #ededed;
  margin-top: 20px;
}
#left_col {
  float: left;
  width: 150px;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
}
#left_col img {
  padding: 0px;
  margin-top: 20px;
  border: 0px;
}
#center_col {
  float: left;
  width: 560px;
  text-align: left;
  background-color: #FFFFFF;
  padding-left: 25px;
  padding-right: 25px;
  overflow: hidden;
}
#right_col {
  float: right;
  width: 150px;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
}
#right_col img {
  padding: 0px;
  margin-top: 20px;
  border: 0px;
}
#footer p {
  color: #080808;
  font-size: .8em;
  text-align: center;
}
