/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, button {margin:0;padding:0;border:0;font-size:100%;font-family:inherit;vertical-align:baseline;color:#333;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

html, body { 
	background:#EDEDED;
    padding:0px;
    margin-top:0px; 
	font: normal 12px Arial, Helvetica, sans-serif; 
}
a {
	text-decoration:none;
	color:#526fb8;
}
input[type=text]:focus,
input[type=password]:focus {
  outline: 0 none;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.clear {
	clear:both;
}
.round {
	display:inline-block;
}
/*____________________________________________________________________________________ Header / Nav */

.header-back {
	background:url('../images/header-back.png') repeat-x;
	}
.header {
	height:66px;
	width:1000px;
	margin: 0 auto;
}
	.header .main-logo {
		float:left;
	}
	.header .home-icon {
		background: url('../images/home-icon.png');
	height: 66px;
	width: 62px;
	text-indent: -9999px;
	float: left;
		border-left: 1px solid transparent;
		border-right: 1px solid transparent;
	}

.header .home-icon:hover {
		background: url('../images/home-icon-hover.png');
		border-left: 1px solid #46415d;
		border-right: 1px solid #46415d;
		}
/*____________________________________________________________________________________ Header / Search and Social */	
	.header .header-tools {
		width:150px;
		height:66px;
		float:right;
	}
		.header .header-tools .search-container {
			width:147px;
			height:25px;
			background:url('../images/search-input-back.png') no-repeat;
			position:relative;
			margin-top:10px;
		}
			.header .header-tools .search-container input.search-term {
				background:transparent;
				border:none;	
				height:24px;
				padding-left: 5px;
			}
			.header .header-tools .search-container input.submit-btn {
				background:url('../images/search-input-btn.png') no-repeat;
				position:absolute;
				right:1px; top:1px;
				width:23px;
				height:23px;
				overflow:hidden;
				border:none;
				text-indent:-1000px;
				cursor:pointer;
			}
		.header .header-tools .social-set {
			margin-top:7px;
		}
		.header .header-tools .social-set a.social {
			display:block;
			width: 18px;
			height:18px;
			overflow:hidden;
			text-indent:-1000px;
			float:left;
		}
		.header .header-tools .social-set a.facebook {
			background:url('../images/social/facebook-icon.png') no-repeat;
		}
		.header .header-tools .social-set a.twitter{
			background:url('../images/social/twitter-icon.png') no-repeat;
			margin-left:8px;
		}
		.header .header-tools .social-set a.youtube {
			background:url('../images/social/youtube-icon.png') no-repeat;
			margin-left:8px;
		}
		.header .header-tools .social-set a.rss {
			background:url('../images/social/rss-icon.png') no-repeat;
			margin-left:8px;
		}
/*____________________________________________________________________________________ Global Body */
.wrapper {
	background:url('../images/wrapper-back.png') repeat-x #FFF;
	min-height:400px;
	padding:20px 0;
}
.main-container {
	width:1000px;
	margin:0 auto;
}
.main-left-col {
	width:300px;
}
.main-right-col {
	width:680px;
	position: relative;
}
/*________________________________________________________________________ Join Email List */
.join-email {   
    border:solid 5px #DDDDDD;
    background:#FFF;
    padding:10px;
    position:relative;
}
.email-row > input.join-input {
    background: url('../images/join-input-back.png') no-repeat;
    width:140px;
    height:25px;
    border:none;
    padding-left:5px;
    color:#666;
}

.email-row > input.join-submit-btn {
    background: url('../images/join-submit-back.png') no-repeat;
    width:76px;
    height:30px;
    line-height:25px;
    text-align:center;
    color:#FFF;
    border:none;
    margin-top:12px;
    cursor:pointer;
    float:right;
}


.join-email h2 {
    font-size:16px;
    color:#999999;
}               
.email-row > label {
    display:inline-block;
    min-width:70px; 
}               
.email-row {                                                                                 
    margin-top:10px;                                                                         
    display:inline-block;                                                                    
}                                                                                            
div.email-row label.info {
    text-align:left;
    padding-top:20px;
    float:left;
    margin-right:10px;
}   
div.email-row label em {
    color:#CC3432;
}       

/*________________________________________________________________________ Join the Fight Module */
.jtf-module {
	border:solid 5px #DDDDDD;
	background:#FFF;
	padding:10px;
	position:relative;
}
	.jtf-module h2 {
		font-size:16px;
		color:#999999;
	}
	.jtf-module .social-icons {
		position:absolute;
		right:5px; top:7px;
		width:50px;
	}
		.jtf-module .social-icons a {
			float:left;
			margin-left:5px;
			overflow:hidden;
			text-indent:-1000px;
		}
		.jtf-module .social-icons a.twitter {
			background:url('../images/social/twitter-icon.png') no-repeat;
			width:18px;
			height:18px;
		}
		.jtf-module .social-icons a.rss {
			background:url('../images/social/rss-icon.png') no-repeat;
			width:18px;
			height:18px;
		}
	.jtf-module ul.jtf-items {
		margin-top:20px;
	}
	.jtf-module ul.jtf-items li {
		list-style-type:none;
	}
		.jtf-module ul.jtf-items li a {
			display:block;
			padding:10px 0 15px 36px;
			line-height:18px;
			border-bottom:solid 1px #CCC;
			font-size:14px;
		}
			.jtf-module ul.jtf-items li a.last {
				border:none;
				padding-bottom:5px;
			}
			.jtf-module ul.jtf-items li a:hover {
				color:#999;
			}
			.jtf-module ul.jtf-items li a.red {
				background:url('../images/jtf-red.png') no-repeat 0px 8px;
			}
			.jtf-module ul.jtf-items li a.orange {
				background:url('../images/jtf-orange.png') no-repeat 0px 8px;
			}
			.jtf-module ul.jtf-items li a.yellow {
				background:url('../images/jtf-yellow.png') no-repeat 0px 8px;
			}
			
/*________________________________________________________________________ Twitter Feeds */
.twitter-module {
	margin-top:20px;
	min-height:300px;
	border:solid 5px #DDDDDD;
	background:#FFF;
	padding:10px;
	position:relative;
}
	.twitter-module h2 {
		font-size:16px;
		color:#999999;
		background:url('../images/tweet-icon.png') no-repeat;
		padding:1px 0 0 20px;
	}
	.twitter-module a.follow {
		position:absolute;
		right:8px; top:7px;
		padding:5px 12px;
		background:#d9d9d9;
		color:#666;
		text-shadow:0px 1px 0px #EEE;
	}
	.twitter-module ul.tweets {
		margin-top:20px;
	}
	.twitter-module ul.tweets li {
		list-style-type:none;
		border-bottom:solid 1px #CCC;
		clear:both;
		min-height:60px;
		padding-bottom:7px;
		margin-top:10px;
	}
		.twitter-module ul.tweets li .tweet-thumb {
			float:left;
		}
		.twitter-module ul.tweets li .tweet-body {
			margin-left:60px;
			color:#666;
		}
			.twitter-module ul.tweets li .tweet-body p {
				padding-bottom:2px;
			}
				.twitter-module ul.tweets li .tweet-body span.date {
					color:#CCC;
					font-size:11px;
					font-weight:bold;
					font-style:italic;
				}
			
		.twitter-module ul.tweets li a {
			font-weight:bold;
			color:#33CCFF;
		}
		.twitter-module .controls {
			margin-top:10px;
			text-align:right;
		}
		.twitter-module .controls a {
			padding:5px 12px;
			background:#322D4D;
			color: #FFFFFF !important;
			display:inline-block;
			font-size:11px;
		}
		.twitter-module .controls a:hover { 
			background: #484364;
		}
			.twitter-module ul.tweets li.last {
				border:none;
				padding-bottom:5px;
			}
			.twitter-module ul.tweets li a:hover {
				color:#999;
			}
			
		.twitter-module .controls .autoPadDiv {
			color: #fff;
			}
/*________________________________________________________________________ ad space */
.ad-space {
	margin-top:20px;
}

/*_________________________________________________________________ Homepage Featurette */
	.featurette {
		background: #efefef;
		position: relative;
		overflow: hidden;
		width: 670px;
		height: 320px;
		border:solid 5px #DDDDDD;
		}
		.featurette div.feature {	
		width: 670px;
		height: 320px;
		}
		.featurette div.feature-info {
			position:absolute;
			left:0px; bottom:40px;
			background:#000;
			padding:10px;
			color:#FFF;
			opacity: .9;
			filter: alpha(opacity=90);
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
		}
			.featurette div.feature-info h2 {
				font-size:20px;
				padding:0;
				margin:0;
				display:block;
			}
			.featurette div.feature-info p {
				font-size:14px;
				margin-top:5px;
				padding:0 !important;
			}
				.featurette div.feature-info p a {
					background:#333;
					-moz-border-radius: 4px;
					-webkit-border-radius: 4px;
					padding:5px 10px;
					font-size:11px;
					color:#CCC;
					margin-top:5px;
					float:right;
				}
		
/*_________________________________________________________________ Homepage ATR Content */
.home-atr-content {
	width:339px;
	float:left;
	margin-top:21px;
}
	.home-atr-content h2.title {
		height:35px;
		line-height:35px;
		font-size:16px;
		color:#FFF;
		padding-left:10px;
		background:#11033D;
	}

/*_________________________________________________________________ Homepage Affiliates Content */
.home-affiliates-content {
	width:339px;
	float:right;
	margin-top:21px;
}
	.home-affiliates-content h2.title {
		height:35px;
		line-height:35px;
		font-size:16px;
		color:#FFF;
		padding-left:10px;
		background:#C50009;
	}
/*_________________________________________________________________ Homepage Content Stories */
.story-container {
	margin-top:15px;
	border-bottom:solid 1px #CCC;
	padding-bottom:6px;
	margin-left:5px;
}
	.story-container h3.title {
		min-height:35px;
		font-size:18px;
	}
	.story-container h3.burden {
		padding-left:35px;
		background:url('../images/burden_icon_sm.png') no-repeat top left;
	}
	.story-container h3.cardcheck {
		padding-left:35px;
		background:url('../images/cardcheck_icon_sm.png') no-repeat top left;
	}
	.story-container h3.cogd {
		padding-left:35px;
		background:url('../images/cogd_icon_sm.png') no-repeat top left;
	}
	.story-container h3.conratings {
		padding-left:35px;
		background:url('../images/conratings_icon_sm.png') no-repeat top left;
	}
	.story-container h3.atr {
		padding-left:35px;
		background:url('../images/atr_icon_sm.png') no-repeat top left;
	}
	.story-container h3.atrf {
		padding-left:35px;
		background:url('../images/ATRF-Icon.png') no-repeat top left;
	}
	.story-container h3.dl {
		padding-left:35px;
		background:url('../images/dl_icon_sm.png') no-repeat top left;
	}
	.story-container h3.inttrade {
		padding-left:35px;
		background:url('../images/inttrade_icon_sm.png') no-repeat top left;
	}
	.story-container h3.ipri {
		padding-left:35px;
		background:url('../images/ipri_icon_sm.png') no-repeat top left;
	}
	.story-container h3.obamacard {
		padding-left:35px;
		background:url('../images/obamacard_icon_sm.png') no-repeat top left;
	}
	.story-container h3.taxreform {
		padding-left:35px;
		background:url('../images/taxreform_icon_sm.png') no-repeat top left;
	}
	.story-container h3.transp {
		padding-left:35px;
		background:url('../images/transp_icon_sm.png') no-repeat top left;
	}
	.story-container h3.awf {
		padding-left:35px;
		background:url('../images/awf_icon_sm.png') no-repeat top left;
	}
	.story-container h3.keyvote {
		padding-left:35px;
		background:url('../images/keyvote_sm.png') no-repeat top left;
	}
	.story-container h3.asa {
		padding-left:35px;
		background:url('../images/asa_icon_sm.png') no-repeat top left;
	}
	.story-container h3.radio {
		padding-left:35px;
		background:url('../images/radio_sm.png') no-repeat top left;
	}
	.story-container h3.hypocrisycaucus {
		padding-left:35px;
		background:url('../images/hc_icon_sm.png') no-repeat top left;
	}
	.story-container h3.pacrim {
		padding-left:35px;
		background:url('../images/pacrim_icon_sm.png') no-repeat top left;
	}
	.story-container h3.cfa {
		padding-left:35px;
		background:url('../images/cfa2_icon_sm.png') no-repeat top left;
	}
	.story-container h3.pledge {
		padding-left:35px;
		background:url('../images/pledge_icon_sm.png') no-repeat top left;
	}
	.story-container h3.pra {
		padding-left:35px;
		background:url('../images/pra_icon_sm.png') no-repeat top left;
	}
	.story-container h3.taxcuts {
		padding-left:35px;
		background:url('../images/taxcuts_icon_sm.png') no-repeat top left;
	}
	.story-container h3.taxincrease {
		padding-left:35px;
		background:url('../images/taxincrease_icon_sm.png') no-repeat top left;
	}
	.story-container h3.set {
		padding-left:35px;
		background:url('../images/stope_icon_sm.png') no-repeat top left;
	}
	.story-container h3.reaganlp {
		padding-left:35px;
		background:url('../images/rlp_icon_sm.png') no-repeat top left;
	}
	.story-container h3.Energy {
		padding-left:35px;
		background:url('../images/atr_energy_sm2.png') no-repeat top left;
	}
	.story-container h3.burden {
		padding-left:35px;
		background:url('../images/burden_icon_sm.png') no-repeat top left;
	}
	.story-container h3.cardcheck {
		padding-left:35px;
		background:url('../images/cardcheck_icon_sm.png') no-repeat top left;
	}
	.story-container h3.cogd {
		padding-left:35px;
		background:url('../images/cogd_icon_sm.png') no-repeat top left;
	}
	.story-container h3.congrating {
		padding-left:35px;
		background:url('../images/conratings_icon_sm.png') no-repeat top left;
	}
	.story-container h3.diglib {
		padding-left:35px;
		background:url('../images/dl_icon_sm.png') no-repeat top left;
	}
	.story-container h3.cogc {
		padding-left:35px;
		background:url('../images/cogc_icon_sm2.gif') no-repeat top left;
	}
	.story-container h3.healthcare {
		padding-left:35px;
		background:url('../images/hc_icon_sm.png') no-repeat top left;
	}
	.story-container h3.intertrade {
		padding-left:35px;
		background:url('../images/inttrade_icon_sm.png') no-repeat top left;
	}
	.story-container h3.obamataxhike {
		padding-left:35px;
		background:url('../images/obamacard_icon_sm.png') no-repeat top left;
	}
	.story-container h3.spendtran {
		padding-left:35px;
		background:url('../images/transp_icon_sm.png') no-repeat top left;
	}
	.story-container h3.taxreform {
		padding-left:35px;
		background:url('../images/taxincrease_icon_sm.png') no-repeat top left;
	}
	.story-container h3.ipri {
		padding-left:35px;
		background:url('../images/ipri_icon_sm.png') no-repeat top left;
	}
	 	.story-container h3.title a {
			display:block;
			color:#333;
		}
	.story-container .story-info {
		margin:5px 0 15px 0;
		font-size:11px;
		color:#999;
		font-style:italic;
	}
		.story-container .story-thumb {
			float:left;
		}
		.story-container .story-body {
			margin-left:80px;
			color:#666;
			line-height:18px;
		}
			.story-container .story-body a.more {
				padding:5px 12px;
				background:#d9d9d9;
				color:#666;
				text-shadow:0px 1px 0px #EEE;
				margin-top:6px;
				font-size:11px;
			
			}
	.story-container .facebook-count {
		background:url('../images/facebook-like.png') no-repeat 5px 4px #ECEEF5;
		border:solid 1px #CBD4E7;
		padding:2px 7px 2px 22px;
		color:#4157BC;
		margin-left:30px;
	}
	.story-container .twitter-count {
		background:url('../images/twitter-like.png') no-repeat 5px 6px #E8F2F9;
		border:solid 1px #A5CCE6;
		padding:2px 7px 2px 22px;
		color:#4157BC;
		margin-left:5px;
	}
.stories-pagination {
	margin-top:20px;
	text-alight:center;
	margin-left:32px;
}
.stories-pagination a {
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}

.stories-pagination a:hover, .stories-pagination .selected {
    text-decoration: none;
}

.stories-pagination .inactive {
    color: #999;
}

.stories-pagination .inactive:hover {
    text-decoration: none;
    cursor: default;
    color: #999;
}
/*____________________________________________________________________________________ Footer */	
.footer {
	border-top:2px solid #CECECE;
	background:#EDEDED;

}
	.footer .inner {
		width:1000px;
		height:240px;
		margin:15px auto;
		text-shadow:0px 1px 0px #FFF;
	}
		.footer .inner .about {
			width:355px;
			height:240px;
			float:left;
		}
		.footer .inner .about img.logo {
			float:left;
			padding-right:20px;
		}
	.footer .inner h3 {
		font-size:16px;
		color:#333;
	}
		.footer .inner ul {
			list-style:none;
			font-size:11px;
			color:#666;
			margin-top:10px;
			line-height:18px;
		}
		.footer .inner ul li {
			
			}
	
	.footer .inner .quick-links {
		width:100px;
		height:240px;
		float:left;
		padding-left:20px;
		border-left:1px solid #CECECE;
	}
	.footer .inner .connect {
		width:210px;
		height:240px;
		float:left;
		padding-left:20px;
		border-left:1px solid #CECECE;
		
	}
	.footer .inner .connect ul {
		line-height:26px;
	}
	.footer .inner .connect a {
		padding: 3px 0 3px 22px;
	}
	.footer .inner .connect a.facebook {
		background:url('../images/social/facebook-icon.png') no-repeat;
	}
	.footer .inner .connect a.twitter{
		background:url('../images/social/twitter-icon.png') no-repeat;
	}
	.footer .inner .connect a.youtube {
		background:url('../images/social/youtube-icon.png') no-repeat;
	}
	.footer .inner .connect a.rss {
		background:url('../images/social/rss-icon.png') no-repeat;
	}
	
	.footer .inner .join {
		width:250px;
		height:240px;
		float:right;
		padding-left:20px;
		border-left:1px solid #CECECE;
	}
	.footer .inner .join .join-box {
			background:#DFDFDF;
			padding:15px 15px 20px 15px;
			width:210px;
			margin-top:20px;
			border:solid 1px #CECECE;
		}
	.footer .inner .join .join-box div.row {
			clear:both;
			height:32px;
		}
	.footer .inner .join .join-box div.row label {
			float:left;
			display:block;
			font-size:11px;
			padding-right:4px;
			text-align:right;
			width:58px;
			padding-top:7px;
			
		}
	.footer .inner .join .join-box div.row label.info {
			width:130px;
			text-align:left;
			padding-top:20px;
		}
	.footer .inner .join .join-box div.row label em {
			color:#CC3432;
		}
	.footer .inner .join .join-box div.row input {
		float:right;
		}
	.footer .inner .join .join-box input.join-input {
			background: url('../images/join-input-back.png') no-repeat;
			width:140px;
			height:25px;
			border:none;
			padding-left:5px;
			color:#666;
		}
	.footer .inner .join .join-box input.zip {
			background: url('../images/zip-input-back.png') no-repeat;
			width:121px;
			height:25px;
			border:none;
			padding-left:5px;
			color:#666;
			margin-right:18px;
			
		}
	.footer .inner .join .join-box input.join-submit-btn {
			background: url('../images/join-submit-back.png') no-repeat;
			width:76px;
			height:30px;
			line-height:25px;
			text-align:center;
			color:#FFF;
			border:none;
			margin-top:12px;
			cursor:pointer;
			float:right;
		}
	
	
/*------------- Inside Content */

	.inside-content {
		font-size: 14px;
    line-height: 1.6;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
		}

	.inside-content h1 {
		min-height:35px;
		font-size: 32px;
    font-weight: normal;
    line-height: 1.1;
    margin: 10px 0 10px;
	}
	
	.inside-content h3 a {
			display:block;
			color:#333;
		}
	
	.inside-content h3 {
		min-height:35px;
		font-size:21px;
	}
	
	.inside-content p {
		margin-bottom: 1.2em;
		}
		
	.content td {
		border: 1px solid #ccc;
		padding: 5px;
		}
	
	.inside-content ul {
		list-style-type: none;
		margin: 0;
		display: inline;
		}
		
	.inside-content .social-set {
			margin-top:7px;
			margin-bottom: 30px;
		}
		.inside-content .social-set a.social {
			display:block;
			width: 18px;
			height:18px;
			overflow:hidden;
			text-indent:-1000px;
			float:left;
		}
		.inside-content .social-set a.twitter{
			background:url('../images/social/twitter-icon.png') no-repeat;
			margin-left:8px;
		}
		.inside-content .social-set a.del {
			background:url('../images/social/del-icon.png') no-repeat;
			margin-left:8px;
		}
		.inside-content .social-set a.digg {
			background:url('../images/social/digg-icon.png') no-repeat;
			margin-left:8px;
		}
		.inside-content .social-set a.redit {
			background:url('../images/social/redit-icon.png') no-repeat;
			margin-left:8px;
		}
		.inside-content .social-set a.stumble {
			background:url('../images/social/stumble-icon.png') no-repeat;
			margin-left:8px;
		}
		.inside-content .social-set a.facebook {
			background:url('../images/social/facebook-icon.png') no-repeat;
			margin-left:8px;
		}
		
.donate-intro {
	line-height: 20px;
	font-size: 14px;
	line-height: 1.8;
	color: #333;
	padding-top: 10px;
	margin-bottom: 20px;
	color: #666;
	}
	
.content-intro {
	font-size: 20px;
    line-height: 1.5;
	margin-bottom: 35px;
	color: #666;
	}
	
.content {
	line-height: 1.8;
	color: #666;
	}
	
.content ul {
	list-style-type: disc;
	margin-left: 0 0 0 20px;
	padding-left: 20px;
	display: block;
	}
	
.content ul li {
	margin-left: 20px;
	}
	
#projects-page li {
	margin-left: 30px;
	}
	
	
.inside-content img {
	margin-right: 20px;
	}
	
.form-divider {
border-bottom: 2px dotted #ddd;
margin: 20px 0;
}

.form-special {
font-size: 11px;
line-height: 1em;
color: #71739C;
}

.error {
color: #ff0000;
padding: 5px 0 5px 0;
}

.form-border {
	padding: 10px;
	margin-bottom: 15px;
	color: #666;
	}
	
.form-border.transaction {
	border: 1px solid #ddd;
	background-color: #eee;
	}

.form-border tr {
	height: 30px;
	}
	
.form-border td {
	padding: 10px 0;
	}

.form-border {
	line-height: 1.6em;
	}

.form-border br {
margin: 5px 0;
	}
	
.cc-submit-btn {
			background: url('../images/join-submit-back.png') no-repeat;
			width:76px;
			height:30px;
			line-height:25px;
			text-align:center;
			color:#FFF;
			border:none;
			margin-top:12px;
			cursor:pointer;
			float:left;
		}
		
input.join-input {
			background: url('../images/join-input-back.png') no-repeat;
			width:140px;
			height:25px;
			border:none;
			padding-left:5px;
			color:#666;
		}
		
/* -------------- Content Inset */

.content-inset {
	float: right;
	width: 200px;
	padding-top: 10px;
	margin-left: 50px;
	margin-bottom: 30px;
	display: block;
	}
	
.inset-byline {
	padding: 10px 0;
	}
	
.content-inset ul {
	margin-left: 25px;
	}
	
.content-inset ul li {
	padding-bottom: 15px;
	}
	
.content-inset h3 {
		font-size:16px;
		color:#333;
		padding-bottom: 10px;
	}
	
.content-inset-social {
	padding-top: 5px;
	}
	
#issues-page p {
	margin-left: 80px;
	
	}
	
