/* Reset.css by Eric Meyer: http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/ */
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 {
margin: 0; padding: 0; border: 0; outline: 0;
font-size: 100%; vertical-align: baseline;
background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q {	quotes: none; }
ins { text-decoration: none; }
del {text-decoration: line-through;}
table { border-collapse: collapse; border-spacing: 0; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
.clearfix {display: block;}
* html .clearfix {height: 1%;}
/* end hide from IE-mac */



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~ RESET END ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body{
	font-size: 62.5%;
	background: #666;
}

a:link,
a:visited{
	color: #005488;
	text-decoration: none;
}
a:hover,
a:focus,
a:active{
	text-decoration: underline;
}

#container{
	width: 992px;
	margin: 0 auto;
}
#content{

}
#header{
	height: 200px;
	background: url('../images/header.png') no-repeat 0 39px;
	position: relative;
}

	#header h1 a{
		background: url('../images/restore_banner.jpg') no-repeat top left;
		position: absolute;
		top: 50px;
		left: 12px;
		width: 970px;
		height: 115px;

	}
	#header p{
		position: absolute;
		top: 11px;
		left: 343px;
		width: 599px;
		height: 23px;
		background: url('../images/tagline.png') no-repeat top left;
		padding-bottom: 10px;
		border-bottom: solid 1px #bbd1e3;
	}
	
	#header #nav{
		width: 918px;
		height: 40px;
		position: absolute;
		top: 168px;
		left: 31px;
		position: relative;
	}
		#header #nav li a:link,
		#header #nav li a:visited{
			display: block;
			position: absolute;
			top: 0;
			height: 40px;
			background: url('../images/nav.gif') no-repeat 0 0;
		}

			#header #nav li#nav-issues a:link,
			#header #nav li#nav-issues a:visited{
				left: 0;
				width: 121px;
			}
				#header #nav li#nav-issues a:hover,
				#header #nav li#nav-issues a:focus,
				#header #nav li#nav-issues a:active,
				body.issues #header #nav li#nav-issues a{
					background-position: 0 -40px;
				}
			#header #nav li#nav-work a:link,
			#header #nav li#nav-work a:visited{
				left: 121px;
				width: 117px;
				background-position: -121px 0;
			}
				#header #nav li#nav-work a:hover,
				#header #nav li#nav-work a:focus,
				#header #nav li#nav-work a:active,
				body.work #header #nav li#nav-work a{
					background-position: -121px -40px;
				}
			#header #nav li#nav-news a:link,
			#header #nav li#nav-news a:visited{
				left: 238px;
				width: 216px;
				background-position: -238px 0;
			}
				#header #nav li#nav-news a:hover,
				#header #nav li#nav-news a:focus,
				#header #nav li#nav-news a:active,
				body.news #header #nav li#nav-news a{
					background-position: -238px -40px;
				}
			#header #nav li#nav-about a:link,
			#header #nav li#nav-about a:visited{
				left: 454px;
				width: 165px;
				background-position: -454px 0;
			}
				#header #nav li#nav-about a:hover,
				#header #nav li#nav-about a:focus,
				#header #nav li#nav-about a:active,
				body.about #header #nav li#nav-about a{
					background-position: -454px -40px;
				}
	#header #tools{
		display: inline;
		font: 1.1em Arial, sans-serif;
		color: #CCC;
		text-transform: uppercase;
		position: absolute;
		right: 16px;
		top: 12px;
	}
		#header #tools li{
			display: inline;
			float: left;
		}
			#header #tools li a:link,
			#header #tools li a:visited{
				display: block;
				padding: 2px 0 2px 18px;
				margin: 4px 15px 4px 0;
				color: #CCC;
				text-decoration: none;
			}
			#header #tools li a:hover, #header #tools li a:focus, #header #tools li a:active{ text-decoration: underline; }
			#header #tools li#tool-newsfeeds a{ background: url('../images/tool_newsfeed.png') no-repeat left; }
			#header #tools li#tool-blog a{ background: url('../images/tool_blog.png') no-repeat left; }
			#header #tools li#tool-podcasts a{ background: url('../images/tool_podcasts.png') no-repeat left; }
		#header #tools li#tool-search{}
			#header #tools li#tool-search input#g{
				background-color: #900;
				border: solid 2px #FFF;
				outline: 0;
				padding: 2px 3px;
				text-transform: uppercase;
				font-weight: bold;
				width: 27px;
				background: #900 url('../images/tool_go.gif') no-repeat center center;
				cursor: pointer;
				margin-right: 5px;
				font-size: 1em;
				line-height: normal;
			}
				#header #tools li#tool-search input#g:hover,
				#header #tools li#tool-search input#g:active,
				#header #tools li#tool-search input#g:focus{
					background-color: #ac0505;
				}
			#header #tools li#tool-search input#s{
				background-color: #CCC;
				border: solid 1px #FFF;
				padding: 3px 4px;
				color: #666;
				text-transform: uppercase;
				width: 136px;
				margin-right: 8px;
			}

