﻿/******************************************************
General tag styling
******************************************************/

h1 {
  padding: .75em 0 .75em 1.5em;
  background: url(../images/bg_h1gradblue.gif) repeat-x 0px 0px #071D39;
}


h2 {
  margin-bottom: .1em;
  clear: left;
}

h3 {
  margin-bottom: .1em;
}

h3, h4 {
  clear: left;
}

p {
  margin-bottom: 1em;
}

ul {
  margin-bottom: 1em;
}

dd {
  margin: 0 0 1.5em 1em;
}

ol {
  list-style-type: decimal;
}

div.unit {clear:left; margin:0 !important; padding:0 !important;} /*fixes elevated right column div on /staff/ */

div.center p, div.center h1, div.center h2, div.center h3, div.center a {
  text-align: center;
}

div.center img {
  display: block;
  margin: auto;
  background-color: #ddd;
  /*border: 1px solid #777;*/
  padding: 3px;
}

table {
  /*border: 3px double #ccc;*/
  clear: left;
  /*margin: 1em 0;    */
}

body.members-index table {
  clear:right;
}

table.center {
  margin: 1em auto;
  clear: both;
}

caption {
  margin-bottom: -0.65em;
  padding: 5px;
  clear: both;
}

/*td { 
  border-bottom: 1px solid #bbb;
}*/

/*td, th {
  padding: 4px 10px;
  vertical-align: middle;
}*/

.clear {
  clear: both;
}

/*img {
  border: 1px solid #777;
  padding: 3px;
}*/

img.left {
	float: left;
	margin-right: .75em;
}

img.noborder {
  border: none;
}

#senate img#memberphoto {
  border: 2px solid #2e4031;
}

#house img#memberphoto {
  border: 2px solid #521314;
}

.house {
  background: url(../images/bg_h1gradgreen.gif) repeat-x 0px 0px #521214;
}

.senate {
  background: url(../images/bg_h1gradred.gif) repeat-x 0px 0px #2D3F31;
}

.lsb {
  background: url(../images/nav_grad.png) repeat-x 0px 0px #2D3F31;
}

.navybg {
 background: url(../images/bg_h1gradblue.gif) repeat-x 0px 0px #071D39;
 color: #fff;
}

thead {
  background: #D6CFA7 url(../images/nav_grad.png) repeat-x scroll top left;
}

.imgCap {
  float: left;
  border: 1px solid #777;
  margin-right: .75em;
}

.imgCap a, .imgCap p {
  float: left;
  clear: left;
  padding: 3px 7px;
}

.imgCap img {
  margin-right: 0;
  border: none;
  border-bottom: 1px solid #777;
}

#ajax {
  clear: left;
}

#content li { /*prevents line wraps from looking like separate items*/
  padding-top:    .3em;
  padding-bottom: .3em;
}

#content form.secsess { /* house video pulldowns */
  padding-bottom: 2em;
}

.arch {
  text-align: right;
  margin-bottom: -1.5em;
}

.arch2 {
  text-align: right;
  margin-top: -2.25em;
}

.cb {
  border-right: 3px double #ccc;
}

th.cb {
  border-color: #aaa;
}

h2.house, h2.senate, h2.navybg {
  padding: 4px 10px;
}


        
    .accordion {  
        width: 200px;  
    }  
      
    .accordionHeader {  
        border: 1px solid #2F4F4F;  
        color: white;  
        background-color: #2E4d7B;  
        font-family: Arial, Sans-Serif;  
        font-size: 12px;  
        font-weight: bold;  
        padding: 5px;  
        margin-top: 5px;  
        cursor: pointer;  
    }  
      
    .accordionHeaderSelected {  
        border: 1px solid #2F4F4F;  
        color: white;  
        background-color: #053a70;  
        font-family: Arial, Sans-Serif;  
        font-size: 12px;  
        font-weight: bold;  
        padding: 5px;  
        margin-top: 5px;  
        cursor: pointer;  
    }  
      
    .accordionContent {  
        background-color: #d6cfa7;  
        border: 1px dashed #2F4F4F;  
        border-top: none;  
        padding: 5px;  
        padding-top: 10px;  
    }  