#affiliates-page p {
	margin-left: 80px;
	
	}
	
#issues-page strong {
	display: block;
	font-size: 16px;
	color: #333333;
	margin-bottom: 2px;
	}
	
#affiliates-page strong {
	display: block;
	font-size: 16px;
	color: #333333;
	margin-bottom: 2px;
	}
	
#projects-page strong {
	display: block;
	font-size: 16px;
	color: #333333;
	margin-bottom: 2px;
	}


	
#projects-page p {
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 1.5;
	}
	
#join-page label {
	 display: block;
    float: left;
    font-size: 14px;
    padding-right: 15px;
    padding-top: 7px;
    text-align: right;
    width: 150px;
	}
	
#join-page .info {
	width: 200px;
	}
	
#join-page .row {
    clear: both;
    height: 50px;

	}
	
#issues-page a {
	  background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #333333;
    display: inline;
    font-size: 12px;
    height: 10px;
    padding: 0;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
	}
#issues-page a:hover {
	color: #999999;
	}
	
#states-page .states-list {
	    float: left;
    margin-left: 25px;
    width: 150px;
	}
	
#states-page .states-headlines {
	clear:both;
	padding-top: 20px;
	}
	
#states-page a:hover {
	color: #999999;
	}
	
#affiliates-page a:hover {
	color: #999999;
	}
	
