.page_home #body {
	background-image: none;
	padding-top: 0px;
}
.page_home #body .templateWrapper {
	background-image: none;
	padding-bottom: 0px;
}
.page_home #body .templateWrapper .templateInnerWrapper {
	background-image: none;
}
#home {
	font-size: 13px;
}
	#home .module-group {

		zoom: 1;
	}
		#home .module-group .module {
			float: left;
			zoom: 1;
		}
		#home .module-group .module.error {
			background: red;
		}
			#home .module-group .module.error p {
				text-align: center;
				color: white;
				font-weight: bold;
				text-align: center;
			}
#featuredTabsContainer {
	height: 355px;
}
	#featuredTabsContainer #FeaturedTabs {
		height: 355px;
		float: none;
	}
		#featuredTabsContainer #FeaturedTabs .tabs {
			height: 355px;
		}
			#featuredTabsContainer #FeaturedTabs .tabs .tab {
				background-position: right top;
				background-repeat: no-repeat;
				height: 355px;
			}
				#featuredTabsContainer #FeaturedTabs .tabs .tab .inner {
					background: url('../images/home/feature_overlay.png') top left no-repeat;
					height: 355px;
				}
				#featuredTabsContainer #FeaturedTabs .tabs .tab.video .inner {
					background-image: url('../images/home/feature_overlay_video.png');
				}
					#featuredTabsContainer #FeaturedTabs .tabs .tab .inner .associated-media {
						float: right;
						width: 536px;
						height: 291px;
						margin-top: 27px;
						margin-right: 27px;
					}
					#featuredTabsContainer #FeaturedTabs .tabs .tab .inner .details {
						float: left;
						width: 370px;
						height: 200px;
						margin-left: 30px;
						margin-top: 30px;
					}
						#featuredTabsContainer #FeaturedTabs .tabs .tab .inner .details h1.title {
							font-size: 24px;
							line-height: 26px;
							font-weight: bold;
							color: #ffffff;
							margin: 0px 0px 20px;
							padding: 0px;
						}
							#featuredTabsContainer #FeaturedTabs .tabs .tab .inner .details h1.title a {
								color: #ffffff;
							}
						#featuredTabsContainer #FeaturedTabs .tabs .tab .inner .details p.abstract {
							font-size: 14px;
							line-height: 16px;
							color: #c3d1e7;
							margin: 0px;
							padding: 0px;
						}
							#featuredTabsContainer #FeaturedTabs .tabs .tab .inner .details p.abstract a {
								text-transform: uppercase;
								font-size: 10px;
								font-weight: bold;
								color: #fff;
							}
		#featuredTabsContainer #FeaturedTabs .tab-list {
			position: relative;
			width: 0px;
			height: 0px;
		}
			#featuredTabsContainer #FeaturedTabs .tab-list .inner {
				position: absolute;
				top: -70px;
				left: 30px;
				width: 210px;
				height: 25px;
			}
				#featuredTabsContainer #FeaturedTabs .tab-list .inner a {
					display: block;
					float: left;
					margin-right: 5px;
					width: 25px;
					height: 25px;
					text-indent: -10000px;
					background-position: 0px 0px;
					background-repeat: no-repeat;
				}
				#featuredTabsContainer #FeaturedTabs .tab-list .inner a:hover,
				#featuredTabsContainer #FeaturedTabs .tab-list .inner a.highlighted {
					background-position: 0px -25px;
				}
				#featuredTabsContainer #FeaturedTabs .tab-list .inner a.link-1 {
					background-image: url('../images/home/number_1.png');
				}
				#featuredTabsContainer #FeaturedTabs .tab-list .inner a.link-2 {
					background-image: url('../images/home/number_2.png');
				}
				#featuredTabsContainer #FeaturedTabs .tab-list .inner a.link-3 {
					background-image: url('../images/home/number_3.png');
				}
				#featuredTabsContainer #FeaturedTabs .tab-list .inner a.link-4 {
					background-image: url('../images/home/number_4.png');
				}
				#featuredTabsContainer #FeaturedTabs .tab-list .inner a.link-5 {
					background-image: url('../images/home/number_5.png');
				}
				#featuredTabsContainer #FeaturedTabs .tab-list .inner a.link-6 {
					background-image: url('../images/home/number_6.png');
				}
				#featuredTabsContainer #FeaturedTabs .tab-list .inner a.link-7 {
					background-image: url('../images/home/number_7.png');
				}
