#home {
	min-height: 400px;
}
	#home .module-group {

		zoom: 1;
	}
		#home .module-group .module {
			float: left;
			zoom: 1;
			width: 314px;
			margin-left: 29px;
		}
		#home .module-group .module.error {
			background: red;
		}
			#home .module-group .module.error p {
				text-align: center;
				color: white;
				font-weight: bold;
				text-align: center;
			}
/* CALENDAR CONTAINER */
#calendarContainer {
	margin-left: 314px;
	height: 317px;
}
	/* CALENDAR */
	#calendarContainer #Calendar {
		height: 275px;
	}
		#calendarContainer #Calendar .calendar-header {
			height: 43px;
			padding: 0px 15px;
		}
			#calendarContainer #Calendar .calendar-header .nav {
				display: block;
				text-indent: -10000px;
				width: 12px;
				height: 13px;
				background-position: 0px 0px;
				background-repeat: no-repeat;
				margin-top: 15px;
				color: white;
				line-height: 13px;
				font-size: 16px;
			}
			#calendarContainer #Calendar .calendar-header .nav:hover {
				background-position: 0px -13px;
				text-decoration: none;
			}
			#calendarContainer #Calendar .calendar-header .nav.prev {
				float: left;
				background-image: url('../images/home/cal_arrow_prev.png');
			}
			#calendarContainer #Calendar .calendar-header .nav.next {
				float: right;
				background-image: url('../images/home/cal_arrow_next.png');
			}
			#calendarContainer #Calendar .calendar-header h1 {
				margin: 0px;
				padding: 0px;
				line-height: 43px;
				text-align: center;
				font-family: 'Josefin Sans', arial, sans-serif;
				text-transform: uppercase;
				font-size: 18px;
				color: #f8f8f8;
				font-weight: bold;
			}
		#calendarContainer #Calendar table {
			width: 314px;
			height: 232px;
		}
		.isLowBandwidth #calendarContainer #Calendar table {
			background-color: white;
		}
						#calendarContainer #Calendar table thead tr th {
							height: 34px;
							padding: 0px;
							text-align: center
							vertical-align: center;
							font-size: 16px;
							color: 888;
							font-weight: normal;
						}
						*+html #calendarContainer #Calendar table thead tr th {
							height: 32px;
						}
						#calendarContainer #Calendar table tbody tr td {
							text-align: left;
							vertical-align: top;
							padding: 0px;
						}
							#calendarContainer #Calendar table tbody tr td .num-wrapper {
								display: block;
								width: 100%;
								height: 32px;
								line-height: 32px;
								text-align: center;
								background-position: center center;
								background-repeat: no-repeat;
								color: #cacaca;
								font-size: 16px;
							}
							*+html #calendarContainer #Calendar table tbody tr td .num-wrapper {
								height: 30px;
								line-height: 30px;
							}
							#calendarContainer #Calendar table tbody tr td.current-month .num-wrapper {
								color: #888;
							}
							#calendarContainer #Calendar table tbody tr td.type-business .num-wrapper {
								background-image: url('../images/home/cal_bg_busmeeting.png') !important;
								color: #ececec;
							}
							#calendarContainer #Calendar table tbody tr td.type-committee .num-wrapper {
								background-image: url('../images/home/cal_bg_hearing.png') !important;
								color: #ececec;
							}
							#calendarContainer #Calendar table tbody tr td.type-business.type-committee .num-wrapper {
								background-image: url('../images/home/cal_bg_both.png') !important;
							}
							#calendarContainer #Calendar table tbody tr td.today .num-wrapper {
								background-image: url('../images/home/cal_bg_today.png') !important;
								color: #ececec;
							}
							#calendarContainer #Calendar table tbody tr td .num-wrapper:hover {
								text-decoration: none;
							}
	.fancybox-hearings-content {
		width: 500px;
	}
		.fancybox-hearings-content p {
			text-align: center;
		}
		.fancybox-hearings-content ul {
			list-style: url('../images/template/bullet.png');		
		}
	/* EVENTS */
	#calendarContainer #Events {
		height: 317px;
		color: white;
	}
		#calendarContainer #Events .list {
			height: 244px;
		}
			#calendarContainer #Events ul {
				margin: 0px;
				padding: 0px;
			}
				#calendarContainer #Events ul li {
					margin: 0px;
					padding: 0px 0px 10px;
					font-size: 12px;
					line-height: 14px;
					zoom: 1;
				}
					#calendarContainer #Events ul li .live {
						display: block;
						float: right;
						text-indent: -10000px;
						width: 177px;
						height: 9px;
						line-height: 9px;
						background: url('../images/home/cal_btn_livehearing.png') 0px 0px no-repeat;
						color: Yellow;
						text-transform: uppercase;
						margin-top: 3px;
					}
					#calendarContainer #Events ul li .live:hover {
						background-position: 0px -9px;
					}
					#calendarContainer #Events ul li .date {
						display: block;
						font-weight: bold;
					}
					#calendarContainer #Events ul li .title {
						display: block;
						color: #d8d8d8;
					}
			#calendarContainer #Events .view-more {
				display: block;
				text-indent: -10000px;
				width: 112px;
				height: 9px;
				line-height: 9px;
				background: url('../images/home/cal_btn_viewmoreevents.png') 0px 0px no-repeat;
				margin-bottom: 10px;
				color: white;
			}
			#calendarContainer #Events .view-more:hover {
				background-position: 0px -9px;
			}
			#calendarContainer #Events .key {
				height: 31px;
			}
				#calendarContainer #Events .key img {
					display: block;
				}