#projects-page a:hover {
	color: #999999;
	}
	
#join-page a:hover {
	color: #999999;
	}
	
.affiliates-p {
	margin-left: 80px;
	}
	
#affiliates-page .content {
	border-bottom: 1px solid #999;
	margin-bottom: 15px;
	padding-bottom: 20px;
	padding-top: 10px;	
	}
	
#affiliates-page ul {
	list-style-type: disc;
	}
	
#affiliates-page li {
	margin-left: 30px;
	}
	
#issues-page .content {
	border-bottom: 1px solid #999;
	margin-bottom: 15px;
	padding-bottom: 20px;
	padding-top: 10px;
	line-height: 1.5;	
	}
	
.project p {
	margin-left: 80px;
	}
	
#projects-page .project {
	border-bottom: 1px solid #999;
	margin-bottom: 15px;
	padding-bottom: 20px;
	padding-top: 10px;
	line-height: 1.5;
	}
	
#projects-page ul {
	list-style-type: disc;
	}
	
#projects-page li {
	margin-left: 30px;
	}
	
#states-page .states-headlines ul {
	list-style-type: disc;
	}
	
#states-page .states-headlines li {
	margin-left: 30px;
	}
	
#join-page .info em {
	color:#CC3432;
	}
	
#join-page input.join-input {
			background: url('../images/join-input-back.png') no-repeat;
			width:145px;
			height:25px;
			border:none;
			padding-left:5px;
			color:#666;
		}
		
