body {
	background: #293138;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #293138;
}
	body a {
		text-decoration: none !important;
		font-weight: bold;
	}
	body a:link,
	body a:visited {
		color: #3a6485 !important;
	}
	body a:hover,
	body a:active {
		color: #a50101 !important;
	}
	.rootContainer {
		width: 1160px;
		margin: 0 auto;
		background: white url('../images/template/bg_spacer.png') top center repeat-y;
	}
		#head {
			height: 450px;
			padding: 0px 80px;
			background: url('../images/template/bg_main.jpg') top center no-repeat;
			zoom: 1;
		}
			#head .templateWrapper {
				position: relative;
				zoom: 1;
			}
				#header {
					position: absolute;
					top: 65px; /* CHANGE */
					left: 15px;
					margin: 0px;
					padding: 0px;
				}
					#header a {
						display: block;
						width: 580px;
						height: 157px;
						text-indent: -10000px;
					}
				#nav {
					position: absolute;
					top: 0px;
					left: 0px;
				}
					#nav ul {
						margin: 0px;
						padding: 15px 0px 0px 20px;
					}
						#nav ul li {
							float: left;
							margin: 0px;
							padding: 0px 20px 0px 0px;
						}
							#nav ul li a {
								display: block;
								height: 30px;
								text-indent: -10000px;
								background-position: 0px 0px;
								background-repeat: no-repeat;
							}
							#nav ul li a:hover {
								background-position: 0px -30px;
							}
							#navAbout a {
								background-image: url('../images/template/nav_about.png');
								width: 89px;
							}
							#navIssues a {
								background-image: url('../images/template/nav_issues.png');
								width: 84px;
							}
							#navNews a {
								background-image: url('../images/template/nav_news.png');
								width: 80px;
							}
							#navBlog a {
								background-image: url('../images/template/nav_blog.png');
								width: 70px;
							}
							#navContribute a {
								background-image: url('../images/template/nav_contribute.png');
								width: 131px;
							}
				#emailSignup {
					position: absolute;
					top: 0px;
					right: 0px;
					width: 405px;
					height: 65px;
				}
					#emailSignup form {
						display: block;
						margin: 0px;
						padding: 0px;
					}
						#signupLabel {
							display: block;
							position: absolute;
							top: 25px;
							left: 40px;
							width: 100px;
							height: 20px;
							text-indent: -10000px;
						}
						#signupInput {
							display: block;
							position: absolute;
							top: 25px;
							left: 155px;
							width: 180px;
							height: 20px;
							margin: 0px;
							padding: 0px;
							border: 0px;
							font-family: Arial, Helvetica, sans-serif;
							color: #666;
							font-size: 12px;
							background: transparent;
						}
						#signupSubmit {
							display: block;
							position: absolute;
							top: 25px;
							right: 50px;
							width: 20px;
							height: 20px;
							background: transparent;
							margin: 0px;
							padding: 0px;
							border: 0px;
						}
				#actionNav {
					position: absolute;
					top: 65px;
					right: 15px;
					width: 390px;
					height: 157px;
					background: url('../images/subpage/bg_spacer_subpage_blue.png') bottom right no-repeat;
				}
					#actionNav ul {
						margin: 0px;
						padding: 0px;
					}
						#actionNav ul li {
							float: left;
							margin: 0px;
							padding: 0px;
						}
							#actionNav ul li a {
								display: block;
								text-indent: -10000px;
								height: 108px;
								background-position: 0px 0px;
								background-repeat: no-repeat;
							}
							#actionNav ul li a:hover {
								background-position: 0px -108px;
							}
							#actionEndorseChuck a {
								background-image: url('../images/template/btn_endorsechuck.jpg');
								width: 162px;
							}
							#actionTakeAction a {
								background-image: url('../images/template/btn_takeaction.jpg');
								width: 89px;
							}
							#actionContributeToday a {
								background-image: url('../images/template/btn_contributetoday.jpg');
								width: 139px;
							}
		#body {
			min-height: 250px;
			padding: 0px 95px;
			margin-top: -228px;
			zoom: 1;
		}
			#body .templateWrapper {
				/*background: url('../images/template/bg_spacer.png') top center repeat-y;*/
			}
				#copyBodyContainer {
					zoom: 1;
					background: url('../images/subpage/bg_spacer_subpage.png') top center repeat-y;
					margin-bottom: -9px;
					min-height: 250px;
				}
					#copyContainer {
						float: left;
						width: 610px;
						border-top: 5px solid #af1b1b;
						padding: 35px 50px 50px;
					}
						h2.copyHeaderTitle {
							margin: 0px;
							padding: 0px;
							font-size: 22px;
							color: #a50101;
							font-weight: bold;
						}
							h2.copyHeaderTitle a {
								color: #a50101 !important;
							}
					#sidebarContainer {
						float: right;
						width: 260px;
						border-top: 5px solid #a31917;
						background: url('../images/subpage/header_relatedlinks.png') top center no-repeat;
					}
						#sidebar {
							padding: 70px 50px 50px;
						}
							#sidebarHeadWrapper h3 {
								margin: 0px;
								padding: 0px;
								text-indent: -10000px;
								height: 0px;
								font-size: 0px;
							}
							#subnav ul {
								margin: 0px;
								padding: 0px;
							}
								#subnav ul li {
									margin-bottom: 5px;
									padding-bottom: 5px;
									border-bottom: 1px solid #cccac0;
									font-size: 14px;
								}
									#subnav ul li a {
										display: block;
										padding-left: 30px;
										background: url('../images/subpage/bullet_relatedlinks.png') 0px 7px no-repeat;
									}
									#subnav ul li a:hover {
										background-position: 0px -288px;
									}
		#foot {
			background: url('../images/subpage/bg_footer_subpage.png') top left no-repeat;
			height: 87px;
			padding: 10px 80px 0px;
			color: #96b6ce;
		}
			#foot .templateWrapper {
				position: relative;
			}
			#foot a {
				color: #96b6ce !important;
				font-weight: normal !important;
			}
			#foot a:hover {
				text-decoration: underline !important;
			}
				#footerNav {
					position: absolute;
					top: 30px;
					left: 50px;
					height: 30px;
					line-height: 30px;
				}
				#socialLinks {
					position: absolute;
					top: 20px;
					right: 50px;
					width: 240px;
				}
				* html #socialLinks {
					width: 260px;
					right: 100px;
				}
					#socialLinks ul {
						margin: 0px;
						padding: 0px;
					}
						#socialLinks ul li {
							float: left;
							margin-left: 10px;
						}
							#socialLinks ul li a {
								display: block;
								width: 48px;
								height: 48px;
								text-indent: -10000px;
								background-position: 0px 0px;
								background-repeat: no-repeat;
							}
							#socialLinks ul li a:hover {
								background-position: 0px -48px;
							}
							#facebookLink a {
								background-image: url('../images/template/icon_facebook.png');
							}
							#youtubeLink a {
								background-image: url('../images/template/icon_youtube.png');
							}							
							#twitterLink a {
								background-image: url('../images/template/icon_twitter.png');
							}							
							#eventfulLink a {
								background-image: url('../images/template/icon_eventful.png');
							}
				#disclaimer {
					position: absolute;
					top: 16px;
					left: 340px;
					width: 320px;
					height: 60px;
					line-height: 30px;
					text-align: center;
					background: #293138;
					padding: 0px;
					border: 1px #3a6485 solid;
				}