/* CLEARFIX */
.clearfix:after,
.nav ul:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
}
.clearfix,
.nav ul {
		display: inline-block;
		zoom: 1;
		*display: inline;
}
html[xmlns] .clearfix,
html[xmlns] .nav ul {
		display: block;
}
* html .clearfix,
* html .nav ul {
		height: 1%;
}

/* IMAGE REPLACEMENT */
.ir {
		display: block;
		text-indent: -999em;
		overflow: hidden;
		background-position: 0 0;
		background-repeat: no-repeat;	
}

/* ACCESSIBILITY */
.acc-hide {
		position: absolute;
		left: -999em;
}

/* TYPOGRAPHY */
html {
		font-size: 100.01%;
}

/* NIFTY CORNERS - FLOATS FIX */
b.niftycorners {
		clear: both;
}

/* REGIONS */
#main {
		color: #444;
}

#left {	
		float: left;	
}
#right {
		float: right;
}

/* GRID */
.list-grid {
		border: none;
		border-collapse: collapse;	
		border-spacing: 0;
		font-size: .85em;
}
		.list-grid th {
				text-align: left;
				background: #eee;
				color: #666;
				font-weight: bold;
		}
		.list-grid th,
		.list-grid td {
				padding: 4px 8px;
				border: 1px solid #ccc;
				vertical-align: top;
		}
				.list-grid td p:first-child {
						margin-top: 0;
				}

/* SUMMARIES */
ul.list-summaries {
}
		.home ul.list-summaries {
		}
ul.list-summaries,
li.list-item {
		list-style: none;
		margin: 0; padding: 0;
		line-height: inherit;
}
li.list-item {
		margin-bottom: 0;
		padding: 0;
		border-bottom: 1px solid #eee;
}
		li.list-item h3 {
				margin: 0;
				padding: 0; 
				font-size: 21px;
				display: inherit;
		}
		li.list-item h3 a:link,
		li.list-item h3 a:visited {
				text-decoration: none;
		}
		li.list-item h3 a:hover {
				text-decoration: underline;	
		}
		li.list-item p {
				margin: 0;
		}
li.list-item-last {
}

/* PERFORMANCE DISPLAY */
#perf {
		text-align: center;
		font-size: 10px;
		opacity: .85;
		position: fixed;
		bottom: 0;
		width: auto;
		right: 14px;
		padding: 2px 7px 0 7px;
		background: #666;
		color: #fff;
}

/* IFRAMED CONTENT */
iframe#remotecontent {
		height: 1100px;
		width: 560px;
}

/* FORMS  */
input,
textarea,
select {
		margin: .3em 0;
}
label {
		display: inline-block;
		padding: .3em 0;
		font-weight: bold;
		zoom: 1;
		*display: inline;
}
.req {
		color: #f00;
}

/* FOOTER */
#ft .nav ul,
#ft .nav ul * {
		padding: 0;
		margin: 0;
		border: none;
		display: inline;
		float: none;
		background: transparent none;
		line-height: 1;
		zoom: 1;
		*display: inline;
}
		#ft .nav ul ul {
				display: none;
		}
		#ft .nav ul.nav-list {
				margin: 0 11px;
		}
ul li ul {
		margin-bottom: 0;
}

table.voteTable,
table.voteTable td {
		border-collapse: collapse;
		border-spacing: 0;
		border: none;
}
	table.voteTable td {
			padding: 3px 6px;
			border-bottom: 1px solid #e6e6e6;
	}
			table.voteTable td.voteNextN {
					text-align: center;
					padding: 15px 6px;
					color: #666;
			}
			table.voteTable td a {
					font-weight: bold;
			}
			table.voteTable td.voteColumnHeader {
					font-weight: bold;
			}
	table.voteTable .voteQuestion {
			font-style: italic;
			font-weight: bold;
	}
	
body.voting_record #bd h1 {
		margin-bottom: 0;
}

#committees_info {
		margin: 0 16px;
}

.block-date {
		font-weight: bold;
}
ul.list-summaries .block-date {
		font-weight: normal;
}

blockquote {
		margin: 0 1em;
}

.videoPlaceholder,
.audioPlaceholder {
		display: inline-block;
		zoom: 1;
		*display: inline;
}
.legislation {
		margin: 0 16px;
}
		.legislation iframe {
				width: 100%;
		}