#join-page {
	padding: 25px 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	}
	
/*  Petition  */

.petition-box {
			background:#fff;
			padding:35px;
			width:400px;
			height:100%;
			margin-top:20px;
			border:solid 1px #CECECE;
		}
.petition-box div.row {
			clear:both;
			height:45px;
		}
		
.petition-box div.row-submit {
			clear:both;
			height:40px;
			width: 100px;
			padding: 0 150px;
		}
.petition-box div.row label {
			float:left;
			display:block;
			font-size:11px;
			padding-right:4px;
			text-align:right;
			width:100px;
			padding-top:7px;
			margin-right: 10px;
		}
		
input.normal-input {
			background: url('../images/input-back2.png') no-repeat;
			width:250px;
			height:25px;
			border:none;
			padding-left:5px;
			color:#666;
		}
		
.search-box {
			background:#eee;
			padding:35px;
			width:80%;
			height:100%;
			margin-top:20px;
			border:solid 1px #CECECE;
		}
		
input.search-submit-btn {
			background: url('../images/join-submit-back.png') no-repeat;
			width:76px;
			height:30px;
			line-height:25px;
			text-align:center;
			color:#FFF;
			border:none;
			margin-top:12px;
			cursor:pointer;
		}
		
#search-row input.normal-input {
			background: url('../images/input-back2.png') no-repeat;
			width:250px;
			height:25px;
			border:none;
			padding-left:5px;
			color:#666;
		}
		