/* NEWS CONTAINER */
#newsContainer {
	min-height: 300px;
	padding-top: 40px;
}
	#newsContainer .module {
		min-height: 300px;
	}
		#newsContainer .module .header {
			height: 45px;
			background-position: 0px 0px;
			background-repeat: no-repeat;
			margin-bottom: 10px;
			padding: 5px 0px 5px 0px;
		}
			#newsContainer .module .header h1 {
				margin: 0px;
				padding: 0px;
				font-size: 25px;
				line-height: 25px;
				text-indent: -10000px;
			}
			#newsContainer .module .header h2 {
				margin: 0px;
				padding: 0px;
				font-size: 20px;
				line-height: 20px;
				text-indent: -10000px;
			}
		#newsContainer .module .header-2019 {
			height: 45px;
			background-position: 0px 0px;
			background-repeat: no-repeat;
			margin-bottom: 10px;
			padding: 5px 0px 5px 0px;
		}
			#newsContainer .module .header-2019 h1 {
				margin: 0px;
				padding: 0px;
				font-size: 25px;
				line-height: 25px;
				text-indent: -10000px;
			}
			#newsContainer .module .header-2019 h2 {
				margin: 0px;
				padding: 0px;
				font-size: 20px;
				line-height: 20px;
				text-indent: -10000px;
			}
	/* DEMOCRATIC AND REPUBLICAN NEWS */
	#newsContainer #RepublicanNews {
		margin-left: 0px;
	}
		#newsContainer #DemocraticNews .header {
			background-image: url('../images/home/title_rankingmember.png');
		}
		#newsContainer #DemocraticNews .header-2019 {
			background-image: url('../images/home/title_rankingmember01.png');
		}
		#newsContainer #RepublicanNews .header {
			background-image: url('../images/home/title_chairman3.png');
		}
		#newsContainer #DemocraticNews .portrait,
		#newsContainer #RepublicanNews .portrait {
			margin-bottom: 6px;
		}
		#newsContainer #DemocraticNews .social,
		#newsContainer #RepublicanNews .social {
			height: 40px;
			margin-bottom: 20px;
			padding: 12px 20px 0px 20px;
			background: url('../images/home/socnet_bg.png') 0px 0px no-repeat;
		}
		#newsContainer #DemocraticNews .social,
		#newsContainer #RepublicanNews .social {
			background-color: #e2e1e2;
		}
			#newsContainer #DemocraticNews .social h3,
			#newsContainer #RepublicanNews .social h3 {
				float: left;
				font-size: 12px;
				line-height: 27px;
				margin: 0px;
				padding: 0px;
				text-transform: uppercase;
				color: #565656;
				font-weight: normal;
			}
			#newsContainer #DemocraticNews .social.has-hover h3,
			#newsContainer #RepublicanNews .social.has-hover h3 {
				color: #2d5d27;
			}
			#newsContainer #DemocraticNews .social .links,
			#newsContainer #RepublicanNews .social .links {
				float: right;
				margin-right: -10px;
			}
				#newsContainer #DemocraticNews .social .links a,
				#newsContainer #RepublicanNews .social .links a {
					display: block;
					width: 27px;
					height: 27px;
					line-height: 27px;
					float: left;
					margin: 0px 0px 0px 5px;
					padding: 0px;
					text-indent: -10000px;
					background-position: 0px 0px;
					background-repeat: no-repeat;
				}
				.isLowBandwidth #newsContainer #DemocraticNews .social .links a,
				.isLowBandwidth #newsContainer #RepublicanNews .social .links a {
					width: auto;
				}
				#newsContainer #DemocraticNews .social .links a:hover,
				#newsContainer #RepublicanNews .social .links a:hover {
					background-position: 0px -27px;
				}
				#newsContainer #DemocraticNews .social .links a.website,
				#newsContainer #RepublicanNews .social .links a.website {
					background-image: url('../images/home/socnet_website.png');
				}
				#newsContainer #DemocraticNews .social .links a.bio,
				#newsContainer #RepublicanNews .social .links a.bio {
					background-image: url('../images/home/socnet_bio.png');
				}
				#newsContainer #DemocraticNews .social .links a.docs,
				#newsContainer #RepublicanNews .social .links a.docs {
					background-image: url('../images/home/socnet_documents.png');
				}
				#newsContainer #DemocraticNews .social .links a.twitter,
				#newsContainer #RepublicanNews .social .links a.twitter {
					background-image: url('../images/home/socnet_tw.png');
				}
				#newsContainer #DemocraticNews .social .links a.youtube,
				#newsContainer #RepublicanNews .social .links a.youtube {
					background-image: url('../images/home/socnet_yt.png');
				}
				#newsContainer #DemocraticNews .social .links a.flickr,
				#newsContainer #RepublicanNews .social .links a.flickr {
					background-image: url('../images/home/socnet_flickr.png');
				}
				#newsContainer #DemocraticNews .social .links a.rss,
				#newsContainer #RepublicanNews .social .links a.rss {
					background-image: url('../images/home/socnet_rss.png');
				}
				#newsContainer #DemocraticNews .social .links a.facebook,
				#newsContainer #RepublicanNews .social .links a.facebook {
					background-image: url('../images/home/socnet_fb.png');
				}
		#newsContainer #DemocraticNews .header-secondary,
		#newsContainer #RepublicanNews .header-secondary {
			height: 20px;
			background-position: 0px 0px;
			background-repeat: no-repeat;
		}
		#newsContainer #DemocraticNews .header-secondary {
			background-image: url('../images/home/title_democraticnews.png');
		}
		#newsContainer #RepublicanNews .header-secondary {
			background-image: url('../images/home/title_republicannews.png');
		}
			#newsContainer #DemocraticNews .header-secondary h3,
			#newsContainer #RepublicanNews .header-secondary h3 {
				height: 20px;
				line-height: 20px;
				text-indent: -10000px;
				margin: 0px;
				padding: 0px;
			}
			#newsContainer #DemocraticNews ul,
			#newsContainer #RepublicanNews ul {
				margin: 0px;
				padding: 10px 0px 0px;
			}
				#newsContainer #DemocraticNews ul li,
				#newsContainer #RepublicanNews ul li {
					margin: 0px 0px 10px;
					padding: 0px 0px 10px;
					border-bottom: 1px solid #d3d2d3;
					font-size: 12px;
					line-height: 14px;
					color: #565656;
				}
					#newsContainer #DemocraticNews ul li .date,
					#newsContainer #RepublicanNews ul li .date {
						display: block;
						font-weight: bold;
					}
					#newsContainer #DemocraticNews ul li a.title,
					#newsContainer #RepublicanNews ul li a.title {
						display: block;
						color: #565656;
					}
			#newsContainer #DemocraticNews .view-more,
			#newsContainer #RepublicanNews .view-more {
				display: block;
				width: 70px;
				height: 8px;
				background: url('../images/home/btn_viewmore.png') 0px 0px no-repeat;
				text-indent: -10000px;
			}
			#newsContainer #DemocraticNews .view-more:hover,
			#newsContainer #RepublicanNews .view-more:hover {
				background-position: 0px -8px;
			}
	/* FEATURED ITEMS */
	#newsContainer #FeaturedItems {
		
	}
		#newsContainer #FeaturedItems .header {
			background-image: url('../images/home/title_featureditems.png');
		}
		#newsContainer #FeaturedItems .item {
		
		}
			#newsContainer #FeaturedItems .item h2.title {
				background: #e2e1e2;
				margin: 0px;
				padding: 13px 10px 13px 10px;
				text-transform: uppercase;
				font-size: 11px;
				line-height: 13px;
				font-weight: bold;
				color: #2b3239;
			}
				#newsContainer #FeaturedItems .item h2.title a {
					color: #2b3239;					
				}
			#newsContainer #FeaturedItems .item p.abstract {
				font-style: italic;
				margin: 0px;
				padding: 10px 10px 15px 10px;
				color: #2b3239;
				font-size: 11px;
				line-height: 13px;
			}