#content{}
	#content div#primary, #content div#secondary{ padding-bottom: 35px; }
	#content div#primary{
		width: 100%;
		float: left;
		margin-right: -193px;
		background: url('../images/bg.png') repeat-y
	}
	body#news_multimedia #content div#primary{ margin-right: 0; }
		#content div#primary #wrapper{ margin: 0 221px 0 29px; }
		body#news_multimedia #content div#primary #wrapper{ margin: 0 46px 0 29px; }
			#content div#primary #wrapper #headline{
				padding: 45px 25px 33px 25px;
				position: relative;
			}
				#content div#primary #wrapper #headline h2{
					height: 55px;
					margin-bottom: 20px;
				}
				#content div#primary #wrapper #headline p{
					font: 1.8em/145% Arial, sans-serif;
					color: #005488;
				}
	#content div#secondary{
		width: 183px;
		float: right;
		padding-right: 10px;
	}
		#content div#secondary #actions{
			height: 152px;
			background: #900;
			margin-bottom: 6px;
		}
			#content div#secondary #actions li a:link,
			#content div#secondary #actions li a:visited{
				height: 51px;
				display: block;
				background: url('../images/actions.png') no-repeat 0 0;
			}
			#content div#secondary #actions li a:hover,
			#content div#secondary #actions li a:focus,
			#content div#secondary #actions li a:active{
				background-color: #ac0505;
			}
			#content div#secondary #actions li#action-act a{
				background-position: 0 -51px;
			}
			#content div#secondary #actions li#action-signup a{
				background-position: 0 -102px;
				height: 50px;
			}
		#content div#secondary #find{
			height: 54px;
			background: url('../images/find.png') no-repeat top left;
			padding: 75px 0 0 14px;
			margin-bottom: 6px;
		}
			#content div#secondary #find label{ display:block; }
			#content div#secondary #find select{ width: 154px; }
		#content div#secondary #atissue{
			background: #3A7CC2 url('../images/atissue.gif') no-repeat 15px 15px;
			padding: 44px 15px 15px 15px;
		}
			#content div#secondary #atissue p{
				font: bold 2.2em/110% Arial, sans-serif;
				color: #FFF;
			}
				#content div#secondary #atissue p#congress{
					margin-top: 15px;
					padding-right: 25px;
					text-align: center;
				}
					#content div#secondary #atissue p#congress span{
						font-weight: bold;
						background: url('../images/raquo.gif') no-repeat right;
						padding-right: 15px;
					}
					#content div#secondary #atissue p#congress a:link,
					#content div#secondary #atissue p#congress a:visited{
						font: 0.6em "Arial Narrow", Arial, sans-serif;
						color: #FFF;
						background: #262d4a;
						display: block;
						color: #FFF;
						text-decoration: none;
						padding: 5px;
						text-transform: uppercase;
						white-space: nowrap;
						width: 144px;
					}
					#content div#secondary #atissue p#congress a:hover, 
					#content div#secondary #atissue p#congress a:focus, 
					#content div#secondary #atissue p#congress a:active{
						background: #1c4675;
					}
		#content div#secondary #keyissues{
			margin-top: 6px;
			background: #f2f7fb;
			border: solid 1px #CCC;
		}
			#content div#secondary #keyissues h2{
		
			}
				#content div#secondary #keyissues h2 a:link,
				#content div#secondary #keyissues h2 a:visited{
					display: block;
					height: 32px;
					background: url('../images/keyissues.gif') no-repeat 15px 10px;
					border-bottom: solid 1px #CCC;
				}
				#content div#secondary #keyissues h2 a:hover,
				#content div#secondary #keyissues h2 a:focus,
				#content div#secondary #keyissues h2 a:active{
					background-color: #dcebf9;
				}
			#content div#secondary #keyissues ul{
				margin: 10px 7px;
			}

				#content div#secondary #keyissues ul li a{
					font: bold 1.2em Arial, sans-serif;
					color: #005488;
					padding: 8px;
					display: block;
				}
					#content div#secondary #keyissues ul li.more a{
						height: 8px;
						background: url('../images/moreabout.gif') no-repeat 8px 8px;
					}
					#content div#secondary #keyissues ul li a:after{
						content: " \0000bb";
					}
			#scroll a:link,
			#scroll a:visited{
				display: block;
				height: 25px;
				background: url('../images/scroll.gif') no-repeat top left;
				border-top: solid 1px #CCC;
			}
			#scroll a:hover,
			#scroll a:focus,
			#scroll a:active{
				background-position: top right;
			}
				#scroll.up a:link,
				#scroll.up a:visited{
					background-position: bottom left;
				}
				#scroll.up a:hover,
				#scroll.up a:focus,
				#scroll.up a:active{
					background-position: bottom right;
				}
	
	#multimedia{
		border: solid 1px #CCC;
		margin-top: 35px;
		position: relative;
		width: 518px;
		overflow: hidden;
	}
		#multimedia #scroll{
			height: 225px;
			width: 3200px;
			position: relative;
		}
		#multimedia h2{
			background: #FFF url('../images/bg_multi.gif') repeat-x bottom;
			border-bottom: solid 1px #CCC;
		}
			#multimedia h2 a{
				display: block;
				height: 30px;
				background: url('../images/multimedia.gif') no-repeat 8px 8px;
			}
	#multimedia li{
		display: block;
		float: left;
		width: 173px;
		height: 225px;
		border-right: solid 1px #CCC;
	}
	#multimedia #buttons{
		position: absolute;
		top: 0;
		right: 0;
	}
	#multimedia #buttons a,
	#multimedia #buttons span.stats{
		display: block;
		font: bold 1.2em Arial, sans-serif;
		color: #BABABA;
		height: 22px;
		top: 0;
		position: absolute;
		text-align: center;
		padding-top: 9px;
		overflow: hidden;
	}
		#multimedia #buttons a.next:link,
		#multimedia #buttons a.next:visited{
			width: 30px;
			height: 24px;
			right: 0;
			border-left: solid 1px #CCC;
			padding-top: 6px;
			background: url('../images/arrows.gif') no-repeat 0 0;
		}
		#multimedia #buttons a.next:hover,
		#multimedia #buttons a.next:focus,
		#multimedia #buttons a.next:active{
			background-position: 0 -30px;
		}

		#multimedia #buttons a.viewall:link,
		#multimedia #buttons a.viewall:visited{
			width: 70px;
			right: 31px;
			border-left: solid 1px #CCC;
		}
		#multimedia #buttons a.viewall:hover,
		#multimedia #buttons a.viewall:focus,
		#multimedia #buttons a.viewall:active{
			color: #AAA;
			text-decoration: none;
		}
		#multimedia #buttons a.prev:link,
		#multimedia #buttons a.prev:visited{
			width: 30px;
			height: 24px;
			right: 102px;
			border-left: solid 1px #CCC;
			padding-top: 6px;
			background: url('../images/arrows.gif') no-repeat -30px 0;
		}
		#multimedia #buttons a.prev:hover,
		#multimedia #buttons a.prev:focus,
		#multimedia #buttons a.prev:active{
			background-position: -30px -30px;
		}
		#multimedia #buttons span.stats{
			width: 200px;
			right: 132px;
			text-align: right;
			padding-right: 12px;
		}