/******************************************************
Alternate list stylings
******************************************************/

.bullet {
  list-style-type: disc;
  margin-left: 1em;
}

.circle, #senate .achievements ul, #house .achievements ul {
  list-style-type:circle;
  margin-left: 1em;
}

/*<!--below used in Fiscal meeting & contracts info page -->*/

#choice ul {
  display:inline;
  background:#FFFFFF;
}

#choice li {
  display:inline;
  font: small;
  background:#FFFFFF;
  float:left;
  max-width: 250px;
}

/*<!-- below used in directory page -->*/

#inlineNav ul {
  display: inline; 
}

#inlineNav li {
  display: inline; 
  font: small;
  float: left;
  min-width: 20px;
  text-align: center;
}

#inlineNav a {
  float: left;
  display: block;
  width: 20px;
  height: 20px;
}

div.mediaplayer img {
  padding:0 !important;
  border:0 !important;
}

.inl {
  margin-bottom: 2em;
}

.inl li {
  display: inline;
  float: left;
  margin-left: 1em;
}

.inl li.first {
  margin-left: 0;
}

.inl dt, .inl dd {
  display: inline;
  float: left;
}

.inl dt {
  clear: left;
}

.linksicon dd {
  clear:left;
}

.listind li {
  margin-left: 1.5em;
}

.listind li.first {
  margin-left: 0;
}

.indent li {
  margin-left: 2.5em;
}

.present  {
  background-image: url(../images/icon_projscreen.gif);
}

.contract  {
  background-image: url(../images/icon_contract.gif);  
}

.report   {
  background-image: url(../images/icon_reports.gif);
}

.calendar {
  background-image: url(../images/icon_calendar.gif);
}

.report, .calendar, .present, .contract {
  font-size: larger; 
  margin-left: 2px; 
  padding-left: 24px; 
  background-repeat: no-repeat; 
  background-position:  center left;
}

body.house-archives a.cur {
  padding-right: 15px;
  background: url(../images/icon_triangle.gif) center right no-repeat;
}

body.house-archives .col1 {
  padding-bottom:1em;
}

body.house-archives .col2 h4 {
  display:none;
}

body.house-archives .col2 ul {
  padding-top: 4px;
}

body.video .committeelist li a, /*special for committee video pages*/
body.video .committeelist h3, /*special for committee video pages*/
ul.video li a, a.video { /*use for standalone links*/ 
  padding-left: 18px; /*makes space for the icon*/
  background: url(../images/icon_video_small.gif) no-repeat center left;
}

div.committeelist ul, /*special for committee video pages*/
ul.video {
  padding-top: 5px;
  padding-left: 18px; /*indents the ul*/  
  list-style-image:none; /*eliminates li bullets*/
  margin-bottom: 1.25em; 
}

div.committeelist h3 { /*makes h3 look like normal text*/
  font-family: Tahoma, sans-serif; 
  font-size: .8em; 
  margin-bottom:0;    
}

div.committeelist li a { /*applies to subcommittees*/
  color: #555 !important; /*for visual subordination*/
}

.report {
  background-image: url(../images/icon_reports.gif);
}

.calendar {
  background-image: url(../images/icon_calendar.gif);
}

.report, .calendar {
  font-size: larger; 
  margin-left: 2px; 
  padding-left: 24px; 
  background-repeat: no-repeat; 
  background-position:  center left;
}

/******************************************************
General structural markup
******************************************************/

#wrapper {
  width: 978px;
  background: transparent url(../images/edge_grad.png) repeat-y scroll top center;
  margin: 0 auto 27px;
}

.searchMain {
  background: transparent url(../images/search.png) no-repeat scroll top left;
  width: 58px;
  height: 19px;
  border: none;
  cursor: pointer;
}

