.home {
	width: 724px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.home-nav {
	margin-bottom: 20px;
}
.home-nav .home-nav-banner {
	display: block;
	text-indent: -10000px;
	outline: 0;
	width: 724px;
	height: 82px;
	margin-bottom: 20px;
	background: 0 0 no-repeat;
}
.home-nav .home-nav-banner.majority-reps {
	background-image: url(../images/template/homepage_majority_reps.jpg);
}
.home-nav .home-nav-banner.minority-dems {
	background-image: url(../images/template/homepage_minority_dems.jpg);
}
#home-schedule h2 {
	margin: 0 0 5px;
	padding: 0;
	border-bottom: 1px solid #c9c9c9;
	font-family: Optima,Segoe,Segoe UI,Candara,Calibri,Arial,sans-serif;
	text-transform: uppercase;
	color: #335a8a;
	font-weight: 700;
	padding-bottom: 2px;
	font-size: 22px;
	line-height: 22px;
}
#home-schedule .col {
	float: left;
	min-height: 202px;
	margin-left: 5px;
}
#home-schedule .col:first-child {
	margin-left: 0;
}
#home-schedule .col.event-list {
	width: 257px;
	min-height: 202px;
	background: #F1F1E6;
	padding: 2px;
}
#home-schedule .col.event-list h3 {
	float: left;
	margin: 0 5px 3px;
	padding: 0 0 3px;
	border-bottom: 1px solid #c9c9c9;
	font-family: Optima,Segoe,Segoe UI,Candara,Calibri,Arial,sans-serif;
	font-style: italic;
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	color: #335a8a;
}
#home-schedule .col.event-list .no-records {
	clear: left;
	text-align: center;
}
#home-schedule .col.event-list ul {
	clear: left;
	list-style: none;
	margin: 0 0 5px;
	padding: 0;
}
#home-schedule .col.event-list ul li {
	border-top: 1px dotted #000;
	padding: 5px;
}
#home-schedule .col.event-list ul li:first-child {
	border-top: 0;
}
#home-schedule .col.event-list ul li:nth-child(odd) {
	background: #ddddd4;
}
#home-schedule .col.event-list ul li .date {
	display: block;
	float: left;
	width: 50px;
}
#home-schedule .col.event-list ul li .title {
	display: block;
	margin-left: 50px;
	text-decoration: underline;
	padding-left: 8px;
	background: url(../images/bullets/bluearrow.gif) 0 2px no-repeat;
}
#home-schedule .col.event-list .read-more {
	display: block;
	margin-left: 55px;
	padding-left: 8px;
	color: #ff0000;
	background: url(../images/bullets/bluearrow.gif) 0 2px no-repeat;	
	text-decoration: underline;
}
#home-schedule .committee-calendar {
	background: transparent url(../images/home/calendar.png) center top no-repeat;
	width: 200px;
	padding: 5px 10px 8px;
	color: #fff;
}
#home-schedule .committee-calendar h3 {
	margin: 0;
	padding: 0;
	height: 20px;
	text-indent: -10000px;
}
#home-schedule .committee-calendar .calendar-wrapper {
}
#home-schedule .committee-calendar h4 {
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	color: #ffe400;
	margin: 7px 0;
}
#home-schedule .committee-calendar h4 .arrow {
	display: inline-block;
	width: 10px;
	height: 16px;
	text-indent: -10000px;
	background: url(../images/home/arrow_prev.gif) 0 3px no-repeat;
}
#home-schedule .committee-calendar h4 .arrow.next {
	background-image: url(../images/home/arrow_next.gif);
}
#home-schedule .committee-calendar table {
	width: 175px;
	margin-left: 2px;
}
#home-schedule .committee-calendar table td,
#home-schedule .committee-calendar table th {
	padding: 0;
	line-height: 20px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}
#home-schedule .committee-calendar table th {
	color: #d5d6bb;
}
#home-schedule .committee-calendar table td a {
	color: inherit;
}
#home-schedule .committee-calendar table td a:hover,
#home-schedule .committee-calendar table td a:active,
#home-schedule .committee-calendar table td a:focus {
	text-decoration: none;
}
#home-schedule .committee-calendar table td.is-hearing {
	color: #ffae00;
}
#home-schedule .committee-calendar table td.is-today {
	color: #ffe400;
}