/*
html
	body
		page_wrapper
			top
				topnavcontainer
			wrapper
				header
					sitetitle
					newsletter
				navigation
				maincontent
					content
						homeblog
						homereleases
					sidebar
				footer
*/

/* Reset values in all browsers - START */
	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;
	}
	:focus {
	outline: 0;
	}
/* Reset values in all browsers - END */

/* Basic HTML tag styling - START */
	html { 
	min-width: 960px;
	background: #c6c1b5
	}
	body {
	line-height: 1;
	color: black;
	background: white;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	}
	ol, ul {
	list-style: none;
	}
	table {
	border-collapse: separate;
	border-spacing: 0;
	}
	caption, th, td {
	text-align: left;
	font-weight: normal;
	}
	strong {
	font-weight: bold;
	}
	em {
	font-style: italic;
	}
	blockquote {
	font-size: small;
	font-style: italic;
	border-left: 2px dashed #ccc;
	margin: 1.5em 10px;
	padding: .5em 10px;
	line-height: 1.5;
	quotes:"\201C""\201D""\2018""\2019";
	}
	blockquote:before {
	color:#ccc;
	content:open-quote;
	font-size: 4em;
	line-height:.1em;
	margin-right:.25em;
	vertical-align:-.4em;
	}
	blockquote p {
	display:inline;
	}
	a {
	text-decoration: none;
	color: #c27803; /* Yellow */
	/* color: #d53023; */ /* Red */
	}
	a:hover {
	text-decoration: underline;
	}
	a.nodecoration {
		
	}

img#qr_code {
	display: none;	
}

/* Basic HTML tag styling - END */

/* General page-wide styling - START */
	.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
	}
	.caps {
	text-transform: capitalize;
	}
	.center {
		text-align: center !important;
		margin: 0 auto !important;
	}
	.noshow {
		display: none;
	}
	.larger {
		font-size: larger !important;	
	}
	.smaller {
		font-size: smaller !important;
	}
	.textred {
		color: #f00;	
	}
/* General page-wide styling - END */

/* page_wrapper - START */
	div#page_wrapper {
	background: #c6c1b5 url(../image/bg_gradient.jpg) top left repeat-x;
	}
/* page_wrapper - END */

/* top & topnavcontainer - START */
	div#top {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align: right;
	overflow: visible;
	min-height: 42px;
	}
	#topnavcontainer ul {
	padding-left: 0;
	margin-left: 0;
	color: #fff;
	background:  url(../image/topnavbg.png) no-repeat;
	float: right;
	width: 299px;
	font-size: 14px;
	}
	#topnavcontainer ul li { display: inline; }
	#topnavcontainer ul li a {
	padding: 0.35em 1.3em;
	color: #fff;
	text-decoration: none;
	float: right;
	}
	#topnavcontainer ul li a.border {
	border-left: 1px solid #7699bb;
	}
	#topnavcontainer ul li a:hover {
	color: #a9cc21;
	text-decoration: none;
	}
/* top & topnavcontainer - END */

/* wrapper - START */
	div#wrapper{
	color: #333;
	background: #fff;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	overflow: visible;
	min-height: 1000px;
	}
/* wrapper - END */

/* header - START */
	div#header {
	background: #fff url(../image/title_bg.jpg) no-repeat;
	min-height: 106px;
	height: 1%;
	}
	div#sitetitle {
	float: left;
	background: url(../image/title.png) no-repeat;
	width: 600px;
	min-height: 106px;
	text-indent: -9000px;
	height: 106px; /* IE 6 and below need this or title won't display */
	}
	div#sitetitle > h1 > a {
	display: block;
	min-width: 531px;
	min-height: 106px;
}
	div#newsletter {
	float: right;
	width: 300px;
	padding-left: 60px;
	}
	div#newsletter fieldset {
	background: url(../image/nl.png) no-repeat;
	margin-top: 25px;
	}
	div#newsletter legend {
	display: none;
	}
	div#newsletter ol {
	padding-top: 25px;
	}
	div#newsletter ol li {
	display: inline;
	}
	div#newsletter .text {
	border: 1px solid #a29f96;
	color: #4f4736;
	height: 22px;
	margin-right: -4px;
	opacity:0.6;
	}
	div#newsletter .email {
	margin-right: 1px;
	}
	div#newsletter .submit {
	border-style: none;
	margin-bottom: -11px;
	}
	div#newsletter label{
	display: none;
	}
/* header - END */

