/*THIS IS CSS FOR DS VERSION*/

/* Bobby reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	margin:0;
	padding: 0
}

body, input, textarea, select {
	line-height: 1;
	font: 14px/20px Arial, "Helvetica Neue", sans-serif;
	color:#555
}

ol, ul {
	list-style:none
}

blockquote, q {
	quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
	content: none
}

:focus {
	outline: 0
} 

ins { 
	text-decoration: none
}

del { 
	text-decoration: line-through
}

table { 
	border-collapse: collapse;
	border-spacing: 0;
}
	
hr {
	height: 1px;
	border: 0;
	border: none;
	width: 100%;
	background: #ddd; 
	color: #ddd;
	clear: both;
	margin: 20px 0;
	padding:0}

a img {
	border: none
}
	
br {
	clear: both
}

/* CSS Reset --------------------------------------------------*/
/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}*/

body {
	line-height: 1;
	color: black;
	background: white;
}
li, ol, ul {
	list-style: none;
}


html, body {
	height:100%;
}


/* set base typography --------------------------------------------------*/
html {font-size:100.01%;}
body {font-size:75%;color:#555;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
background-image: url(../images/sky_background_ds.jpg);
		background-repeat: no-repeat;}

a:focus, a:hover {
	text-decoration:underline;
}

a {
	text-decoration:none;
}
	
input[type="text"] {
font-size: 11px;
height: 15px;
}

input[type="submit"] {
font-size: 10px;
}
	


/* Main Layout --------------------------------------------------*/


#container {
	/*width: 100%;nb for drop down*/
	width: 1048px;
	min-height:100%;
	overflow:hidden;
	margin-top:-116px;/*footer height - this drags the outer 60px up through the top of the monitor */
	margin-left: auto;
	margin-right: auto;
	z-index:500;
	background-image: url(../images/archive.png);
	background-repeat: repeat;

}

.container { position: relative; clear: both; padding-bottom: 10px;/*padding-top: 10px;*/}
.container p { line-height: 1.6em;}
/*.container ul { line-height: 1.6em;}
.container l1 { padding: 0 0 7px 0;}*/


#header {
	position: relative;
	border-top:116px solid #fff; /* soak up negative margin and allows header to start at top of page*/
	margin: 0px;
	min-width: 960px;
	height: 100px;
	z-index: 1000;
}

#logo {
	float: left;
	display: block;
	margin: 5px 0px 0px 65px;
	width: 200px;/*need these widths to avoid footer gap rhs*/
	}
#logo2 {
	float: left;
	display: block;
	margin: 5px 0px 0px 65px;
	width: 215px;/*need these widths to avoid footer gap rhs*/
	}
#logo3 {
	float: left;
	display: block;
	margin: 15px 0px 0px 0px;
	width: 420px;/*need these widths to avoid footer gap rhs*/
	}
	
#wrapper {
	margin:0 0 0 65px;
}

#left_nav{
	float: left;
	top: 109px;
	display: block;
	width: 173px;
}

#left_nav p{ margin: 0; padding: 0;}
	
	
#left_nav a.current{
	background:#1f3f60;
	color: #fec450;
	}
		
#left_nav ul {
		margin:0;
		}		
		
#left_nav li {
	list-style:none;
	height:26px;
	position:relative;
	width: 100%;
	border-bottom: 1px dotted #eee;
	background-image: url(../images/left_nav_bg.png);
	background-repeat: repeat;
/*	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
   src='../images/left_nav_bg.png', sizingMethod='scale');*/
	}
			
#left_nav li a {
	display:block;
	/* height: 20px; */
	padding: 5px 5px 1px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color: #fff;
	}
	
#left_nav li a:hover, #left_nav li:hover a, #left_nav li.sfHover a {background:#1f3f60;color:#fff;text-decoration:none;}

#left_nav2 {
	min-height: 104px;
	padding-top: 5px;
	}

#left_nav2 ul {
	margin-bottom: 10px;
	}		
		
#left_nav2 li {
	list-style:none;
	border-bottom: none;
	padding: 2px 5px 2px 0px;
	text-align: right;
	height: 1.2em;
	background: url(../images/left_nav2_bg.png);
	background-image: url(../images/left_nav2_bg.png);
	background-repeat: repeat;
/*	
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
   src='../images/noimage.png', sizingMethod='scale');*/
	}
			
#left_nav2 li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color: #484848;
	margin:0;
	padding: 0 5px 0 3px;

	}

#left_nav2 li a:hover, #left_nav2 li:hover a, #left_nav2 li.sfHover a {
	background: none;
	height: 1.2em;
	text-decoration:underline;
	color: #484848;	
	}

#left_nav2 h1 {
	text-align: right;
	color: #484848;
	margin-top:-5px;
	padding: 7px 5px 3px 3px;
	font-size: 1.2em;
	background-image: url(../images/left_nav2_bg.png);
	background-repeat: repeat;
/*	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
   src='../images/noimage.png', sizingMethod='scale');*/
	border-bottom: dotted 1px #b4b4b4;
	}


/*additional resources nav*/

#left_nav3 {
	padding-top: 5px;
	white-space: nowrap; 
	height: 1em;
	}
		