/*.search {
  background: transparent url(../images/search.png) no-repeat scroll top left;
  width: 58px;
  height: 19px;
  border: none;
  cursor: pointer;
}*/
.search {border-style: none;
	border-color: inherit;
	border-width: medium;
	background: url('../images/search.png') no-repeat right top !important;
	width: 58px !important; 	height: 19px !important; 	cursor: pointer; 	margin-top: 5px;
	position: absolute; top: 5px !important; }
#container {
  width: 930px;
  margin: auto;
  position: relative;
  padding-top: 82px;
}

#content {
  width: 900px;
  margin: 0 auto 14px;
  background: transparent url(../images/homeBox_grad.png) repeat-x scroll bottom left;
  display: block;
  padding-bottom: 10px;
}

#contentholder {
  width: 900px;
  margin: 0 auto 14px;
  background: transparent url(../images/toppanegrad.png) repeat-x scroll bottom left;
  display: block;
  padding-bottom: 10px;
}

#open {
  /*padding: 16px 32px 32px 32px;*/
  padding: 15px 15px 15px 15px;
  overflow: auto;
  height: 100%;
}

/*#header {
  background: transparent url(../images/header.jpg) no-repeat scroll top left;
  width: 930px;
  height: 52px;
  position: absolute;
  top: 0;
}

#header a {
  display: block;
  width: 600px;
  height: 52px;
  float: left;
}*/

#header {background: transparent url(../images/header.jpg) no-repeat scroll top left; width: 900px; height: 52px; position: absolute; top: 0;}
#headermain {width: 930px; height: 52px; position: absolute; top: 0;}
#header .txtSearch {float: right; margin-top: 8px;}
#header a {
  display: block;
  width: 600px;
  height: 52px;
  float: left;
}


/******************************************************
General site forms (site search/bill search/find my legislator)
******************************************************/

#header form {
  float: right;
  margin: 16px 9px 0 0;
}

#header .search {
  float: left;
	left: 818px;
}

#siteSearch, #billSearch, #addr, #city {
  border: 1px solid #747781;
  padding-left: 4px;
  height: 14px;
  width: 130px;
}

#fml {
  width: 160px;
  margin: 0 0 1em 50px;
}

#fml a {
  display: block;
}

#siteSearch {
  width: 158px;
  float: left;
}

#billSearch {
  width: 100px;
  padding-top: 2px;
  float: left;
}

.home #col5 input, #fml input {
  margin-bottom: 4px;
  padding-top: 2px;
}

/******************************************************
Main (top) navigation
******************************************************/

#mainNav {
  background: transparent url(../images/nav_grad.png) repeat-x scroll top left;
  /*width: 930px;*/
  width: 900px;
  padding-top: 6px;
  position: absolute;
  top: 52px;
  z-index: 9999;
}

#mainNav ul {
  width: 58.125em;
  z-index: 9999;
}

#mainNav li {
  display: inline;
  float: left;
  margin-left:  1.75em;
  position: relative;
  text-align: left !important;
}

#mainNav li a {
  padding-bottom: .35em;
  display: block;
}

#mainNav li ul {
  display: none;
  position: absolute;
  top: 1.9em;
  left: 0;
  clear: left;
  border: 1px solid #fff;
  width: 13em;
  background: transparent url(../images/nav_grad.png) repeat-x scroll top left;
}

#mainNav li ul li {
  margin: 0;
  border-bottom: 1px solid #fff;
  display: block;
  float: none;
}

#mainNav li ul a {
  display: block;
  padding: .5em;
}

#mainNav li:hover ul, li.over ul {
  display: block;
}

#ramNav li:hover ul, li.over ul 
{
	float:left; 
	display:inline; 
	cursor:pointer; 
	list-style:none; 
	padding:0px 10px 0px 10px; 
	border:1px #000 solid; 
	position:relative;
}


/******************************************************
Home page
******************************************************/

#billboard {
  width: 930px;
  height: 298px;
}

#billboard object {
  float: left;
}

#billboard #sidebar {
  width: 341px;
  height: 285px;
  float: left;
  /*background: #DDD url(../images/sealBg.jpg) no-repeat scroll top left;*/
  padding: 13px 0 0 15px;
}