#constitution{
	background: url('../images/aclumembershipcard.jpg') no-repeat bottom left;
	height: 113px;
	padding: 50px 110px 20px 250px;
	overflow: hidden;
}
	#constitution p{
		font: 2.4em/120% Georgia, "Times New Roman", serif;
		color: #44586d;
	}
		#constitution p a.more:link,
		#constitution p a.more:visited{
			font: 0.75em Arial, sans-serif;
			color: #4b90cd;
			text-transform: lowercase;
			text-decoration: none;
		}
		#constitution p a.more:hover,
		#constitution p a.more:focus,
		#constitution p a.more:active{
			text-decoration: underline;
		}

#footer{
	background: url('../images/footer_logo_90.jpg') no-repeat 20px 15px;
	padding: 15px 15px 15px 182px;
	min-height: 70px;
}
	#footer a:link,
	#footer a:visited{
		color: #CCC;
		font: 1em Arial, sans-serif;
		text-decoration: none;
		margin-right: 10px;
	}
	#footer a:hover, #footer a:focus,n#footer a:active{ text-decoration: underline; }
	#footer ul{ margin-bottom: 10px; }
	#footer li{ display: inline; }
	#footer p{
		color: #CCC;
		font: 0.9em/133% Arial, sans-serif;
	}



/* =============== Key Issues =============== */

