/********************************************************************************
 * Default Screen Styles
 ********************************************************************************/
@font-face {
	font-family: 'open-sans';
	src: url('/include/fonts/open-sans/open-sans.eot');
	src: url('/include/fonts/open-sans/open-sans.eot?#iefix') format('embedded-opentype'), 
		 url('/include/fonts/open-sans/open-sans.woff') format('woff'), 
		 url('/include/fonts/open-sans/open-sans.ttf') format('truetype'), 
		 url('/include/fonts/open-sans/open-sans.svg#open-sans') 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: 'open-sans';
 src: url('/include/fonts/open-sans/open-sans.svg') format('svg');
 }
 } */


@font-face {
	font-family: 'calluna-regular';
	src: url('/include/fonts/calluna-regular/calluna-regular.eot');
	src: url('/include/fonts/calluna-regular/calluna-regular.eot?#iefix') format('embedded-opentype'), 
		 url('/include/fonts/calluna-regular/calluna-regular.woff') format('woff'), 
		 url('/include/fonts/calluna-regular/calluna-regular.ttf') format('truetype'), 
		 url('/include/fonts/calluna-regular/calluna-regular.svg#open-sans') 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: 'calluna-regular';
 src: url('/include/fonts/calluna-regular/calluna-regular.svg') format('svg');
 }
 } */