#billboard2 #sidebar2 {
  width: 241px;
  height: 285px;
  float: left;
  /*background: #DDD url(../images/sealBg.jpg) no-repeat scroll top left;*/
  padding: 13px 0 0 15px;
}

#billboard #sidebar h2 {
  margin-top: 2em;
}

#contentWrap {
  background: transparent url(../images/homeBoxOut_grad.png) repeat-x scroll top left;
  padding-top: 9px;
}

.home #content {
  background: transparent url(../images/homeBoxTop.png) no-repeat scroll top left;
  padding: 10px 0 0 0;
  border-top: 1px solid #9da8b1;
}

.home #content h2 a {
  line-height: 0;
}
#bottompane {
  padding: 15px 0 0 0;
  border-top: 1px solid #9da8b1;
}
#bottompane h2 a {
  line-height: 0;
}
#content #contentInner {
  padding: 0 18px 20px 18px;
  background: transparent url(../images/homeBoxBot.png) no-repeat scroll bottom left;
  overflow: auto;
}

.home #col1, .home #col2, .home #col3, .home #col4, .home #col5 {
  padding: 0;
  float: left;
  margin-left: 3.1%;
  width: 40%;
}

.home #col2 {
  width: 20%;
}

.home #col3 {
  width: 20%;
}

.home #col4 {
  width: 1%;
}

.home #col5 {
  width: 19%;
}

.home #col5 a {
  display: block;
}

.home h2 {
  margin-top: 1.25em;
  margin-bottom: .5em;
}

/******************************************************
Footers
******************************************************/

#secondaryFooter ul {
  overflow: auto;
  margin: auto;
  width: 41.75em;
}

#secondaryFooter li, #mainFooter li {
  display: inline;
  float: left;
  padding: .5em 0 .5em 2em;
}

#mainFooter {
  /*background: transparent url(../images/footer_grad.png) repeat-x scroll top left;*/
  background-color: #122640;
  height: 100%;
}

#mainFooter ul {
  overflow: auto;
  margin: auto;
  width: 27.75em;
}

#bottom {
  background: transparent url(../images/bottom_grad.png) no-repeat scroll bottom center;
  height: 14px;
}

/******************************************************
Right sidebars
******************************************************/

#thisSection {
  padding: 1em;
  padding-left: 20px;
  float: right;
  width: 20%;
  position: relative;
  margin: -1em -2em 0 2em;
  border: 1px solid #fff;
  border-width: 0 0 1px 1px;
  border-bottom-color: #C0CBD3;
}

.threeCols #thisSection {
  margin-left: 0;
}

#content #thisSection li, #content #thisSection a {
  padding-bottom: .6em;
}

/******************************************************
Create a two-column layout WITH right sidebar
******************************************************/

.col1, .col2 {
  width: 33%;
  float: left;
}

.col1 {
  clear: left;
}

.col2 {
  margin-left: 4%;
}

/******************************************************
Create a three-column layout WITH right sidebar
******************************************************/

.threeCols .col1, .threeCols .col2, .threeCols .col3 {
  width: 24%;
  float: left;
}

.threeCols .col2, .threeCols .col3 {
  margin-left: 3%;
}

/******************************************************
Create a three-column layout WITHOUT right sidebar
******************************************************/

.trueThree .col1, .trueThree .col2, .trueThree .col3 {
  width: 30%;
  float: left;
}

.trueThree .col2, .trueThree .col3 {
  margin-left: 4%;
}

/**horizontal rule**/

.break {
	clear:left;
	width: 100%;
	padding-left: 0px;
	border-bottom: 1px solid #333;
	margin: 10px 0 10px 0;
}

.billSubject table {
  width: 71%;
}

/******************************************************
Members Pages
******************************************************/

.members #open {
  background-position: center -400px;
  background-attachment: scroll !important;
}

.members #content h2 {
  margin-bottom: .333em; 
  margin-top: .333em; 
}

.members #content ul {
  list-style-image: url(../images/bullet_plus_lightblue.gif);
}

