﻿@import url("part-home-headlines.css");
#main {
	min-height: 800px;
}
.layout-row {
	width: 100%;
}
.layout-row>.layout-left {
	width: 700px;
	height: 370px;
}
.layout-row>.layout-right {
	width: 230px;
	height: 370px;
}
#headlines h3 {
	padding-top: 0;
	line-height: 1.25;
}
/* topics { */
#topics {
	position: relative;
	float: left;
	width: 930px;
	padding: 20px 0;
	overflow: hidden;
}
#topics .wrap {
	position: relative;
	display: block;
	float: left;
	width: 100000px;
	overflow: hidden;
}
#topics ul {
	position: relative;
	display: block;
	float: left;
	clear: none;
	width: 3000px;
	height: 140px;
	margin: 0;
	padding: 0;
}
#topics ul,
#topics ul li {
	display: block;
	float: left;
	list-style: none;	
}
#body-wrap #topics a {
	text-decoration: none;
}
#topics a {
	position:relative;
	display: block;
	float: left;
	clear: none;
	height: 138px;
	margin-right: 20px;
	background: #efefef no-repeat center top;
	box-shadow: inset 0 0 5px rgba(0,0,0, 0.1);
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0, 0.1);
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0, 0.1);
	cursor: pointer;
	width: 118px;
}
#topics a img {
	width: 100%;
	height: 138px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 0;
}
#topics a:hover .tout {
	background-image: url('/siteassets/images/layout/sprite-x.png');
	background-position: 0 -150px;
	background-repeat: repeat-x;
}
#topics a.all-topics img,
#topics a.more-topics img,
#topics a.previous-topics img {
	width: 56px;
	height: 56px;
	margin: 15px 0 0 15px;
}
#topics a.all-topics img {
	margin: 15px 0 0 30px;	
}
#topics a.all-topics {
	margin: 0;
	background-color: #fff;
}
#topics a.more-topics,
#topics a.previous-topics {
	margin: 0;
	background-color: #fff;
	width: 88px;
}
#topics a.previous-topics {
	margin-right: 20px;
}
#topics .more-topics .tout,
#topics .previous-topics .tout {
	width: 58px;
	margin: 0;
}
#topics span.tout {
	position: absolute;
	display: block;
	left: -1px;
	bottom: -1px;
	height: 28px;
	padding: 13px 15px 17px;
	width: 88px;
}
#topics span.tout span {
	float: left;
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
	line-height: 1.2em;
}
#topics span.tout span.title {
	font-size: 16px;
}
#topics span.tout span.c3 {
	font-size: 12px;
}
#topics.test {
background: fuchsia;
}
.follow-center #topics {
	width: 525px;
	padding: 10px 0 20px;
}
.follow-center #topics a.more-topics {
	margin-right: 15px;
}
#topics.total-four a {
	width: 114px;
}
#topics.total-four span.tout {
	width: 84px;
}
#topics.total-zero {
	display: none;
}
/* } */
/* flipper { */
/* flipper tabs { */
#flipper,
#flipper>ul {
	position: relative;
	width: 700px;
	height: 370px;
	background: #fff;
	margin: 0;
	padding: 0;
}
#flipper .tab {
	display: block;
	float: left;
	clear: none;
	width: 120px;
	height: 60px;
	margin-right: 20px;
}
#flipper .tab.selected>.rel {
	display: block;
	position: relative;
	z-index: 3;
}
#flipper .tab.selected>.rel>.border-fix {
	position: absolute;
	float: left;
	border: none;
	top: 55px;
	left: 1px;
	width: 118px;
	height: 5px;
	background: #fff;
}
#flipper .tab>a {
	display: block;
	width: 90px;
	height: 40px;
	padding: 14px;
	text-decoration: none;
	background-image: url(/siteassets/images/layout/sprite-x.png); /* 0-100 white 64 */
	background-position: 0 -465px;
	background-repeat: repeat-x;
}
#flipper .tab>a>span {
	float: left;
	clear: both;
	width: 100%;
	line-height: 1.2;
	padding: 0;
	margin: 0;
}
#flipper .tab>a>span.c3 {
	font-style: italic;
}
#flipper .tab:last-child {
	margin-right: 0;
}
#flipper .tab>div.tout {
	display: none;
	width: 638px;
	height: 273px;
	padding: 20px;
	position: absolute;
	top: 55px;
	left: 0;
	z-index: 1;
	background: #fff;
	zbox-shadow: none;
	z-moz-box-shadow: none;
	z-webkit-box-shadow: none;
}
#flipper .tab:first-child>div.tout {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
#flipper .tab:last-child>div.tout {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
#flipper .tab.selected>div.tout {
	display: block;
	z-index: 2;
}
#flipper .layout-top h3 {
	padding-top: 0;	
}
/* } */
/* flipper calendar { */
#calendar .layout-top {
	height: 33px;
}
#calendar .layout-middle {
	height: 200px;
}
#calendar .layout-bottom {	
	padding: 15px 0 0;
}
#calendar .layout-left,
#small-calendar {
	width: 240px;
	height: 273px;
	margin-right: 20px;
}
#calendar .layout-right {
	width: 378px;
	height: 273px;
}
#calendar .layout-top,
#calendar .layout-middle,
#calendar .layout-bottom {
	width: 240px;
	clear: both;
}
#calendar .layout-top a {
	display: block;
	float: left;
	clear: none;
	text-align: center;
	text-decoration: none;
}
#calendar .layout-top a.prev,
#calendar .layout-top a.next {
	width: 23px;
	height: 23px;
	text-decoration: none;
	border-radius: 15px;
	-moz-border-radius: 15px;
	border: #cfe4c4 solid 1px;
	background: #f1f7ed 6px 7px no-repeat url(/siteassets/images/layout/larr09-g.png);
	color: #09543c;
	text-indent: -10000px;
}
#calendar .layout-top a.next {
	background-image: url(/siteassets/images/layout/rarr09-g.png);
	background-position: 7px 7px;
}
#calendar .layout-top a.prev:hover {
	background-color: #cfe4c4;
	background-position: 6px -14px;
	border: #88bb6c solid 1px;
}
#calendar .layout-top a.next:hover {
	background-color: #cfe4c4;
	background-position: 7px -14px;
	border: #88bb6c solid 1px;
}
#calendar .layout-top a.month {
	width: 190px;
	height: 20px;
	font-size: 18px;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#calendar table.small-calendar {
	width: 190px;
}
#calendar table.small-calendar tr th {
	font-weight: normal;
	color: #acd098;
}
#calendar table.small-calendar tr th,
#calendar table.small-calendar tr td {
	padding: 0;
	background: none;
}
#calendar table.small-calendar tr td {	
	width: 33px;
	height: 30px;
	border: #f1f7ed solid 1px;
}
#calendar table.small-calendar tr td a {
	display: block;
	text-align: center;
	line-height: 32px;
	width: 31px;
	height: 28px;
	padding: 0;
	background: #fff;
	border: #fff solid 1px;
	text-decoration: none;
}
#calendar table.small-calendar tr td a:hover {
	border: #cfe4c4 solid 1px;
	background: #f1f7ed 0 -23px url(/siteassets/images/layout/white-bottom-grad.png);
	color: #09543c;
	border-radius: 4px;
	-moz-border-radius: 4px;
}
#calendar table.small-calendar tr td.active a {
	xfont-weight: bold;
	background: #F8FDF4;
	color: #09543c;
	border-color: #acd098;
}
#calendar table.small-calendar tr td.selected_date a,
#calendar table.small-calendar tr td.today a {
	border: #acd098 solid 1px;
	background: #acd098;
	color: #fff;	
	box-shadow: inset 0 0 10px #88bb6c;
	-moz-box-shadow: inset 0 0 10px #88bb6c;
	-webkit-box-shadow: inset 0 0 10px #88bb6c;
	font-weight: bold;
}
#calendar table.small-calendar tr td.prev-month a,
#calendar table.small-calendar tr td.next-month a {
	color: #acd098;
}
#calendar .layout-right .layout-top,
#calendar .layout-right .layout-middle,
#calendar .layout-right .layout-bottom {
	width: 378px;
}
#calendar .layout-right .layout-bottom a {
	display: block;
	float: left;
	clear: none;
}
#calendar .layout-right .layout-bottom a.rss2-icon.right {
	float: right;
}
#calendar .layout-right .layout-middle {
	position: relative;
	height: 198px;
	background: #fff;
}
#events-scroll {
	width: 378px;
	height: 198px;
	overflow: auto;
}
#events-scroll div.scroll-inner{
	float: left;
	padding: 10px;
}
#events-scroll ul {
	padding: 0;
}
/* } */
/* flipper media { */
#media .layout-top h3.title {
	float: left;
	clear: none;
	width: 60%;
}
#media .layout-top a {
	display: block;
	float: right;
	clear: none;
	padding-top: 5px;
}
#media .layout-left {
	width: 294px;
	margin-right: 20px;
}
#video-player {
	height: 238px;
	width: 294px;
	overflow: hidden;
}
#media .layout-right {
	width: 321px;
}
#media .layout-right .layout-bottom {
	margin-top: -1px;
	width: 321px;
}
#media .layout-right .layout-bottom a {
	display: block;
	float: left;
	clear: none;
	margin: 1px;
	height: 78px;
	width: 78px;
	overflow: hidden;
	background-color: #000;
	background-position: center center;
	background-repeat: no-repeat;
}
/* } */
/* flipper news { */
#news .layout-left {
	width: 300px;
	margin-right: 30px;
}
#news .layout-left .layout-top,
#news .layout-left .layout-middle,
#news .layout-left .layout-bottom {
	width: 300px;
}
#news .layout-left .c3 {
	font-size: 14px;
	line-height: 1.3;
	padding-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#news .layout-left p {
	line-height: 1.5;
}
#news .layout-left p span {
	color: #999;
}
#news .layout-right {
	width: 308px;
	height: 273px;
	position: relative;
}
#news .layout-right ul {
	width: 300px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	list-style: none;
}
#news .layout-right ul li {
	padding-bottom: 15px;
	width: 270px;
	padding-left: 0;
}
#news .layout-right .layout-top,
#news .layout-right .layout-middle,
#news .layout-right .layout-bottom {
	width: 308px;
}
#news .layout-right .layout-middle {
	height: 185px;
}
#news .layout-right ul li a {
	padding: 0;
	text-decoration: none;
	color: #3488ad;
	line-height: 1.5;
}
#news .layout-right ul li a:hover {
	text-decoration: underline;
}
#news .layout-right ul li a span {
	color: #333;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", sans-serif;
}
#news .layout-right .layout-bottom {
	position: absolute;
	bottom: -5px;
	left: 0;
}
#news .layout-right .layout-bottom a {
	display: block;
	float: left;
	clear: none;
}
#news .layout-right .layout-bottom a.rss2-icon.right {
	float: right;
}
/* } */
/* flipper services { */
#services {
}
#services .layout-left,
#services .layout-right {
	height: 275px;
}
#services .layout-left,
#services .layout-top,
#services .layout-middle,
#services .layout-bottom {
	width: 640px;
}
#services ul {
	width: 300px;
	display: block;
	float: left;
	clear: none;
	margin: 0;
	padding: 0;
}
#services ul:first-child {
	margin-right: 30px;
}
#services ul li {
	padding-left: 15px;
	list-style: inside square;
	padding-bottom: 5px;
}
#services .layout-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
}
#services .layout-bottom a {
	display: block;
	float: left;
}
/* } */
/* flipper maps { */
#maps {
	position: relative;
	padding: 0;
	margin: 0;
}
#maps .layout-left {
	width: 240px;
	height: 275px;
}
#maps .layout-right {
	position: relative;
	display: block;
	width: 396px;
	height: 273px;
	border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;	
}
#maps .layout-right p.loading {
	width: 396px;
	height: 273px;
	text-align: center;
	line-height: 273px;
}
#maps .layout-left .layout-top {
	height: 20px;
}
#maps .layout-left .layout-top,
#maps .layout-left .layout-middle {
	width: 230px;
	margin: 0 10px 10px 0;
}
#maps .layout-left .layout-top h3,
#maps .layout-left .layout-top p {
	float: left;
	clear: none;
}
#maps .layout-left .layout-top h3 {
	width: 145px
}
#maps .layout-left .layout-top p {
	float: right;
	text-align: right;
	width: 85px;
	padding-top: 3px;
}
#maps .layout-left .layout-middle {
	height: 33px;
}
#maps .layout-left .layout-middle select {
	width: 230px;
	padding: 5px;
	color: #403c29;
}
#maps .layout-left .layout-bottom {
	position: relative;
	width: 240px;
	height: 200px;
	overflow: auto;
	border-right: none;
}
#maps .layout-left .layout-bottom ul#loader {
	display: none;
}
#maps .layout-left .layout-bottom.loading ul {
	display: none;
}
#maps .layout-left .layout-bottom.loading ul#loader {
	display: block;
}
#maps .layout-left .layout-bottom ul,
#maps .layout-left .layout-bottom ul li {
	display: block;
	width: 240px;
	height: auto;
	padding: 0;
	list-style: none;
}
#maps .layout-left .layout-bottom ul li p {
	padding: 0;	
}
#maps .layout-left .layout-bottom ul li p.fields {
	display: none;
}
#maps .layout-left .layout-bottom ul li {
	clear: both;
	width: 200px;
	margin-left: 5px;
	padding: 6px 10px 7px;
	border-bottom: #fff solid 1px;
}
#maps .layout-left .layout-bottom ul li.selected {
	background: #dad7c5;
	color: #403c29;
}
#maps .layout-left .layout-bottom ul li.selected p.fields {
	display: block;	
}
#maps .layout-left .layout-bottom ul li.selected p.title {
	font-weight: bold;
}
#maps .layout-left .layout-bottom ul li:hover {
	background: #fff;
	cursor: pointer;
}
/* } */
/* map selector { */
#body-wrap #map-selected,
#body-wrap #map-selector {
	width: 100px;
	display: none;
	position: absolute;
	z-index: 1000;
	height: auto;
	right: 6px;
	top: 4px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	border: #ccc solid 1px;
	background: #fff;
}
#body-wrap #map-selected {
	z-index: 999;	
	display: block;
}
#body-wrap #map-selected a {
	display: block;
	width: 100px;
	height: 25px;
	line-height: 25px;
	background: #f4f3ed;
	xbackground: #dad7c5;
	border-color: #dad7c5;
	color: #403c29;
	text-align: center;
}
#body-wrap #map-selected a:hover {
	color: #403c29;
}
#map-selector ul,
#map-selector li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#map-selector li {
	height: 25px;
	line-height: 25px;
	background: #fff;
	padding: 0 8px;
	text-align: center;
	border-bottom: solid 1px #ddd;
	cursor: pointer;
}
#map-selector li:hover {
	background: #f1f1f1;
}
#map-selector li.selected {
	background: #dad7c5;
	color: #403c29;
}
/* } */
/* services search { */
#services-search {
	width: 198px;
	height: 81px;
	padding: 12px 15px 15px 15px;
}
#services-search .title {
	padding-bottom: 10px;
}
#services-search .intro {
	padding-bottom: 7px;
}
#services-search .search-box {
	width: 198px;
}
#services-search .search-box .input {
	width: 163px;
}
#body-wrap #services-search .content .form input[type="text"] {
	background: #fff;
	width: 153px;
}
/* } */
/* services search { */
#community-connect {
	position: relative;
	width: 198px;
	height: 211px;
	padding: 12px 15px 15px 15px;
	margin-top: 20px;
}
#community-connect>img {
	position: absolute;
	display: block;
	top: 95px;
	left: 40px;
	width: 150px;
	height: 119px;
	background: no-repeat -495px -190px url('/siteassets/images/layout/sprite.png');
	z-index: 1;	
}
#community-connect .title {
	padding-bottom: 10px;
}
#body-wrap #community-connect .title>a {
	color: #09543c;
	text-decoration: none;
}
#community-connect .intro {
	padding-bottom: 10px;
}
#community-connect .content {
	position: absolute;
	width: 198px;
	z-index: 2;
}
#community-connect .content .row {
	float: left;
	clear: both;
	width: 198px;
}
#community-connect .content .icons {
	width: 215px;
	padding-bottom: 10px;
}
#community-connect .content .icons a {
	display: block;
	float: left;
	clear: none;
	margin-right: 7px;
	text-indent: -10000px;
	width: 22px;
	height: 22px;
	background: url('/siteassets/images/layout/sprite.png'); /* icons */
}
#community-connect .content .row .left,
#community-connect .content .row .right {
	height: 24px;
	clear: none;
	float: left;
}
#community-connect .content .row .left {
	width: 150px;
}
#community-connect .content .row .right {
	width: 48px;
}
#community-connect .content .row .left h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0;
	margin: 0;
}
#community-connect .content .row .right a {
	line-height: 24px;
	padding: 0;
	margin: 0;
}
#community-connect .content .row p {
	font-size: 11px;
	padding: 0;
	margin: 0;
}
#community-connect .content .row p a {
	text-decoration: underline;
}
#community-connect .content .row p span.time {
	font-style: italic;
}
/*#twitter-timeline-wrapper { height: 0; overflow: visible; }*/

/* A minor bug fix for the Twitter home page element */
#twitter-timeline-wrapper {
    height: 98px !important;
    overflow-y: scroll;
}