/* body#issues #wrapper{ background: url('../images/bg_flag.png') no-repeat top left; } */
body#issues #wrapper{  }
	body#issues #wrapper #headline{ z-index: 20; }
		body#issues #wrapper #headline h2{ background: url('../images/head_keyissues.png') no-repeat top left; }

			body#issues #wrapper #headline p#view a{
				display: block;
				width: 185px;
				height: 41px;
				position: absolute;
				top: 48px;
				right: 17px;
				background: url('../images/issues.png') no-repeat top right;
			}
			body#issues #wrapper #headline p#view a.active{
				background-position: bottom right;
			}
		body#issues #wrapper #headline #all{
			position: absolute;
			top: 89px;
			right: 17px;
			width: 656px;
			height: 313px;
			padding: 25px;
			background: url('../images/bg_issues.png') no-repeat top right;
			display: none;
			z-index: 100;
		}
			body#issues #wrapper #headline #all #sort{
				margin-bottom: 3px;
				border-bottom: solid 1px #3376A0;
				padding-bottom: 7px;
				font: bold 1em Arial, sans-serif;
				text-transform: uppercase;
				color: #FFF;
			}
				body#issues #wrapper #headline #all #sort a{
					color: #8BBBE4;
					text-decoration: none;
				}
					body#issues #wrapper #headline #all #sort a.active{ text-decoration: underline; }
			body#issues #wrapper #headline #all #categorically,
			body#issues #wrapper #headline #all #alphabetically{
				width: 657px;
				height: 300px;
				overflow: auto;
				color: #FFF;
				position: relative;
			}
			body#issues #wrapper #headline #all #alphabetically{
				visibility: hidden;
				top: -300px;
			}
			body#issues #wrapper #headline #all ul.column{
				font: bold 1em/120% Arial, sans-serif;
				color: #8bbbe4;
				text-transform: uppercase;
				width: 200px;
				margin: 5px 15px 0 0;
				float: left;
				position: absolute;
				top: 0
			}
				body#issues #wrapper #headline #all ul.one{ left: 0; }
				body#issues #wrapper #headline #all ul.two{ left: 215px; }
				body#issues #wrapper #headline #all ul.three{ left: 430px; }
				body#issues #wrapper #headline #all ul li{
					margin-bottom: 15px;
				}
					body#issues #wrapper #headline #all #categorically ul li ul{
						margin-top: 3px;
						color: #FFF;
						text-transform: none;
					}
					body#issues #wrapper #headline #all #alphabetically li{
						text-transform: none;
					}
						body#issues #wrapper #headline #all #categorically ul li ul li,
						body#issues #wrapper #headline #all #alphabetically li{
							margin: 0;
						}
							body#issues #wrapper #headline #all #categorically ul li ul li a:link,
							body#issues #wrapper #headline #all #categorically ul li ul li a:visited,														body#issues #wrapper #headline #all #alphabetically a:link,
							body#issues #wrapper #headline #all #alphabetically a:visited{
								color: #FFF;
								text-decoration: none;
							}
							body#issues #wrapper #headline #all #categorically ul li ul li a:hover,
							body#issues #wrapper #headline #all #categorically ul li ul li a:focus,
							body#issues #wrapper #headline #all #categorically ul li ul li a:active,							
							body#issues #wrapper #headline #all #alphabetically a:hover,
							body#issues #wrapper #headline #all #alphabetically a:focus,
							body#issues #wrapper #headline #all #alphabetically a:active{
								text-decoration: underline;
								color: #8bbbe4;
							}
							body#issues #wrapper #headline #all #categorically ul li ul li a:after, 
							body#issues #wrapper #headline #all #alphabetically li a:after{
								content: " \0000bb";
							}
	body#issues #wrapper ul.list{
		float: left;
		width: 326px;
		position: relative;
		border-bottom: solid 1px #d4d4d4;
	}
		body#issues #wrapper ul.list li{
			padding: 15px 0;
			border-top: solid 1px #d4d4d4;
			z-index: 2;
			position: relative;
			top: 0;
			left: 0;
			width: 326px;
			margin-bottom: 0;
		}
			body#issues #wrapper ul.list li.active{
				padding: 16px 15px; /* Plus 5 to each side */
				border: 0;
				background: #d0e6fa;
				z-index: 3;
				top: 0px;
				left: -15px;
				margin-bottom: -1px
			}
			body#issues #wrapper ul.list li p{
				font: 1.1em/125% Arial, sans-serif;
				color: #000;
			}
			body#issues #wrapper ul.list li p.title{ margin-bottom: 8px; }
			body#issues #wrapper ul.list li p.title a:link,
			body#issues #wrapper ul.list li p.title a:visited{
				color: #4b90cd;
				font: bold 16px Arial, sans-serif;
				text-decoration: none;
			}
			body#issues #wrapper ul.list li p.title a:hover,
			body#issues #wrapper ul.list li p.title a:focus,
			body#issues #wrapper ul.list li p.title a:active{
				text-decoration: underline;
			}
				body#issues #wrapper ul.list li p.title a:after{ content: " \0000bb"; }
	body#issues #wrapper ul.first{ margin: 0 20px 0 25px }
	body#issues #wrapper ul.second{ margin: 0 25px 0 20px; }


/* =============== News & Commentary =============== */