.members #content ul li {
  padding-bottom: .666em; 
}

.members #content ul {
  list-style:none;
}

.members #content ul, .members #content ul li {
  padding-left: 0 !important;
  margin-left:0 !important;
}

.members .col1, .members .col2, .members .col3 {
  width: 30%; 
  float:left; 
  padding-right: 10px;
}

.members div.col0 {
  position:relative; 
  width:850px; 
  padding:15px 40px; 
  overflow:auto; 
  margin-bottom: 1em;
}

#house.members div.col0 {
  background: url(../images/bg_col0_red.gif) #721F22 repeat-x bottom;
}

#senate.members div.col0 {
  background: url(../images/bg_col0_green.gif) #4F6C53 repeat-x bottom;
}

.members div#membertitle {
  float:left; 
}

.members .col0 h2 {
  padding-bottom:0; 
  margin-bottom:-7px;
}

.members .col0 h3 {
  padding-bottom: 15px;
}

.members img#memberphoto {
  margin-right: 30px; 
  float:left;
}

.members div#memberinfo {
  position:relative; 
  float:left; 
  width: 50%;
}

.members div#memberinfoleft, .members div#memberinforight {
  float:left;
}

.members div#memberinfoleft {
  padding-right:30px; 
  clear: left;
}

.members div#thisSection {
  margin-bottom:0; 
  border-bottom:0;
}

#senate.members div#thisSection {
  border-left: 1px solid #5D7F62;
}

#house.members div#thisSection {
  border-left: 1px solid #521314;
}

.members div#thisSection h3 {
  padding-bottom: 0; 
}

.members .bot {
  background-image:none !important;
}

/******************************************************
About Page
******************************************************/

#content .about li, #content .about li a {
  padding-bottom: .75em;
}

/******************************************************
Capitol Visit Page
******************************************************/

#maps .col1, #maps .col2 {
  width: 45%;
}

/******************************************************
Make form labels on homepage invisible
******************************************************/

.hide {display: none;}


/*AJAX.NET TAB CONTROL */
.ajax__tab_xp-theme .ajax__tab_header 
{
    font-family:times new roman,arial,helvetica,clean,sans-serif;
    font-size:medium;
/*    border-bottom:solid 5px #2647a0; */
    border-bottom:solid 0px #FFFFFF; 

}

.ajax__tab_xp-theme .ajax__tab_header .ajax__tab_outer 
{
	/*inactive tab background*/
/*    background:url(images/sprite.png) #E4E4E3 repeat-x; 
    background:url(images/tab_back.gif); */
    
    background:url(images/sprite.png) #D9D9D8 repeat-x;    
    /*2nd one is space between tabs*/
    margin:0px 0.0em 0px 0px; 
    
    padding:0px 0px 2px 0px;
    vertical-align:middle;
    border:solid 1px #a3a3a3; 
    border-bottom-width:0px;
}
.ajax__tab_xp-theme .ajax__tab_header .ajax__tab_tab
{    
    color:#000000;
    padding:0.35em 0.75em;
    margin-right:0.01em;
}
.ajax__tab_xp-theme .ajax__tab_outer {
    padding-right:4px;
	background:url(images/sprite.png) #929292 repeat-x;
    height:25px;
}
.ajax__tab_xp-theme .ajax__tab_inner {
    padding-left:3px;
}

.ajax__tab_xp-theme .ajax__tab_hover .ajax__tab_outer {
	background: url(imgages/sprite.png) #d6cfa7 repeat-x left -1300px;
}

.ajax__tab_xp-theme .ajax__tab_active .ajax__tab_outer {
	background:url(imgages/sprite.png) #FFFFFF repeat-x left -1400px;
	}


.ajax__tab_xp-theme .ajax__tab_active .ajax__tab_tab 
{
    color:#000000;
}
.ajax__tab_xp-theme .ajax__tab_body
{
	font-family: verdana,tahoma,helvetica;
	font-size: 15pt;
	border: 1px solid #999999;
	border-top: 0;
	padding: 8px;
	background-color: #ffffff;
}