/* navigation - START */
	#navigation {
	background-color: #fff;
	margin-left: 40px;
	}
	#menubar, #menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}
	#menubar a {
	display: block;
	text-decoration: none;
	padding: 5px 40px 5px 10px;
	color: #1f558a;
	}
	#menubar li.contact a {
	/* color: #d55c23; */ /* ORANGE */
	color: #c27803;  /* Yellow */
	}
	#menubar a.trigger {
	padding: 5px 16px 5px 10px;
	background-image: url(images/p7PM_dark_south.gif);
	background-repeat: no-repeat;
	background-position: right center;
	}
	#menubar li {
	float: left;
	width: 9em;
	font-weight: bold;
	}
	#menubar li.contact{
	float: right;
	width: 14em;
	font-weight: bold;
	}
	#menubar li ul, #menubar ul li  {
	width: 14em;
	font-weight: normal;
	}
	#menubar ul li a  {
	color: #fff;
	border-right: 0;
	padding: 3px 12px 3px 16px;
	}
	#menubar li ul {
	position: absolute;
	display: none;
	margin-left: -1px;
	background-color: #d2e3f6;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	opacity:0.9;
	}
	#menubar li.contact ul {
	background-color: #fff!important;
	}
	#menubar li:hover a, #menubar a:focus,
	#menubar a:active, #menubar li.p7hvr a {
	color: #1f558a;
	background-color: #d2e3f6;
	}
	#menubar li:hover ul, #menubar li.p7hvr ul {
	display: block;
	}
	#menubar li:hover ul a, #menubar li.p7hvr ul a {
	color: #1f558a;
	background-color: transparent;
	}
	#menubar ul a:hover {
	background-color: #3a5e82!important;
	color: #fff!important;
	}
	#menubar li {width: auto;}
	#menubar li.contact a {
	background-color: #fff;
	}
/* navigation - END */

/* maincontent - START */
	div#maincontent h1, 
	div#maincontent h2, 
	div#maincontent h3, 
	div#maincontent h4, 
	div#maincontent h5, 
	div#maincontent h6 {
	font-family: Constantia, Lucida Bright, LucidaBright, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
	}
	div#maincontent h1 {
		font-size: 180%;
		font-weight: bold;
		margin: .5em 0 .5em 0;
	}
	div#maincontent h2 {
		font-size: 150%;
		font-weight: bold;
		margin: .5em 0 .5em 0;
	}
	div#maincontent h3 {
		font-size: 125%;
		font-weight: bold;
		margin: .5em 0 .5em 0;
	}
	div#maincontent h4 {
		font-size: 100%;
		font-weight: bold;
		margin: .5em 0 .5em 0;
	}
	div#maincontent h5 {
		font-size: 90%;
		font-weight: bold;
		margin: .5em 0 .5em 0;
	}
	div#maincontent h6 {
		font-size: 80%;
		font-weight: bold;
		margin: .5em 0 .5em 0;
	}
	div#maincontent p {
	font-size: small;
	margin: .5em 0 .5em 0;
	}
	
	div#specialmessage600 {
	float: left;
	padding: 0 10px 10px 10px;
	max-width: 600px;
	border: solid 1px #000;
	}
	
	div#specialmessage300 {
	float: left;
	margin-bottom: 10px;
	padding: 0 5px 10px 5px;
	max-width: 270px;
	border: solid 1px #000;
	}
	
	.subtitle {
		padding-top: 2em;
	}
	div#content ol {
	font-size: small;
	list-style-position: inside;
	list-style-type: decimal;
	line-height: 1.5em;
	margin-left: 1.5em;
	}
	div#content ul {
	font-size: small;
	list-style-position: outside;
	list-style-type: disc;
	line-height: 1.5em;
	margin-left: 1.5em;
	}
	div#content ul ul {
		list-style-position: outside;
		list-style-type: circle;
		margin-left: 1.5em;
	}
	div#content ul ul ul {
		list-style-position: outside;
		list-style-type: square;
		margin-left: 1.5em;
	}
	div#content ul ul ul ul {
		list-style-position: outside;
		list-style-type: disc;
		margin-left: 1.5em;
	}
	div#content ul ul ul ul ul {
		list-style-position: outside;
		list-style-type: circle;
		margin-left: 1.5em;
	}
	div#content ul ul ul ul ul ul {
		list-style-position: outside;
		list-style-type: square;
		margin-left: 1.5em;
	}
	
	div#slimtext {
		width: 640px ;
		margin-left: auto ;
		margin-right: auto ;

	}
	