.search-box div.row {
			clear:both;
			height:35px;
		}
		
.search-box div.row-submit {
			clear:both;
			height:40px;
			width: 100px;
			padding: 0 150px;
		}
.search-box div.row label {
			float:left;
			display:block;
			font-size:11px;
			padding-right:4px;
			text-align:right;
			width:100px;
			padding-top:7px;
			margin-right: 10px;
		}
		
.search-box .select-box {
	width: 100px;
	height: 60px;
	}
	
.search-box div.row-submit {
			clear:both;
			height:40px;
			width: 100px;
			padding: 0 0 0 50px;
		}

/* speaker page */

.speaker-box {
			background:#fff;
			width:500px;
			height:100%;
			margin-top:20px;
			margin: 0 auto;
		}
.speaker-box div.row {
			clear:both;
			height:45px;
		}
		
.speaker-box div.row label {
			float:left;
			display:block;
			font-size:12px;
			padding-right:4px;
			text-align:right;
			width:200px;
			padding-top:5px;
			margin-right: 10px;
			line-height: 12px;
		}
		
.speaker-box div.row-submit {
			clear:both;
			height:40px;
			padding-left: 220px;
		}

.speaker-box .textarea {
	background: url('../images/input-textarea.png') no-repeat;
	width: 250px;
	height: 60px;
	border: none;
	padding: 5px;
	color:#666;
	}
	