#left_nav3 li {
	white-space: nowrap; 
	/* height: 1em;
    width:15em; */ 
    overflow:hidden;
	list-style:none;
	border-bottom: none;
	padding: 2px 5px 2px 0px;
	text-align: right;
	word-wrap: none;
	height: 1.2em; 
	background: url(../images/left_nav2_bg.png);
	background-image: url(../images/left_nav2_bg.png);
	background-repeat: repeat;
	}

			
#left_nav3 li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
    height: 1.5em;
	color: #484848;
	margin:0;
	padding: 0 5px 0 3px;
	word-wrap: normal;
	}

#left_nav3 li a:hover, #left_nav3 li:hover a, #left_nav3 li.sfHover a {
	background: none;
	/* height: 1.2em; */
	text-decoration:underline;
	color: #484848;	
	}

#left_nav3 h1 {
	text-align: right;
	color: #484848;
	margin-top:-5px;
	padding: 7px 5px 3px 3px;
	font-size: 1.2em;
	background-image: url(../images/left_nav2_bg.png);
	background-repeat: repeat;
	border-bottom: dotted 1px #b4b4b4;
	}

.portlet {
}

.portlet-header {
	/*text-align: right;*/
	cursor: pointer;
	height: 20px;
	padding: 5px 5px 1px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color: #fff;
	border-bottom: 1px dotted #eee;
	/*background-image: url(../images/left_nav_bg.png);
	background-repeat: repeat;
	/*ugly ie hack for bg transparent png
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(   
   src='../images/left_nav_bg.png', sizingMethod='scale');*/
}

.portlet-content {
	/*text-align: right;*/
	background-color: #c9d5da;
	padding: 5px 5px 5px 5px ;
}

.portlet-content p{
	font-size: 0.8em;
	}

.portlet-header .ui-icon {
  height: 20px;
  width: 20px;
	float: right;
	cursor: pointer;
}


.portlet-header:hover{
	background-color: #000;
}


.portlet-header .ui-icon-minusthick {
  background: url(../images/arrow_up.png) no-repeat;
}

.portlet-header .ui-icon-plusthick {
  background: url(../images/arrow_down.png)  no-repeat;
}

#legislator_search input[type="submit"] {color: #0000FF; display: inline; padding: 3px 10px; background: #e6e6e6 url(../images/gradient.png) repeat-x bottom left; ; color: #666; font-weight: bold; margin: 5px 5px 5px 0; border: none; }

#legislator_search input[type="submit"]:hover{ color: #1f3f60; display: inline; padding: 3px 10px; background: #1f3f60  ; color: #fec450; font-weight: bold; margin: 5px 5px 5px 0; border: none; cursor: pointer; text-decoration: underline; }

#bsearch input[type="submit"] {color: #0000FF; display: inline; padding: 3px 10px; background: #e6e6e6 url(../images/gradient.png) repeat-x bottom left; ; color: #666; font-weight: bold; margin: 5px 5px 5px 0; border: none; }

#bsearch input[type="submit"]:hover{ color: #1f3f60; display: inline; padding: 3px 10px; background: #1f3f60  ; color: #fec450; font-weight: bold; margin: 5px 5px 5px 0; border: none; cursor: pointer; text-decoration: underline; }

#bsearch input[type="text"] {width: 154px;}

#main_content {
	float: left;
	display: block;
	margin: 0 auto;
	width: 715px; /*increased re overhanging historical tab*/
	padding: 5px 10px 0 10px;
	background-color: #fff;
	height: 100%;
}

#main_content .leftcol {
	position: relative;
	float: left;
	width: 344px;
	padding: 0 7px 0 0;
}		
	
#main_content .rightcol {
	float: left;
	width: 344px;
	padding: 0 0 0 7px;
}

#main {
	float: left;
	width: 440px;
	padding: 0 5px 10px 0;
	

}

#sidebar {
	float: left;
	display: block;
	position: relative;
	width: 250px;
	padding: 0 0 0 7px;
	margin-top: 51px;
	margin-bottom: 25px;
	z-index: 20;
}

#full {
	float: left;
	width: 100%;
	padding: 0 10px 20px 0px;
	}
	
#full .rev_number {
	float: left;
	width: 700px;
	border-top: 1px dotted #c1c1c1;
	padding: 10px 0 0 0;
	margin-top: 20px;
	color: #999;
	}

#sidebar ul {
	margin-bottom: 20px;
}

#sidebar li {
	margin-bottom: 2px;
}

#main_content.full { /*used when full width needed top of page*/
	float: left;
	width: 700px;
	padding: 0 0 0 7px;
}



#main h1 {
	width: 715px;
	display: block;
	margin-bottom: 10px;
	}
	
#main .ero_title {
	padding-top: 1em;
	width: 440px;
	display: block;
	margin-bottom: 15px;
	}

#main ul {
/*	margin-bottom: 10px;*/
}

#news {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-style: normal;
	width: 100%;
	height: 11px;
	border-bottom: 1px dotted #c1c1c1;
	padding: 5px 0px 3px 0;
	}

#news .news_text {
	display: inline-block;
/*	padding-top: 5px;*/
	color: #808183;
}

#news .news_text a {
	font-weight: bold;
}

#news .date {
/*padding-right: 5px;*/

}

#news .right {
	display: block;
	float: right;
	color: #808183;	
	margin-top: -10px;
	}
#news .right a{
	}	


#news .right a:hover{
	color: #000;
	text-decoration: underline;
	}	

