﻿/******************************************************
General tag styling
******************************************************/

html {
  background-color: #ccc;
}

a, a:link, a:visited, a:hover, a:active {
  color: #053a80;
}

h1, .senate, .house {
  color: #fff;
}

img {
  background-color: #fff;
    width: 497px;
    height: 368px;
}

#container {
  background-color: #aeb8bf;
}

#content {
  background-color: #ebebeb;
}

/*#open {
  background: transparent url(../images/bg_seal.gif) no-repeat fixed center 160px;
}*/

.imgCap {
  background-color: #ddd;
}

.arch {
  color: #777;
}

/******************************************************
Form styling
******************************************************/

.search {
  color: transparent;
}

#siteSearch, #billSearch, #addr, #city, #zip {
  color: #333333;
}

/******************************************************
Main (top) nav styling
******************************************************/

#mainNav, #mainNav li ul {
  background-color: #d6cfa7;
}

/******************************************************
Home page styling
******************************************************/

#billboard {
  background-color: #09336b;
}

.home #content {
  background-color: #d7dde4;
}

.home #content h2 {
  color: #053a80;
}

.home #content p {
  color: #4d5865;
}

#bottompane h2 {
  color: #053a80;
  font-size: 1.6em !important;
}

#bottompane p {
  color: #4d5865;
  font-size: 1.2em !important;
}

#toppane h2 {
 color: #ffffff;
 font-size: 1.6em !important;
}

#toppane p {
  color: #ffffff;
  font-size: 1.2em !important;
}

#billboard #sidebar {
  color: #fff;
}

#billboard #sidebar a, #billboard #sidebar a:link, #billboard #sidebar a:visited,
#billboard #sidebar a:hover, #billboard #sidebar a:active {
  color: #fff;
}

/******************************************************
Footer styling
******************************************************/

#secondaryFooter a, #secondaryFooter a:link {
  color: #002a6d;
}

#secondaryFooter {
  background-color: #ccc;
}

#mainFooter a, #mainFooter a:link {
  color: #e3e8ef;
}

#mainFooter {
  background-color: #0c192a;
}

/******************************************************
Right sidebar styling
******************************************************/

#thisSection {
  background-color: #E0E0E0;
}

/******************************************************
Misc. styling
******************************************************/

body.members-index table img {
  background-color: transparent;
}

.break {
  color: #F7FFFF;
}

#inlineNav li {
  color: #333;
}

.committeeNoteHouse {
  color: #520F11
}

.committeeNoteSenate {
  color: #344D39
}

.committeeNoteJoint {
  color: #10315A
}

.members.house #content {
  background-color: #D7DDE4;
}

.members div.col0 {
  color: white !important; 
}

.members div.col0 a {
  color: #B3D9FD !important;
}

.members div#thisSection {
  background-color: transparent; 
  color:#eee !important; 
}

.members div#thisSection a {
  color:#eee !important;
}