@font-face {
	font-family: 'FontAwesome';
	src: url('/include/fonts/font-awesome/fontawesome-webfont.eot');
	src: url('/include/fonts/font-awesome/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), 
		 url('/include/fonts/font-awesome/fontawesome-webfont.woff') format('woff'), 
		 url('/include/fonts/font-awesome/fontawesome-webfont.ttf') format('truetype'), 
		 url('/include/fonts/font-awesome/fontawesome-webfont.svg#fontawesome-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: 'FontAwesome';
 src: url('/include/fonts/font-awesome/fontawesome-webfont.svg') format('svg');
 }
 } */

@media screen {

	body {
		color: #000;
		background: #e6e2d4 url('/images/misc/site-bg.jpg') center top no-repeat;
		background-size: cover;
		font: 78%/1.4 tahoma, sans-serif;
		margin: 0;
		padding: 0;
	}

	html, body {
		height: 100%;
	}

	.skipLink {
		position: absolute;
		left: -3500px;
	}

	img {
		max-width: 100%;
		-ms-interpolation-mode: bicubic;
	}

	/* Content Wrappers
	 *************************************************************/
	#mainBackground {
		border-top: 6px solid #672626;
	}

	.wrap {
		max-width: 950px;
		margin: 0 auto;
		position: relative;
	}

	/* Header
	 *************************************************************/
	#header {
		margin: 0 auto;
		position: relative;
		border-bottom: 4px solid #e68700;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBjMWIyYyIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMjU1MDc3IiBzdG9wLW9wYWNpdHk9IjAuOCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMGMxYjJjIiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(left,  rgba(12,27,44,0.9) 0%, rgba(37,80,119,0.8) 50%, rgba(12,27,44,0.9) 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(12,27,44,0.9)), color-stop(50%,rgba(37,80,119,0.8)), color-stop(100%,rgba(12,27,44,0.9)));
		background: -webkit-linear-gradient(left,  rgba(12,27,44,0.9) 0%,rgba(37,80,119,0.8) 50%,rgba(12,27,44,0.9) 100%);
		background: -o-linear-gradient(left,  rgba(12,27,44,0.9) 0%,rgba(37,80,119,0.8) 50%,rgba(12,27,44,0.9) 100%);
		background: -ms-linear-gradient(left,  rgba(12,27,44,0.9) 0%,rgba(37,80,119,0.8) 50%,rgba(12,27,44,0.9) 100%);
		background: linear-gradient(to right,  rgba(12,27,44,0.9) 0%,rgba(37,80,119,0.8) 50%,rgba(12,27,44,0.9) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60c1b2c', endColorstr='#e60c1b2c',GradientType=1 );
	}

	#header h2 {
		display: none;
	}

	#siteTitle {
		height: 0;
		overflow: hidden;
		margin: 8px 0;
	}

	#siteTitle, #siteTitle h1 {
		height: 84px;
		width: 450px;
		overflow: hidden;
	}

	#siteTitle {
		float: left;
	}

	#siteTitle h1 a {
		text-indent: -3500px;
		display: block;
		height: 84px;
		width: 450px;
		background: url('/images/header/site-title.png') left top no-repeat;
		background-size: contain;
		-ms-behavior: url(/include/css/backgroundsize.min.htc);
	}

	/* Search and Links */
	#linksSearch {
		position: absolute;
		right: 25px;
		top: 8px;
	}

	/* Search */
	#searchContainer {
		float: right;
		background: #fff;
		bottom: 20px;
		width: 165px;
		overflow: hidden;
	}

	#searchContainer #eGovQuickSearch {
		box-sizing: border-box;
		margin: 0;
		padding: 0;
	}

	#searchContainer #eGovQuickSearch {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}

	#searchContainer #eGovQuickSearch label {
		position: absolute;
		left: -35000px;
	}

	#searchContainer #eGov_searchTerms {
		background: none;
		border: 0;
		width: 80%;
		color: #43a2b8;
		height: 23px;
		float: left;
		font-family: tahoma, arial, sans-serif;
		margin-left: 5px;
		padding: 0;
	}

	#searchContainer #eGov_buttonSearchSubmit {
		width: 24px;
		height: 24px;
		float: right;
		background-size: 24px 24px;
		-ms-behavior: url(/include/css/backgroundsize.min.htc);
	}

	/* PreNav top links */

	#shortLinks {
		float: right;
		margin: 0;
		padding: 0;
		list-style-type: none;
		position: relative;
		top: 4px;
	}

	#shortLinks li {
		display: inline-block;
		margin: 0 6px 0 0;
		padding: 0 6px 0 0;
		list-style-type: none;
		border-right: 1px solid #fff;
	}

	#shortLinks li:last-of-type {
		border: none;
	}

	#shortLinks li a {
		color: #fff;
		text-transform: uppercase;
		font-family: 'calluna-regular', times, georgia, serif;
	}

	#homeLink i {
		color: #fff;
		font-size: 1.4em;
		margin: 0 6px 0 0;
		position: relative;
		top: 1px;
		font-weight: normal;
		transition: color .3s;
		-moz-transition: color .3s;
		-webkit-transition: color .3s;
		-o-transition: color .3s;
	}

	/* Breaking News
	 *************************************************************/
	#breakingNewsContainer {
		color: #000;
		padding: 10px;
		text-align: center;
		
		background: rgb(230,135,0);
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ODcwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Y1YTMyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNjg3MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(left,  rgba(230,135,0,1) 0%, rgba(245,163,46,1) 50%, rgba(230,135,0,1) 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(230,135,0,1)), color-stop(50%,rgba(245,163,46,1)), color-stop(100%,rgba(230,135,0,1)));
		background: -webkit-linear-gradient(left,  rgba(230,135,0,1) 0%,rgba(245,163,46,1) 50%,rgba(230,135,0,1) 100%);
		background: -o-linear-gradient(left,  rgba(230,135,0,1) 0%,rgba(245,163,46,1) 50%,rgba(230,135,0,1) 100%);
		background: -ms-linear-gradient(left,  rgba(230,135,0,1) 0%,rgba(245,163,46,1) 50%,rgba(230,135,0,1) 100%);
		background: linear-gradient(to right,  rgba(230,135,0,1) 0%,rgba(245,163,46,1) 50%,rgba(230,135,0,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e68700', endColorstr='#e68700',GradientType=1 );
	}

	#breakingNewsContainer .cwHeader {
		color: #000000;
		text-transform: uppercase;
		padding: 0 10px;
		margin: 0;
		font-family: 'calluna-regular', georgia, times, serif;
	}

	#breakingNewsContainer a {
		color: #000000;
		text-decoration: underline;
	}
	
	#breakingNewsContainer a:hover {
		text-decoration: none;
	}

	

	/* Content Main
	 *************************************************************/
	#contentMain {
		max-width: 950px;
		margin: 0 auto;
		position: relative;
	}

	#contentMain > .shadow {
		position: absolute;
		left: 0;
		right: 0;
		z-index: 1;
	}

	/* Homepage Columns
	 *************************************************************/
	#homeColumnSet {
		background: #fff;
		display: table;
		padding: 0;
		width: 100%;
		position: relative;
	}
	
	#homeColumnSetInner {
		display: table-row;
		border-spacing: 0;
	}

	#homeColumnSet .col1 {
		display: table-cell;
		vertical-align: top;
		padding: 0;
	}

	
	#homeColumnSet .col1 .homeColumnInner, #homeColumnSet .col3 .homeColumnInner {
		width: 210px;
		padding: 20px;
	}

	#homeColumnSet .col2 {
		background: #f5f3ea;
		display: table-cell;
		width: 100%;
		padding: 0;
		vertical-align: top;
	}

	#homeColumnSet .col2 .homeColumnInner {
		width: auto;
		padding: 20px;
	}
	
	#homeColumnSet .col2 .homeColumnInner > .cwContainer .cwHeader:before {
		font-family: 'FontAwesome';
		content: "\f1ea";
		font-size: 1.2em;
		text-align: center;
		position: absolute;
		line-height: .9em;
		font-weight: normal;
		left: 0;
		top: 2px;
	}
	
	#homeColumnSet .col3 .homeColumnInner > .cwContainer .cwHeader:before {
		font-family: 'FontAwesome';
		content: "\f073";
		text-align: center;
		position: absolute;
		line-height: .9em;
		font-weight: normal;
		left: 0;
		top: 2px;
	}
	
	#homeColumnSet .col3 .homeColumnInner > .cwContainer .cwHeader,
	#homeColumnSet .col2 .homeColumnInner > .cwContainer .cwHeader {
		padding-left: 1.6em;
		position: relative;
	}

	#homeColumnSet .col3 {
		display: table-cell;
		vertical-align: top;
		padding: 0;
	}

	.homeColumnInner .cwContainer {
		margin-bottom: 20px;
	}


	/* Homepage Service Links
	 *************************************************************/
	#serviceLinks {
		margin: 0 0 20px 0;
		padding: 0;
		list-style-type: none;
	}

	#serviceLinks li {
		margin: 0 0 8px 0;
		padding: 0;
		list-style-type: none;
	}

	#serviceLinks li a {
		display: block;
		font-family: 'open-sans', tahoma, arial, sans-serif;
		font-size: 120%;
		padding-left: 44px;
		line-height: 36px;
	}

	#serviceLinks li a:hover {
		transition: background-color .3s;
	}

	#link1 {
		background: url('/images/home/service-icons/bill-pay.png') left center no-repeat;
	}
	#link2 {
		background: url('/images/home/service-icons/archives.png') left center no-repeat;
	}
	#link3 {
		background: url('/images/home/service-icons/agendas.png') left center no-repeat;
	}
	#link4 {
		background: url('/images/home/service-icons/property-tax.png') left center no-repeat;
	}
	#link5 {
		background: url('/images/home/service-icons/election.png') left center no-repeat;
	}
	#link6 {
		background: url('/images/home/service-icons/enotifications.png') left center no-repeat;
	}
	#link7 {
		background: url('/images/home/service-icons/submit-request.png') left center no-repeat;
	}
	#link8 {
		background: url('/images/home/service-icons/gis-services.png') left center no-repeat;
	}


	/* Facebook Feed
	*************************************************************/
	#facebookFeed {
		height: 320px;
		overflow: auto;
		border: 1px solid #dddddd;
		padding: 5px;
		margin-bottom: 10px;
	}	

	/* Secondary Header
	 *************************************************************/
	#secondaryHeaderImage {
		display: block;
		max-width: 950px;
		margin: 15px auto;
		border: 1px solid white;
		
		-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
		
		-ms-behavior: url(/include/css/backgroundsize.min.htc);
	}


	#secondaryHeaderImage > div {
		background: url('/images/header/default-secondary-header.jpg') center top no-repeat;
		background-size: contain;
		padding-top: 21.894%;
		height: 0;		
	}

	
	#bodySecondary #contentMain {
		max-width: 950px;
		background: #ffffff;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzg5ODk4OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Y3ZjZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2Y2ZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(left,  #ffffff 0%, #ffffff 240px, #dddddd 246px, #898989 250px, #f7f6ef 250px, #f7f6ef 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(240px,#ffffff), color-stop(246px,#dddddd), color-stop(250px,#898989), color-stop(250px,#f7f6ef), color-stop(100%,#f7f6ef));
		background: -webkit-linear-gradient(left,  #ffffff 0%,#ffffff 240px,#dddddd 246px,#898989 250px,#f7f6ef 250px,#f7f6ef 100%);
		background: -o-linear-gradient(left,  #ffffff 0%,#ffffff 240px,#dddddd 246px,#898989 250px,#f7f6ef 250px,#f7f6ef 100%);
		background: -ms-linear-gradient(left,  #ffffff 0%,#ffffff 240px,#dddddd 246px,#898989 250px,#f7f6ef 250px,#f7f6ef 100%);
		background: linear-gradient(to right,  #ffffff 0%,#ffffff 240px,#dddddd 246px,#898989 250px,#f7f6ef 250px,#f7f6ef 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f6ef',GradientType=1 );
	}
	
	
	/* Secondary Columns
	 *************************************************************/
	#secondaryColumnSet {
	    margin-left: 290px;
	}
	
	#secondaryColumnSet .col1 {
		float: right;
		width: 100%;
		padding: 20px;
	}

	#secondaryColumnSet .col2 {
		float: left;
		width: 250px;
		margin-left: -290px;
		padding-bottom: 35px
	}

	#secondaryColumnSet .col2 .cwContainerInner {
		margin-bottom: 20px;
	}

	#secondaryColumnSet .col2 .cwHeader {
		margin-bottom: 0;
		color: #ffffff;
		background: #244f75;
		font-size: 1.4em;
		font-weight: normal;
		padding: 12px;
		
		-webkit-box-shadow: inset -8px 0px 5px 0px rgba(17,55,87,1);
		-moz-box-shadow: inset -8px 0px 5px 0px rgba(17,55,87,1);
		box-shadow: inset -8px 0px 5px 0px rgba(17,55,87,1);
	}
	
	#secondaryColumnSet .col2 .cwContainerInner {
		padding: 15px;
	}

	/* Tabs
	 ****************************************************/
	#tabContainer {
		margin-top: 15px;
	}

	.tabReturn {
		display: none;
	}

	ul.tabs {
		margin: 0;
		padding: 0;
		list-style-type: none;
		position: relative;
		z-index: 11;
		top: 1px;
	}

	li.tab {
		float: left;
		border: 1px solid rgba(255,255,255,0.0);
		border-top: 4px solid rgba(255,255,255,0.0);
		list-style-type: none;
		color: #244d73;
		padding: 6px 15px;
		cursor: pointer;
		text-align: center;
		font-size: 1.3em;
		size: border-box;
		margin-right: 4px;
		font-family: 'calluna-regular', times, georgia, serif;
		text-transform: uppercase;
		
		transition: background .2s, color .2s, border .2s;
		-moz-transition: background .2s, color .2s, border .2s;
		-webkit-transition: background .2s, color .2s, border .2s;
		-o-transition: background .2s, color .2s, border .2s;
	}

	li.tab:hover {
		background: #fff;
		border: 1px solid;
		border: 1px solid #244d73;
		border-top: 4px solid #244d73;
	}

	#tabsContent {
		background: #fff;
		border: 1px solid #244d73;
		position: relative;
		z-index: 10;
	}

	li.tab.active {
		background: #fff;
		color: #244d73;
		cursor: default;
		border: 1px solid #244d73;
		border-top: 4px solid #244d73;
		border-bottom: none;
		padding-bottom: 7px;
	}

	div.content {
		padding: 15px;
		margin: 0;
		
		background: #ffffff;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY0ZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #ffffff 0%, #f6f4ee 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f6f4ee));
		background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f4ee 100%);
		background: -o-linear-gradient(top,  #ffffff 0%,#f6f4ee 100%);
		background: -ms-linear-gradient(top,  #ffffff 0%,#f6f4ee 100%);
		background: linear-gradient(to bottom,  #ffffff 0%,#f6f4ee 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f4ee',GradientType=0 );
	}

	.splitTab {
		float: left;
		width: 49%;
	}

	div.content .cwHeader {
		background: none;
		color: #244d73;
		padding-left: 0;
		font-weight: normal;
		font-size: 1.3em;
	}

	/* Nav Menus */
	.cwNavContainerMenu {
		display: none;
	}

	.cwNavContainerMenu .cwContainerInner {
		background: #fff;
		padding: 15px 10px
	}

	.cwNavContainerMenu select {
		width: 100%;
	}

	/* Breadcrumbs
	 *************************************************************/
	#breadcrumbs {
		color: #333333;
		padding: 0;
		margin-bottom: 8px;
		font-size: .8em;
	}

	#breadcrumbsInner a {
		text-decoration: underline;
	}

	#breadcrumbsInner a:hover {
		text-decoration: none;
	}

	.breadArrow {
		position: relative;
		margin: 0 8px;
	}

	/* Footer
	 ****************************************************/
	#footer {
		color: #6f6f6f;
		font-size: .9em;
	}

	#footer .wrap {
		background: #e6e3d4 url('/images/misc/shadow-bar.png') center top no-repeat;
		max-width: 930px;
		padding: 20px 10px;
	}	
	
	#footer h5 {
		color: #6f6f6f;
		font-family: 'open-sans', tahoma, arial, sans-serif;
		font-weight: bolder;
		margin: 0;
	}

	#egovLogo {
		width: 70px;
		height: 31px;
		float: right;
		margin: 3px 0 0 8px;
	}

	#courthousePhoto {
		position: absolute;
		top: -70px;
		left: -0px;
	}

	#footLeft {
		float: left;
		white-space: nowrap;
	}

	#footRight {
		float: right;
		text-align: right;
	}

	#footContact {
		margin:  0 0 0 255px;
		padding: 0;
	}
	
	#legal {
		float: right;
		list-style-type: none;
	}
	
	#legal li {
		list-style-type: none;
		display: inline;
		padding-right: 8px;
		margin-right: 8px;
		border-right: 1px solid #6f6f6f;
	}

	#legal li:last-of-type {
		border: 0;
		margin: 0;
		padding: 0;
	}

	#footer a:link, #footer a:visited {
		color: #6f6f6f;
		text-decoration: underline;
	}

	#footer a:hover {
		text-decoration: none;
	}

	/* Navigation Lists
	 *************************************************************/
	ul.cwNavList {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	#bodyHome #discoverAbout .columnContainer .col1 li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	#bodyHome #discoverAbout .columnContainer .col1 li {
		margin: 0 0 8px 0;
		padding: 0 0 0 18px;
		background: transparent url('/images/misc/list-arrow.png') left center no-repeat;
		list-style-type: none;
	}

	/* Section List Styles
	 ****************************************************/
	.cwSectionList {
		border: 1px solid #d1d1d1;
		border-top: none;
	}

	.even {
		background-color: #ffffff;
		padding: 6px;
		border-top: 1px solid #d1d1d1;
	}

	.odd {
		background-color: #f9f9f9;
		padding: 6px;
		border-top: 1px solid #d1d1d1;
	}

	.even:hover, .odd:hover {
		background-color: #ffffcc;
	}

	.sectionLink {
		float: left;
	}

	.telephoneNumber {
		white-space: nowrap;
		float: right;
		display: block;
		width: 9.5em;
	}

	.emailAddress {
		white-space: nowrap;
		float: right;
		margin-right: 8px;
	}

	/* Content Windows
	 ****************************************************/
	.cwHeader {
		color: #244d73;
		margin: 0;
		font-size: 1.8em;
		font-family: 'calluna-regular', times, georgia, serif;
		font-weight: bolder;
		text-transform: uppercase;
	}

	.cwList {
		padding: 0;
		margin: 0;
		list-style-type: none;
	}

	.cwList li {
		margin: 0 0 10px 0;
		padding: 0;
		list-style-type: none;
	}

	.cwHorizontalTable td a {
		margin: 0;
		display: inline;
	}

	.cwNavList, .cwNavList li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	.cwNavList li a {
		background-image: none;
		display: block;
		padding: 3px;
		transition: background .3s;
		-moz-transition: background .3s;
		-webkit-transition: background .3s;
		-o-transition: background .3s;
	}

	.cwNavList li a:hover {
		text-decoration: none;
		transition: background .3s;
		-moz-transition: background .3s;
		-webkit-transition: background .3s;
		-o-transition: background .3s;
	}

	a:link.sectionParent {
		color: #3c7f69;
		font-size: 1.2em;
		font-family: 'calluna-regular', times, georgia, serif;
		display: block;
		margin-bottom: 10px;
	}

	a:link.sectionParent:hover, a:link.sectionParent:hover:before {
		text-decoration: none;
		color: #9a640d;
	}

	a:link.sectionParent:before {
		font-family: 'FontAwesome';
		content: "\f015";
		color: #9e0b0f;
		font-size: 1.4em;
		margin: 0 6px 0 0;
		position: relative;
		top: 1px;
		transition: color .3s;
		-moz-transition: color .3s;
		-webkit-transition: color .3s;
		-o-transition: color .3s;
	}

	/* More Links
	 *************************************************************/
	.moreContainer {
	}

	.moreContainer img {
		position: relative;
		top: .3ex;
		margin-right: 8px;
	}

	.moreContainer a:link {
		color: #9e0b0f;
	}

	.cwNewsList {
		padding: 0;
		margin: 0;
		list-style-type: none;
	}

	.cwNewsList li {
		margin: 0 0 12px 0;
		list-style-type: none;
	}

	/* Select List Navigation
	 *************************************************************/
	.cwNavSelect {
		width: 100%;
		font-size: 110%;
		margin: 10px 0;
	}

	/* Contact Info
	 ****************************************************/
	.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: #9e0b0f;
		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";
	}

	/* Redefine some defaults
	 *************************************************************/
	/* redefine headers */
	h1, h2, h3, h4, h5, h6 {
		color: #244d73;
		font-family: 'calluna-regular', times, georgia, serif;
		font-weight: normal;
	}

	h1 {
		font-size: 2.5em;
		margin-top: 0em;
		margin-bottom: 0em;
	}

	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;
	}

	.typeHeader {
		margin: 0;
		padding: 0;
	}

	img {
		max-width: 100%;
		height: auto !important; /* just in case, to force correct aspet ratio */
		-ms-interpolation-mode: bicubic;
		border: 0;
	}

	/* site-wide links */
	a:link {
		color: #9e0b0f;
		text-decoration: none;
		transition: color 2s;
		-moz-transition: color .2s;
		-webkit-transition: color .2s;
		-o-transition: color .2s;
	}

	a:link:visited, a:visited {
		color: #6b0203;
	}

	a:link:hover, a:active, a:visited:hover {
		text-decoration: underline;
	}

	/* Special Classes
	 *************************************************************/
	.sectionTitle {
		color: #244d73;
		font-size: 2.3em;
		font-weight: normal;
		margin: 0;
	}

	#descContain {
		margin-bottom: 20px;
	}
	
	.shadow {
		background: url('/images/misc/shadow-bar.png') center top no-repeat;
		height: 17px;
		display: block;
	}
	
	.subText {
		font-size: .8em;
		color: #8e8769;
	}

}