body#news #wrapper { background: url('../images/bg_document.png') no-repeat top left; }
	body#news #wrapper #headline{ z-index: 20; }
		body#news #wrapper #headline h2{ background: url('../images/head_news.png') no-repeat top left; }
		
	#sidebar{
		width: 183px;
		float: left;
	}

	body#news #wrapper #stories,
	body#news #wrapper #blog,
	body#news #wrapper #multimedia{
		width: 520px;
		float: right;
		margin-right: 5px;
	}
	body#news #wrapper #stories{
		margin-top: -30px;
	}
	body#news #wrapper .story{
		clear: left;
		border-bottom: solid 1px #b8b8b8;
		padding: 0 10px 0 0;
	}
		body#news #wrapper .full{
			padding: 30px 0 15px 0;
		}
		body#news #wrapper .abridged{
			padding: 15px 0 5px 50px;
			position: relative;
		}
			body#news #wrapper .abridged .meta-type{
				position: absolute;
				top: 15px;
				left: 12px;
			}
				body#news #wrapper .abridged .meta-type a{
					display: block;
					width: 22px;
					height: 22px;
					background: url('../images/media.gif') no-repeat 0 0;
				}
				body#news #wrapper .podcast .meta-type a:link,
				body#news #wrapper .podcast .meta-type a:visited{
					background-position: 0 0;
				}
				body#news #wrapper .podcast .meta-type a:hover,
				body#news #wrapper .podcast .meta-type a:focus,
				body#news #wrapper .podcast .meta-type a:active{
					background-position: -22px 0;
				}
				body#news #wrapper .slideshow .meta-type a:link,
				body#news #wrapper .slideshow .meta-type a:visited{
					background-position: 0 -22px;
				}
				body#news #wrapper .slideshow .meta-type a:hover,
				body#news #wrapper .slideshow .meta-type a:focus,
				body#news #wrapper .slideshow .meta-type a:active{
					background-position: -22px -22px;
				}
				body#news #wrapper .press .meta-type a:link,
				body#news #wrapper .press .meta-type a:visited{
					background-position: 0 -44px;
				}
				body#news #wrapper .press .meta-type a:hover,
				body#news #wrapper .press .meta-type a:focus,
				body#news #wrapper .press .meta-type a:active{
					background-position: -22px -44px;
				}
				body#news #wrapper .play .meta-type a:link,
				body#news #wrapper .play .meta-type a:visited{
					background-position: 0 -66px;
				}
				body#news #wrapper .play .meta-type a:hover,
				body#news #wrapper .play .meta-type a:focus,
				body#news #wrapper .play .meta-type a:active{
					background-position: -22px -66px;
				}
				body#news #wrapper .blog .meta-type a:link,
				body#news #wrapper .blog .meta-type a:visited{
					background-position: 0 -88px;
				}
				body#news #wrapper .blog .meta-type a:hover,
				body#news #wrapper .blog .meta-type a:focus,
				body#news #wrapper .blog .meta-type a:active{
					background-position: -22px -88px;
				}
	body#news #wrapper .story .meta-image img{
		float: left;
		margin: 0 15px 15px 0;
	}
		body#news #wrapper .story .meta-issue,
		body#news #wrapper .post .meta-issue{
			text-transform: uppercase;
			font: bold 1.2em Arial, sans-serif;
			margin-bottom: 5px;
			color: #666;
		}
			body#news #wrapper .story .meta-issue a:link,
			body#news #wrapper .story .meta-issue a:visited,
			body#news #wrapper .post .meta-issue a:link,
			body#news #wrapper .post .meta-issue a:visited{
				color: #4b90cd;
				text-decoration: none;
			}
			body#news #wrapper .story .meta-issue a:hover,
			body#news #wrapper .story .meta-issue a:focus,
			body#news #wrapper .story .meta-issue a:active,
			body#news #wrapper .post .meta-issue a:hover,
			body#news #wrapper .post .meta-issue a:focus,
			body#news #wrapper .post .meta-issue a:active{
				text-decoration: underline;
			}
		body#news #wrapper .full h3{
			font: normal 2.4em/120% Georgia, "Times New Roman", serif;
			text-transform: capitalize;
			margin-bottom: 10px;
		}
			body#news #wrapper h3 a:link,
			body#news #wrapper h3 a:visited{
				color: #005488;
				text-decoration: none;
			}
			body#news #wrapper h3 a:hover,
			body#news #wrapper h3 a:focus,
			body#news #wrapper h3 a:active{
				text-decoration: underline;
			}
		body#news #wrapper .abridged h3{
			font: bold 1.4em/120% Arial, sans-serif;
			text-transform: capitalize;
			margin-bottom: 10px;
		}
			body#news #wrapper .abridged h3 a:after{
				content: " \0000bb";
			}
		body#news #wrapper .active{ background: #e6f0f8; }
		body#news #wrapper .meta-excerpt{
			font: 1.4em/158% Georgia, "Times New Roman", serif;
			color: #333;
		}
		body#news #wrapper p.more{
			font: bold 1.2em Arial, sans-serif;
			margin: 10px 0;
		}
			body#news #wrapper p.more a:after{
				content: " \0000bb";
			}
		body#news #wrapper p.more a:link,
		body#news #wrapper p.more a:visited{
			color: #4b90cd;
			text-decoration: none;
		}
		body#news #wrapper p.more a:hover,
		body#news #wrapper p.more a:focus,
		body#news #wrapper p.more a:active{
			text-decoration: underline;
		}
	body#news #wrapper #blog{
		margin-top: 25px;
	}
		body#news #wrapper #blog h3{
			border-bottom: solid 2px #adadad;
			margin-bottom: 10px;
		}
			body#news #wrapper #blog h3 a{
				display: block;
				width: 125px;
				height: 13px;
				margin-bottom: 5px;
				background: url('../images/fromtheblog.gif') no-repeat top left;
			}
		body#news #wrapper #blog h4{
			font: normal 2.4em/120% Georgia, "Times New Roman", serif;
			text-transform: capitalize;
			margin-bottom: 3px;
		}
			body#news #wrapper #blog h4 a:link,
			body#news #wrapper #blog h4 a:visited{
				color: #005488;
				text-decoration: none;
			}
			body#news #wrapper #blog h4 a:hover,
			body#news #wrapper #blog h4 a:focus,
			body#news #wrapper #blog h4 a:active{
				text-decoration: underline;
			}
		body#news #wrapper #blog .meta-info{
			font: 1.4em Georgia, "Times New Roman", sans-serif;
			color: #005488; 
		}
			body#news #wrapper #blog .meta-info a{
				color: #005488;
			}
		body#news #wrapper #blog .meta-excerpt{
			color: #333;
			font: 1.4em/150% Georgia, "Times New Roman", sans-serif;
			margin-top: 10px;
			background: url('../images/quote.gif') no-repeat top left;
			text-indent: 25px;
		}