#bottomBar {
	padding-top: 20px;
}
	#bottomBar #LatestNews {
		width: 200px;
		margin-right: 40px;
		margin-left: 20px;
	}
		#bottomBar #LatestNews h1 {
			margin: 0px 0px 8px;
			padding: 10px 0px 8px;
			font-size: 20px;
			line-height: 22px;
			font-weight: bold;
			color: #1f2e44;
			border-bottom: 1px solid #d9d9d9;
		}
		#bottomBar #LatestNews ul {
			margin: 0px;
			padding: 0px;
		}
			#bottomBar #LatestNews ul li {
				margin: 0px 0px 8px;
				padding: 0px 0px 8px 10px;
				font-size: 12px;
				line-height: 14px;
				font-weight: bold;
				color: #595959;
				border-bottom: 1px solid #d9d9d9;
				background: url('../images/template/arrow_grey.png') 0px 4px no-repeat;
			}
				#bottomBar #LatestNews ul li a {
					color: #595959;
				}
				#bottomBar #LatestNews ul li a:hover {
					color: #a20101;
				}
		#bottomBar #LatestNews .more-news {
			display: block;
			font-size: 12px;
			line-height: 14px;
			font-style: italic;
			color: #595959;
			padding-left: 10px;
			background: url('../images/template/arrow_grey.png') 0px 4px no-repeat;
		}
		#bottomBar #LatestNews .more-news:hover {
			color: #a20101;
		}
	#bottomBar #HotTopics {
		width: 510px;
	}
		#bottomBar #HotTopics .topic {
			float: left;
			width: 150px;
			margin-right: 20px;
		}
			#bottomBar #HotTopics .topic .associated-image {
				display: block;
			}
				#bottomBar #HotTopics .topic .associated-image img {
					display: block;
					border: 1px solid #d9d9d9;
					padding: 5px;
					background-color: white;
				}
				#bottomBar #HotTopics .topic h2.title {
					margin: 8px 0px 8px;
					padding: 0px;
					font-size: 14px;
					line-height: 16px;
					font-weight: bold;
					color: #a20101;
				}
					#bottomBar #HotTopics .topic h2.title a {
						color: #a20101;
					}
				#bottomBar #HotTopics .topic p.abstract {
					margin: 0px;
					padding: 0px;
					font-size: 12px;
					line-height: 14px;
					color: #595959;
				}
	#bottomBar #ActionCenter {
		width: 230px;
	}
		#bottomBar #ActionCenter h1 {
			margin: 0px;
			padding: 0px;
			height: 65px;
			background: url('../images/home/header_constituent_services.png') top left no-repeat;
			text-indent: -10000px;
		}
		#bottomBar #ActionCenter ul {
			margin: 0px;
			padding: 0px;
		}
			#bottomBar #ActionCenter ul li {
				margin: 0px;
				padding: 0px;
			}
				#bottomBar #ActionCenter ul li a {
					display: block;
					height: 35px;
					background-position: 0px 0px;
					background-repeat: no-repeat;
					text-indent: -10000px;
				}
				#bottomBar #ActionCenter ul li a:hover {
					background-position: -230px 0px;
				}
				#bottomBar #ActionCenter ul li.email a {
					background-image: url('../images/home/service_send_dianne_an_email.png');
				}
				#bottomBar #ActionCenter ul li.breakfast a {
					background-image: url('../images/home/service_breakfast_with_dianne.png');
				}
				#bottomBar #ActionCenter ul li.visit-dc a {
					background-image: url('../images/home/service_visit_washington_dc.png');
				}
				#bottomBar #ActionCenter ul li.casework a {
					background-image: url('../images/home/service_help_with_casework.png');
				}
				#bottomBar #ActionCenter ul li.grants a {
					background-image: url('../images/home/service_apply_for_grants.png');
				}
				#bottomBar #ActionCenter ul li.flag-requests a {
					height: 40px;
					background-image: url('../images/home/service_flag_requests.png');
				}
				