/********************************************************************************
 * Small Monitors
 ********************************************************************************/
@media screen and (max-width: 950px) {
	body {
		-webkit-text-size-adjust: none;
	}

	#contentMain {
	}


}

/********************************************************************************
 * Portrait Tablets
 ********************************************************************************/
@media screen and (max-width: 800px) {

	body {
		-webkit-text-size-adjust: none;
	}

	/* Homepage Columns
	 *************************************************************/
	#homeColumnSet {
		display: block;
		width: auto;
		position: static;
		top: 0;
		margin-bottom: 0
	}

	#homeColumnSetInner {
		display: block;
		padding: 0;
	}

	#homeColumnSet, #homeColumnSetInner .homeColumnInner {
		display: block;
		padding: 0;
	}

	#homeColumnSetInner .col1 {
		display: block;
		box-shadow: none;
	}

	#homeColumnSetInner .col2 {
		display: block;
		width: auto;
		padding: 0;
	}

	#homeColumnSetInner .col3 {
		background: none;
		display: block;
		float: none;
		width: auto;
		box-shadow: none;
	}

	#homeColumnSetInner .col1 .homeColumnInner, #homeColumnSetInner .col2 .homeColumnInner, #homeColumnSetInner .col3 .homeColumnInner {
		padding: 10px;
		width: auto;
		margin-top: 0;
	}

	/* service links */
	#serviceLinks li:nth-child(odd) {
		float: left;
		width: 30%;
		margin-right: 3%;
	}
	
	#serviceLinks li:nth-child(even) {
		float: left;
		width: 30%;
		margin-right: 3%;
	}
	

	/* homepage calendar */
	#cwEventsCalendarHome #calendar {
		float: left;
		width: 49%;
	}
	
	#cwEventsCalendarHome .listMore {
		float: right;
		width: 45%;
	}


	.tabReturn {
		display: block;
	}

	/* Footer
	 *************************************************************/
	#footer {
		padding-bottom: 15px 15px 0 15px;
	}

	#courthousePhoto {
		position: static;
		display: block;
		margin: 0 auto;
		top: 0;		
	}

	#legal, #footContact {
		margin:  0 0 0 0;
		padding: 0;
	}

	#footLeft, #footRight {
		max-width: 35em;
		float: none;
		margin-bottom: 15px;
		text-align: center;
		margin: 0 auto;
	}

	#footLeft {
		max-width: 35em;
		margin: 0 auto;
	}
	
	#egovLogo {
		display: block;
		float: none;
		margin: 10px auto 0 auto;
	}

	#legal {
		float: none;
		margin: 0 auto;
		max-width: 25em;
	}

}