#page{
	padding-left: 30px;
	width: 704px;
	float: right;
}
	#featured_content{
		width: 340px;
		float: left;
		margin-bottom: 30px;
	}
	#content_description{
		width: 334px;
		float: right;
		margin: 0 0 30px 30px;
		padding: 15px 0 50px 0;
		position: relative;
		min-height: 208px;
	}

	/* Share / Email bar */
	#article_tools{
		position: absolute;
		bottom: 0;
		left: 0;
		height: 40px;
		width: 334px;
		border: solid 1px #CCC;
		border-width: 1px 0;
	}
		#article_tools li{
			display: inline;
			position: relative;
		}
			#article_tools li a{
				float: left;
				display: block;
				height: 40px;
				width: 90px;
				background-repeat: no-repeat;
				background-position: center center;
			}
			#article_tools li#email a:link,
			#article_tools li#email a:visited{
				background: url('../images/article_tools.gif') no-repeat top left;
			}
			#article_tools li#email a:hover,
			#article_tools li#email a:focus,
			#article_tools li#email a:active{
				background-position: top right;
			}
			#article_tools li#share a:link,
			#article_tools li#share a:visited{
				background: url('../images/article_tools.gif') no-repeat bottom left;
			}
			#article_tools li#share a:hover,
			#article_tools li#share a:focus,
			#article_tools li#share a:active{
				background-position: bottom right;
			}
			#article_tools li#share ul{
				position: absolute;
				width: 110px;
				background: #FFF;
				border: solid 1px #CCC;
				border-width: 0 1px 1px 1px;
				top: 40px;
				right: -50px;
				z-index: 100;
				padding: 5px 15px 10px 15px;
				visibility: hidden;
			}
				#article_tools li#share ul a:link,
				#article_tools li#share ul a:visited{
					text-indent: 0;
					overflow: auto;
					height: auto;
					width: auto;
					display: block;
					height: 16px;
					background: #FFF;
					font: bold 1.1em Arial, sans-serif;
					color: #005488;
					text-transform: uppercase;
					float: none;
					background-repeat: no-repeat;
					background-position: left center;
					padding-left: 25px;
					padding: 7px 0 3px 25px;
				}
					#article_tools li#share ul li#linkedin a{ background-image: url('../images/icon_linkedin.png'); }
					#article_tools li#share ul li#digg a{ background-image: url('../images/icon_digg.png'); }
					#article_tools li#share ul li#facebook a{ background-image: url('../images/icon_facebook.png'); }
					#article_tools li#share ul li#mixx a{ background-image: url('../images/icon_mixx.png'); }
					#article_tools li#share ul li#buzz a{ background-image: url('../images/icon_buzz.png'); }
					#article_tools li#share ul li#perma a{ background-image: url('../images/icon_perma.png'); }
				#article_tools li#share ul a:hover,
				#article_tools li#share ul a:focus,
				#article_tools li#share ul a:active{
					color: #4b90cd;
					text-decoration: none;
				}

	#multimedia_list{

	}

.meta-issue{
	font: bold 1.1em Arial, sans-serif;
	text-transform: uppercase;
}
	.meta-issue a:link,
	.meta-issue a:visited{
		color: #4b90cd;
		text-decoration: none;
	}
	.meta-issue a:hover,
	.meta-issue a:focus,
	.meta-issue a:active{
		text-decoration: underline;
	}

h3{
	font: 2.4em Georgia, "Times New Roman", sans-serif;
}
	h3 a:link,
	h3 a:visited{
		color: #005488;
		text-decoration: none;
	}
	h3 a:hover,
	h3 a:focus,
	h3 a:active{
		text-decoration: underline;
	}
	
	/* Instance-specific exceptions */
	#content_description h3{ margin: 3px 0 5px 0; }

.meta-excerpt{
	color: #333;
	font: 1.4em/140% Georgia, "Times New Roman", sans-serif;
}


/* =============== Utilities =============== */

/* Float Clearing */
#constitution,
#multimedia_list{ clear: both;}

/* Image Replacement */
h1 a,
#header p,
#header #nav li a,
#header #tools li#tool-search input#g,
#content div#secondary #actions li a,
#content div#secondary #find label,
#wrapper #headline h2,
body#issues #wrapper #headline p#view a,
body#news #wrapper #sidebar #mediacontacts h3,
body#news #wrapper .abridged .meta-type a,
body#news #wrapper #blog h3 a,
#content div#secondary #keyissues h2 a,
#content div#secondary #keyissues ul li.more a,
#content div#secondary #keyissues p#scroll a,
#multimedia h2 a,
#multimedia #buttons a.prev,
#multimedia #buttons a.next,
#slideshow .meta-type a.icon,
#breadcrumb h2 span.parent,
#breadcrumb h2 span.child,
#sidebar .module h3,
#sidebar #findmultimedia input.go,
#article_tools li a,
#all_multimedia h2 a,
#all_multimedia #buttons a.prev,
#all_multimedia #buttons a.next{
	text-indent: -999em;
	overflow: hidden;
}

/* Hide Elements */
#constitution h3,
#atissue h2{
	position: absolute;
	top: -1px;
	left: -1px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}



	body#news #multimedia{
		position:relative;
		width:900px;
		margin:20px;
	}
	body#news #slideshow{
		width:700px;
		overflow-y: scroll;
		height: 240px;
	}
		body#news #slideshow ul{ width: 1548px }
			body#news #slideshow li{
				float:left;
				border-bottom: solid 1px #CCC;
			}
		body#news #buttons{
			visibility:hidden;
			display:none;
		}