#news .norm {
}
#news .large {
font-size: 18px;
}

#news .icons a{
opacity: 1;
}

#news .icons a:hover{
opacity:1;
}




/* breadcrumbs */

#breadcrumbs { background: #fff; border-bottom: 1px solid #c1c1c1; color: #4e4e4e; font-size: 0.9em; height: 18px;}
#breadcrumbs ul { margin: 0 10px 0 0 ; }
#breadcrumbs li { display: block; float: left; margin-right: 5px; }


.billlinks {display: block; position: relative; clear: both; padding-bottom: 10px; }
.billlinks ul { margin-bottom: 10px ; }
.billlinks li { display: block; float: left; margin-right: 5px; padding-right: 5px; border-right: 1px dotted #4e4e4e; color: #999;}


/* status */

#status { display: block; position: relative; padding: 3px 0 5px 0 ; border-bottom: 1px dotted #c1c1c1; color: #4e4e4e; font-size: 0.9em; height: 30px; margin: 0; line-height: 16px;}




#footer {
	/*margin:auto; dont change re. stickky footer */
	margin: auto;
	height:116px;/* must match negative margin of #outer */
	clear:both;
	max-width: 100%;
	min-width: 1024px;
	overflow: hidden;
	background-image: url(../images/footer_background.gif);
	background-repeat: repeat-x;
   background-color: #1e396b;
}

#footer-content {
	background-image: url(../images/footer_flag.png);
	background-repeat: no-repeat;
	background-position: 670px 2px;
	width:900px;
	margin-left: auto;
	margin-right: auto;
}

#footer-content a {
}

#footer-content a:hover {
   text-decoration: underline;
}

#footer-content .images img{
	padding: 0 10px 0 0;
	vertical-align: top;
}

#footer-content .text {
	

	padding: 12px 0 5px 0px;
	font-size: 11px;
	color: #fff;
}

#footer-content .text a{
	color: #fff;
}

#footer-content .text a:hover{
	color: #fec450;
	text-decoration: none;
}


/*#footer-content .push {
	display: inline-block;
	width: 65px;
}*/

.footerleft {
	display: inline-block;
	float: left;
	text-align: left;
	
	}
.footerright {
	display: inline-block;
	position: relative;
	text-align: right;
	float: right;

	}
	
/* MAIN Navigation*/

#nav {
	font-weight: normal;
	display: inline-block;
	float: left;
	position: absolute; /*only way I can get positioned in all browsers*/
	top: 76px;
	left: 238px;
	/*width: 722px;*/
	width: 100%;
	overflow: visible;
	height:24px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 0.9em;
	font-weight: bold;
	z-index:999;
	text-shadow: 1px 1px #1d5e82;
    }


/* iPad nav fixs */
@media only screen and (device-width: 768px) {

  #nav li{
	background-color: #368db8;
  }
}

/* iPhone nav fixs */
@media screen and (max-device-width: 480px){
 #nav {
	font-weight: normal;
  }
  
  #nav li{
	background-color: #368db8;
  }
}

#nav .current a{
	/*background:#1f3f60;*/
	text-shadow: none;
	color: #fec450;
	}
		
#nav ul {
	margin:0;
	}
		
#nav li {
	list-style:none;
	float:left;
	padding-left:0px;
	height:24px;
	position:relative;
	border-right: 1px dotted #bbd5d3;
	background-image: url(../images/main_nav_bg.png);
   background-repeat: repeat-x;
	}

#nav li a {
	display:block;
	padding:0 9px;
	line-height:24px;
	color:#e6e6e6;
	/*font-weight:bold;*/
	}

#nav li a:hover, #nav li:hover a, #nav li.sfHover a {/*hover color etc*/
	background:#1f3f60;
	color:#fff;
	text-decoration:none;
	text-shadow: 1px 1px #40484c;
	}
	
#nav li ul {
		position:absolute;
		left:-999em;
		margin-left:-1px;
		border-top:0;
		width: 150px;
		}
#nav li ul ul {
	}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul, #nav li.sfHover ul ul ul ul {
		left:-999em;
		}
#nav li li {
		font-size: .85em;
		margin-left: 1px;
		border-right:1px solid #797979;
		padding:0;
		height:auto;
		width: 205px;
		}
#nav li li a, #nav li li.active a, #nav li li a:hover {/*dropdown*/
		text-shadow: 0px 0px #000;
		width: auto;
		margin-bottom: -1px;
		margin-left:0px;
		height:25px;
		line-height:25px;
		background:#2e5d8d;
		border-left:1px solid #797979;
		border-top:1px solid #797979;
		border-bottom:1px solid #797979;
		color:#fff;}
#nav li li a, #nav li.active li a {font-weight:normal; }
#nav li:hover ul, #nav li.sfHover ul {left:0px;}
#nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul, #nav li li li li.sfHover ul {left:0;}

/*typography*/
/* h1 - for all page headings*/	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.70em;
	color: #134f6c;
	font-weight: bolder;
	padding: 15px 0 5px 0;
	border-bottom: 1px solid #c1c1c1;
}

/* h2 - for all subheads like House or Senate*/	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #134f6c;
	font-weight: bold;
	padding: 8px 0 3px 0;
	margin-bottom: 5px;
	border-bottom: 1px dotted #c1c1c1;
}