/********************************************************************************
 * Small Tablets Portrait
 ********************************************************************************/
@media screen and (max-width: 600px) {

	/* header */
	#header {
		padding: 10px;
	}

	/* site title*/
	#siteTitle, #siteTitle h1 {
		height: auto;
		width: auto;
		float: none;
	}

	#siteTitle h1 a {
		height: 0;
		width: 100%;
		padding-top: 18.6667%;
		background-size: cover;
		-ms-behavior: url(/include/css/backgroundsize.min.htc);
	}

	/* search */
	#linksSearch {
		position: static;
		top: 0;
		margin-top: 0;
		text-align: center;
	}

	#shortLinks {
		float: none;
	}

	#searchContainer {
		position: static;
		width: 100%;
		margin: 0;
	}


	/* service links */
	#serviceLinks li:nth-child(odd) {
		float: left;
		width: 49%;
		margin-right: 0;
	}
	
	#serviceLinks li:nth-child(even) {
		float: right;
		width: 49%;
		margin-right: 0;
	}


	#bodySecondary #contentMain {
		background: #ffffff;		
	}

	/* Secondary Columns
	 *************************************************************/
	#secondaryColumnSet {
		margin-left: 0;
		background: none;
		padding-left: 0;
	}

	#secondaryColumnSet .col1 {
		float: none;
		width: auto;
		padding: 10px;
	}

	#secondaryColumnSet .col2 {
		float: none;
		width: auto;
		margin-left: 0;
		padding: 10px;
	}

	#secondaryColumnSet .col2 .cwHeader {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	.cwNavContainerList {
		display: none;
	}

	.cwNavContainerMenu {
		display: block;
	}

	.tabReturn {
		display: none;
	}

}