body#news .live #slideshow{
	overflow:hidden;
	width: 521px;
	height: 225px;
}
	body#news .live #slideshow ul{

	}
		body#news .live #slideshow li{
			float:left;
			margin:0;
			border-right: solid 1px #CCC;
			height: 225px;
			width: 173px;
			overflow: auto;
		}
	body#news .live #buttons{
		visibility:visible;
		display:block;
	}
	#slideshow .meta-issue{
		font: bold 0.9em Arial, sans-serif;
		text-transform: uppercase;
		margin: 10px 15px 0 15px;
	}
		#slideshow .meta-issue a:link,
		#slideshow .meta-issue a:visited{
			color: #4b90cd;
			text-decoration: none;
		}
		#slideshow .meta-issue a:hover,
		#slideshow .meta-issue a:focus,
		#slideshow .meta-issue a:active{
			text-decoration: underline;
		}
	#slideshow h3{
		font: bold 1.4em/120% Arial, sans-serif;
		margin: 10px 15px;
	}
		#slideshow h3 a:link,
		#slideshow h3 a:visited{
			color: #005488;
			text-decoration: none;
		}
		#slideshow h3 a:hover,
		#slideshow h3 a:focus,
		#slideshow h3 a:active{
			text-decoration: underline;
		}
	#slideshow .meta-type{
		margin: 0 15px;
	}
	#slideshow .meta-type a{
		display: block;
		padding: 5px 6px;
		font: bold 1.2em Arial, sans-serif; 
		color: #4b90cd;
	}
	#slideshow .meta-type a.icon{
		float: left;
		width: 10px;
		height: 12px;
		margin-right: 6px;
		background: url('../images/media.gif') no-repeat;
	}
		#slideshow .podcast .meta-type a.icon:link,
		#slideshow .podcast .meta-type a.icon:visited{
			background-position: 0 0;
		}
		#slideshow .podcast .meta-type a.icon:hover,
		#slideshow .podcast .meta-type a.icon:focus,
		#slideshow .podcast .meta-type a.icon:active{
			background-position: -22px 0;
		}
		#slideshow .slideshow .meta-type a.icon:link,
		#slideshow .slideshow .meta-type a.icon:visited{
			background-position: 0 -22px;
		}
		#slideshow .slideshow .meta-type a.icon:hover,
		#slideshow .slideshow .meta-type a.icon:focus,
		#slideshow .slideshow .meta-type a.icon:active{
			background-position: -22px -22px;
		}
		#slideshow .press .meta-type a.icon:link,
		#slideshow .press .meta-type a.icon:visited{
			background-position: 0 -44px;
		}
		#slideshow .press .meta-type a.icon:hover,
		#slideshow .press .meta-type a.icon:focus,
		#slideshow .press .meta-type a.icon:active{
			background-position: -22px -44px;
		}
		#slideshow .video .meta-type a.icon:link,
		#slideshow .video .meta-type a.icon:visited{
			background-position: 0 -66px;
		}
		#slideshow .video .meta-type a.icon:hover,
		#slideshow .video .meta-type a.icon:focus,
		#slideshow .video .meta-type a.icon:active{
			background-position: -22px -66px;
		}
		#slideshow .blog .meta-type a.icon:link,
		#slideshow .blog .meta-type a.icon:visited{
			background-position: 0 -88px;
		}
		#slideshow .blog .meta-type a.icon:hover,
		#slideshow .blog .meta-type a.icon:focus,
		#slideshow .blog .meta-type a.icon:active{
			background-position: -22px -88px;
		}

/* ========== Module: Breadcrumb ========== */

#breadcrumb{
	height: 41px;
	position: relative;
	margin-bottom: 30px;
}
	#breadcrumb h2 span{
		display: block;
		position: absolute;
		top: 0;
		height: 41px;
		background-repeat: no-repeat;
		background-position: top left;
	}
		#breadcrumb h2 span.parent{
			left: 0;
			width: 186px;
		}
		#breadcrumb h2 span.divider{ display: none; }
		#breadcrumb h2 span.child{
			left: 186px;
			width: 731px;
		}

		/* Define parent backgrounds using body class */
		.news span.parent{ background-image: url('../images/bc_news.png'); }
		
		/* Define child backgrounds using body ID */
		#news_multimedia span.child{ background-image: url('../images/bc_news_multimedia.png'); }



/* ========== Left Sidebar Module: Submenu ========== */

#submenu{
	border-top: solid 1px #CCC;
	margin-bottom: 36px;
}
	#submenu li{
		border-bottom: solid 1px #CCC;				
	}
	#submenu li.expanded{
		background: #f2f7fb;
	}
		#submenu li.expanded a:link,
		#submenu li.expanded a:visited{
			color: #000;
		}
		#submenu li.expanded ul{
			margin-bottom: 10px;
		}
			#submenu li.expanded ul li{
				border: 0;
			}
				#submenu li.expanded ul li a:link,
				#submenu li.expanded ul li a:visited{
					padding: 6px 30px;
					font: bold 1.1em Arial, sans-serif;
					color: #005488;
				}
				#submenu li.expanded ul li a:hover,
				#submenu li.expanded ul li a:focus,
				#submenu li.expanded ul li a:active{
					color: #4b90cd;
				}
	#submenu li#newsfeed a{
		padding-left: 40px;
		background: url('../images/tool_newsfeed.png') no-repeat 22px 11px;			
	}
		#submenu li a:after{ content: " \0000bb"; }
		#submenu li a:link,
		#submenu li a:visited{
			display: block;
			padding: 11px 22px;
			color: #005488;
			font: bold 1.2em Arial, sans-serif;
			text-transform: uppercase;
			text-decoration: none;
		}
		#submenu li a:hover,
		#submenu li a:focus,
		#submenu li a:active{
			color: #4b90cd;
		}

/* ========== Left Sidebar Module: Generic (soft blue colored box) ========== */

