@charset "utf-8";
/* CSS Document */

#home-main {
	margin-bottom:4px;	
}

#home-main h4 {
	margin-bottom:1px;
	height:59px;
}


#home-features {
	height:299px;
	margin-bottom:4px;
}

#home-feature-content {
	height:299px;
	width:302px;	
	overflow:hidden;
	float:left;
}

#home-features a {
	text-decoration:none;	
}

.home-feature-item {
	text-align:right;
	height:262px;
	width:272px;
	padding:37px 15px 0;
}

.home-feature-item h2 {
	padding-right:11px;
	font-size:24px;
	margin-bottom:6px;
	color:#FFF;
}
.home-feature-item h3 {
	font-family: 'Lobster', cursive;
	color:#CA3B1C;
	padding-right:11px;
}

.home-feature-item hr {
	background:url(../images/home-feature-line.png) right center repeat-x;
	padding-top:13px;
	padding-bottom:13px;
	height:2px;
	display:block;
	border:none;
}
.home-feature-item p {
	padding-right:11px;
	padding-left:51px;
	color:#000;
}

#home-feature-buttons {
	float:left;	
	margin-right:1px;
	font-size:19px;
}
#home-feature-buttons ol {
	list-style:none;
}
#home-feature-buttons li {
	margin-top:1px;
}
#home-feature-buttons li:first-child {
	margin-top:0;	
}
#home-feature-buttons a {
	height:49px;
	width:50px;
	background:url(../images/home-feature-paging-sprite.png) left top no-repeat;
	display:block;
	text-align:center;
	line-height:53px;
	color:#FFF;
	cursor:pointer;
}
#home-feature-buttons a:hover, #home-feature-buttons a.current {
	background-position:left bottom;
}

#home-feature-images {
	height:299px;
	width:547px;
	overflow:hidden;
	float:left;
}



#librarys-latest {
	width:298px;
	float:left;
	height:359px;
	margin-right:4px;
	font-size:11px;
}
#librarys-latest ul {
	list-style:none;
	height:46px;
}
#librarys-latest li {
	margin-top:1px;	
	height:46px;
	background-color:#D9D8CB;
}
#librarys-latest li:first-child {
	margin-top:0;	
}
#librarys-latest a {
	padding:10px 8px;
	display:block;
	height:26px;
	text-decoration:none;
	color:#58595B;
	line-height:1.2;
}
#librarys-latest a:hover {
	background:url(../images/librarys-latest-over.png) top left repeat-x;
}








#featured-events {
	width:298px;
	float:left;
	height:359px;
	margin-right:4px;
}

#featured-events ol {
	list-style:none;	
}
#featured-events li {
	height:49px;
	margin-bottom:1px;
}
#featured-events li a {
	text-decoration:none;
	color:#414042;
	display:block;
	height:49px;
}
#featured-events li .date {
	float:left;
	height:49px;
	width:50px;
	background-color:#414042;
	color:#FFF;
	text-align:center;
}
#featured-events li .month {
	display:block;
	text-transform:uppercase;
	margin-bottom: 1px;
	margin-top: 11px;
	font-size: 14px;
}
#featured-events li .day {
	display:block;
	font-size:16px;
}
#featured-events p {
	height: 49px;
	width: 228px;
	padding: 0 10px;
	display:table-cell;
	vertical-align:middle;
	background:#D9D8CB;
	font-size:14px;
}
#featured-events li a:hover p {
	background:#D9D8CB url(../images/featured-events-over.png) left top repeat-x;
}

#featured-events #calendar-link {
	width:298px;
	height:49px;
	display:block;
	background:url(../images/button-view-full-calendar.png) left top no-repeat;
	text-indent:-9999px;
}
#featured-events #calendar-link:hover {
	background-image:url(../images/calendar-over.png);
}






#home-search {
	width:296px;
	float:left;
	height:104px;
	margin-bottom:4px;
}
#home-search fieldset {
	border:none;
	
}
#home-search #filter-options {
	height:20px;
	margin-bottom:2px;
}
#home-search #search-actions {
	height:22px;
	overflow:hidden;
}
#home-search .searchOption {
	width:98px;
	width:147px;
	float:left;
	height:20px;
	font-size:10px;
	line-height:20px;
	overflow:hidden;
	margin-left:1px;
}
#home-search .searchOption:first-child {
	margin-left:0;
}
#home-search .customStyleSelectBox {
	font-size:10px;
	background:#414042;
	color:#F3EFD6;
	height:20px;
	line-height:20px;
	text-align:center;
	font-weight:bold;
	width:98px;
	width:147px;
	overflow:hidden;
	margin-left:2px;
	white-space:nowrap;
}
#home-search .searchOption:first-child + .customStyleSelectBox {
	margin-left:0;
}
.searchOption option {
	text-align:right;
}

.customStyleSelectBoxInner {
	background:url(../images/search-dropdown.png) no-repeat right center;
}

#home-search #search_box {
	height:20px;
	border:1px solid #414042;
	width:268px;
	float:left;
	margin-right:4px;
}
#home-search #search_submit {
	float:left;
}



#help-links {
	width:296px;
	float:left;
	height:251px;
	background-color:#D9D8CB;
	font-size:14px;
}
#help-links ul {
	list-style:disc;
	padding-left:30px;
	margin-top:17px;
}
#help-links li {
	margin-bottom:10px;
}

#help-links a {
	color:#58595B;
	text-decoration:none;
}
#help-links a:hover {
	color:#2a2a2a;
}