/* h3 - for all sub-subheadlings like House Committees and Senate Committees*/	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #134f6c;
	font-weight: bold;
	padding: 5px 0 5px 0;
	margin-bottom: 5px;
	line-height: 10px;
}


h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #134f6c;
	font-weight: bold;
	padding: 5px 0 5px 0;
	line-height: 16px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	/*color: #134f6c;*/
	color: #fec34e;
	font-weight: bolder;
	padding: 4px 0 2px 0;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #134f6c;
	font-weight: bold;
	padding: 0 0 3px 0;
	
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
}

ul {
	line-height: 16px;
	
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #115994;
	text-decoration: none;
}
a:link a:visited      {
	color: #115994;
	font-style: normal;
	text-decoration: none
}
a:hover         {
	text-decoration: underline
}

.view {
	display: inline-block;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	}
	
.right {
float: right;
}

.left {
float: left;
}
.middle {

padding-left: 130px;
}

/* classes for color*/	
.Gold {
	color: #fec450;
}
.Blue {
	color: #115994;
}

/*modal overlay*/
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
 
.modal {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 635px;
	height: 366px;
	padding: 10px;
	background-color: black;
	z-index:1002;
	overflow: auto;
	box-shadow: 0px 0px 20px #000;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=0, offY=7, positive=true);
			border-radius: 5px;
    -moz-border-radius: 5px;
    -opera-border-radius: 5px;
    -webkit-border-radius: 5px;
}





/*
li styles*/


/* typography */

/*h1, h2, h3, h4, h5, h6 { color: #333; font-weight: bold; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }
h1 { font-size: 22px; line-height: 26px; margin: 0 45px 14px 0; }
h2 { font-size: 18px; line-height: 20px; margin-bottom: 10px;}
h3 { font-size: 16px; line-height: 20px; margin-bottom: 8px; }
h4, h5, h6 { font-size: 14px; line-height: 20px; margin-bottom: 8px; }
.quiet, .disabled { color: #999; }
.disabled { color: #aaa; cursor: default; }
.error, .errorlist li { color: #EB3800; margin-bottom: 3px; }
.padded-errorlist { padding: 5px 10px; color: #EB3800; margin-bottom: 15px; border: 1px solid #E2C6C0; background: #FFFDC0; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
a { color: #7285A3; }
a:hover { color: #0041A0; }*/
p { margin-bottom: 10px; }
ul { margin-bottom: 15px; }
/*img { margin-bottom: 5px; }
pre { margin: 15px 0; white-space: pre; }
pre, code, tt { font-family: 'bitstream vera sans mono', 'andale mono', 'lucida console', monospace; line-height: 20px; }
form p { position: relative; margin-bottom: 5px; color: #999; }
*/

/* forms */

/*textarea, input { padding: 4px; background: #fff; border: 1px solid #bfbfbf; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
input[type="file"] { font-size: 12px; padding: 2px 0;}
input[type="text"], input[type="password"] { -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.10) inset; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.10) inset; display: block; width: 290px; margin-bottom: 5px; }
.mainsearch input[type="text"] { width: 270px; }
textarea { -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.10) inset; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.10) inset; width: 290px; height: 175px; }
select { -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.10) inset; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.10) inset; max-height: 175px; width: 300px; color: #444; background: #fff; border: 1px solid #bfbfbf; margin-bottom: 5px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
input[type="submit"], input[type="button"], button { display: inline; padding: 3px 10px; background: #e6e6e6 url(../images/gradient.png) repeat-x bottom left; color: #666; font-weight: bold; margin: 5px 5px 20px 0; text-shadow: 0 1px 0 rgba(255, 255, 255, 1); }
input[type="submit"]:hover, input[type="button"]:hover, button:hover { color: #fff; border-color: #78B240; background: #8ECC4C url(../images/gradient.png) repeat-x bottom left; text-shadow: none; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); }
fieldset { border: 1px solid #bfbfbf; padding: 15px; -moz-border-radius: 3px; -webkit-border-radius: 3px; margin-bottom: 15px; }
input[type="hidden"] { display: none; }
input[type="checkbox"], input[type="radio"] { display: inline; margin: 0 4px 0 0px; }
label { display: block; color: #333; margin-bottom: 4px; }
#main input[type="submit"] { margin-top: 20px; }
*/