#sidebar .module{
	margin-bottom: 36px;
	background: #f2f7fb;
	border: solid 1px #CCC;
	padding: 15px 20px;
	font: 1.1em/145% Arial, sans-serif;
	color: #666;
}
	#sidebar .module a:link,
	#sidebar .module a:visited{
		text-decoration: none;
		color: #005488;
	}
	#sidebar .module a:hover, #sidebar .module a:focus, #sidebar .module a:active{ text-decoration: underline; }
	#sidebar .module h3{
		height: 30px;
		border-bottom: solid 1px #CCC;
		background-position: 20px 10px;
		background-repeat: no-repeat;
		margin: -15px -20px 15px -20px; /* Allows h3 to ignore the padding on .module */
	}
		
		/* Define h3 backgrounds using .module's ID */
		#findmultimedia h3{ background-image: url('../images/sm_findmultimedia.gif'); }
		#mediacontacts h3{ background-image: url('../images/sm_mediacontacts.gif'); }

	/* ===== Instance-specific styles ===== */
	
	/* Media contacts */
	#sidebar #mediacontacts dt{ font-weight: bold; }
	#sidebar #mediacontacts dd{ margin-bottom: 10px; }
	
	/* Find multimedia */
	#sidebar #findmultimedia select{
		width: 103px;
		background: #FFF;
		font: 0.9em Arial, sans-serif;
		color: #000;
		height: 22px;
		border: solid 1px #7f9db9;
		padding: 2px 0;
	}
	#sidebar #findmultimedia input{
		font: 0.9em Arial, sans-serif;
		padding: 2px 4px;
		width: 93px;
		border: solid 1px #7f9db9;
	}
	#sidebar #findmultimedia input.go{
		background: #4b90cd url('../images/tool_go.png') no-repeat center center;
		border: solid 2px #FFF;
		color: #FFF;
		width: 28px;
		height: 22px;
		cursor: pointer;
	}
		#sidebar #findmultimedia input.go:hover{ background-color: #248fee; }
	#sidebar #findmultimedia p{ margin-bottom: 10px; }

#all_multimedia {
	clear:both;
	border: solid 1px #CCC;
	position: relative;
}

#all_multimedia #multimedia_list{
	width: 702px;
	height: 641px;
	margin-bottom: 15px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}
#all_multimedia.live #multimedia_list{
	overflow: hidden;
	overflow-y: hidden;

}
#all_multimedia h2{
	border-bottom: solid 1px #CCC;
	background:#FFFFFF url(../images/bg_multi.gif) repeat-x scroll center bottom;
}
#all_multimedia h2 a{
	display: block;
	height: 30px;
	background: url('../images/multimedia.gif') no-repeat 8px 8px;
}
#all_multimedia.live #slideshow{
	width: 10000px;
}
#all_multimedia #slideshow ul{
	padding: 15px 1px 0 13px;
	margin-bottom: -15px;
	width: 688px;
}
	#all_multimedia.live #slideshow ul{
		float: left;
	}

#all_multimedia #slideshow li{
	width: 322px;
	float: left;
	margin-right: 12px;
	padding: 0 0 15px 0;
	min-height: 115px;
}
	#all_multimedia.live #slideshow li{
		width: 332px;
	}
#all_multimedia.live #slideshow li{
}
	#all_multimedia li .meta-image{
		float: left;
		margin: 0 15px 15px 0;
	}
	#all_multimedia li .meta-issue{
		margin: 0;
	}
	#all_multimedia li h3{
		margin: 8px 0;
	}
	#all_multimedia #buttons{
		position: absolute;
		top: 0;
		right: 0;
	}
	#all_multimedia #buttons a,
	#all_multimedia #buttons span.stats{
		display: block;
		font: bold 1.2em Arial, sans-serif;
		color: #BABABA;
		height: 22px;
		top: 0;
		position: absolute;
		text-align: center;
		padding-top: 9px;
		overflow: hidden;
	}
		#all_multimedia #buttons a.next:link,
		#all_multimedia #buttons a.next:visited{
			width: 30px;
			height: 24px;
			right: 0;
			border-left: solid 1px #CCC;
			padding-top: 6px;
			background: url('../images/arrows.gif') no-repeat 0 0;
		}
		#all_multimedia #buttons a.next:hover,
		#all_multimedia #buttons a.next:focus,
		#all_multimedia #buttons a.next:active{
			background-position: 0 -30px;
		}

		#all_multimedia #buttons a.viewall:link,
		#all_multimedia #buttons a.viewall:visited{
			width: 70px;
			right: 31px;
			border-left: solid 1px #CCC;
		}
		#all_multimedia #buttons a.viewall:hover,
		#all_multimedia #buttons a.viewall:focus,
		#all_multimedia #buttons a.viewall:active{
			color: #AAA;
			text-decoration: none;
		}
		#all_multimedia #buttons a.prev:link,
		#all_multimedia #buttons a.prev:visited{
			width: 30px;
			height: 24px;
			right: 102px;
			border-left: solid 1px #CCC;
			padding-top: 6px;
			background: url('../images/arrows.gif') no-repeat -30px 0;
		}
		#all_multimedia #buttons a.prev:hover,
		#all_multimedia #buttons a.prev:focus,
		#all_multimedia #buttons a.prev:active{
			background-position: -30px -30px;
		}
		#all_multimedia #buttons span.stats{
			width: 200px;
			right: 132px;
			text-align: right;
			padding-right: 12px;
		}