div#sidebar div.toggler  {
-moz-border-radius: 15px;
border-radius: 15px;
} 
	
	
	
	div#sidebarCommittees ul {
	font-size: small;
	list-style-position: outside;
	list-style-type: disc;
	line-height: 1.5em;
	}
	div#sidebarCommittees ul ul {
		list-style-position: outside;
		list-style-type: circle;
	}
	div#search {
	width: 620px;
	margin-bottom: 15px;
	margin-left: -18px;
	padding-top: 15px;
	}
	div#search fieldset {
	}
	div#search legend {
	display: none;
	}
	div#search ol {
	}
	div#search ol li {
	display: inline;
	}
	div#search input.text {
	border: 1px solid #a29f96;
	color: #797366;
	background-color: #f6f6f4;
	height: 26px;
	width: 545px;
	margin-right: -6px;
	font-size: 20px;
	}
	div#search .submit {
	border-style: none;
	margin-bottom: -8px;
	}
	div#search label{
	display: none;
	}
	div#maincontent {
	float: left;
	margin: 0;
	padding: 0 30px;
	width: 900px;
	}
	div.fullpage div#content {
	width: 900px !important;
	} 
	div.fullpage div#sidebar {
	display: none !important;
	} 
	div.fullpage div#sidebarCommittees {
	display: none !important;
	} 
	div#pagetitle {
	margin: 0;
	padding: 0;
	}
	div#content {
	float: left;
	margin: 0;
	padding: 0;
	width: 620px;
	}
	div#content p {
	margin: 1em .5em 1em 0;
	line-height: 1.4;
	text-align: justify;
	text-justify: newspaper;
	}
	div#sidebar {
	float: right;
	margin-top: 10px;
	padding-left: 20px;
	width: 260px;
	}
	div#sidebarCommittees {
	float: right;
	width: 260px;
	}
	h3.sidebartitle {
	text-align: center;
	}
	div#legacyissues {
	}
	div#legacyissues h2 {
	min-height: 90px;
	height: 90px; /* IE 6 and below need this or title won't display */
	line-height: 90px;
	text-indent: -9999px;
	}
	div#legacyissues p {
	font-size: 90%;
	margin-bottom: 20px;
	}
	div#legacyissues .disabilities {
	background: url(../image/legacy/disabilities.png) no-repeat;
	}
	div#legacyissues .education {
	background: url(../image/legacy/education.png) no-repeat;
	}
	div#legacyissues .wellness {
	background: url(../image/legacy/wellness.png) no-repeat;
	}
	div#legacyissues a {
	display: block;
	width: 260px;
	height: 90px;
	}
	div#senateupdate {
	margin-top: 10px;
	}
	div#senateupdate h2 {
	font-size: 120%;
	font-family: Georgia, Times, Times New Roman, serif;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
	}
	div#senateupdate span.dTodayInSenateDate,
	div#senateupdate span.dTodayInSenateEntry p,
	div#committeeupdate p {
	display: block;
	color: #777;
	margin-bottom: 10px;
	font-size: 80%;
	}
	div#socialnetwork {
		width: 260px;
		height: 85px;
	}
	ul#social {
	margin: 0;
	padding: 0;
	}
	ul#social li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
	div.videoitem {
	width: 900px;
	padding: 10px 0;
	}
	div.videogroup {
	margin: 20px;
	}
	div.videotext {
	float: right;
	max-width: 300px;
	}
	div.video {
	float: left;
	padding: 0 10px 10px 10px;
	max-width: 600px;
	}
	div.podcastitem {
	width: 900px;
	padding: 10px 0;
	}
	div.photoitem {
	width: 900px;
	padding: 10px 0;
	}
	img.picframe {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	background: #fff;
	padding: 2px;
	border: 1px solid #b8c7d8;
	}
	div#opinion {
		float: left;
		width: 298px;
		margin: 0 50px 0 100px;
	}
	div#help {
		float: right;
		width: 298px;
		margin: 0 100px 0 50px;
	}
	h2#opinionbutton {
	background: url(../image/opinion.png) no-repeat;
	width: 298px;
	min-height: 267px;
	text-indent: -9000px;
	height: 267px; /* IE 6 and below need this or button won't display */
	}
	h2#helpbutton {
	background: url(../image/help.png) no-repeat;
	width: 298px;
	min-height: 267px;
	text-indent: -9000px;
	height: 267px; /* IE 6 and below need this or button won't display */
	}
	h2#opinionbutton:hover {
	background: url(../image/opinionhover.png) no-repeat;
	}
	h2#helpbutton:hover {
	background: url(../image/helphover.png) no-repeat;
	}
	/* Resource */
	ul#pagecrumbs {
		margin: 0;
		padding-left: 1em;
		list-style-type: none !important;
	}
	ul#pagecrumbs li {
		padding-right: 2em;
		list-style-type: none !important;
	}
	
	.indent {
		padding-left: 2em !important;
	}
	.tighttitle {
		margin-top: 0;
		margin-bottom: 0;
	}
	.subsequenttighttitle {
		margin-top: 1em;
	}
	a.nodecoration,
	a.nodecoration:hover,
	a.nodecoration:active,
	a.nodecoration:visited {
		text-decoration: none !important;
		color: #000 !important;
	}
	div#anchorspacer {
		height: 700px;
	}
	/* Resource - END */
	
	/* Approps */
	.toggler {
	background-color: #1f558a;
	color: #fff !important; 
	padding: 0 !important;
	}
	.toggler:hover {
		cursor: pointer !important;
	}
	.toggler > h3 {
		padding: 5px !important;
	}
	.toggler > h3.date {
		float: right;
		margin-top: -.1em !important;
	}
	/* Approps - END */
	
	/*  Voting Record */
	/* http://harkin.testing.senate.gov/legislation/voting.cfm?start=1 */
	
	
	.voteQuestion
	 {}
	 
	 .voteColumnHeader {
		 padding-bottom: 10px;
	 }
	
	.voteTable {margin-top: -20px;}
	
	.voteNextN {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.voteCell {
	color: #777;
	font-size: 80%;
	margin: .5em;
	margin-bottom: 5px;
	border: solid 1px #eee;
	}
	
	.voteCell,
				  
	/*  Voting Record */
	
/* maincontent - END */

/* footer - START */
	div#footer {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	overflow: visible;
	}
	div#offices {
	}
	div#officetitle {
	min-height: 368px;
	background: url(../image/bg_footer.jpg) bottom left no-repeat;
	margin-top: -240px;
	}
	div#officetitle h2 {
	text-indent: -9000px;
	}
	.tabber {}
	.tabberlive {}
	ul.tabbernav {
	margin: -85px 5px 5px 240px;
	height: 75px;
	font-weight: bold;
	font-size: 80%;
	}
	ul.tabbernav li {
	list-style: none;
	display: inline;
	margin: 5px 2px;
	line-height: 1.5;
	}
	ul.tabbernav li a {
	padding: 5px 5px;
	text-decoration: none;
	color: #1f558a;
	/* background-color: none;  This won't validate */
	}
	ul.tabbernav li a:hover {
	color: #1f558a;
	background-color: #c9dff4;
	}
	ul.tabbernav li.tabberactive a {
	color: #1f558a;
	background-color: #c9dff4;
	}
	ul.tabbernav li.tabberactive a:hover {
	}
	.tabberlive .tabbertab {}
	.tabberlive .tabbertab h2 {
	display: none;
	}
	.tabberlive .tabbertab h3 {
	display: none;
	}
	.tabbertab {
	float: left;
	padding: 0;
	margin: -50px 0 0 260px;
	font-size: 80%;
	}
	.address {
	padding: 5px 0 10px 0;
	}
	.address li,
	.phone li {
	display: inline;
	list-style-type: none;
	padding: 25px 10px 0 0;
	color: #1f558a;
	}
	.tabberlive .tabbertabhide {
	display: none;
	}
	div#footersubnav {
	float: right;
	}
	div#footersubnav ul {
	list-style: none;
	margin: -45px 40px 0 0;
	}
	div#footersubnav li a {
	color: #1f558a;
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;
	}
	div#footersubnav li a:hover {
	text-decoration: underline;
	}
	div#footernav {
	background-color: #3d6388;
	min-height: 250px;
	line-height: 1.3;
	}
	#footermenubar {
	padding: 30px 0 30px 30px;
	}
	#footermenubar > li {
	float: left;
	display: inline;
	list-style-type: none;
	width: 220px;
	font-weight: bold;
	}
	#footermenubar li ul, #footermenubar ul li  {
	width: 200px;
	font-weight: normal;
	}
	#footermenubar a {
	color: #fff;
	text-decoration: none;
	}
	#footermenubar a:hover {
	color: #fff;
	text-decoration: underline;
	}
/* footer - END */

/* page specific styles - START */

/* page specific styles - END */