/********************************************************************************
 * fix tabs
 ********************************************************************************/
@media screen and (max-width: 415px) {

	/* service links */
	#serviceLinks li:nth-child(odd), #serviceLinks li:nth-child(even) {
		float: none;
		width: auto;
	}
	
	/* homepage calendar */
	#cwEventsCalendarHome #calendar, #cwEventsCalendarHome .listMore {
		float: none;
		width: auto;
	}

	/* tabs */
	li.tab {
		float: none;
		margin-right: 0;
		border-bottom: 1px solid #b27400;
		padding-left: 10px;
	}

	li.tab:first-of-type {
		margin: 0;
	}

	li.tab:last-of-type {
		margin-right: 0px;
	}

	li.tab:before, li.tab.active:before, li.tab:after, li.tab.active:after, li.tab:first-of-type:before, li.tab.active:first-of-type:before {
		display: none;
		content: "";
	}

	.splitTab {
		float: none;
		width: auto;
	}

	.content .splitTab:first-of-type {
		margin-bottom: 15px;
	}

}

/********************************************************************************
 * Smart Phones Portrait
 ********************************************************************************/
@media screen and (max-width: 385px) {

	body {
		-webkit-text-size-adjust: none;
	}

	#linksSearch {
		left: 0;
		right: 0;
		top: -45px;
	}

	#shortLinks {
		float: none;
		margin: 0 auto;
		text-align: center;
	}

	#shortLinks li {
		float: none;
		display: inline-block;
	}

	#searchContainer {
		margin: 0 auto;
		float: none;
	}

	#curveContentContainer {
		margin-top: 0;
	}

	#curve {
		display: none;
	}

	/* Homepage Columns */
	#homeColumnSetInner .col1 {
		display: block;
		width: auto;
		float: none;
		background: none;
	}

	#homeColumnSet .col1 .homeColumnInner, #homeColumnSet .col2 .homeColumnInner, #homeColumnSet .col3 .homeColumnInner {
		padding: 10px;
		width: auto;
		margin: auto 0;
	}


	#homeColumnSetInner .col3 .homeColumnInner {
		width: auto;
		margin-top: 20px;
	}

	#homeColumnSetInner .col3 .cwContainer {
		float: none;
		width: auto;
		margin: 0 0 20px 0;
	}

}

/* 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;
}
