/********************************************************************************
 * Default Screen Styles
 ********************************************************************************/
/*@font-face {
	font-family: 'droid-sans';
	src: url('/include/fonts/droid-sans/DroidSans.eot');
	src: url('/include/fonts/droid-sans/DroidSans.eot?#iefix') format('embedded-opentype'), 
		 url('/include/fonts/droid-sans/DroidSans.woff') format('woff'), 
		 url('/include/fonts/droid-sans/DroidSans.ttf') format('truetype'), 
		 url('/include/fonts/droid-sans/DroidSans.svg#DroidSans') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* fix for poor font rendering in chrome
 @media screen and (-webkit-min-device-pixel-ratio:0) {
	 @font-face {
		 font-family: 'droid-sans';
		 src: url('/include/fonts/droid-sans/droid-sans.svg') format('svg');
	 }
 } */


@font-face {
    font-family: 'droid-serif';
    src: url('/include/fonts/droid-serif/droidserif-regular-webfont.eot');
    src: url('/include/fonts/droid-serif/droidserif-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/include/fonts/droid-serif/droidserif-regular-webfont.woff') format('woff'),
         url('/include/fonts/droid-serif/droidserif-regular-webfont.ttf') format('truetype'),
         url('/include/fonts/droid-serif/droidserif-regular-webfont.svg#droidserif-regular-webfont') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* fix for poor font rendering in chrome */
 @media screen and (-webkit-min-device-pixel-ratio:0) {
	 @font-face {
	 	font-family: 'droid-serif';
	 	src: url('/include/fonts/droid-serif/droidserif-regular-webfont.svg') format('svg');
	 }
 } 

@media screen {
	
	/* Reset some defaults
 	 ****************************************************************************/
	/* redefine headers */
	h1, h2, h3, h4, h5, h6 {
		color: #37271d;
		font-family: 'droid-serif', 'times', serif;
		margin: .5em 0;
		font-weight: normal;
	}

	h1 {
		font-size: 2.5em;
	}

	h2 {
		font-size: 2.0em;
	}

	h3 {
		font-size: 1.5em;
	}

	h4 {
		font-size: 1.3em;
	}

	h5 {
		font-size: 1.2em;
	}

	h6 {
		font-size: 1.0em;
	}

	img {
		max-width: 100%;
		height: auto !important; 
		-ms-interpolation-mode: bicubic;
		border: 0;
	}
	
	body {
		background: #37271d;
		margin: 0;
		padding: 0;
		color: #464646;
		font: 78%/1.2 tahoma, sans-serif;
	}
	
	
	/* Let's do this thing
 	 ****************************************************************************/
	.wrap {
		max-width: 950px;
		margin: 0 auto;
	}
	
	.mainContent {
		background: #f2f3e9 url('/images/misc/site-bg.jpg') center top no-repeat;
		position: relative;
		top: -1px;
		padding-top: 1px;
	}
	
	
	
	/* Header
 	 ****************************************************************************/
	.header {
		margin-top: 55px;
	}

	.header h2 {
		display: none;
	}

	.header > div.wrap {
		background: url('/images/header/indiana-courthouse.png') 30% bottom no-repeat;
		background-image: contain;
		padding-bottom: 15px;
	}

	.siteTitle, .siteTitle a {
		display: block;
		width: 272px;
		height: 101px;
		margin: 0;
		position: relative;
		z-index: 12;
	}
	
	.siteTitle a {
		text-indent: -3500px;
		background: url('/images/header/site-title.png') left top no-repeat;
		background-size: contain;
		position: relative;
		z-index: 10;
		-ms-behavior: url(/include/css/backgroundsize.min.htc);	
	}
	
	
	.skipLink {
		position: absolute;
		left: -3500px;
	}
	
	/* Weather
 	 ****************************************************************************/
	.weatherPositioner {
		position: relative;
		max-width: 950px;
		margin: 0 auto;
	}
	
	.weatherContainer {
		position: absolute;
		right: 5%;
		top: -100px;
		font-family: 'droid-serif', times, serif;
		font-size: 1.4em;
		color: #37271d;
	}
	
	.weatherContainer .weatherIcon {
		font-size: 1.5em;
		position: relative;
		top: .2em;
	}

	.weatherContainer .temperature {
		margin-right: 8px;
		padding-right: 8px;
		border-right: 1px solid #37271d; 
	}
	
	.weatherContainer a:link {
		color: #37271d;
	}
	
	.weatherContainer a:link:hover {
		color: #37271d !important;
		text-decoration: underline;
	}
	
	/* Search
 	 ****************************************************************************/
	.searchContainer {
		position: relative;
		max-width: 1030px;
		margin: 0 auto;
		z-index: 11;
	}
	
	.search {
		background: url('/images/header/search-bg.png') top right no-repeat;
		margin-right: 3.8%;
		height: 70px;
		width: 100%;
		max-width: 431px;
		position: absolute;
		top: -61px;
		right: 0;
		-ms-behavior: url(/include/css/backgroundsize.min.htc);
	}
	
	.searchWrapper {
		height: auto;
		width: auto;
		overflow: hidden;
		background: transparent;
	}

	.searchForm {
		overflow: hidden;
		position: absolute;
		position: absolute;
		bottom: 7px;
		right: 0;
		left: 0;
		margin: 0 20px 0 60px;
	}
	
		.searchForm label {
			position: absolute;
			left: -35000px;
			height: 0;
			width: 0;
		}

	.searchInputWrapper {
		padding: 0 26px 0 0;
		overflow: hidden;
	}

	.searchInput {
		width: 100%;
		box-sizing: content-box;
		height: 30px;
		padding: 0 40px 0 10px;
		border-color: #666;
		border-radius: 0;
		border: 0px;
		color: #37271d;
		font-family: 'droid-serif', times, serif;
		font-size: 14px;
		
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		-webkit-appearance: none;
		-moz-appearance: none;
	}

	.searchSubmit {
		position: absolute;
		right: 0;
		top: 0;
		display: block;
		width: 30px;
		height: 30px;
		padding: 0;
		border: 0;
		background: transparent;
		color: #37271d;
		font-family: 'FontAwesome';
		font-size: 20px;
		line-height: 20px;
		background: #fff;
		
		-webkit-appearance: none;
    	border-radius: 0;
	}
	
	.searchInput:focus {
		outline: none;
		border-color: #333;
	}

	.searchInput:focus.searchSubmit { color: #37271d; }

	.searchSubmit:hover {
		background: #37271d;
		color: #fff;
		cursor: pointer;
	}

	::-webkit-input-placeholder { color: #00456e; }
	input:-moz-placeholder { color: #00456e; }
	
	
	
	/* Service Icons
 	 ****************************************************************************/	
	.serviceIcons {
		margin: 0 0 20px 0;
		padding: 0;
		list-style-type: none;
	}
	
	.serviceIcons li {
		padding: 0;
		list-style-type: none;
		float: left;
		margin: 0 1.15% 0 0;
	}

	.serviceIcons > br {
		display: none;
	}
	
	.serviceIcons li a {
		font-family: 'droid-serif', times, serif;
		text-transform: uppercase;
		color: #37271d;
		text-decoration: none;
		display: block;
		padding: 4px 0 4px 24px;
		font-size: 1.1em;
	}
	
	.serviceIcons a:link:hover, .serviceIcons a:visited:hover  {
		color: #721010;
	}
	
	.serviceIcons li a  > br {
		display: none;
	}
	
	#svcAgendas { background: url('/images/home/service-icons/agendas-minutes.png') left center no-repeat;} 
	#svcGis { background: url('/images/home/service-icons/gis.png') left center no-repeat; }
	#svcForms { background: url('/images/home/service-icons/forms.png') left center no-repeat; }
	#svcRecords { background: url('/images/home/service-icons/records.png') left center no-repeat; }
	#svcPayments { 
		background: url('/images/home/service-icons/payments.png') left center no-repeat;
		padding: 4px 0 4px 34px;
	}
	#svcProperty { 
		background: url('/images/home/service-icons/property.png') left center no-repeat;
		margin-right: none; 
	}
	
	/* Special Home Page Content Windows
 	 ****************************************************************************/
 	.cwContainer.cwHome {
 		display: table;
 		width: 100%;
 		border: 1px solid #cfcbbd;
 		margin-bottom: 15px;
 	}
 	
 	.cwContainer.cwHome .cwContainerInner {
 		display: table-row;
 	}
 	
 	.cwContainer.cwHome .cwContainerInner > div {
 		display: table-cell;
 		width: 26%;
 		vertical-align: middle;
 		padding: 5px 10px;
 		
 		background: #fdfff8;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmZmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMmUzZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(left,  #fdfff8 0%, #e2e3d8 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fdfff8), color-stop(100%,#e2e3d8));
		background: -webkit-linear-gradient(left,  #fdfff8 0%,#e2e3d8 100%);
		background: -o-linear-gradient(left,  #fdfff8 0%,#e2e3d8 100%);
		background: -ms-linear-gradient(left,  #fdfff8 0%,#e2e3d8 100%);
		background: linear-gradient(to right,  #fdfff8 0%,#e2e3d8 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfff8', endColorstr='#e2e3d8',GradientType=1 );
 	}
 	
 	.cwContainer.cwHome .cwContainerInner > div:first-of-type {
 		width: 22%;
 		text-align: right;
 	}
 	
 	
 	.cwContainer.cwHome .cwContainerInner > div:first-of-type .moreLink {
 		color: #fff;
 	}
 	.cwContainer.cwHome .cwContainerInner > div:first-of-type .cwHeader {
 		color: #fff;
 		font-weight: normal;
 		margin: 0;
 		padding: 0;
 		text-shadow: 0 0 2px #000;
 		background: none;
 		font-size: 1.2em;
 	}
 	
 	.cwContainer.cwHome .cwContainerInner > div:first-of-type .cwHeader span {
 		display: block;
 		font-size: 1.4em;
 		text-transform: uppercase;
 		line-height: 1em;
 		
 	}
 	
 	div.cwHomeHeaderNews {
 		background: #37271d url('/images/home/special-headers/news.jpg') left top no-repeat !important;
 	}
 	
 	div.cwHomeHeaderMeetings {
 		background: #37271d url('/images/home/special-headers/meetings.jpg') left top no-repeat !important;
 	}
 	
 	div.cwHomeHeaderEvents {
 		background: #37271d url('/images/home/special-headers/events.jpg') left top no-repeat !important;
 	}
	
	
	/* County Notices
 	 ****************************************************************************/
	.countyNotices {
		margin: 20px 0;
	}
	
	.countyNotices h3 {
		text-transform: uppercase;
		font-size: 2em;
		font-weight: normal;
		float: left;
		color: #37271d;
		margin: 0;
	}
	
	.countyNotices a:link {
		display: inline-block;
		font-family: 'droid-serif', times, serif;
		background: url('/images/misc/notice-icon.png') left center no-repeat;
		padding-left: 25px;
		margin-left: 2.2%;
		font-size: 1.1em;
		text-transform: uppercase;
		color: #37271d;
		margin-top: 8px;
	}
	
	.countyNotices a:link, .countyNotices a:visited {
		color: #37271d;
	}
	
	.countyNotices a:link:hover {
		color: #721010;
	}
	
	
	/* Graphic Links
 	 ****************************************************************************/
	.graphicLinksContainer {
		background: #756b61;
	}
	
	.graphicLinks {
		display: table;
		width: 100%;
	}
	
	.graphicLinksInner {
		display: table-row;
	}
	
	.graphicLinksInner a:link {
		font-family: 'droid-serif', times, serif;
		font-size: 1.7em;
		color: #ffff;
		display: table-cell;
		height: 85px;
		width: 33%;
		text-align: right;
		vertical-align: middle;
		padding-right: 20px;
		text-shadow: 0 1px 2px #000;
		text-decoration: none;
	}
	
	.graphicLinksInner a:link, .graphicLinksInner a:visited, .graphicLinksInner a:link:hover { color: #fff; }
	
	.graphicLinksInner a > br {
		display: none;
	}
	
	#documentCenter { background: #504238 url('/images/home/rochester.png') left center no-repeat; }
	#factsHistory { background: #504238 url('/images/home/facts.png') left center no-repeat; }
	#linksResources { background: #504238 url('/images/home/links.png') left center no-repeat; }
	
	
	/* Secondary Structure
 	 ****************************************************************************/
	.smudgeBackground {
		max-width: 1030px;
		margin: 0 auto;
		position: relative;
		margin-top: -15px;
		z-index: 10;
		overflow: hidden;
	}
	
	.smudgeBackground > img {
		position: absolute;
		left: 5px;
		z-index: 15;
	}

	.smudgeBackground > .wrap {
		background: #fff;
		padding: 20px;
		position: relative;
		z-index: 20;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	
	
	/* columns */
	.secondaryColumns {
	    margin-right: 250px;
	    padding-bottom: 40px;
	}
	
	.secondaryColumns .column1 {
		float: left;
		width: 100%;
		overflow: hidden;
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.secondaryColumns .column2 {
		float: right;
		width: 220px;
		margin-right: -250px;
	}
	
	
	/* Footer
 	 ****************************************************************************/
	.footer {
		font-family: 'droid-serif', times, serif;
		color: #fff;
		font-size: .8em;
		position: relative;
		padding: 40px 0;
	}	
	
	.footer a:link, .footer a:link:hover, .footer a:visited {
		color: #fff;
		text-decoration: underline;
	}
	
	.footer .footerColumn:nth-of-type(odd) {
 		float: left;
 	}
 	
 	.footer .footerColumn:nth-of-type(even) {
 		float: right;
 		text-align: right;
 	}
	
	
	.footer .footerColumn:nth-of-type(even) p {
 		float: right;
 		margin-top: 3px;
 	}
	
	#egovLogo {
    	float: right;
    	height: 31px;
    	margin-left: 8px;
    	width: 70px;
	}
	
	.footerColumn ul, .footerColumn ul li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	.footerColumn ul li {
		margin: 0 4px 0 0;
		padding: 0 4px 0 0;
		display: inline;
		border-right: 1px solid #fff;
	}
	
	.footerColumn ul li:last-of-type {
		border: none;
		margin: 0;
		padding: 0;
	}
	
	
	
	
	/* Content Windows
 	 ****************************************************************************/
	.cwHeader {
		margin: 0;
		padding: 5px 10px;
		font-size: 1.5em;
		background: #37271d;
		color: #fff;
	}
	
	.bodySecondary .cwContainer, .cwNavContainerList, .cwNavContainerMenu {
		border: 1px solid #cfcbbd;
		margin-bottom: 20px;
 	}
 	
 	.cwContainerInner {
 		padding: 12px;
 		background: #fdfff8;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmZmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMmUzZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(left,  #fdfff8 0%, #e2e3d8 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fdfff8), color-stop(100%,#e2e3d8));
		background: -webkit-linear-gradient(left,  #fdfff8 0%,#e2e3d8 100%);
		background: -o-linear-gradient(left,  #fdfff8 0%,#e2e3d8 100%);
		background: -ms-linear-gradient(left,  #fdfff8 0%,#e2e3d8 100%);
		background: linear-gradient(to right,  #fdfff8 0%,#e2e3d8 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfff8', endColorstr='#e2e3d8',GradientType=1 );
	}
	
	.cwNewsList, .cwNewList li, .cwNewsListPhoto, .cwNewListPhoto li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	.cwNewList li, .cwNewsListPhoto li {
		margin: 0 0 8px 0;
	}
	
	.cwList, .cwList li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	.cwList li {
		margin: 0 0 8px 0;
	}
	
	.cwColumns .cwColumnHalf:nth-of-type(odd) {
		float: left;
		width: 48%;
	}
	
	.cwColumns .cwColumnHalf:nth-of-type(even) {
		float: right;
		width: 48%;
	}
	
	.descContainer {
		margin-bottom: 20px;
	}
	
	/* Contact Content Window
 	 ****************************************************************************/
	.cwContactHead .headPhoto {
		float: left;
		margin-right: 10px;
	}

	.cwContactHead .headPhoto img {
		max-width: 75px;
	}

	.cwContactHead .nameTitle {

	}

	.cwContactList {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.cwContactList li {
		margin: 0 0 6px 0;
		padding: 0;
	}

	.cwContactList li:before {
		text-decoration: none;
		font-family: 'FontAwesome';
		color: #756b61;
		font-size: 1.4em;
		margin: 0 6px 0 0;
		height: 16px;
		width: 16px;
		text-align: center;
		float: left;
		position: relative;
		top: -3px;
	}

	.tty:before {
		content: "\f1e4";
	}

	.telephone:before {
		content: "\f095";
	}
	.mobile:before {
		content: "\f10b";
	}
	.fax:before {
		content: "\f1ac";
	}

	.email:before {
		content: "\f0e0";
	}
	.staff:before {
		content: "\f0c0";
	}
	.hours:before {
		content: "\f017";
	}
	
	/* Site-wide Links
 	 ****************************************************************************/
	a:link {
		color: #721010;
		text-decoration: none;
		transition: color 2s;
		-moz-transition: color .2s;
		-webkit-transition: color .2s;
		-o-transition: color .2s;
	}

	a:link:visited, a:visited {
		color: #721010;
	}

	a:link:hover, a:active, a:visited:hover {
		color: #aa1e1e;
		text-decoration: none;
	}
	
	/*a:link {
		color: #1172d3; 
		text-decoration: none;
	}
	a:visited {
		color: #8e4f8d; 
		text-decoration: none;
	}
	a:active {
		color: #d14444; 
		text-decoration: none;
	}
	a:hover {
		color: #3fc56b; 
		text-decoration: none;
	}*/
	
	
	/* More Links
 	 ****************************************************************************/
	.moreContainer {
		display: block;
	}
	
	.breakingNews .moreContainer {
		border: 0;
		display: block;
	}
	
	.newsEvents .moreContainer {
		border-top: double #898989;
	}
	
	a.feedLink {
		font-family: 'FontAwesome';
		color: #f4b83f;
		font-size: 1.5em;
		line-height: 1.5em;
	}
	
	a.feedLink:hover {
		color: #721010;
	}

	.breakingNews .feedLink {
		color: #fff;
		text-decoration: none;
	}
	
	.breakingNews .feedLink:hover {
		color: #febc26;
		text-decoration: none;
	}
	
	a.moreLink {
		position: relative;
		top: -2px;
		line-height: 1.5em;
		padding-left: 8px;
		margin-left: 8px;
		border-left: 1px solid #ddd;
	}
	
	.breakingNews a.moreLink {
		color: #fff;
		text-decoration: underline;
	}
	
	.breakingNews a.moreLink:hover {
		color: #fff;
		text-decoration: none;
	}
	
	/* Breadcrumbs
	 ****************************************************************************/
	#breadcrumbs {
		color: #919191;
		padding: 0;
		font-size: .8em;
		margin-bottom: 15px;
	}

	#breadcrumbsInner a {
		text-decoration: none;
	}

	#breadcrumbsInner a:visited {
		color: #721010;
	}

	#breadcrumbsInner a:hover {
		text-decoration: none;
	}

	.breadStart {
		font-weight: bolder;
		margin-right: 8px;
	}

	.breadArrow {
		position: relative;
		margin: 0 8px;
	}
		
		
	/* Content Window Headers and Special Headers
 	 ****************************************************************************/
	.sectionTitleContainer {
		background: url('/images/secondary/default-secondary-header.jpg') center top no-repeat;
		background-size: cover;
		min-height: 200px;
		position: relative;
		z-index: 20;
		max-width: 950px;
		margin: 25px auto 0;
		padding: 20px;
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.sectionTitle {
		font-family: 'droid-serif', 'times', serif;
		color: #fff;
		font-size: 3.2em;
		position: absolute;
		bottom: 0;
		margin-bottom: .4em;
		font-weight: normal;
		text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
	}
	

	
	/* Section List
 	 ****************************************************************************/
	.cwSectionList {
		display: table;
		border: 1px solid #cfcbbd;
		width: 100%;
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
		
	.cwSectionItem {
		display: table-row;
	}
	
	.cwSectionItem:nth-of-type(even) {
		background: #fdfff8;
	}
	
	.cwSectionItem:nth-of-type(odd) {
		background: #f0f1e8;
	}

	.cwSectionItem:hover, .cwSectionItem:nth-of-type(odd):hover {
		background: #ffffc9;
	}
	
	.cwSectionLink, .cwSectionPhone, .cwSectionEmail, .cwSectionContentLink {
		display: table-cell;
		padding: 5px;
		border-bottom: 1px solid #cfcbbd;
	}
	
	.cwSectionItem:last-of-type .cwSectionLink, 
	.cwSectionItem:last-of-type .cwSectionPhone, 
	.cwSectionItem:last-of-type .cwSectionEmail,
	.cwSectionItem:last-of-type .cwSectionContentLink {
		border-bottom: none;
	}
	
	.cwSectionLink {
		text-align: left;
		width: 100%;
	}
	
	.cwSectionPhone, .cwSectionContentLink {
		white-space: nowrap;
	}
	
	.cwSectionPhone, .cwSectionEmail {
		text-align: right;
	}
	
	.cwSectionEmail a:link {
		font-family: 'FontAwesome';
	}

		
	
	/* Content Window Navigation Lists
	 ****************************************************************************/
	ul.cwNavList {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	ul.cwNavList li {
		border-bottom: 1px solid #ddd;
		padding: 5px 0 5px 0;
	}
	
	ul.cwNavList li:last-of-type {
		border-bottom: none;
	}
	
	/* nav menus */
	.cwNavContainerMenu {
		display: none;
	    margin-bottom: 20px;
	}
	
	.cwNavContainerMenu select {
		width: 100%;
	}

	
	/* Events Content Window
 	 ****************************************************************************/
	/*.cwEventsList span.eventTime:before,
	.cwEventsList span.eventLocation:before {
		font-family: 'FontAwesome';
		content: '\f017';
		color: #00456e;
		margin-right: .2em;
		font-size: 1.5em;
		display: inline-block;
		width: .9em;
		text-align: center;
		position: relative;
		top: .1em;
	}
	
	.cwEventsList span.eventLocation:before {
		content: '\f041';
	}*/

}

/********************************************************************************
 * tablet portrait (768x1024)
 ********************************************************************************/
@media screen and (max-width: 1024px) {

}



/********************************************************************************
 * simple adjustment for 950px
 ********************************************************************************/
@media screen and (max-width: 950px) {
	/* Header
 	 ****************************************************************************/
	.header {
		padding: 0 10px;
	}
	
	/* Weather
 	 ****************************************************************************/
	.weatherPositioner {
		position: fixed;
		max-width: 950px;
		right: 10px;
		top: 5px;
		z-index: 650;
	}
	
	.weatherContainer {
		position: relative;
		right: auto;
		top: auto;
		font-size: 1.2em;
		color: #fff;
	}
	
	.weatherContainer .weatherIcon {
		font-size: 1.6em;
		top: .2em;
	}
	
	.weatherContainer .temperature {
		margin-right: 8px;
		padding-right: 8px;
		border-right: 1px solid #fff; 
	}
	
	.weatherContainer a:link {
		color: #fff;
	}
	
	.weatherContainer a:link:hover, .weatherContainer a:visited {
		color: #fff !important;
		text-decoration: underline;
	}
	
		.wrap { padding: 0 10px;}


	/* Service Icons
 	 ****************************************************************************/	
	.serviceIcons li {
		width: 31.5%;
		margin-right: 1.5%;
		margin-bottom: 10px;
	}
	
	.serviceIcons li a {
		padding: 4px 0 4px 34px;
	}
	
	/*.serviceIcons li a  > br {
		display: block;
	}*/
	
	#svcAgendas { background-position 5px center; } 
	#svcGis { background-position 5px center; } 
	#svcForms { 
		background-position 5px center;
		margin-right: 0; 
	} 
	#svcRecords { background-position 5px center; } 
	#svcPayments { background-position 5px center; } 
	#svcProperty { background-position 5px center; } 
	
	.serviceIcons br {
		display: block;
	}
	
	
	/* County Notices
 	 ****************************************************************************/
	.countyNotices h3 {
		float: none;
		margin-bottom: 0;
	}
	
	
	.countyNotices a:link {
		margin-right: 2.2%;
		margin-left: 0;
	}
	
	.countyNotices a:link:last-of-type {
		margin-right: 0
	}
	
	
	/* Graphic Links
 	 ****************************************************************************/
 	.graphicLinksContainer > div.wrap {
 		padding: 0;
 	}
	
	/* Footer
 	 ****************************************************************************/
	.footer .footerColumn:nth-of-type(odd), .footer .footerColumn:nth-of-type(even) {
 		float: none;
 		text-align: center;
 	}
	
	
	.footer .footerColumn:nth-of-type(even) p {
 		float: none;
 	}
	
	#egovLogo {
    	float: none;
    	display: block;
    	margin: 10px auto 10px;
	}
	
	
	.footerColumn ul li {
		text-align: center;
	}
	
	/* Secondary Structure
 	 ****************************************************************************/
	.smudgeBackground > .wrap {
		padding: 10px;
	}
}


/********************************************************************************
 * small tablet landscape (800x600)
 ********************************************************************************/
@media screen and (max-width: 800px) {
	
	/* Secondary Structure
 	 ****************************************************************************/
	/* columns */
	.secondaryColumns {
		margin-right: 0;
	}

	.secondaryColumns .column1, .secondaryColumns .column2 {
		float: none;
		width: auto;
		margin: 0;
	}

	.cwNavContainerList {
		display: none;
	}

	.cwNavContainerMenu {
		display: block;
	}
	
}


/********************************************************************************
 * special break for homepage news
 ********************************************************************************/
@media screen and (max-width: 768px) {
	
	/* Special Home Page Content Windows
 	 ****************************************************************************/
 	.cwContainer.cwHome {
 		display: block;
 	}
 	
 	.cwContainer.cwHome .cwContainerInner {
 		display: block;
 	}
 	
 	.cwContainer.cwHome .cwContainerInner > div {
 		display: block;
 		width: auto;
 		padding: 5px 10px;
 	}
 	
 	.cwContainer.cwHome .cwContainerInner > div:first-of-type {
 		width: auto;
 		text-align: center;
 	}
 	
 	
 	.cwContainer.cwHome .cwContainerInner > div:first-of-type .moreLink {
 		color: #fff;
 	}
 	.cwContainer.cwHome .cwContainerInner > div:first-of-type .cwHeader {
 		color: #fff;
 		font-weight: normal;
 		margin: 0;
 		text-shadow: 0 0 2px #000;
 		font-size: 1.4em;
 		text-transform: uppercase;
 	}
 	
 	.cwContainer.cwHome .cwContainerInner > div:first-of-type .cwHeader span {
 		display: inline;
 		font-size: inherit;
 		line-height: auto;
 		
 	}
 	
}



/********************************************************************************
 * special break for header fix
 ********************************************************************************/
@media screen and (max-width: 730px) {
	
	/* Header
 	 ****************************************************************************/
	.header {
		margin-bottom: 30px;
	}
	
	.header > div.wrap {
		background-position: right bottom;
	}
	
	/* Search
 	 ****************************************************************************/
	.search {
		max-width: 100%;
		margin: 0 0 0 0;
		background-size: 100% auto;
		background-size: 120% 100%;
		height: 60px;
		top: -50px;
	}
	
	.searchForm {
		margin: 0 10px;
	}
	
	
	/* Graphic Links
 	 ****************************************************************************/
 	.graphicLinksInner a > br {
		display: block;
	}
	
}



/********************************************************************************
 * small tablet portrait (600x800)
 ********************************************************************************/
@media screen and (max-width: 600px) {
	
	/* Service Icons
 	 ****************************************************************************/	
	.serviceIcons li a {
		font-weight: bold;
	}
	
	.serviceIcons li a  > br {
		display: block;
	}
	
	
	/* County Notices
 	 ****************************************************************************/	
	.countyNotices a:nth-of-type(odd) {
		float: left;
 		width: 40%;
 		margin-right: 0;
	}
	
	.countyNotices a:nth-of-type(even) {
 		float: right;
 		width: 40%;
 		margin-right: 0;
	}
	
	
	/* Secondary Structure content window columns
 	 ****************************************************************************/
	.cwColumns .cwColumnHalf:nth-of-type(odd), .cwColumns .cwColumnHalf:nth-of-type(even) {
		float: none;
		width: auto;
	}
	
	
}

/********************************************************************************
 * mobile landscape (480x320)
 ********************************************************************************/
@media screen and (max-width: 480px) {
	/* Header
 	 ****************************************************************************/
	.siteTitle {
		height: auto;
		width: auto;
		margin: 0;
	}
	
	.siteTitle a {
		margin: .8em;
		background-size: contain;
		background-position: top center;
		height: 0;
		margin-bottom: 0;
		width: auto;
		padding-top: 35%;
	}
	
	.header > div.wrap {
		background-position: center bottom;
		background-size: contain;
	}
	
	/* Service Icons
 	 ****************************************************************************/	
	.serviceIcons li:nth-of-type(odd) {
		float: left;
 		width: 45%;
	}
	
	.serviceIcons li:nth-of-type(even) {
 		float: right;
 		width: 45%;
	}
	
	
	/* County Notices
 	 ****************************************************************************/	
	.countyNotices a:nth-of-type(odd), .countyNotices a:nth-of-type(even) {
 		float: none;
 		width: auto;
 		display: block;
 		margin-right: 0;
	}
	
	
	/* Graphic Links
 	 ****************************************************************************/
 	.graphicLinksInner a > br {
		display: none;
	}
	
	.graphicLinks {
		display: block;
		width: auto;
	}
	
	.graphicLinksInner {
		display: block;
	}
	
	.graphicLinksInner a:link {
		display: block;
		height: 85px;
		width: auto;
		line-height: 85px;
		text-align: center;
	}
	
	
 	/* Section List
 	 ****************************************************************************/
	.cwSectionList {
		display: block;
		border: none;
	}
		
	.cwSectionItem {
		display: block;
		margin-bottom: 10px;
		padding: 10px;
		border: 1px solid #ddd;
	}
	
	.cwSectionItem:nth-of-type(odd) {
		background: #f9f9f9;
	}
	
	.cwSectionLink > a {
		font-size: 1.3em;
	} 
	
	.cwSectionLink, .cwSectionPhone, .cwSectionEmail, .cwSectionContentLink {
		display: block;
		padding: 0;
		border: none;
		text-align: left;
	}
	
	.cwSectionPhone {
		white-space: nowrap;
		padding: 5px 0;
	}
	
	.cwSectionPhone, .cwSectionEmail {
		text-align: left;
	}
	
	.cwSectionEmail a:link {
		font-family: 'FontAwesome';
		font-size: 1.6em;
	}
	
	

	 	
}


/********************************************************************************
 * special fix: breaking news
 ********************************************************************************/
@media screen and (max-width: 380px) {
	
}

/********************************************************************************
 * mobile portrait (320x480)
 ********************************************************************************/
@media screen and (max-width: 320px) {

}


/* Clear Fix
 ********************************************************************************/
.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display: block;
}
/* End hide from IE Mac */
* html .clearfix {
	height: 1px;
}

.printOnly {
	display: none;
}