/*li typography*/
.quiet, .disabled { color: #999; }


  /* statute search buttons */
  .search_button {padding-left: 20px; }
  .search_button input[type="submit"], input[type="button"], button { font-size: 12px; padding: 0; margin: 0;color: #4e4e4e;width: 80px;height: 25px;}
  .search_label {margin: 10px 0 3px 0; font-size: 1.2em; font-weight: bold;}
	.search_box input[type="text"] {width: 200px;}

  /* cancel button */
  .cancel-btn { color: #999; margin-top: 8px; padding: 5px 12px; position: absolute; bottom: 5px; right: 10px; text-decoration: underline;}
  .cancel-btn:hover { color: #cb3833; }
  
  
  
/*reports styles*/

.bill_numbers li{ list-style:none; position: relative; float: left;  }
.bill_numbers li a{ list-style:none; display: block; position: relative; float: left; width: 59px; background-color: #eee; margin: 3px; padding: 3px; border: 1px solid #d5d5d5;}
.bill_numbers a:hover { display: block;background-color: #2e5d8d; width: 59px; margin: 3px; padding: 3px; color: #eee; text-decoration: none;}

.bill_numbers table {border: 1px solid #bfbfbf;}
.bill_numbers tr, td {border: 1px solid #bfbfbf;}

/* tables */

table { margin-bottom: 20px; width: 100%; background: #fff; border-top: 1px solid #bfbfbf; border-left: 1px solid #bfbfbf; }
td, th { vertical-align: top; padding: 3px 5px 5px 5px; border-right: 1px solid #bfbfbf; border-bottom: 1px solid #bfbfbf; text-align: left; line-height: 120%;}
thead { background:  #f6f6f6  url(../images/gradient-light.png) bottom left repeat-x; }
thead th { padding: 5px 5px 10px 5px; font-weight: bold;}



#err {
		font-size: 1.2em; 
		color: #cc0000;
		}
#searchboxes { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px dotted #c1c1c1;}

#statutefull {
	margin-left: 0px;
	}
#statutefull p {
	line-height: 1.5em;
	padding-bottom: 15px;
	}

#statutefull table#statute{
	border-collapse:collapse;
	border-spacing:0;
	border: none;

	}
	
#statutefull #statute td{
	border: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #ccc;
	padding: 5px 20px 5px 0px;
	}
	
	#statute tr a{
	border: none;
	font-weight: normal;
	text-decoration: none;
	}
	
	#statute tr a:hover{
	font-weight: normal;
	text-decoration: underline;
	}
	
	
#statutefull table{ /*needed for actual statute page*/
	border: none;
	}
	
#statutefull td{ /*needed for actual statute page*/
	border: none;
	padding-left: 40px;
	padding-right: 40px;
	}
	
.ksa_5f_boldhead {font-weight: bold; line-height: 0px !important; padding-bottom: 3px !important; padding-top: 10px;}
.ksa_5f_in0 {line-height: 0px !important; padding-bottom: 3px !important; text-indent: 10px;}
.ksa_5f_in1 {line-height: 0px !important; padding-bottom: 3px !important; text-indent: 20px;}
.ksa_5f_in2 {line-height: 0px !important; padding-bottom: 3px !important; text-indent: 30px;}

 /* /* table cell with link */
/*td.link { padding: 5px; position: relative; display: block; }
  td.link a { text-decoration: none; color: #555;  display: block; line-height: 110%;}
  td.link a:hover { text-decoration: underline; /*background: #f6f6f6 url(../images/gradient-light.png) bottom left repeat-x; color: #555; display: block;line-height: 110%;}*/

  /* tables with forms */
  table.form { background: transparent; border: none; }
  table.form label { font-weight: normal; }
  table.form td, table.form th { vertical-align: top; padding: 0 15px 10px 0; border: none; }
  table.form thead { background: transparent; }

  

/* grid/list module style switch */

.module-style-switch { position: absolute; top: -25px; right: 0; padding: 3px; background-color: #e6e6e6; /*-moz-border-radius: 3px; -webkit-border-radius: 3px;*/ }
.module-style-switch ul { margin: 0; padding: 0; border-left: 1px solid #bfbfbf; border-top: 1px solid #bfbfbf; height: 21px; }
.module-style-switch li { display: block; float: left; border-bottom: 1px solid #bfbfbf; border-right: 1px solid #bfbfbf; background: #fff; }
.module-style-switch a { text-indent: -999em; display: block; height: 20px; width: 20px; }
.module-style-switch a:hover { background-color: #f2f2f2; }
.module-style-switch a.active { background-color: #e6e6e6; }
.module-style-switch .gridify { background: url(../images/switch-grid-icon.png) 50% 50% no-repeat; }
.module-style-switch .listify { background: url(../images/switch-list-icon.png) 50% 50% no-repeat; }

/* sidebar */

/*#sidebar h3 { margin-bottom: 5px; }*/

#sidebar h5 { 
	font-size: 1em;
	color: #134f6c;
	padding-bottom: 5px; 
	border-bottom: 1px dotted #4e4e4e;
	}

#sidebar .caption { font-size: 12px; line-height: 16px; color: #999; }


/* sidebar module list */
#sidebar .module-list { border: none; margin-bottom: 0; }
#sidebar .module-item { position: relative; display: block; border: none;  overflow: hidden; }

.audio { margin: 10px 0; }

  /* forms */
  #sidebar .module { padding: 3px; border: 3px solid #e6e6e6; background: #efefef; }
  #sidebar .module-item { background-color: #efefef; }
  #sidebar form { margin-top: 0; }
  #sidebar label { display: block; clear: both; }

  #sidebar select { margin-bottom: 5px; width: 228px; }
  #sidebar textarea { width: 225px; }
  #sidebar input[type="text"], #sidebar input[type="password"] { width: 225px; margin-bottom: 5px; }
  #sidebar input[type="submit"] { margin: 8px 0 0; }


/* modules */

.module { clear: both; position: relative; background: #e6e6e6; padding: 3px;  margin-bottom: 0px; }
.module h3 { margin: 2px 5px 5px; }
.module table { margin-bottom: 0; }
.module th {padding: 4px 5px 6px 5px;}
.module li { position: relative; }
.module-list { border: 1px solid #bfbfbf; border-bottom: none; margin-bottom: 0; }
.module-item { position: relative; display: block; border-bottom: 1px solid #bfbfbf; background-color: #fff; overflow: hidden;}
.module-item img { padding: 0; margin: 0; }
.module-title { display: block; text-decoration: none; padding: 5px 8px; color: #333; }
a.module-title:hover {text-decoration: none; background: #f6f6f6 url(../images/gradient-light.png) bottom left repeat-x; color: #333; }
.module-item p { padding: 0; margin: 0; line-height: 1.35em;}
.module-description { color: #999; }
.module-date { font-size: 12px; color: #999; }
.module .bottom { margin-bottom: 0; }
.special-event {padding: 2px 5px 0px 5px;}

/*.special-event li { padding: 5px 8px; }*/
  /* events */
  .events-list li { padding: 5px 8px; }
 
  /* half size */
  .half { width: 285px; float: left; margin-right: 20px; }
  .half.last { margin-right: 0px; }

  /* grid */
  .module.grid { padding-bottom: 0; }
  .module.grid .module-list { border: none; }
  .module.grid .module-item { display: block; border: 1px solid #bfbfbf; float: left; height: 203px; width: 136px; margin: 0 5px 5px 0; }
  .module.grid .module-item a.module-title { position: absolute; bottom: 0; display: block; background-color: #fff; width: 124px; }
  .module.grid .module-item a.module-title:hover { background: #f6f6f6 url(../images/gradient-light.png) bottom left repeat-x; color: #333; }
  .module.grid .module-item a.follow-widget { position: absolute; right: 0; top: 0; border: none; }
  .module.grid .module-item:nth-child(3n),
  .module.grid .module-item.last { margin-right: 0; }


/* module table for conf committee */

.cc_bill_number {background: #f6f6f6; color: #333; font-size: 14px; font-weight: bold; text-align: left;}

/* tabs */


.tabs-nav { float: left; position: relative; display: block; background-color: #e6e6e6; margin: 0; padding: 3px 3px 0 3px; height:22px; }
.tabs-nav li { display: inline; }
.tabs-nav a { background: #fff; float: left; display: block; padding: 2px 7px; border-top: 1px solid #bfbfbf; border-bottom: 1px solid #bfbfbf; border-left: 1px solid #bfbfbf; text-decoration: none; color: #444; }
.tabs-nav a:hover { background: #f0f0f0; }
.tabs-nav a.last-tab { border-right: 1px solid #bfbfbf; }
.tab-selected a:hover, .tab-selected a { background: url("../images/gradient.png") repeat-x scroll left bottom #f2f2f2; }

.link-tabs-nav { float: left; position: relative; display: block; background-color: #e6e6e6; margin: 0; padding: 3px 3px 0 3px; height:22px; }
.link-tabs-nav li { display: inline; }
.link-tabs-nav a { background: #fff; float: left; display: block; padding: 2px 7px; border-top: 1px solid #bfbfbf; border-bottom: 1px solid #bfbfbf; border-left: 1px solid #bfbfbf; text-decoration: none; color: #444; }
.link-tabs-nav a:hover { background: #f0f0f0; }
.link-tabs-nav a.last-tab { border-right: 1px solid #bfbfbf; }
.link-tab-selected a:hover, .link-tab-selected a { background: url("../images/gradient.png") repeat-x scroll left bottom #f2f2f2; }

/* bills and resolutions pagination */
.tabs-next-nav { float: left; display: block; background-color: #e6e6e6; margin: 0; padding: 3px 3px 0px 3px; height:20px;}
.tabs-next-nav a { 
background: #fff; float: left; display: block; padding: 2px 7px; border: 1px solid #bfbfbf; text-decoration: none; color: #444; margin: 0 3px 0 3px; font-size: 12px; font-weight: bold;color: #999;}
.tabs-next-nav a:hover { background: url("../images/gradient-light.png") repeat-x scroll left bottom #f6f6f6; color: #333;}
.next-nav { float: left; display: block; background-color: #e6e6e6; margin: 0; padding: 3px 3px 0px 3px; height:20px;}
.next-nav a { 
background: #fff; float: left; display: block; padding: 2px 7px; border: 1px solid #bfbfbf; text-decoration: none; color: #444; margin: 0 3px 0 3px; font-size: 12px; font-weight: bold;color: #999;}
.next-nav a:hover { background: url("../images/gradient-light.png") repeat-x scroll left bottom #f6f6f6; color: #333;}
#left-nav-buttons {display: inline-block; float: left;}
#right-nav-buttons {display: inline-block;float: left;}
#tab-disp {display: inline-block;  float: left;  padding: 2px 7px;  color: #444; margin: 2px 5px 0 5px;  color: #333;}


/* pagination */

.pagination { clear: both; position: relative; float: left; background: #e6e6e6; padding: 5px; /*-moz-border-radius: 3px; webkit-border-radius: 3px;*/ }
.pagination a, .pagination span { background: #fff; display: block; color: #444; text-decoration: none; float: left; padding: 4px 7px; border: 1px solid #bfbfbf; border-right: none; }
.pagination a.disabled, .pagination span.disabled, 
.pagination a.disabled:hover, .pagination span.disabled:hover { color: #999; background: #fff; }
.pagination a:hover { background: url("../images/gradient-light.png") repeat-x scroll left bottom #f6f6f6; }
.pagination .next { border-right: 1px solid #bfbfbf; }
.pagination .current.page, .pagination .current.page:hover { color: #444; background: url("../images/gradient-light.png") repeat-x scroll left bottom #d9d9d9; }

  /* profile picture */
  .profile-picture-box { position: relative; height: 310px; width: 250px; margin: 10px 0 5px 0; }
  .leadership-profile-box { position: relative; height: 230px; width: 137px; margin: 30px 0 0px 0; }
  .profile-picture { border: 5px solid #e6e6e6; /*-moz-border-radius: 3px; -webkit-border-radius: 3px;*/ }
  a:hover .profile-picture { border-color: #7285A3; }
  .profile-picture-box .party { position: absolute; bottom: 5px; left: 5px; padding: 5px 12px; color: #fff; background-color: #7F7F7F; background-color: rgba(0, 0, 0, 0.6); }
  .profile-picture-box .dem { background-color: #004699; background-color: rgba(0, 70, 153, 0.85); }
  .profile-picture-box .repub { background-color: #E22D28; background-color: rgba(226, 45, 40, 0.85); }
  
    /* calendar */
  .calendar { position: relative;}
  .month { width: 100%; position: relative; padding: 5px; text-align: center; }
  .month thead .this-month { display: block; padding: 4px; text-align: center; }
  .month thead .prev-month { display: block; position: absolute; top: 5px; left: 2px; padding: 3px; }
  .month thead .next-month { display: block; position: absolute; top: 5px; right: 2px; padding: 3px; }
  .month tbody th { text-align: center; }
  .month tbody td { padding: 0; text-align: center; }
  .month tbody td a { display: block; color: #777; padding: 15px 5px;  text-align: center; text-decoration: none; }
  .month tbody td a:hover { background: #e6e6e6; }
  .month .offday { display: block; color: #777; padding: 15px 5px;  text-align: center; text-decoration: none; }
  .month .onday { display: block; color: #777; text-align: center; text-decoration: none; background-color: #f0f0f0;}  
  .calendar .active { background: #e6e6e6; }
  
  /* seating chart */

#photo-area { position: relative; width: 520px; margin: 10px 20px 50px 0; float: left; border: 1px solid #bfbfbf; /*z-index: 600;*/}
#photo-area img { /*opacity: 0.6;*/ /*border: 1px solid #bfbfbf;*/ }
#photo-area a.tag { 
	display: block; 
	position: absolute; 
	height: 20px; 
	width: 20px; 
	background: #ccc;
	/*rgba(0, 0, 0, 0.15);*/ 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	border-radius: 5px;
   -opera-border-radius: 5px;
	text-decoration: none; color: #333;
	}
	
#photo-area a.tag span.seat-number { display: block; font-weight: bold; font-size: 0.8em; text-align: center; padding: 3px 0; /*z-index: 550;*/}
#photo-area a.tag:hover { background: #fec450;/*rgba(0, 0, 0, 0.20)*/; }

#photo-area a.tag:hover span.seat-holder-details { display: block; overflow: hidden; }
#photo-area a.tag span.seat-holder-details { 
	display: none; 
	position: relative; 
	left: 20px; 
	top: 0; 
	width: 110px; 
	min-height: 151px; 
	background: rgba(0, 0, 0, 0.7); 
	color: #fff; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	border-radius: 5px;
   -opera-border-radius: 5px;
	font-size: 12px; 
	z-index: 600;
	}
#photo-area a.tag span.seat-holder-photo { display: block; position: absolute; top: 5px; left: 5px; width: 90px; height: 131px; background: #ccc; }
#photo-area a.tag span.seat-holder-name { display: block; position: absolute; top: 120px; width: 100%; height: 23px; left: 0; padding: 2px 5px; /*white-space: nowrap;*/ background: rgba(0, 0, 0, 0.7); }

#photo-area span.seat-holder-details {
	
	}

.seating-chart-list { /*height: 600px; overflow-y: auto;*/ 
	margin: 10px 0 0 85px;}
	
#seating-list { /*height: 600px; overflow-y: auto;*/ 
	margin: 10px 0 0 80px;}
	
#seating-list select { width: 170px; }

  /* misc utils */
  .clear { height: 1px; background: transparent; clear: both; }
  .clearfix:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; overflow: hidden;  }
  .clearfix { display: block; }
  .hide { display: none; }
  .no-pad { padding: 0; }
  .no-margin { margin: 0; }
  .left { float: left; }
  .right { float: right; }
  .empty { text-align: center; width: 100%; padding: 10px 0; color: #bbb; text-shadow: 0 1px 0 #fff; font-weight: bold; }
  .pdf {/*display: block; width: 20px; height: 16px; cursor: pointer; background: url("../images/pdf.png") no-repeat; text-indent: 20px;*/}
  .odt {/*display: block; width: 20px; height: 16px; cursor: pointer; background: url("../images/odt.png") no-repeat; text-indent: 20px;*/}


/*welcome page*/
p.welcome { color: #7e7e7e; font-size: 1.32em; line-height: 1.4em; font-family: georgia, serif}

td.doc_icons{white-space:nowrap;}


/*bill history legend*/

.bill_history_legend {
	display: block;
	float: right;
	font-size: .8em;
	font-weight: normal;
	color: #4e4e4e;
	}

.bill_history_legend li{
	list-style: none;
	padding: 3px 0 0px 0;
	}

.bill_history_header {
clear: both;
}





/* sub Navigation*/
#persistent{
	display: block;
	float: right;
	position: relative;
	margin-right: 75px; /*remove when a/v turned back on*/
	top: 15px;	
	z-index:1200;
}

#site-search {
	float: right;
	padding: 3px 0 0 5px;
	}
	
#site-search-value {
    position: relative;
    top: -6px;
    }
	
#site-search-button {
    position: relative;
	 vertical-align: baseline;
   
}

.searchbox{
	float: right;
	margin-top: -5px;
	}
	
.searchbox2{
	float: left;
	margin-top: 3px;
	}
	
#subnavigation .avlive{
display: inline-block;
margin: -5px 10px 0 0;
	}

.search_btn{
margin-top: -3px;
float: right;
	}
	
.search_btn2{
float: right;
margin-top: 2px;
margin-bottom: 3px;
	}


#subnavigation {
	display: block;
	float: left;
	position: relative;
	margin: 0 auto;
	/*margin-left: 45px; remove when a/v turned back on*/
}

ul#subnavigation li#active a{
	color: #fec450;
	}


ul#subnavigation,ul#subnavigation ul{
	margin:0;list-style:none;}
ul#subnavigation,ul#subnavigation .submenu{
	/*background-color:#000000;*/
	/*border-width:0;
	border-style:solid;
	border-color:;*/
	}
ul#subnavigation .submenu{
	display:none;
	position:absolute;
	left:0;
	top:100%;
	float:left;
	background-color:#1f3f60;
	border-radius:0 3px 3px 3px;
	-moz-border-radius:0 3px 3px 3px;
	-webkit-border-radius:0;
	-webkit-border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	padding: 3px;
	}

ul#subnavigation li:hover>*{
	display:block;
	text-shadow: none;
	color: #fec450;
	}
ul#subnavigation li:hover{
	position:relative;
	}
ul#subnavigation ul .submenu{
	position:absolute;
	left:100%;
	top:0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
   -opera-border-radius: 3px;
	
	}
ul#subnavigation{
	padding: 0;display:block;font-size:1em;float:left;}
ul#subnavigation ul{
	padding:0;}
ul#subnavigation .column{
	float:left;}
ul#subnavigation li{
	display:block;white-space:nowrap;font-size:1em;float:left;}
ul#subnavigation>li,ul#subnavigation li{
	margin:0 0 0 0px;}
ul#subnavigation ul>li{
	margin:5px 0 0;}
ul#subnavigation a:active, ul#subnavigation a:focus{
	outline-style:none;}
	
ul#subnavigation a{ /*top level links*/
	display:block;
	vertical-align:middle;
	text-align:left;
	text-decoration:none;
	font:1em Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-shadow: 1px 1px #2278a4;
	color:#fff;
	padding:3px;
	}
	
	
ul#subnavigation ul li{
	float:none;margin:1px 0 0;}
ul#subnavigation ul a{
	text-align:left;
	padding:5px;
	background-color:#1f3f60;
	border-width:0 0 1px 0;
	border-style:solid;
	border-color:#797979;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	font:1em Arial,Helvetica,sans-serif;	
	text-decoration:none;
	text-shadow: none;
	}
ul#subnavigation li:hover>a{
	background-color:#1f3f60;border-style:none;}
ul#subnavigation img{
	border:none;vertical-align:top; margin:-3px 5px 0 5px;}

ul#subnavigation ul li:hover>a{
	background-color:#2e5d8d;
	border-style:solid;
	border-color:#797979;
	font:1em Arial,Helvetica,sans-serif;
	color:#fec450;
	text-decoration:none;
	}
	
ul#subnavigation.topmenu{
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	}
ul#subnavigation li.topmenu>a{
	height:15px;
	line-height:15px;
	padding: 5px;
	margin-right: -5px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;}
ul#subnavigation li.topmenu:hover>a{
	line-height:15px;
	}
ul#subnavigation li.toproot>a{
	height:20px;
	line-height:15px;
	padding: 5px;
	border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	-webkit-border-radius:3px;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-bottom-left-radius:0;
	}
ul#subnavigation li.toproot:hover>a{
	line-height:15px;
	}

/* use if adding icons to li/ul

ul#subnavigation img.over{
	display:none;}
ul#subnavigation li:hover > a img.def{
	display:none;}
ul#subnavigation li:hover > a img.over{
	display:inline;}*/
/*ul#subnavigation span{
	display:block;overflow:visible;background-position:right center;background-repeat:no-repeat;padding-right:0px;}*/
/*ul#subnavigation ul span{
	background-image:url("arrowsub.png");padding-right:24px;}*/
	
	
/*original subnavigation css

#subnavigation a {
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 1px 1px #2278a4;
}

#subnavigation li.search{
	color: #bde6fb;
	text-shadow: 1px 1px #2278a4;
	}

#subnavigation li {
	display: block; 
	color: #FFFFFF;
	float: left; 
	padding: 0 2px 0 2px;
}

#subnavigation a:link a:visited      {
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none
}

#subnavigation a:hover         {
	text-decoration: none;
	color: #fec450;
}

#subnavigation li.active a         {
	text-decoration: none;
	color: #fec450;
	text-shadow: 1px 1px #2278a4;
}*/
	
