
body {
  font-family: helvetica, sans-serifs, verdana;
  font-size: 12px;
  color: rgb(80,80,80);
  background: url('images/texturedBg.bmp');
}

.ieCenter {
  text-align: center;
}

#page {
  text-align: left;
  margin: auto;
  width: 780px;
}

.logo, .logoMouseover {
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: -20px;
  cursor: crosshair;
  width: 193px;
  height: 37px;
}

.logo {
  background: url('images/logo.png') no-repeat;
  cursor: crosshair;
}

.logoMouseover {
  background: url('images/logo.png') no-repeat 0 -38px;
  cursor: crosshair;
}

#paneWrapper {
  border: solid 1px red;
  background: white;
  margin: 0;
  padding: 0;
}

h1 {
  position: relative;
  top: -88px;
  right: -44px;
  color: rgb(240,240,240);
  font-size: 120px;
  margin: 0 0 -90px 0;
  padding: 0px;
  z-index: 0;
  text-align: right;
}
h2 {
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  z-index: 1;
}

h3 {
  margin: 0 0 0 8px;
  
  padding: 0;
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
}

h4 {
  display: inline;
  margin: 0 0 0 8px;
  padding: 0;
  font-style: italic;
  font-weight: bold;
  font-size: 12px;
}

p {
  margin: 0 0 10px 8px;
}

p.contributor {
  margin: 2px 0 10px 8px;
}

#paneTabs {
  height: 16px;
  padding-left: 4px;
}

#addPane {
  display: none;
  padding: 1px;
}

textarea {
  border: solid 1px rgb(128,128,128);
}

input {
  border: solid 1px rgb(128,128,128);
}

.pane {
  background: white;
  overflow: hidden;
  padding: 40px 80px 10px 80px;
}

.rightColumn {
  float: left;
  width: 200px;
  margin-left: 10px;
}

.leftColumn {
  width: 400px;
  float: left;
}

.pane a, .pane a:link {
  color: red;
  text-decoration: none;
}

.pane a:active, .pane a:visited {
  color: brown;
  text-decoration: none;
}

.pane a:hover {
  color: red;
  text-decoration: underline;
}

.imgRight {
  margin-bottom: 10px;
}

.rightFeature {
  width: 200px;
  margin-bottom: 10px;
}

a.blockLink {
  display: block;
  padding: 0;
  border-top: solid 1px rgb(80, 80, 80);
  border-bottom: solid 1px rgb(80, 80, 80);
  background: rgb(240, 240, 240);
  margin: auto;
  margin-bottom: 2px;
  text-align: left;
}

.rightFeature ul {
  padding: 0px 10px 10px 40px;
  list-style-type: none;
}

.rightFeature h3 {
  font-style: normal;
  margin: 10px;
}

.addTab{
  cursor: pointer; 
  position: relative;
  height: 13px;
  margin-right: 2px;
  padding: 1px;
  float: left;
  background: white; 
  font-weight: bold;
  border-top: solid 1px rgb(128,128,128);
  border-left: solid 1px rgb(128,128,128);
  border-right: solid 1px rgb(128,128,128);
}

.addTabActive {
  cursor: pointer; 
  position: relative;
  height: 13px;
  margin-right: 2px;
  padding: 1px;
  float: left;
  background: red;
  color: white; 
  font-weight: bold;
  border-top: solid 1px red; /*rgb(128,128,128);*/
  border-left: solid 1px red;/*(128,128,128);*/
  border-right: solid 1px red;/*rgb(128,128,128);*/
}

.clip {
  border: solid 1px rgb(128,128,128);
  margin: 1px;
}

.dropMenuWrapper {
}

.open, .closed {
  position: absolute;
  border: solid 1px rgb(128,128,128);
  display: block;
  width: 70px;
}

.open .hiddenOptions {
  display: block;
}

.closed .hiddenOptions {
  display: none;
}

.option, .firstOption {
  background: white;
  color: rgb(48, 48, 48);
}

.optionHighlight, .firstOptionHighlight {
  background: rgb(128, 128, 128);
  color: white; 
}

.button {
  border: solid 1px rgb(128,128,128);
  float: left;
  cursor: pointer;
}

.button .bg1up {
  background: white;
}

.button .bg2up {
}

.button .bg3up {
}

.button .bg4up {
  position: relative;
}

.button .bg1down {
  background: rgb(128, 128, 128);
}

.button .bg2down {
}

.button .bg3down {
}

.button .bg4down {
  position: relative;
  /*top: 1px;
  left: 1px;*/
  color: white;
}

.collapsible {
  display: none;
}

.collapsibleIconClosed {
  float: left;
  width: 15px;
  height: 15px;
  background: url('images/collapsibleIcon.png');
}

.collapsibleIconOpen {
  float: left;
  width: 15px;
  height: 15px;
  background: url('images/collapsibleIcon.png') 0 16px;
}



.wrapperCollapsible {
  border-bottom: solid 1px rgb(80, 80, 80);
  border-top: solid 1px rgb(80, 80, 80);
  margin: 0 0 10px 0;
}

.headerCollapsible {
  cursor: pointer;
}

.formElement {
  margin: 0 10px 10px 0;
  float: left;
  height: 40px;
  width: 238px;
}

.largeFormElement {
  margin: 0 0 10px 0;
  float: left;
  width: 498px;
}

.centeredFormElement {
  text-align: center;
}

.submitButton {
  margin: auto;
  border: solid 1px rgb(180, 180, 180);
}

.medTextInput {
  width: 238px;
  border: solid 1px rgb(180,180,180);
  color: rgb(80, 80, 80);
  font-weight: bold;
}

.largeTextArea {
  width: 488px;
  border: solid 1px rgb(180,180,180);
  color: rgb(80, 80, 80);
  font-weight: bold;
  height: 80px;
  overflow: auto;
}


.clearBoth {
  clear: both;
}

.basicForm {
  text-align: left;
  margin: auto;
  width: 500px;
  padding: 20px 0 20px;
}

.required {
  font-size: 10px;
  float:left;
}

.red {
  color: red;
}

.brown {
  color: brown;
}

#confirmInquiry, #confirmQuestion {
  background: rgb(226, 225, 232);
  color: rgb(80, 80, 80);
}