.speaker-box div.row-textarea {
			clear:both;
			height:60px;
			margin-bottom: 20px;
		}
		
.speaker-box div.row-textarea label {
			float:left;
			display:block;
			font-size:12px;
			padding-right:4px;
			text-align:right;
			width:200px;
			padding-top:5px;
			margin-right: 10px;
			line-height: 12px;

		}
		
/* Flyout */

#flyOutRel {
	overflow:hidden;
	white-space:nowrap;
	display:none;
	z-index:5001;
	position:fixed;
	bottom:0;right:0;
	padding:10px 10px 20px 20px;
	border-top:3px solid #3b3851;
	border-width:3px 0 0 3px;
	background-color:#FFFFFF;
	line-height:22px;
	 -moz-box-shadow: 0 4px 10px #666666;
	  -webkit-box-shadow: 0 4px 10px #666;
	  box-shadow: 0 4px 10px #666;
	   -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, direction=270, strength=7)";filter:progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, direction=270, strength=7);
	}
	
.flyOutShare {
	white-space:nowrap;
	overflow:hidden;
	padding-bottom: 5px; 
	border-bottom: 1px solid #dddddd; 
	margin-bottom: 5px; 
	max-width: 300px;
}
	
#flyOutClose {
	position: relative;
	right: 0;
	}
	
#flyOutRel h3 {
	font-size: 16px; 
	font-weight: bold;
	margin-bottom: 7px;
	}
	
#flyOutRel ul {
	margin: 0 0 0 15px;
	padding: 0;
	}
	
#flyOutRel ul li {
	line-height: 16px;
	margin-bottom: 5px;
	width:250px;
	}
	

		


	
