/*
	County of Grande Prairie - Standard Stylesheet
	March 2012
	Atomic Crayon
*/

/* Sections flagged with =
	GENERIC
	TOP
	BRAND
	ACCESSIBILITY
	MAIN
	CONTENT
	SIDEBAR
	SECTION-NAVIGATION
	NAVIGATION (main)
	META-NAVIGATION
	SEARCH
	BREADCRUMBS
	FOOTER
	SECTION-SPECIFIC
		Home
		Main Sections
		I Want To
		Wide
		Latest News
		News Archive
		Events Calendar
		Events Listing
		Events Detail
		Sitemap
		Photo Gallery Listing
		Photo Gallery
		Photo
		Slideshow
		Employment Listing
		Employment Detail
		Staff Directory
		Search Results

*/


/* Colours

#efecdb - beige - page background
#403726 - brown - footer text

#116081 - blue - links

#493a61 - purple - breadcrumbs

#5c243a - purple - Community headlines

#bf7b96 - pink - sidebar h2

*/

/* =GENERIC
----------------------------------------------------*/

html {
	font-size: 100%;
	overflow-y: scroll;
	background-color: #efecdb;
	min-width: 960px;
	margin: 0;
	padding: 0;
}


/* make room for Google translate bar */
html.translated-ltr, html.translated-rtl {
	background-position: 0 143px;
}

html.ie.translated-ltr, html.ie.translated-rtl {
	background-position: center 143px;
}


body {
	margin: 0;
	padding: 0;
	font-size: 15px;
	min-width: 960px;
	line-height: 1.231;
	background-image: url(../assets/layout/headers/header-default.jpg);
	background-repeat: no-repeat;
	background-position: 0 109px;
	background-size: 100% auto;
/* Google Translate adds this but we need to add it too bc otherwise all the bar stacking won't work if translate is blocked */
	top: 0;
	position: relative;
}

/* leave room for cms bar at top */

/*.cms_main_table {
	position: absolute;
	top: -60px;
	left: 0;
	height: 60px;
}
*/
.cms body {
	background-image: url(../../assets/layout/headers/header-default.jpg);
	/*background-position: 0 150px;*/
	/*background-position: 0 142px;*/
	position: relative;
	top: 42px !important;
}

.ecms-edit-mode.cms body,
.ecms-approval-mode.cms body {
/* cms bar * 2  */
	top: 84px !important;
}

.ie body {
	background-position: center 109px;
}

.ie.cms body {
	/*background-position: center 150px;*/
}


.ie #bk-wrapper {
	background-image: url(../images/header-fade.png);
	background-repeat: repeat-y;
	background-position: center 0;
}



/* make room for supplemental layout switch */

@media only screen and (max-width : 950px) {
	html {
		background-position: 0 149px;
	}

	html.translated-ltr, html.translated-rtl {
		background-position: 0 183px;
	}

	body {
		position: relative;
		top: 40px !important;
	}

	html.translated-ltr body, html.translated-rtl body {
		top: 80px !important;
	}
}

body, button, input, select, textarea {
	font-family: Helvetica, Tahoma, Arial, sans-serif; color: #000;
}

h1, h2, h3, h4 {
	margin: 0;
	font-weight: normal;
	font-family: Asap, Helvetica, Tahoma, Arial, sans-serif;
}

a:link, a:visited {
	color: #116081;
}

a:focus, a:hover, a:active {
	color: #000;
	overflow: hidden;
}

a img {
	border: none;
}

blockquote {
	margin: 1em 40px;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

small {
	font-size: 85%;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}

ul, ol {
	margin: 1em 0;
	padding: 0 0 0 40px;
}

dd {
	margin: 0 0 0 40px;
}

p {
	margin: 0 0 1em 0;
}

form {
	margin: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
}

.ie7 button, .ie7 input, .ie7 select, .ie7 textarea {
	vertical-align: middle;
}

button, input {
	line-height: normal;
}

.ie7 button, .ie7 input {
	overflow: visible;
}

.ie7 table button, .ie7 table input {
	overflow: auto;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
}

/* reCAPTCHA adds an iframe that breaks the design in chrome */

iframe[src="about:blank"]{display:none;}

/* =CMS
----------------------------------------------------*/

.cms-button {
	display: block;
	margin: 1em 0;
	color: #1f84b3;
	font-weight: bold;
}

.cms-button a {
	text-decoration: none;
	border: none !important;
}


/* =TOP
----------------------------------------------------*/

#top {
	border: none;
	font-size: 100%;
	line-height: 1.2;
	width: 960px;
	min-width: 960px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background-color: transparent;
}

/* =BRAND
----------------------------------------------------*/

#brand {
	position: relative;
	height: 408px;
	padding: 0;
	margin: 0;
}

#brand h2#heading {
	margin: 0;
	padding: 0;
}

#brand h2#heading a {
	display: block;
	width: 153px;
	height: 165px;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}

#brand h2#heading strong {
	position: absolute;
	left: -999em;
}

#brand #print-logo {
}

#brand p#tagline {
	position: absolute;
	left: -999em;
}

/* =ACCESSIBILITY
----------------------------------------------------*/

#accessibility h2 {
	position: absolute;
	left: -999em;
}


#accessibility #skip-links {
	position: absolute;
	left: 300px;
	top: 200px;
}

#accessibility #skip-links ul, #accessibility #skip-links ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#accessibility #skip-links a:link, #accessibility #skip-links a:visited {
	position: absolute;
	width: 1px;
	height: 1px;
	left: 0;
	top: -500px;
	display: block;
}

#accessibility #skip-links a:focus, #accessibility #skip-links a:active {
	position: static;
	width: 10em;
	height: auto;
	color: #000;
	background-color: #fff;
	font-weight: bold;
	padding: 1em;
	font-size: 1.6em;
	text-align: center;
}

#accessibility #layout-switch {
	display: none;
}


#supplemental-layout-switch {
	display: none;
	visibility: hidden;
	position: absolute;
	top: -40px;
	left: 0;
	padding: 12px 0;
	background-color: #000;
	text-align: center;
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: bold;
}

@media only screen and (max-width : 950px) {
	#supplemental-layout-switch {
		display: block;
		visibility: visible;
	}
}

#supplemental-layout-switch a {
	color: #fff;
	text-decoration: none;
}


/* =MAIN
----------------------------------------------------*/
#main {
	width: 960px;
	padding: 0;
	background-image: url(../images/main-bk.png);
	background-position: top right;
	background-repeat: repeat-y;
}

#main:after {
	content: '';
	display: table;
	clear: both;
	position: relative;
}

/* =CONTENT-WRAPPER
----------------------------------------------------*/

#content-wrapper {
	float: left;
	width: 100%;
}

/* =BREADCRUMBS
----------------------------------------------------*/

#breadcrumbs { /* 559px */
	margin: 0 160px 0 201px;
	padding: 23px 20px 28px 20px;
	overflow: hidden;
	line-height: 1;
}

#breadcrumbs h2 {
	position: absolute;
	left: -999em;
}

#breadcrumbs p {
	line-height: 1;
	font-size: .7333333em;  /* 11 / 15 */
	margin: 0;
}

#breadcrumbs .title {
	font-weight: bold;
	display: block;
	position: absolute;
	left: -999em;
}

#breadcrumbs a {
	color: #454545;
	text-decoration: none;
}

#breadcrumbs a:focus, #breadcrumbs a:hover, #breadcrumbs a:active {
}


#breadcrumbs strong {
	font-weight: normal;
}

.webkit #breadcrumbs strong {
	background-size: 41px auto;
}

#breadcrumbs .separator {
	color: #c5c5c5;
}

/* =CONTENT
----------------------------------------------------*/

#content { /* 559px */
	margin: 0 160px 0 201px;
	padding: 0 20px;
	position: relative;
	font-size: .93333333em; /* 14 / 15 */
}

#content:after {
	content: '';
	display: table;
	clear: both;
	position: relative;
}

#content #sub-navigation {
	border-bottom: solid 1px #ebe3ce;
	padding: .2em 0 .5em 0;
	margin-bottom: 1.5em;
}

#content #sub-navigation ul.column {
	margin: 0 20px 0 0;
	padding: 0;
	width: 200px;
	float: left;
}

#content #sub-navigation ul.column li {
	margin: 0 0 .5em 1.5em;
	padding: 0 0 0 0;
	line-height: 1.6;
}

#content h1, #content h2, #content h3, #content h4 {
	margin: 1.5em 0 .3em 0;
	padding: 0;
	font-size: 1.5em;
	color: #000;
}

#content h1#headline {
	margin: 0 0 .4642857em 0; /* 13 / 28 */
	padding: 0 0 .3214285em 0; /* 9 / 28 */
	font-size: 2em;  /* 28 / 14 */
	line-height: 1.2;
	color: #454545;
	border-bottom: solid 1px #9b9b9b;
}

#content h2 {
	font-size: 1.714285em; /* 24 / 14 */
}

#content h3 {
	font-size: 1.428571em; /* 20 / 14 */
}

#content h4 {
	font-size: 1.285714em; /* 18 / 14 */
}

#content h1 + h2, #content h2 + h3 {
	margin-top: .3em;
}

#content a {
}

#content a:focus, #content a:hover, #content a:active {
	color: #000;
}


#content p {
	line-height: 1.6;
	margin: 0 0 1.5em 0;
}

#content ul, #content ol {
	margin-top: 1em;
	margin-bottom: 1em;
}

#content li {
	margin-bottom: .5em;
	line-height: 1.4;
}

#content ol ol {
	list-style-type: lower-alpha;
}

/* Images */

#content img.border, #content img.image-border {
	display: block;
	padding: 10px;
	background-color: #fff;
	margin:.5em 0 1.5em 0;
	border: solid 1px #dedede;
	-moz-box-shadow: 3px 3px 12px #ccc;
	-webkit-box-shadow: 3px 3px 12px #ccc;
	box-shadow: 3px 3px 12px #ccc;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=145, Strength=3);
}

#content img.right, #content img.image-right {
	float: right;
	display: block;
	margin: 0 0 1.5em 1.5em;
}

#content img.left, #content img.image-left {
	float: left;
	margin: 0 1.5em 1.5em 0;
}

#content img.right-border, #content img.right-border-popup, #content img.image-right-border, #content img.image-right-border-popup {
	display: block;
	float: right;
	background-color: #fff;
	padding: 10px;
	margin: 0 0 1.5em 1.5em;
	border: solid 1px #dedede;
	-moz-box-shadow: 3px 3px 12px #ccc;
	-webkit-box-shadow: 3px 3px 12px #ccc;
	box-shadow: 3px 3px 12px #ccc;
}

#content img.left-border, #content img.left-border-popup, #content img.image-left-border, #content img.image-left-border-popup {
	display: block;
	float: left;
	background-color: #fff;
	padding: 10px;
	margin: 0 1.5em 1.5em 0;
	border: solid 1px #dedede;
	-moz-box-shadow: 3px 3px 12px #ccc;
	-webkit-box-shadow: 3px 3px 12px #ccc;
	box-shadow: 3px 3px 12px #ccc;
}

.ie #content img.border, .ie #content img.right-border, .ie #content img.left-border, .ie #content img.right-border-popup, .ie #content img.left-border-popup, .ie #content img.image-border, .ie #content img.image-right-border, .ie #content img.image-left-border, .ie #content img.image-right-border-popup, .ie #content img.image-left-border-popup   {
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=145, Strength=3);
}

/* Tables */

/* plain tables -- no styling */

#content table {
	border-collapse: collapse;
	border-style: solid;
	border-color: #dcdbdb;
	border-spacing: 0;
	border-width: 0;
	margin: .5em 0;
}

#content table td, #content table th {
	line-height: 1.2;
	border-collapse: collapse;
	border-color: #dcdbdb;
	border-spacing: 0;
	border-width: 0;
	border-style: solid;
	padding: .8em;
	line-height: 1.4;
	vertical-align: top;
}

#content table th, #content table tr.header td, #content table tr.table-header td, #content table td h2, #content table td h3, #content table td h4 {
	margin: 0;
	text-align: left;
	vertical-align: bottom;
}

#content table.table-styled th, #content table tr.header td, #content table tr.table-header td, #content table.table-styled td h2, #content table.table-styled td h3, #content table.table-styled td h4 {
	margin: 0;
	text-align: left;
	font-weight: bold;
	color: #565656;
	background-color: #e4dfdb;
	vertical-align: bottom;
	text-transform: uppercase;
}


#content table p {
	margin: 0;
	line-height: 1.4;
}

#content table.table-full {
	width: 99%;
}

#content table.table-styled, #content table.table-striped {
	border-collapse: collapse;
	border-style: solid;
	margin: .5em 0;
}

#content table.table-styled td, #content table.table-styled th, #content table.table-striped td, #content table.table-striped th {
	border-collapse: collapse;
	border-color: #dcdbdb;
	border-spacing: 0;
	border-width: 1px;
	border-style: solid;
	vertical-align: top;
	padding: 10px 6px;
}

#content table.table-styled td:first-child, #content table.table-styled th:first-child, #content table.table-striped td:first-child, #content table.table-striped th:first-child {
	/*border-left-width: 0;*/
}



#content table.table-styled p, #content table.table-striped p {
	margin: 0;
	line-height: 1.2;
}

#content table.table-striped tr:nth-child(even) td  {
	background-color: #F8F7F6;
}

.ie #content table tr.odd td  {
	background-color: #F8F7F6;
}

/* sortable */
#content table.table-sortable {
	border-top: solid 1px #dcdbdb;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	width: 100%;
}

#content table.table-sortable th {
	background-color: #fff;
	background-image: url(../images/tablesorter/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	color: #535353;
	font-weight: bold;
	padding-right: 21px;
	text-transform: capitalize;
	vertical-align: middle;
}

#content table.table-sortable thead tr .headerSortUp {
	background-image: url(../images/tablesorter/asc.gif);
}
#content table.table-sortable thead tr .headerSortDown {
	background-image: url(../images/tablesorter/desc.gif);
}

#content table.table-sortable thead tr .headerSortDown, #content table.table-sortable thead tr .headerSortUp {
	background-color: #f6f6f6;
}

/* Forms */

#content fieldset {
	margin: 0 0 2em 0;
	padding: 0;
	border: none;
}

#content .wrapper {
	clear: both;
	padding-top: 1em;
}

#content label, #content .label {
	display: block;
}

#content label .note {
	font-weight: normal;
	font-size: .9em;
}

#content input[type=text], #content input[type=file], #content input[type=email], #content input[type=tel], #content input[type=search], #content textarea, #content select, #content #content input[type=submit] {
	line-height: 1.4;
}


#content input[type=text], #content input[type=email], #content input[type=tel], #content input[type=search], #content textarea, #content select {
	text-align: left;
	border: solid 1px #dcdbdb;
	background-color: #f3f4f3;
	font-size: 1em;
	padding: 5px 10px;
}

#content textarea {
	height: 10em;
	overflow: auto;
}


#content form .question {
	font-weight: bold;
	text-align: left;
	display: block;
}

#content a.button, #content input[type=submit] {
	cursor: pointer;
	color: #fff;
	font-size: .78571428em;  /* 11 / 14 */
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	border-radius: 5px;
	padding: .90909090909em 1.36363636em .8181818181em 1.36363636em; /* 10,15,9,15 / 11  */
	background: #4a9720; /* Old browsers */
	background: -moz-linear-gradient(top,  #4a9720 50%, #3a8014 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#4a9720), color-stop(100%,#3a8014)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4a9720 50%,#3a8014 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4a9720 50%,#3a8014 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4a9720 50%,#3a8014 100%); /* IE10+ */
	background: linear-gradient(top,  #4a9720 50%,#3a8014 100%); /* W3C */

}

#content a.button {
	text-align: center;
}

.ie7 #content a.button {
	/*display: block;*/
	position: relative;
}

#content .required {
	display: none;
}

#content .req {
	display: inline;
	font-weight: bold;
	color: #c53636;
}

#content .error {
	color: #c53636;
	font-weight: bold;
}

#content .error label, #content .error .label {
	color: #c53636;
	font-weight: bold;
}

#content .error .required {
	display: block;
}

#content p.top-link {
	clear: both;
	height: 1px;
	margin: 0;
}

#content a.skip:link, #content a.skip:visited, #content a.skip:hover {
	position: absolute;
	width: 1px;
	height: 1px;
	left: 0;
	top: -999em;
}

#content a.skip:focus, #content a.skip:active {
	position: static;
	width: auto;
	height: auto;
	color: #312a18;
	background-color: #fff;
	font-weight: bold;
	padding: .2em;
	font-size: 1.2em;
	border: solid 1px #f00;
}

/* =SHARE-LINKS
----------------------------------------------------*/
/* inside content div */

#share-links {
	font-size: .71428571em; /* 10 / 14 */
	position: relative;
	margin: 0 0 2.6em 0; /* 26 / 10 */
}

#share-links h2 {
	position: absolute;
	left: -999em;
}

#share-links p {
	margin: 0 .9em 0 0;  /* 9 / 10 */
	padding: .5em 0 0 0; /* 5 / 10 */
	color: #4e4e4e;
	line-height: 1;
	text-transform: uppercase;
	float: left;
}


#share-links ul, #share-links ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ie7 #share-links ul li {
	float: left;
}

#share-links ul:after, #share-links .ie7-after {
	content: '';
	position: relative;
	display: table;
	clear: both;
}

#share-links a {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 .4em 0 0;
	background-image: url(../images/sprite-icons-share.png);
	background-repeat: no-repeat;
	float: left;
	text-indent: -999em;
}

#share-links a.facebook {
}

#share-links a.twitter {
	background-position: -26px 0;
}

#share-links a.linkedin {
	background-position: -52px 0;
}


/* =TEXT-SIZE
----------------------------------------------------*/

#text-size {
	position: absolute;
	right: 8.5em;  /* 85 / 10 */
	top: 0;
	padding-right: 1em; /* 10 / 10 */
	text-transform: uppercase;
	background-image: url(../images/separator-bar.png);
	background-position: right center;
	background-repeat: no-repeat;
}

#text-size p {
	margin: 0;
	padding: 0;
	line-height: 1;
	text-transform: uppercase;
}

#text-size p:after {
	content: '';
	position: relative;
	display: table;
	clear: both;
}

#text-size strong {
	font-weight: normal;
	display: block;
	float: left;
	margin: 0 .9em 0 0;  /* 9 / 10 */
	padding: .5em 0 0 0; /* 5 / 10 */
	line-height: 1;
}

#text-size a {
	display: block;
	width: 19px;
	height: 19px;
	margin: 0;
	background-repeat: no-repeat;
	background-image: url(../images/sprite-icons-text-size.png);
	float: left;
	text-indent: -9999em;
}

#text-size a.smaller {
	margin-right: 4px;
}

#text-size a.inactive-smaller {
	background-position: 0 -20px;
}

#text-size a.larger {
	background-position: -23px 0;
	margin: 0;
}

#text-size a.inactive-larger {
	background-position: -23px -20px;
}

/* =PRINT
----------------------------------------------------*/

#print {
	position: absolute;
	right: 0;
	top: -3px;
	text-transform: uppercase;
}

#print p {
	margin: 0;
	padding: .6em .5em; /* 6,5 / 10 */
	line-height: 1;
	text-transform: uppercase;
	border: solid 1px #9f9f9f;
	border-radius: 3px;
	cursor: pointer;
	background: #cacaca; /* Old browsers */
	background: -moz-linear-gradient(top, #cacaca 0%, #ffffff 88%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cacaca), color-stop(88%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cacaca 0%,#ffffff 88%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cacaca 0%,#ffffff 88%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cacaca 0%,#ffffff 88%); /* IE10+ */
	background: linear-gradient(top, #cacaca 0%,#ffffff 88%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cacaca', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}


/* =SECTION-NAVIGATION
----------------------------------------------------*/
#left-sidebar {
	float: left;
	width: 201px;
	margin: 0 0 0 -960px;
	position: relative;
}

#section-navigation {
	width: 201px;
	padding: 0 0 80px 0;
	position: relative;
	background-image: url(../images/section-nav-bk.png);
	background-repeat: repeat-y;
}

#section-navigation h2 {
	font-size: 1.2em; /* 18 / 15 */
	line-height: 1.4;
	padding: 1.1111111em 11px; /* 20 / 18 */
	color: #fff;
	background-color: #454545;
	background-image: url(../images/section-nav-shadow.png);
	background-position: top right;
	background-repeat: repeat-y;
}

#section-navigation h2 strong {
	position: absolute;
	left: -999em;
}

#section-navigation h2 a {
	display: block;
	padding: 0;
	margin: 0;
	color: #fff;
	text-decoration: none;
}

.ie7 #section-navigation h2 a {
	height: 29px;
	overflow: hidden;
}


#section-navigation h2 a:after {
	content: '';
	display: table;
	clear: both;
}

#section-navigation h2 a span.link {
	display: block;
	float: left;
}

#section-navigation h2 a span.link:after  {
	content: '';
	display: block;
	width: 18px;
	height: 1.68em;
	min-height: 13px;
	float: right;
	background-image: url(../images/arrow-section-nav-default.png);
	background-position: right center;
	background-repeat: no-repeat;
}

/* Level 1 */

#section-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#section-navigation > ul {
	background-image: url(../images/section-nav-header-shadow.png);
	background-repeat: repeat-x;
}


#section-navigation ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}


#section-navigation ul li a {
	text-decoration: none;
	display: block;
	color: #fff;
	font-size: .866666667em; /* 13 / 15 */
	line-height: 1.4;
	border-bottom: solid 1px #45341d;
	position: relative;
}

#section-navigation ul li a span.link {
	display: block;
	padding: .3076923em 11px; /* 4 / 13 */
	border-top: solid 1px #70562e;
	cursor: pointer;
}

#section-navigation > ul > li:first-child > a span.link {
	border: none;
}

#section-navigation ul li a:focus, #section-navigation ul li a:hover, #section-navigation ul li a:active {
	color: #bba682 !important;
}


#section-navigation ul li a.selected {
	font-weight: normal !important;
	color: #000 !important;
	background-image: url(../images/section-nav-selected.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.ie #section-navigation ul li a.selected {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/section-nav-selected.png', sizingMethod='scale');
}

.ie.cms #section-navigation ul li a.selected {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web/Grande~Prairie/Grande~Prairie/templates/images/section-nav-selected.png', sizingMethod='scale');
}


.ie7 #section-navigation ul li a.selected {
	background-color: #fff !important;
}

/* Level 2 */
#section-navigation ul ul {
	background-color: rgba(0,0,0,.35);
}

.ie #section-navigation ul ul {
	background-image: url(../images/black-35.png);
}

#section-navigation ul ul a:link, #section-navigation ul ul a:visited {
}

#section-navigation ul ul a  {
	border-color: #45341d;
}

#section-navigation ul ul a span.link  {
	padding-left: 18px;
	border-color: #49381e
}

/* Level 3 */

#section-navigation ul ul ul {
	background-color: rgba(0,0,0,.25);
}

.ie #section-navigation ul ul ul {
	background-image: url(../images/black-65.png);
}

#section-navigation ul ul ul a:link, #section-navigation ul ul ul a:visited {
	border-color: #45341d;
}

#section-navigation ul ul ul a span.link  {
	background-image: url(../images/arrow-right-brown.png);
	background-position: 19px .9230769em; /* 12 / 13 */
	background-repeat: no-repeat;
	padding-left: 29px;
	border-color: #382b17;
}

#section-navigation ul ul ul li a.selected span.link {
	background-image: url(../images/arrow-right-purple.png);
}
/* Level 4 */

#section-navigation ul ul ul ul a span.link  {
	padding-left: 36px;
	background-position: 26px .9230769em; /* 12 / 13 */

}

/* =FOLLOW-LINKS
----------------------------------------------------*/
/* moved by JS to after #section-navigation */

#follow-links-side {
	padding-top: 10px;
	width: 9.33333333em; /* 140 / 15 */
	margin: 40px auto 0 auto;
	background-color: #efecdb;
	background-color: rgba(239,236,219,.8);
}

#follow-links-side h2 {
	position: absolute;
	left: -999em;
}

#follow-links-side p {
	font-family: Asap, Helvetica, Tahoma, Arial, sans-serif;
	text-align: center;
}

#follow-links-side ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#follow-links-side ul:after {
	content: "";
	display: table;
	clear: both;
}


#follow-links-side li {
	list-style: none;
	margin: 0;
	padding: 0;
}


#follow-links-side li a {
	display: block;
	margin: 0 auto 12px auto;
	border: 0;
	text-indent: -999em;
	width: 38px;
	height: 38px;
	background-image: url(../images/sprite-icons-follow.png);
	background-repeat: no-repeat;
}


#follow-links-side li a.facebook {
}

#follow-links-side li a.twitter {
	background-position: 0 -48px;
}

#follow-links-side li a.youtube {
	background-position: 0 -95px;
}


/* =SIDEBAR
----------------------------------------------------*/
#sidebar {
	width: 160px;
	padding: 4.86666667em 0 0 0; /* 73 / 15 */
	float: left;
	margin-top: 0px;
	margin-left: -160px;
	line-height: 1;
	position: relative;
	background-image: url(../images/sidebar-top.png);
	background-repeat: no-repeat;
}

#sidebar .box {
	margin: 0 0 3.733333em 0; /* 56 / 15 */
	padding: 0 16px;
	font-size: .8em; /* 12 / 15 */
	line-height: 1.4;
	color: #4f5050;
}

#sidebar .box h2 {
	line-height: 1;
	font-size: 1.333333em; /* 16 /12 */
	color: #454545;
	border-bottom: solid 1px #9b9b9b;
	padding: 0 0 .9375em 0; /* 15 / 16 */
	margin: 0 0 1.5em 0; /* 24 / 16 */
}

#sidebar .box a {
	text-decoration: none;
	border: none;
}

#sidebar #related-links {
}

#sidebar #related-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar #related-links ul li {
	margin: 0 0 .91666667em 0; /* 11 / 12 */
	padding: 0 0 0 .75em; /* 9 / 12 */
	list-style: none;
	background-image: url(../images/arrow-right-grey.png);
	background-position: left .5em; /* 6 / 12 */
	background-repeat: no-repeat;
}

#sidebar #contact-info .blurb {
	line-height: 1.5;
}

#sidebar #latest-news ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar #latest-news ul li {
	margin: 0 0 .91666667em 0; /* 11 / 12 */
	padding: 0; /* 9 / 12 */
	list-style: none;
}



/* =NAVIGATION
----------------------------------------------------*/

#main-navigation {
	position: absolute;
	top: 41px;
	left: 201px;
}

/* add extra room for long translations */

html.translated-ltr #main-navigation, html.translated-rtl #main-navigation {
	width: 850px;
}

#main-navigation h2 {
	position: absolute;
	left: -999em;
}

#main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


#main-navigation ul li.other-pages-nav {
	display: none;
}

#main-navigation > ul > li {
	padding: 0;
	margin: 0 0 0 4px;
	list-style: none;
	position: relative;
	float: left;
}
#main-navigation > ul > li:before {
	content: '';
	display: block;
	float: left;
	width: 2px;
	height: 71px;
}


#main-navigation > ul > li:first-child {
	margin-left: 0;
}


#main-navigation > ul > li:hover:before {
	background: #efecdb; /* Old browsers */
	background: -moz-linear-gradient(top,  #efecdb 0%, #9d9b90 35%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efecdb), color-stop(35%,#9d9b90)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #efecdb 0%,#9d9b90 35%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #efecdb 0%,#9d9b90 35%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #efecdb 0%,#9d9b90 35%); /* IE10+ */
	background: linear-gradient(top,  #efecdb 0%,#9d9b90 35%); /* W3C */
}

.ie9 #main-navigation > ul > li:hover:before {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWNkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iIzlkOWI5MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
}

.ie8 #main-navigation > ul > li:hover:before {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efecdb', endColorstr='#9d9b90',GradientType=0 ); /* IE6-8 */

}

#main-navigation > ul > li > a {  /* I Want To colours  */
	color: #403726;
	font-size: 18px;
	height: 18px;
	font-family: Asap,Helvetica, Tahoma, Arial, sans-serif;
	text-decoration: none;
	display: block;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 1;
	padding: 40px 20px 13px 8px;
}

#main-navigation > ul > li > a span.link {
	display: block;
	padding-right: 26px;
	background-image: url(../images/sprite-arrows.png);
	background-position: right 4px;
	background-repeat: no-repeat;
}

#main-navigation > ul > li:hover > a {
	color: #fff;
	background: #efecdb; /* Old browsers */
	background: -moz-linear-gradient(top,  #efecdb 0%, #403726 35%, #403726 80%, #2e271b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efecdb), color-stop(35%,#403726), color-stop(80%,#403726), color-stop(100%,#2e271b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #efecdb 0%,#403726 35%,#403726 80%,#2e271b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #efecdb 0%,#403726 35%,#403726 80%,#2e271b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #efecdb 0%,#403726 35%,#403726 80%,#2e271b 100%); /* IE10+ */
	background: linear-gradient(top,  #efecdb 0%,#403726 35%,#403726 80%,#2e271b 100%); /* W3C */
}

.ie9 #main-navigation > ul > li:hover > a {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWNkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iIzQwMzcyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzQwMzcyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZTI3MWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}

.ie #main-navigation > ul > li:hover > a {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efecdb', endColorstr='#2e271b',GradientType=0 ); /* IE6-8 */
}

#main-navigation > ul > li:hover > a span.link {
	background-position: right -27px;
}

#main-navigation a.community-nav-link {
	color: #5c243a;
}

#main-navigation > ul > li > a.community-nav-link span.link {
	background-position: right -58px;
}

#main-navigation > ul > li:hover > a.community-nav-link {
	background: #efecdb; /* Old browsers */
	background: -moz-linear-gradient(top,  #efecdb 0%, #5c243a 35%, #5c243a 80%, #2e121d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efecdb), color-stop(35%,#5c243a), color-stop(80%,#5c243a), color-stop(100%,#2e121d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #efecdb 0%,#5c243a 35%,#5c243a 80%,#2e121d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #efecdb 0%,#5c243a 35%,#5c243a 80%,#2e121d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #efecdb 0%,#5c243a 35%,#5c243a 80%,#2e121d 100%); /* IE10+ */
	background: linear-gradient(top,  #efecdb 0%,#5c243a 35%,#5c243a 80%,#2e121d 100%); /* W3C */
}

.ie9 #main-navigation > ul > li:hover > a.community-nav-link {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWNkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iIzVjMjQzYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzVjMjQzYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZTEyMWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}

.ie #main-navigation > ul > li:hover > a.community-nav-link {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efecdb', endColorstr='#2e121d',GradientType=0 ); /* IE6-8 */
}

#main-navigation > ul > li:hover > a.community-nav-link span.link {
	background-position: right -89px;
}


#main-navigation a.business-nav-link {
	color: #cc822d;
}

#main-navigation > ul > li > a.business-nav-link span.link {
	background-position: right -120px;
}

#main-navigation > ul > li:hover > a.business-nav-link {
	background: #efecdb; /* Old browsers */
	background: -moz-linear-gradient(top,  #efecdb 0%, #cc822d 35%, #cc822d 80%, #996122 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efecdb), color-stop(35%,#cc822d), color-stop(80%,#cc822d), color-stop(100%,#996122)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #efecdb 0%,#cc822d 35%,#cc822d 80%,#996122 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #efecdb 0%,#cc822d 35%,#cc822d 80%,#996122 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #efecdb 0%,#cc822d 35%,#cc822d 80%,#996122 100%); /* IE10+ */
	background: linear-gradient(top,  #efecdb 0%,#cc822d 35%,#cc822d 80%,#996122 100%); /* W3C */
}

.ie9 #main-navigation > ul > li:hover > a.business-nav-link {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWNkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2NjODIyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2NjODIyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5OTYxMjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}

.ie #main-navigation > ul > li:hover > a.business-nav-link {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efecdb', endColorstr='#996122',GradientType=0 ); /* IE6-8 */
}

#main-navigation > ul > li:hover > a.business-nav-link span.link {
	background-position: right -151px;
}

#main-navigation a.government-nav-link {
	color: #47921e;
}

#main-navigation > ul > li > a.government-nav-link span.link {
	background-position: right -182px;
}

#main-navigation > ul > li:hover > a.government-nav-link {
	background: #efecdb; /* Old browsers */
	background: -moz-linear-gradient(top,  #efecdb 0%, #47921e 35%, #47921e 80%, #326615 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efecdb), color-stop(35%,#47921e), color-stop(80%,#47921e), color-stop(100%,#326615)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #efecdb 0%,#47921e 35%,#47921e 80%,#326615 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #efecdb 0%,#47921e 35%,#47921e 80%,#326615 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #efecdb 0%,#47921e 35%,#47921e 80%,#326615 100%); /* IE10+ */
	background: linear-gradient(top,  #efecdb 0%,#47921e 35%,#47921e 80%,#326615 100%); /* W3C */
}

.ie9 #main-navigation > ul > li:hover > a.government-nav-link {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWNkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iIzQ3OTIxZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzQ3OTIxZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMjY2MTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}

.ie #main-navigation > ul > li:hover > a.government-nav-link {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efecdb', endColorstr='#326615',GradientType=0 ); /* IE6-8 */
}

#main-navigation > ul > li:hover > a.government-nav-link span.link {
	background-position: right -213px;
}

#main-navigation a.departments-nav-link {
	color: #0a2973;
}

#main-navigation > ul > li > a.departments-nav-link span.link {
	background-position: right -244px;
}

#main-navigation > ul > li:hover > a.departments-nav-link {
	background: #efecdb; /* Old browsers */
	background: -moz-linear-gradient(top,  #efecdb 0%, #0a2973 35%, #0a2973 80%, #071d50 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efecdb), color-stop(35%,#0a2973), color-stop(80%,#0a2973), color-stop(100%,#071d50)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #efecdb 0%,#0a2973 35%,#0a2973 80%,#071d50 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #efecdb 0%,#0a2973 35%,#0a2973 80%,#071d50 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #efecdb 0%,#0a2973 35%,#0a2973 80%,#071d50 100%); /* IE10+ */
	background: linear-gradient(top,  #efecdb 0%,#0a2973 35%,#0a2973 80%,#071d50 100%); /* W3C */
}

.ie9 #main-navigation > ul > li:hover > a.departments-nav-link {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWNkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iIzBhMjk3MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzBhMjk3MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNzFkNTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}

.ie #main-navigation > ul > li:hover > a.departments-nav-link {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efecdb', endColorstr='#071d50',GradientType=0 ); /* IE6-8 */
}

#main-navigation > ul > li:hover > a.departments-nav-link span.link {
	background-position: right -275px;
}

/* Drop Downs */

#main-navigation ul ul {
	display: none;
	position: absolute;
	top: 70px;
	left: 0px;
	float: left;
	background-color: #403726;
	border: solid 2px #9d9b90;
	border-width: 0 0 2px 2px;
	z-index: 99999;
	padding: 8px 0 0 0;
}

#main-navigation ul ul li {
	position: relative;
}

#main-navigation ul ul ul {
	left: 100%;
	top: 0;
	padding-top: 0;
}

.ie7 #main-navigation ul ul ul {
	display: none !important;
}

@media only screen and (max-width: 1820px) {
	 #main-navigation li.want-nav ul ul {
		left: -16.466666em;  /* 247 / 15 */
	}
}

.ie #main-navigation li.want-nav ul ul {
	left: -16.466666em;  /* 247 / 15 */
}


@media only screen and (max-width: 1525px) { /* ie.css */
	 #main-navigation li.departments-nav ul ul {
		left: -16.466666em;  /* 247 / 15 */
	}
}

.ie #main-navigation li.departments-nav ul ul {
	left: -16.466666em;  /* 247 / 15 */
}


#main-navigation ul ul a {
	display: block;
	font-size: .8em; /* 12 / 15 */
	width: 18.75em; /* 225 / 12 */
	height: auto;
	background-color: #403726;
	color: #fff;
	border-bottom: solid 1px #2e271b;
	padding: .6666666em .9166666em;  /* 8,11 / 12 */
	margin: 0;
	text-decoration: none;
}

#main-navigation ul ul li.parent > a span.link {
	display: block;
	background-image: url(../images/arrow-right-beige.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.ie7 #main-navigation ul ul li.parent > a span.link {
	background-image: none !important;
}

#main-navigation ul ul ul li.parent > a {
	background-image: none;
}

#main-navigation ul ul li:first-child a {
	/*border: none;*/
}

#main-navigation li.community-nav ul {
	background-color: #5c243a;
}

#main-navigation li.community-nav ul a {
	background-color: #5c243a;
	border-bottom: solid 1px #3f1928;
}

#main-navigation li.community-nav ul li.parent > a span.link {
	background-image: url(../images/arrow-right-light-purple.png);
}

#main-navigation li.community-nav ul li:hover > a, #main-navigation li.community-nav ul a:focus {
	background: #957280; /* Old browsers */
	background: -moz-linear-gradient(top,  #957280 0%, #794c5e 60%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#957280), color-stop(60%,#794c5e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #957280 0%,#794c5e 60%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #957280 0%,#794c5e 60%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #957280 0%,#794c5e 60%); /* IE10+ */
	background: linear-gradient(top,  #957280 0%,#794c5e 60%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#957280', endColorstr='#794c5e',GradientType=0 ); /* IE6-9 */
}

#main-navigation li.community-nav ul li.parent:hover > a span.link {
	background-image: url(../images/arrow-right-white.png);
}


#main-navigation li.business-nav ul {
	background-color: #cc822d;
}

#main-navigation li.business-nav ul a {
	background-color: #cc822d;
	border-bottom: solid 1px #9b6322;
}

#main-navigation li.business-nav ul li.parent > a span.link {
	background-image: url(../images/arrow-right-light-orange.png);
}

#main-navigation li.business-nav ul li:hover > a, #main-navigation li.business-nav ul a:focus {
	background: #deaf77; /* Old browsers */
	background: -moz-linear-gradient(top,  #deaf77 0%, #d59953 60%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#deaf77), color-stop(60%,#d59953)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #deaf77 0%,#d59953 60%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #deaf77 0%,#d59953 60%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #deaf77 0%,#d59953 60%); /* IE10+ */
	background: linear-gradient(top,  #deaf77 0%,#d59953 60%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deaf77', endColorstr='#d59953',GradientType=0 ); /* IE6-9 */
}

#main-navigation li.business-nav ul li.parent:hover > a span.link {
	background-image: url(../images/arrow-right-white.png);
}



#main-navigation li.government-nav ul {
	background-color: #47921e;
}

#main-navigation li.government-nav ul a {
	background-color: #47921e;
	border-bottom: solid 1px #356e17;
}

#main-navigation li.government-nav ul li.parent > a span.link {
	background-image: url(../images/arrow-right-light-green.png);
}

#main-navigation li.government-nav ul li:hover > a, #main-navigation li.government-nav ul a:focus {
	background: #88b96e; /* Old browsers */
	background: -moz-linear-gradient(top,  #88b96e 0%, #68a647 60%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88b96e), color-stop(60%,#68a647)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #88b96e 0%,#68a647 60%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #88b96e 0%,#68a647 60%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #88b96e 0%,#68a647 60%); /* IE10+ */
	background: linear-gradient(top,  #88b96e 0%,#68a647 60%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88b96e', endColorstr='#68a647',GradientType=0 ); /* IE6-9 */
}

#main-navigation li.government-nav ul li.parent:hover > a span.link {
	background-image: url(../images/arrow-right-white.png);
}



#main-navigation li.departments-nav ul {
	background-color: #0a2973;
}

#main-navigation li.departments-nav ul a {
	background-color: #0a2973;
	border-bottom: solid 1px #071d50;
}

#main-navigation li.departments-nav ul li.parent > a span.link {
	background-image: url(../images/arrow-right-blue.png);
}

#main-navigation li.departments-nav ul li:hover > a, #main-navigation li.departments-nav ul a:focus {
	background: #6175a4; /* Old browsers */
	background: -moz-linear-gradient(top,  #6175a4 0%, #36508c 60%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6175a4), color-stop(60%,#36508c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6175a4 0%,#36508c 60%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6175a4 0%,#36508c 60%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6175a4 0%,#36508c 60%); /* IE10+ */
	background: linear-gradient(top,  #6175a4 0%,#36508c 60%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6175a4', endColorstr='#36508c',GradientType=0 ); /* IE6-9 */
}

#main-navigation li.departments-nav ul li.parent:hover > a span.link {
	background-image: url(../images/arrow-right-white.png);
}


#main-navigation li.want-nav ul li:hover > a, #main-navigation li.want-nav ul a:focus {
	background: #837e73; /* Old browsers */
	background: -moz-linear-gradient(top,  #837e73 0%, #625b4d 60%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#837e73), color-stop(60%,#625b4d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #837e73 0%,#625b4d 60%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #837e73 0%,#625b4d 60%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #837e73 0%,#625b4d 60%); /* IE10+ */
	background: linear-gradient(top,  #837e73 0%,#625b4d 60%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#837e73', endColorstr='#625b4d',GradientType=0 ); /* IE6-9 */
}

#main-navigation li.want-nav ul li.parent:hover > a span.link {
	background-image: url(../images/arrow-right-white.png);
}

#main-navigation ul li:hover > ul {
	display: block;
}

#main-navigation ul ul ul ul {
	display: none !important;
}

#main-navigation ul ul li.parent ul li a span.link {
	background-image: none !important;
}

/* =UTILITY-NAVIGATION
----------------------------------------------------*/

#utility-navigation {
	position: absolute;
	top: 13px;
	height: 14px;
	right: 294px;
}

.js #utility-navigation {
	right: 441px;
}

#utility-navigation h2 {
	position: absolute;
	left: -999em;
}

#utility-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	float: right;
}

#utility-navigation ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	border-right: solid 1px #c3bfae;
}

#utility-navigation ul li:first-child {
	/*border: none;*/
}

#utility-navigation ul li a  {
	font-size: 10px;
	line-height: 1;
	color: #403726;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	float: left;
	padding: 3px 2px;
	margin: 0 8px;
}


/* =SEARCH
----------------------------------------------------*/

#search {
	position: absolute;
	top: 5px;
	right: 0;
}

#search h2 {
	position: absolute;
	left: -999em;
}

#search form {
	margin: 0;
}

#search form p {
	margin: 0;
	line-height: 1;
}

#search h2 {
	position: absolute;
	left: -999em;
}

#search input[type=search]  {
	display: block;
	float: left;
	line-height: 1.4;
	text-align: left;
	border: none;
	margin: 0;
	padding: 3px 8px;
	width: 205px;
	height: 24px;
	border-radius: 5px 0px 0px 5px;
	-webkit-appearance: textfield;
	background-color: #d6d2be;
	background-image: url(../images/shadow-search.png);
	background-repeat: repeat-x;
}

.ie9 #search input[type=search] {
	/*border-radius: 0;*/
}

#search input[type=submit] {
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	line-height: 1;
	padding: 10px;
	height: 30px;
	border: none;
	border-radius: 0 5px 5px 0;
	background: #4a9720; /* Old browsers */
	background: -moz-linear-gradient(top, #4a9720 0%, #49961f 60%, #3a8014 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4a9720), color-stop(60%,#49961f), color-stop(100%,#3a8014)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4a9720 0%,#49961f 60%,#3a8014 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4a9720 0%,#49961f 60%,#3a8014 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4a9720 0%,#49961f 60%,#3a8014 100%); /* IE10+ */
	background: linear-gradient(top, #4a9720 0%,#49961f 60%,#3a8014 100%); /* W3C */
}

/* =TRANSLATE
----------------------------------------------------*/

#translate {
	position: absolute;
	top: 9px;
	height: 28px;
	right: 286px;
	padding-right: 12px;
	/*width: 144px;*/
}

#translate h2 {
	font-size: 10px;
	line-height: 1;
	margin: 0;
	color: #403726;
	text-transform: uppercase;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	background-image: url(../images/icon-translate.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding: 7px 27px 4px 0;
	cursor: pointer;
}

#translate-wrapper {
	position: absolute;
	top: -8px;
	left: -30px;
	padding: 30px;
	background-color: #000;
	background-color: rgba(0,0,0,.7);
}

#translate p.close {
	margin: 1em 0 0 0;
	padding: .5em 0 .5em .5em;
	font-size: 9px;
	color: #fff;
	cursor: pointer;
	float: right;
	line-height: 1.2;
}

/* hide the pop-ups -- will work unless Google changes their code */

.goog-tooltip {
    display: none !important;
}
.goog-tooltip:hover {
    display: none !important;
}
.goog-text-highlight {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* =WEATHER
----------------------------------------------------*/

#weather {
	display: none;
}

#weather-js {
	display: block;
	position: absolute;
	top: 154px;
	right: 0;
	background-image: url(../images/weather-bk.png);
	background-repeat: no-repeat;
	width: 147px;
	height: 36px;
	padding: 15px 40px 10px 19px;
	font-size: 17px;
	color: #fff;
}

#weather-js h2 {
	position: absolute;
	left: -999em;
}

#weather-js p {
	margin: 0;
	padding: 0;
	line-height: 1;
}

#weather-js a {
	color: #fff;
	display: block;
	margin: 0 auto;
	position: relative;
	text-decoration: none;
	line-height: 1;
	width: 147px;
	height: 36px;
}

.ie7 #weather-js a {
	cursor: pointer;
}

#weather-js a:after {
	display: table;
	clear: both;
}

#weather-js a:focus, #weather-js a:hover, #weather-js a:active {
	overflow: visible;
}

#weather-js #weather-image {
	height: 50px;
	display: block;
	/*float: right;*/
	position: absolute;
	top: -10px;
	right: -20px;
}

#weather-js .day {
	font-size: 11px;
	display: block;
	margin-bottom: 5px;
}

#weather-js .temperature, #weather-js .date {
	font-family: Asap, Helvetica, Tahoma, Arial, sans-serif;
}

#weather-js .date:after {
	content:  ' / ';
	margin: 0 1px;
	color: #7f7853;
}


#weather-js .temperature {
	color: #e8d0a6;
}

.ie7 #weather-js .temperature {
	margin-right: 5px;
}



/* =FOOTER
----------------------------------------------------*/

#footer {
	position: relative;
	font-size: .8em; /* 12 / 15 */
	color: #403726;
	line-height: 1.4;
	padding: 159px 0 20px 221px;
}

#footer:before, #footer .ie7-before {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	display: block;
	width: 759px;
	height: 139px;
	background-image: url(../images/main-bottom.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#footer:after {
	content: '';
	display: table;
	clear: both;
}

#footer a {
	text-decoration: none;
}

#footer a:focus, #footer a:hover, #footer a:active {
}

#footer #layout-switch {
	text-transform: uppercase;
	font-size: .8333333333em; /* 10 / 12 */
}

#footer #layout-switch:after, #footer #layout-switch .ie7-after {
	content: '';
	display: table;
	position: relative;
	clear: both;
	margin-bottom: 1em;
}

#footer #layout-switch h2, #footer #layout-switch p {
	position: absolute;
	left: -999em;
}

#footer #layout-switch ul, #footer #layout-switch li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
}

.ie7 #footer #layout-switch li {
	display: inline;
}


#footer #layout-switch li.wide {
	display: none;
}


#footer #layout-switch a {
	display: block;
	float: left;
	padding: .35em 49px 0 0; /* 3.5 / 10 */
	margin-left: 21px;
	min-height: 17px;
	background-image: url(../images/icon-off.png);
	background-position: right top;
	background-repeat: no-repeat;
}

#footer #layout-switch li.mobile a {
	margin-left: 0;
}

#footer #footer-tagline {
	position: absolute;
	top: 83px;
	right: 0;
	width: 12.8571458em; /* 180 / 14 */
	text-align: right;
	font-family: Asap, Helvetica, Tahoma, Arial, sans-serif;
	font-size: 1.166666667em; /* 14 / 12 */
}

#footer #footer-text {
	margin-bottom: .4em;
}

#footer #footer-links h2 {
	position: absolute;
	left: -999999em;
}

#footer #footer-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

#footer #footer-links ul:after {
	content: '';
	display: table;
	clear: both;
	position: relative;
}

#footer #footer-links ul li {
	line-height: 1;
	list-style: none;
	padding: 0 .8em; /* 8 / 10 */
	margin: 0 0 .5em 0;
	float: left;
	border-left: solid 1px #403726;
}

#footer #footer-links ul li:first-child {
	border: none;
	padding-left: 0;
}

#footer #follow-links {
	margin-top: 2em;
}

#footer #follow-links h2 {
	position: absolute;
	left: -999999em;
}


#footer #follow-links p {
}

#footer #follow-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer #follow-links ul:after {
	content: "";
	display: table;
	clear: both;
}


#footer #follow-links li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ie7 #footer #follow-links li {
	display: inline;
}

#footer #follow-links li a {
	display: block;
	float: left;
	margin-left: 10px;
	border: 0;
	text-indent: -999999em;
	width: 38px;
	height: 38px;
	background-image: url(../images/sprite-icons-follow.png);
	background-repeat: no-repeat;
}


#footer #follow-links li a.facebook {
}

#footer #follow-links li a.twitter {
	background-position: 0 -48px;
}

#footer #follow-links li a.youtube {
	background-position: 0 -95px;
}

#footer p.top-link {
	line-height: 1;
	margin: 0;
}

#footer p.top-link a {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 11px 0 10px 0;
	width: 102px;
	text-align: center;
	font-size: 16px;
	line-height: 1;
	font-family: Asap, Helvetica, Tahoma, Arial, sans-serif;
	color: #fff;
	background-image: url(../images/top-link-bk.png);
	background-repeat: no-repeat;
}

/* =HOME
----------------------------------------------------*/

.home #main {
	background-image: none;
	margin-top: 70px;
}

.home #breadcrumbs {
	display: none;
}

.home #content {
	margin: 0;
	padding: 0;
}

.home #content .col {
	width: 267px;
	margin: 0 22px 0 0;
	float: left;
	position: relative;
}

.home #content .col a {
	text-decoration: none;
}

.home #content .col h1#headline, .home #content .col h2.headline {
	border: none;
	font-size: .857142em; /* 12 / 14 */
	margin: 0;
	padding: .666667em 11px; /* 8 / 12 */
	background-repeat: no-repeat;
	background-size: 100% 100%;
	float: left;
	position: absolute;
	top: -1.75em; /* 21 / 12 */
	left: 0;
}

.home #content .col ul {
	margin: 1.125em 11px 0 11px; /* 18 / 16 */
	padding: 0;
	list-style: none;
	font-size: 1.1428571em; /* 16 / 14 */
}

.home #content .col li {
	margin: .8125em 0;  /* 13 / 16 */
	padding: 0 0 .5em 0; /* 8 / 16 */
	border-bottom: solid 1px #cfcdc9;
	line-height: 1.125;
}

.home #content .col li a {
	display: block;
	font-family: "PT Sans", Helvetica, Tahoma, Arial, sans-serif;
	font-weight: bold;
}

.home #content .col li .date {
	display: block;
	font-size: .75em; /* 12 / 16 */
	line-height: 1.5;
	margin-top: .666666em; /* 8 / 12 */
}

.home #content .col p.more-link {
	text-align: right;
	font-size: .857142em; /* 12 / 14 */
	width: 221px;
	float: left;
	line-height: 1;
	margin: 0;
	padding-top: .3333333em;  /* 4 / 12 */
}

.home #content .col p.rss-link {
	width: 1.4em; /* 21 / 15 */
	height: 1.4em;
	padding-right: 11px;
	float: right;
	margin: 0;
}

.home #content .col p.rss-link a {
	display: block;
	width: 1.4em;
	height: 1.4em;
}

.home #content .col p.rss-link a img {
	display: block;
	width: 1.4em;
	height: 1.4em;
}

.home #content .col p.rss-link a span.text {
	display: block;
	position: absolute;
	left: -999em;
}

.home #content .corner {
	position: relative;
	padding-bottom: 5px;
}

.home #content .corner:after, .ie7 .home #content .corner .ie7-after {
	content: '';
	display: block;
	width: 267px;
	height: 1.785714em; /* 25 / 14  */
	/*min-height: 25px;*/
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: -1.785714em;
	right: 0;
	z-index: 0;
}

.home #content #news-col {
	background-color: #fff;
}

.home #content #news-col:after, .home #content #news-col .ie7-after {
	background-image: url(../images/bk-corner-news.png);
}

.home #content #news-col h1 {
	color: #5d4c27;
	background-image: url(../images/bk-home-news.png);
}

.ie .home #content #news-col h1 {
	background-image: none;
	background-color: #b3af97;
}

.home #content #news-col li a span.pdf {
	white-space: nowrap;
}

.home #content #events-col {
	background-color: #584524;
	background-image: url(../images/section-nav-bk.png);
	background-position: bottom left;
	background-repeat: repeat-y;
	color: #fff;
}

.home #content #events-col:after, .home #content #events-col .ie7-after {
	background-image: url(../images/bk-corner-events.png);
}


.home #content #events-col h2 {
	color: #bcba96;
	background-image: url(../images/bk-home-events.png);
}

.ie .home #content #events-col h2 {
	background-image: none;
	background-color: #403726;
}

.home #content #events-col a {
	color: #ccc49a;
}

.home #content #events-col li {
	border-color: #47371d;
}

.home #content #events-col li .duration {
	display: block;
}

.home #content #right-col {
	width: 382px;
	margin-right: 0;
}

.home #content #spotlight {
	background-color: #5c243a;
	position: relative;
	height: 13em;  /* 182 / 14 */
	min-height: 182px;
	padding-bottom: 0;
}

.ie .home #content #spotlight {
	background-color: transparent;
}

.home #content #spotlight:after, .home #content #spotlight .ie7-after {
	width: 382px;
	background-image: url(../images/bk-corner-spotlight.png);
	background-size: 100% 100%;
	z-index: 0;
	min-height: 25px;
	height: 1.785714em; /* 25 / 14  */
}

.home #content #spotlight .ie7-after {
	background-image: none;
}


.home #content #spotlight h2 {
	background-image: url(../images/bk-home-spotlight.png);
	color: #d7caaa;
}

.home #content #spotlight .item {
display: none;
	position: relative;
	overflow: hidden;
	padding: 0 165px 0 11px;
	width: 206px;
	height: 17.25em; /* 207 / 12 */
	min-height: 207px;
	color: #fff;
	font-size: .8em; /* 12 / 15 */
	line-height: 1.5;
	z-index: 20;
}

.ie .home #content #spotlight .item {
	background-color: transparent !important;
	background-image: url(../images/ie-bk-spotlight.png);
	background-repeat: repeat-y;
}

.home #content #spotlight .item:first-child  {
	display: block;
}

.home #content #spotlight .item h3 {
	position: relative;
	font-size: 1.41666em; /* 17 / 12 */
	line-height: 1.0588;
	color: #bf7b96;
	font-family: "PT Sans", Helvetica, Tahoma, Arial, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: .7058823em 0 .8823529em 0; /* 12,15 / 17*/
}

.home #content #spotlight .item p.more-link {
	text-align: left;
	padding: 0;
	margin-top: 1.25em; /* 15 / 12 */
	font-size: 1em;
}

.home #content #spotlight .item p.more-link a {
	color: #bf7b96;
}

.home #content #spotlight .item .spotlight-image {
	display: block;
	position: absolute;
	left: 241px;
	top: 0;
	width: auto;
	min-width: 141px;
	height: 17.25em; /* 207 / 12 */
	min-height: 207px;
}

.home #content #spotlight .item .blurb {
	max-height: 7.083333em; /* 85 / 12 */
	overflow: hidden;
}

.home #content #spotlight #spotlight-pager {
	position: absolute;
	left: 94px;
	bottom: -1.1428571em; /* 16 / 14 */
	z-index: 10;
	color: #fff;
}

.home #content #spotlight #spotlight-pager .prev-next {
	display: block;
	width: 13px;
	height: 13px;
	background-image: url(../images/sprite-next-prev.png);
	background-repeat: no-repeat;
	text-indent: -999em;
	float: left;
}

.home #content #spotlight #spotlight-pager #spotlight-prev {
	margin-right: 20px;
	background-position: 0 -13px;
}

.home #content #follow-links-side {
	margin: 3.928571em 19px 0 0; /* 55 / 14 */
	float: left;
	width: 115px;
}

.home #content #follow-links-side p {
	margin: 0 0 1em 0;
	line-height: 1;
}

.home #content #follow-links-side ul {
	margin: 0;
	padding: 0;
}

.home #content #follow-links-side li {
	margin: 0;
	padding: 0;
	border: none;
}

.home #content #online-services {
	background-color: #0a2973;
	position: relative;
	padding: 0 11px;
	width: 226px;
	float: left;
	margin-top: 5.066667em; /* 76 / 15 */
	color: #fff;
}

.home #content #online-services:after, .ie7 .home #content #online-services .ie7-after {
	width: 248px;
	background-image: url(../images/bk-corner-online.png);
}

.home #content #online-services h2 {
	background-image: url(../images/bk-home-online.png);
	color: #fff;
}


.home #content #online-services h3 {
	color: #8cb1dd;
	font-size: 1.13333em; /* 17 / 15 */
	line-height: 1.0588;
	font-family: "PT Sans", Helvetica, Tahoma, Arial, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: .7058823em 0 .8823529em 0; /* 12,15 / 17 */
}

.home #content #online-services .blurb {
	color: #fff;
	line-height: 1.5;
	font-size: .8em; /* 12 / 15 */
}

.home #content #online-services p.more-link {
	text-align: left;
	padding: 0;
	margin-top: 1.25em; /* 15 / 12 */
	font-size: .8em; /* 12 / 15 */
}

.home #content #online-services p.more-link a {
	color: #8cb1dd;
}


.home #footer {
	padding-top: 7em; /* 105 / 15 */
	padding-left: 0;
}

.home #footer:before, .home #footer .ie7-before {
	display: none;
}

.home #footer #layout-switch, .home #footer #footer-text, .home #footer #footer-links {
	width: 372px;
}

.home #footer #footer-tagline {
	top: 23px;
}

.home #footer #share-links {
	position: absolute;
	top: 7.9em; /* 79 / 10 */
	left: 416px;
	width: 23em; /* 230 / 10 */
	font-size: .8333333333em; /* 10 / 12 */
}

.home #footer #share-links a {
}

.home #footer #text-size {
	position: relative;
	right: auto;
	top: auto;
	float: left;
	padding-top: 3px;
	margin-right: .66666666em; /* 10 / 15 */
	margin-bottom: .75em; /* 9 / 12 */
}

.home #footer #text-size p, .home #footer #print p {
	margin-top: 0;
}

.home #footer #print {
	position: relative;
	top: auto;
	right: auto;
	float: left;
	margin-bottom: .75em; /* 9 / 12 */
}

/* =Widget
----------------------------------------------------*/

.widget {
	margin: 1em 0 2em 0;
}


/* =Main Sections
----------------------------------------------------*/

/* Community */

.section-community {
	background-image: url(../assets/layout/headers/header-community.jpg);
}

.cms .section-community {
	background-image: url(../../assets/layout/headers/header-community.jpg);
}

.section-community #breadcrumbs a {
	color: #493a61;
}

.section-community #breadcrumbs .separator {
	color: #6a2bce;
}

.section-community #content h1#headline {
	color: #5c243a;
	border-bottom: solid 1px #bf7b96;
}

.section-community #section-navigation h2 {
	background-color: #5c243a;
}

.section-community #section-navigation h2 a span.link:after  {
	background-image: url(../images/arrow-section-nav-community.png);
}

.section-community #sidebar .box h2 {
	color: #5c243a;
	border-bottom: solid 1px #bf7b96;
}

.section-community #main-navigation > ul > li.community-nav:before {
	background: #efecdb; /* Old browsers */
	background: -moz-linear-gradient(top,  #efecdb 0%, #9d9b90 35%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efecdb), color-stop(35%,#9d9b90)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #efecdb 0%,#9d9b90 35%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #efecdb 0%,#9d9b90 35%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #efecdb 0%,#9d9b90 35%); /* IE10+ */
	background: linear-gradient(top,  #efecdb 0%,#9d9b90 35%); /* W3C */
}

.ie9 .section-community #main-navigation > ul > li.community-nav:before {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWNkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iIzlkOWI5MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
}

.ie8 .section-community #main-navigation > ul > li.community-nav:before {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efecdb', endColorstr='#9d9b90',GradientType=0 ); /* IE6-8 */

}

.section-community #main-navigation a.community-nav-link {
	color: #5c243a;
}

.section-community #main-navigation > ul > li > a.community-nav-link {
	color: #fff;
	background: #efecdb; /* Old browsers */
	background: -moz-linear-gradient(top,  #efecdb 0%, #5c243a 35%, #5c243a 80%, #2e121d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efecdb), color-stop(35%,#5c243a), color-stop(80%,#5c243a), color-stop(100%,#2e121d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #efecdb 0%,#5c243a 35%,#5c243a 80%,#2e121d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #efecdb 0%,#5c243a 35%,#5c243a 80%,#2e121d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #efecdb 0%,#5c243a 35%,#5c243a 80%,#2e121d 100%); /* IE10+ */
	background: linear-gradient(top,  #efecdb 0%,#5c243a 35%,#5c243a 80%,#2e121d 100%); /* W3C */
}

.ie9 .section-community #main-navigation > ul > li > a.community-nav-link {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWNkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iIzVjMjQzYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzVjMjQzYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZTEyMWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}

.ie .section-community #main-navigation > ul > li > a.community-nav-link {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efecdb', endColorstr='#2e121d',GradientType=0 ); /* IE6-8 */
}

.section-community #main-navigation > ul > li > a.community-nav-link span.link {
	background-position: right -89px;
}

/* Business */

.section-business {
	background-image: url(../assets/layout/headers/header-business.jpg);
}

.cms .section-business {
	background-image: url(../../assets/layout/headers/header-business.jpg);
}

.section-business #breadcrumbs a {
	color: #cc822d;
}

.section-business #breadcrumbs .separator {
	color: #f8b76b;
}

.section-business #content h1#headline {
	color: #cc822d;
	border-color: #f8b76b;
}

.section-business #section-navigation h2 {
	background-color: #cc822d;
}

.section-business #section-navigation h2 a span.link:after  {
	background-image: url(../images/arrow-section-nav-business.png);
}

.section-business #sidebar .box h2 {
	color: #cc822d;
	border-color: #f8b76b;
}

.section-business #main-navigation > ul > li.business-nav:before {
	background: #efecdb; /* Old browsers */
	background: -moz-linear-gradient(top,  #efecdb 0%, #9d9b90 35%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efecdb), color-stop(35%,#9d9b90)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #efecdb 0%,#9d9b90 35%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #efecdb 0%,#9d9b90 35%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #efecdb 0%,#9d9b90 35%); /* IE10+ */
	background: linear-gradient(top,  #efecdb 0%,#9d9b90 35%); /* W3C */
}

.ie9 .section-business #main-navigation > ul > li.business-nav:before {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWNkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iIzlkOWI5MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
}

.ie8 .section-business #main-navigation > ul > li.business-nav:before {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efecdb', endColorstr='#9d9b90',GradientType=0 ); /* IE6-8 */
}

.section-business #main-navigation a.business-nav-link {
	color: #cc822d;
}

.section-business #main-navigation > ul > li > a.business-nav-link {
	color: #fff;
	background: #efecdb; /* Old browsers */
	background: -moz-linear-gradient(top,  #efecdb 0%, #cc822d 35%, #cc822d 80%, #996122 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efecdb), color-stop(35%,#cc822d), color-stop(80%,#cc822d), color-stop(100%,#996122)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #efecdb 0%,#cc822d 35%,#cc822d 80%,#996122 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #efecdb 0%,#cc822d 35%,#cc822d 80%,#996122 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #efecdb 0%,#cc822d 35%,#cc822d 80%,#996122 100%); /* IE10+ */
	background: linear-gradient(top,  #efecdb 0%,#cc822d 35%,#cc822d 80%,#996122 100%); /* W3C */
}

.ie9 .section-business #main-navigation > ul > li > a.business-nav-link {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWNkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2NjODIyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2NjODIyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5OTYxMjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}

.ie .section-business #main-navigation > ul > li > a.business-nav-link {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efecdb', endColorstr='#996122',GradientType=0 ); /* IE6-8 */
}

.section-business #main-navigation > ul > li > a.business-nav-link span.link {
	background-position: right -151px;
}

/* Government */

.section-government {
	background-image: url(../assets/layout/headers/header-government.jpg);
}

.cms .section-government {
	background-image: url(../../assets/layout/headers/header-government.jpg);
}

.section-government #breadcrumbs a {
	color: #47921e;
}

.section-government #breadcrumbs .separator {
	color: #4dd204;
}

.section-government #content h1#headline {
	color: #47921e;
	border-color: #4dd204;
}

.section-government #section-navigation h2 {
	background-color: #47921e;
}

.section-government #section-navigation h2 a span.link:after  {
	background-image: url(../images/arrow-section-nav-government.png);
}

.section-government #sidebar .box h2 {
	color: #47921e;
	border-color: #4dd204;
}

.section-government #main-navigation > ul > li.government-nav:before {
	background: #efecdb; /* Old browsers */
	background: -moz-linear-gradient(top,  #efecdb 0%, #9d9b90 35%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efecdb), color-stop(35%,#9d9b90)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #efecdb 0%,#9d9b90 35%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #efecdb 0%,#9d9b90 35%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #efecdb 0%,#9d9b90 35%); /* IE10+ */
	background: linear-gradient(top,  #efecdb 0%,#9d9b90 35%); /* W3C */
}

.ie9 .section-government #main-navigation > ul > li.government-nav:before {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWNkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iIzlkOWI5MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
}

.ie8 .section-government #main-navigation > ul > li.government-nav:before {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efecdb', endColorstr='#9d9b90',GradientType=0 ); /* IE6-8 */
}

.section-government #main-navigation > ul > li > a.government-nav-link {
	color: #fff;
	background: #efecdb; /* Old browsers */
	background: -moz-linear-gradient(top,  #efecdb 0%, #47921e 35%, #47921e 80%, #326615 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efecdb), color-stop(35%,#47921e), color-stop(80%,#47921e), color-stop(100%,#326615)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #efecdb 0%,#47921e 35%,#47921e 80%,#326615 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #efecdb 0%,#47921e 35%,#47921e 80%,#326615 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #efecdb 0%,#47921e 35%,#47921e 80%,#326615 100%); /* IE10+ */
	background: linear-gradient(top,  #efecdb 0%,#47921e 35%,#47921e 80%,#326615 100%); /* W3C */
}

.ie9 .section-government #main-navigation > ul > li > a.government-nav-link {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWNkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iIzQ3OTIxZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzQ3OTIxZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMjY2MTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}

.ie .section-government #main-navigation > ul > li > a.government-nav-link {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efecdb', endColorstr='#326615',GradientType=0 ); /* IE6-8 */
}

.section-government #main-navigation > ul > li > a.government-nav-link span.link {
	background-position: right -213px;
}

/* Departments */

.section-departments {
	background-image: url(../assets/layout/headers/header-departments.jpg);
}

.cms .section-departments {
	background-image: url(../../assets/layout/headers/header-departments.jpg);
}

.section-departments #breadcrumbs a {
	color: #0a2973;
}

.section-departments #breadcrumbs .separator {
	color: #0042df;
}

.section-departments #content h1#headline {
	color: #0a2973;
	border-color: #0042df;
}

.section-departments #section-navigation h2 {
	background-color: #0a2973;
}

.section-departments #section-navigation h2 a span.link:after  {
	background-image: url(../images/arrow-section-nav-departments.png);
}

.section-departments #sidebar .box h2 {
	color: #0a2973;
	border-color: #0042df;
}

.section-departments #main-navigation > ul > li.departments-nav:before {
	background: #efecdb; /* Old browsers */
	background: -moz-linear-gradient(top,  #efecdb 0%, #9d9b90 35%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efecdb), color-stop(35%,#9d9b90)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #efecdb 0%,#9d9b90 35%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #efecdb 0%,#9d9b90 35%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #efecdb 0%,#9d9b90 35%); /* IE10+ */
	background: linear-gradient(top,  #efecdb 0%,#9d9b90 35%); /* W3C */
}

.ie9 .section-departments #main-navigation > ul > li.departments-nav:before {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWNkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iIzlkOWI5MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
}

.ie8 .section-departments #main-navigation > ul > li.departments-nav:before {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efecdb', endColorstr='#9d9b90',GradientType=0 ); /* IE6-8 */
}

.section-departments #main-navigation > ul > li > a.departments-nav-link {
	color: #fff;
	background: #efecdb; /* Old browsers */
	background: -moz-linear-gradient(top,  #efecdb 0%, #0a2973 35%, #0a2973 80%, #071d50 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efecdb), color-stop(35%,#0a2973), color-stop(80%,#0a2973), color-stop(100%,#071d50)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #efecdb 0%,#0a2973 35%,#0a2973 80%,#071d50 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #efecdb 0%,#0a2973 35%,#0a2973 80%,#071d50 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #efecdb 0%,#0a2973 35%,#0a2973 80%,#071d50 100%); /* IE10+ */
	background: linear-gradient(top,  #efecdb 0%,#0a2973 35%,#0a2973 80%,#071d50 100%); /* W3C */
}

.ie9 .section-departments #main-navigation > ul > li > a.departments-nav-link {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWNkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iIzBhMjk3MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzBhMjk3MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNzFkNTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}

.ie .section-departments #main-navigation > ul > li > a.departments-nav-link {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efecdb', endColorstr='#071d50',GradientType=0 ); /* IE6-8 */
}

.section-departments #main-navigation > ul > li > a.departments-nav-link span.link {
	background-position: right -275px;
}

/* Want */

.section-want {
	background-image: url(../assets/layout/headers/header-want.jpg);
}

.cms .section-want {
	background-image: url(../../assets/layout/headers/header-want.jpg);
}

.section-want #breadcrumbs a {
	color: #403726;
}

.section-want #breadcrumbs .separator {
	color: #7d7652;
}

.section-want #content h1#headline {
	color: #403726;
	border-color: #7d7652;
}

.section-want #section-navigation h2 {
	background-color: #403726;
}

.section-want #section-navigation h2 a span.link:after  {
	background-image: url(../images/arrow-section-nav-want.png);
}

.section-want #sidebar .box h2 {
	color: #403726;
	border-color: #7d7652;
}

.section-want #main-navigation > ul > li.want-nav:before {
	background: #efecdb; /* Old browsers */
	background: -moz-linear-gradient(top,  #efecdb 0%, #9d9b90 35%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efecdb), color-stop(35%,#9d9b90)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #efecdb 0%,#9d9b90 35%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #efecdb 0%,#9d9b90 35%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #efecdb 0%,#9d9b90 35%); /* IE10+ */
	background: linear-gradient(top,  #efecdb 0%,#9d9b90 35%); /* W3C */
}

.ie9 .section-want #main-navigation > ul > li.want-nav:before {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWNkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iIzlkOWI5MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
}

.ie8 .section-want #main-navigation > ul > li.want-nav:before {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efecdb', endColorstr='#9d9b90',GradientType=0 ); /* IE6-8 */
}

.section-want #main-navigation > ul > li > a.want-nav-link {
	color: #fff;
	background: #efecdb; /* Old browsers */
	background: -moz-linear-gradient(top,  #efecdb 0%, #403726 35%, #403726 80%, #2e271b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efecdb), color-stop(35%,#403726), color-stop(80%,#403726), color-stop(100%,#2e271b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #efecdb 0%,#403726 35%,#403726 80%,#2e271b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #efecdb 0%,#403726 35%,#403726 80%,#2e271b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #efecdb 0%,#403726 35%,#403726 80%,#2e271b 100%); /* IE10+ */
	background: linear-gradient(top,  #efecdb 0%,#403726 35%,#403726 80%,#2e271b 100%); /* W3C */
}

.ie9 .section-want #main-navigation > ul > li > a.want-nav-link {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWNkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iIzQwMzcyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzQwMzcyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZTI3MWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}

.ie .section-want #main-navigation > ul > li > a.want-nav-link {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efecdb', endColorstr='#2e271b',GradientType=0 ); /* IE6-8 */
}

.section-want #main-navigation > ul > li > a.want-nav-link span.link {
	background-position: right -27px;
}


/* Fire Department */

.section-fire-department {
	background-image: url(../assets/layout/headers/header-fire.jpg);
}

.cms .section-fire-department {
	background-image: url(../../assets/layout/headers/header-fire.jpg);
}

/* ASB Tour */

.section-asb-tour {
	background-image: url(../assets/layout/headers/header-asb-tour.jpg);
}

.cms .section-asb-tour {
	background-image: url(../../assets/layout/headers/header-asb-tour.jpg);
}

/* =Wide (no right sidebar)
----------------------------------------------------*/

.wide #main {
	background-image: url(../images/main-bk-wide.png);
}

.wide #content {
	margin-right: 0;
}

.wide #content iframe {
	border: 0;
	width: 100%;
}

.wide #sidebar {
	display: none;
}

.wide #footer:before, .wide #footer .ie7-before {
	background-image: url(../images/main-bottom-wide.png);
}

#content #ie-iframe-print-notice {
    border: solid 1px #000;
	padding: 1em 2em;
	margin: 1.5em 0 2em 0;
}

#content #ie-iframe-print-notice h2 {
    font-size: 1em;
	margin-top: 0;
}

#content #ie-iframe-print-notice a {
}


/* =I Want To
----------------------------------------------------*/

.section-want #content ul {
	margin: 0;
	padding: 0 15px;
	list-style: none;
}

.section-want #content ul li {
	margin: 0 0 .6923076em 0;
	padding: 0 0 0 .8em;
	list-style: none;
	line-height: 1.4;
	background-image: url(../images/arrow-right-grey.png);
	background-position: left .6em;
	background-repeat: no-repeat;
}


/* =Latest News
----------------------------------------------------*/

/* Used across most pages with RSS link in main content area */
#content p.rss-feed {
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 1.6;
}

#content p.rss-feed img.icon-rss {
	display: block;
	float: left;
	margin: 1px 5px 0 0;
}

#content .news-listing ul {
	margin: 2em 0 0 0;
	padding: 0;
	list-style: none;
}
#content #latest-news-listing ul {
	border-top: solid 1px #dcdbdb;
	padding: .66666667em 0 0 0; /* 10 / 15 */
}

#content .news-listing ul li {
	padding: 0 0 .66666667em 0; /* 10 / 15 */
	margin: 0 0 1.142857em 0; /* 16 / 14 */
	border-bottom: solid 1px #dcdbdb;
	list-style: none;
	clear: both;
	overflow: auto;
}

#content .news-listing ul li p {
	margin: 0;
}

#content .news-listing ul li strong {
	font-weight: normal;
}


#content #latest-news-listing ul li strong {
	margin: 0;
	font-size: 1.21428571em; /* 17 / 14 */
	font-family: Asap, Helvetica, Tahoma, Arial, sans-serif;
	line-height: 1.4;
	color: #116081;
}

#content .news-listing ul li .title strong {
	font-weight: normal;
}

#content .news-listing ul li .date {
	display: block;
	margin: .4em 0 .6em 0;
	font-size: .78571428em; /* 11 / 14 */
	line-height: 1;
	color: #4e4d4d;
}

#content .news-listing ul li .blurb {
	line-height: 1.6;
}

#content .news-listing ul li .blurb p {
}

#content .news-listing ul li p.read-more {
	margin: .76923em 0 0 0; /* 10 / 13 */
	font-size: .9285714em; /* 13 / 14 */
}

#content .news-listing ul li p.read-more a:link,#content .news-listing ul li p.read-more a:visited {
}

#content .news-listing ul li p.read-more a:hover,#content .news-listing ul li p.read-more a:focus {
}

/* =Events Calendar
----------------------------------------------------*/

.cms .page-calendar #search {
	display: none;
}



#content #calendar {
	width: 719px;
	font-size: 15px;
}

#content #calendar #calendar-navigation {
	border-bottom: solid 1px #c7c7c7;
	margin: 0;
	width: 100%;
	width: 719px;
	padding: 10px 0;
}

#content #calendar #calendar-navigation:after {
	content: '';
	position: relative;
	display: table;
	clear: both;
}

#content #calendar #calendar-navigation label {
	float: left;
	margin-right: 10px;
	padding-top: .5em;
}

#content #calendar #calendar-navigation select {
	float: left;
	width: 14em;
}

#content #calendar p.rss-feed {
	float: left;
	margin: 6px 0 0 10px;
}


#content #calendar table.events-calendar {
	margin: 0;
	border-collapse: collapse;
	border-bottom: solid 3px #dddcdc;
	color: #000;
	font-size: 1em;
	/*font-weight: bold;*/
	font-family: Helvetica, Tahoma, Arial, sans-serif;
}

#content #calendar table.events-calendar th, #content #calendar table.events-calendar td {
	border-style: solid;
	border-color: #dddcdc;
	border-width: 1px;
	background-color: #f3f3f2;
	vertical-align: top;
	padding: 5px;
	width: 88px;
}

#content #calendar table.events-calendar td {
}


#content #calendar table.events-calendar th.last, #content #calendar table.events-calendar td.last {
}

/* Month Row */

#content #calendar table.events-calendar td.month {
	border: none;
	padding: 0;
	margin: 0;
	background-color: transparent;
	width: 719px;
}

#content #calendar table.events-calendar td.month table.month {
	border: none;
	padding: 0;
	margin: 0;
}

#content #calendar table.events-calendar table.month td {
	border: none;
	vertical-align: middle;
	text-align: center;
	border-bottom: solid 10px #fff;
	padding-top: 20px;
	padding-bottom: 5px;
	background-color: transparent;
}


#content #calendar table.events-calendar table.month td.previous {
	padding-left: 0;
}

#content #calendar table.events-calendar table.month td.previous a {
	float: left;
}

#content #calendar table.events-calendar table.month td.month-name {
}

#content #calendar table.events-calendar table.month td.next {
	padding-right: 0;
}

#content #calendar table.events-calendar table.month td.next a {
	float: right;
}

#content #calendar table.events-calendar table.month td h2 {
	text-align: center;
	text-transform: none;
	font-size: 1.428571em; /* 20 / 14 */
	font-weight: normal;
	margin: 0;
	background-color: transparent;
}



#content #calendar table.events-calendar table.month td a #previous-link {
}

#content #calendar table.events-calendar table.month td a #next-link {
}


/* Week Row */

#content #calendar table.events-calendar th {
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	padding-top: 12px;
	padding-bottom: 14px;
/*	border-bottom-width: 10px;*/
	text-transform: none;
	border-width: 1px 1px 10px 1px;
	border-color: #dcdbdb;
}

#content #calendar table.events-calendar th:first-child {
	/*border-left: 0;*/
}

#content #calendar table.events-calendar th.last {
	/*border-bottom: solid 10px #fff;*/
/*	border-right: 1px;
	border-right-color: #dcdbdb;*/
}


/* Days */


#content #calendar table.events-calendar tr.day td {
	height: 88px;
	color: #7e7e7e;
/*	overflow: hidden;*/
	font-size: .93333em; /* 14 / 15 */
}

#content #calendar table.events-calendar tr.day td.today {
	background-color: #ddd;
}

#content #calendar table.events-calendar tr.day td.scheduled {
	color: #000;
	background-color: #d9d0c7;
}

#content #calendar table.events-calendar tr.day td.scheduled .td-wrap {
	display: block;
	word-wrap: break-word;
	width: 88px;
	min-height: 88px;
/*	overflow: hidden;*/
	position: relative;
}

/* inside CMS allow more space for events */
.cmsForm #content #calendar table.events-calendar tr.day td.scheduled .td-wrap {
	height: auto;
}

/* Events */

#content #calendar table.events-calendar tr.day td.scheduled:hover {
}

#content #calendar table.events-calendar tr.day td.scheduled strong	{
	display: block;
	font-weight: normal;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: .85714em; /* 12 / 14 */
	margin: 5px 2px;
	line-height: 1.4;
}

#content #calendar table.events-calendar tr.day td.scheduled .td-wrap .hover-up {
	display: none;
	position: absolute;
	bottom: 50%;
	left: 5px;
	background-color: #fff;
	border: solid 2px #dddcdc;
	font-size: .9em;
	font-weight: normal;
	padding: 9px 6px;
	width: 110px;
	z-index: 100;
}

.ie7 #content #calendar table.events-calendar tr.day td.scheduled .td-wrap .hover-up {
	left: auto;
	right: 5px;
}


#content #calendar table.events-calendar tr.day td.scheduled .td-wrap .hover-up ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content #calendar table.events-calendar tr.day td.scheduled .td-wrap .hover-up ul li {
	margin: 0 0 .91666667em 0; /* 11 / 12 */
	padding: 0 0 0 .75em; /* 9 / 12 */
	list-style: none;
	background-image: url(../images/arrow-right-grey.png);
	background-position: left .666667em; /* 8 / 12 */
	background-repeat: no-repeat;
}

#content #calendar table.events-calendar tr.day td.scheduled .td-wrap .hover-up ul li:first-child {
	margin-top: 0;
}

#content #calendar table.events-calendar tr.day td.scheduled .td-wrap .visible {
	display: block;
}


/* =Events Listing
----------------------------------------------------*/

#content #events-listing {
}

#content #events-listing ul#events {
	margin: 0;
	padding: 1.6em 0 0 0;  /* 25 / 14 */
	list-style: none;
}


#content #events-listing ul#events li {
	margin: 0 0 .85714285em 0; /* 12 / 14 */
	padding: 0 0 .71428571em 145px; /* 10 / 14 */
	border-bottom: solid 1px #d4d4d4;
	list-style: none;
	position: relative;
}


#content #events-listing ul#events li p.title  {
	margin: 0;
	padding: 0;
}

#content #events-listing ul#events li p.title .date  {
	display: block;
	position: absolute;
	left: 0;
	top: 0.41667em; /* 5 / 12 */
	font-size: .857142857em; /* 12 / 14 */
	padding: 0 17px 0 0;
	width: 140px;
}
#content #events-listing ul#events li p.title .date-until {
	display: block;
}

#content #events-listing ul#events li p.title .duration {
	display: block;
	width: 140px;
}

#content #events-listing ul#events li p.title .separator {
	display: block;
	position: absolute;
	left: -999em;
}

#content #events-listing ul#events li p.title span.title {
	display: block;
	border-left: solid 1px #d4d4d4;
	padding-left: 13px;
	font-size: 1.14285714em; /* 16 / 14 */
	font-family: Asap, Helvetica, Tahoma, Arial, sans-serif;
}

#content #events-listing ul#events li .event-detail {
	border-left: solid 1px #d4d4d4;
	padding-left: 15px;
}

#content #events-listing ul#events li .blurb {
	margin: 0;
	padding: 0;
}

#content #events-listing ul#events li .blurb p {
	margin: 0;
	padding: 0;
}

#content #events-listing ul#events p.event-add {
	margin: 0;
}

#content #events-listing ul#events ul.icalendar_list {
	list-style: none;
	padding: .5em 0 0 0;
	margin: 0 0 .5em 0;
}

#content #events-listing ul#events ul.icalendar_list li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	display: inline;
	font-size: .64285714em; /* 9 / 14 */
	text-transform: uppercase;
}


#content #events-listing ul#events ul.icalendar_list li:first-child {
	border-right: solid 1px #000;
	padding-right: 1.11111em; /* 10 / 9 */
	margin-right: 1.11111em;
}

#content #events-listing ul#events ul.icalendar_list a:link,#content #events-listing ul#events ul.icalendar_list a:visited {
	text-decoration: none;
	border-bottom:dotted 1px #0276cf;
}

#content #events-listing ul#events ul.icalendar_list a:hover,#content #events-listing ul#events ul.icalendar_list a:focus {
	border: none;
}


/* =Events Detail
----------------------------------------------------*/

#content  #events-detail #details p {
}


#content #events-detail ul.icalendar_list {
	list-style: none;
	margin: .5em 0;
	padding: 1.5em 0 0 0;
}

#content #events-detail ul.icalendar_list li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	display: inline;
}

#content #events-detail ul.icalendar_list li:first-child {
	margin-right: 20px;
}

#content #events-detail ul.icalendar_list li a.button {
	text-transform: none;
}

.ie7 #content #events-detail ul.icalendar_list li a.button {
	width: auto;
}

/* =Sitemap
----------------------------------------------------*/

#content #sitemap-listing p#activate {
	font-weight: bold;
}
#content #sitemap-listing  {
	border-top: solid 1px #dcdbdb;
	padding-top: 10px;
}

#content #sitemap-listing .slider a {
}

#content #sitemap-listing .slider .col {
	width: 290px;
	float: left;
}

#content #sitemap-listing .slider #col-one {
	margin-right: 18px;
}

#content #sitemap-listing .slider ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content #sitemap-listing .slider ul li {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
}

#content #sitemap-listing .slider ul li.closed {
}

#content #sitemap-listing .slider a {
	text-decoration: none;
}

#content #sitemap-listing .slider ul li h3 {
	margin: 0;
	padding: 0 0 2px 0;
	font-size: 1em;
	line-height: 1.2;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
}

#content #sitemap-listing .slider ul li h3 a {
	display: block;
	padding: 0;
	color: #fff;
	width: 290px;
	background-color: #454545;
}


#content #sitemap-listing .slider ul li#community-slider h3 a {
	background: #5c243a;
}


#content #sitemap-listing .slider ul li#business-slider h3 a {
	background: #cc822d;
}


#content #sitemap-listing .slider ul li#government-slider h3 a {
	background: #47921e;
}


#content #sitemap-listing .slider ul li#departments-slider h3 a {
	background: #0a2973;
}


#content #sitemap-listing .slider ul li#want-slider h3 a {
	background: #403726;
}



#content #sitemap-listing .slider ul li#other-slider h3 a {
}


#content #sitemap-listing .slider ul li h3 a span {
	display: block;
	padding: 7px 20px 5px 10px;
	background-image: url(../images/icon-plus-sitemap.png);
	background-position: right center;
	background-repeat: no-repeat;
}


#content #sitemap-listing .slider ul li h3 a.open span {
	background-image: url(../images/icon-minus-sitemap.png);
}


#content #sitemap-listing .slider ul li ul {
	margin: 8px 0 0 0;
	padding: 0;
}

/* Level 2 */


#content #sitemap-listing .slider ul li ul li {
	background-image: none;
	margin: 4px 0;
	line-height: 1.6;
}

#content #sitemap-listing .slider ul li ul li a:link, #content #sitemap-listing .slider ul li ul li a:visited {
	text-decoration:none;
}

#content #sitemap-listing .slider ul li ul li a:focus, #content #sitemap-listing .slider ul li ul li a:hover, #content #sitemap-listing .slider ul li ul li a:active {
	text-decoration:underline;
}


#content #sitemap-listing .slider ul li ul li ul {
	margin: 0 0 8px 0;
	padding: 0;
	background-image: none;
	list-style: disc;
	padding-bottom: 8px;
	border-bottom: solid 1px #dcdbdb;
}


/* Level 3 */

#content #sitemap-listing .slider ul li ul li ul li {
	border: none;
	padding: 0 0 0 4px;
	margin: 0 0 0 20px;
	text-transform: none;
	list-style: disc;
}


/* Level 4 */

#content #sitemap-listing .slider ul li ul li ul li ul {
	list-style: circle;
	border: none;
	padding: 0;
	margin: 0;
}

#content #sitemap-listing .slider ul li ul li ul li ul li {
	list-style: circle;
}

/* =Photo Gallery Listing
----------------------------------------------------*/

#content #photo-gallery-listing {
	margin-top: 1.8571428em; /* 26 / 14 */
}

#content #photo-gallery-listing .gallery {
	margin-bottom: 1.8571428em; /* 26 / 14 */
}
#content #photo-gallery-listing .gallery:after, .ie7 #content #photo-gallery-listing .ie7-after {
	position: relative;
	content: "";
	display: table;
	clear: both;
}

#content #photo-gallery-listing .gallery h2 {
	font-size: 1.28571428em; /* 18 / 14 */
	display: inline;
	color: #191919;
	margin: 0;
}

#content #photo-gallery-listing .gallery p.more-link {
	display: inline;
}

#content #photo-gallery-listing .gallery p.more-link .separator {
	margin: 0 .5em;
}

#content #photo-gallery-listing .gallery ul {
	margin: .71228571em 0 0 0; /* 10 / 14 */
	padding: 0;
	list-style: none;
}

#content #photo-gallery-listing .gallery ul li {
	margin: 0 7px 0px 0px;
	list-style: none;
	float: left;
	width: 176px;
	height: 117px;
	border: solid 1px #c6c6c6;
	padding: 1px;
	background-color: #fff;
	overflow: hidden;
	position: relative;
}

#content #photo-gallery-listing ul li:nth-child(3) {
	margin-right: 0;
}

.ie #content #photo-gallery-listing ul li.row-end {
	margin-right: 0;
}

#content #photo-gallery-listing .gallery ul li a {
	display: block;
	position: absolute;
	background-color: #c6c6c6;
	width: 176px;
	height: 117px;
	text-align: center;
	color: #000;
	text-decoration: none;
	top: 1px;
	left: 1px;
	cursor: pointer;
	overflow: hidden;
}

#content #photo-gallery-listing .gallery ul li a .title {
	display: block;
	position: absolute;
	width: 176px;
	padding: 1em 0;
	text-align: center;
	color: #000;
	text-decoration: none;
	bottom: 0;
	left: -999em;
	background: #f4f4f4; /* Old browsers */
	background: -moz-linear-gradient(top, #f4f4f4 0%, #d0d0d1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#d0d0d1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f4f4f4 0%,#d0d0d1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f4f4f4 0%,#d0d0d1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f4f4f4 0%,#d0d0d1 100%); /* IE10+ */
	background: linear-gradient(top, #f4f4f4 0%,#d0d0d1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#d0d0d1',GradientType=0 ); /* IE6-9 */
}

#content #photo-gallery-listing .gallery ul li a:hover .title {
	left: 0;
}

.ie #content #photo-gallery-listing .gallery ul li a .title {
}


#content #photo-gallery-listing .gallery ul li a .image {
}

#content #photo-gallery-listing .gallery ul li a .image img {
	display: block;
	min-width: 176px;
	margin: 0 auto;
	background-color: #c6c6c6;
}


/* =Photo Gallery
----------------------------------------------------*/
#content .slideshow-list {
	display:none;
}

#content p.start-slideshow {
	text-align: right;
	margin-bottom: 1em;
	margin-right: 1px;
}

.cms #content p.start-slideshow {
	display: none;
}

#content p.start-slideshow a.button {
	color: #000;
	background: #bcbcbc; /* Old browsers */
	background: -moz-linear-gradient(top, #bcbcbc 0%, #9b9b9b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bcbcbc), color-stop(100%,#9b9b9b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bcbcbc 0%,#9b9b9b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bcbcbc 0%,#9b9b9b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #bcbcbc 0%,#9b9b9b 100%); /* IE10+ */
	background: linear-gradient(top, #bcbcbc 0%,#9b9b9b 100%); /* W3C */
}


#content #photo-gallery {
	clear: both;
	margin: 0em 0 2em 0;
	padding: 0;
	width: 554px;
}

#content #photo-gallery ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content #photo-gallery ul li {
	margin: 0 7px 7px 0px;
	list-style: none;
	float: left;
	width: 176px;
	height: 117px;
	border: solid 1px #c6c6c6;
	padding: 1px;
	background-color: #fff;
	overflow: hidden;
	position: relative;
}

#content #photo-gallery ul li:nth-child(3n) {
	margin-right: 0;
}

.ie #content #photo-gallery ul li.row-end {
	margin-right: 0;
}

#content #photo-gallery ul li a {
	display: block;
	position: absolute;
	background-color: #c6c6c6;
	width: 176px;
	height: 117px;
	text-align: center;
	color: #000;
	text-decoration: none;
	top: 1px;
	left: 1px;
	cursor: pointer;
	overflow: hidden;
}

#content #photo-gallery ul li a .title {
	display: block;
	position: absolute;
	width: 176px;
	padding: 1em 0;
	text-align: center;
	color: #000;
	text-decoration: none;
	bottom: 0;
	left: -999em;
	background: #f4f4f4; /* Old browsers */
	background: -moz-linear-gradient(top, #f4f4f4 0%, #d0d0d1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#d0d0d1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f4f4f4 0%,#d0d0d1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f4f4f4 0%,#d0d0d1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f4f4f4 0%,#d0d0d1 100%); /* IE10+ */
	background: linear-gradient(top, #f4f4f4 0%,#d0d0d1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#d0d0d1',GradientType=0 ); /* IE6-9 */
}

#content #photo-gallery ul li a:hover .title {
	left: 0;
}

#content #photo-gallery ul li a .image img {
	display: block;
	min-width: 176px;
	margin: 0 auto;
	background-color: #c6c6c6;
}


/* =Photo
----------------------------------------------------*/


#content #photo {
}

#content #photo .main-photo {
	display: block;
	max-width: 559px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#content #photo .main-photo img {
	display: block;
	margin: 0 auto;
	max-width: 559px;
}

#content #photo-navigation {
	margin: 1.63636363em 0 .714285714em 0; /* 18, 10 / 14 */
	width: 559px;
}

#content #photo-navigation p {
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
	height: 2.14285714em; /* 30 / 14 */
}

#content #photo-navigation p .separator {
	display: none;
}

#content #photo-navigation a#previous-link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#content #photo-navigation a#next-link {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

#content #photo-navigation a#back-link {
	display: inline-block;
	/*position:absolute;
	top:0;
	left: 200px;*/
	color: #000;
	border-radius: 5px;
	background: #bcbcbc; /* Old browsers */
	background: -moz-linear-gradient(top, #bcbcbc 0%, #9b9b9b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bcbcbc), color-stop(100%,#9b9b9b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bcbcbc 0%,#9b9b9b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bcbcbc 0%,#9b9b9b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #bcbcbc 0%,#9b9b9b 100%); /* IE10+ */
	background: linear-gradient(top, #bcbcbc 0%,#9b9b9b 100%); /* W3C */
}


#content #photo #meta {
	margin-bottom: 1.5em;
	background-color: #e4e4e4;
	padding: 1.071428em; /* 15 / 14 */
}

#content #photo #meta h2.title {
	margin: 0;
	font-size: .857142857em; /* 12 / 14 */
	font-weight: bold;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
}

#content #photo #blurb {
	font-size: .857142857em; /* 12 / 14 */
	line-height: 1.6;
	padding: 0;
	margin: 0 0 .833333333em 0; /* 10 / 12 */
}

#content #meta #detail-bottom {
	padding: 1.071428em 0 .28571428em 0; /* 15, 4 / 14 */
	position: relative;
	height: 1.428571em; /* 20 / 14 */
}

#content #meta #detail-bottom p#count {
	margin: 0;
	font-size: .857142857em; /* 12 / 14 */
	font-style: italic;
	color: #4f5050;
	position: absolute;
	left: 0;
	bottom: 0;
}

#content #meta #detail-bottom p#start-slideshow {
	position: absolute;
	right: 0;
	bottom: 0;
}

/* =Slideshow
----------------------------------------------------*/

/* =Lightbox
----------------------------------------------------

	ColorBox Core Style
	The following rules are the styles that are consistant between themes.
	Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/*
	Example user style
	The following rules are ordered and tabbed in a way that represents the
	order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(../images/overlay.png) 0 0 repeat;}
#colorbox{}
	#cboxTopLeft{width:21px; height:21px; background:url(../images/controls.png) -100px 0 no-repeat;}
	#cboxTopRight{width:21px; height:21px; background:url(../images/controls.png) -129px 0 no-repeat;}
	#cboxBottomLeft{width:21px; height:21px; background:url(../images/controls.png) -100px -29px no-repeat;}
	#cboxBottomRight{width:21px; height:21px; background:url(../images/controls.png) -129px -29px no-repeat;}
	#cboxMiddleLeft{width:21px; background:url(../images/controls.png) left top repeat-y;}
	#cboxMiddleRight{width:21px; background:url(../images/controls.png) right top repeat-y;}
	#cboxTopCenter{height:21px; background:url(../images/border.png) 0 0 repeat-x;}
	#cboxBottomCenter{height:21px; background:url(../images/border.png) 0 -29px repeat-x;}
	#cboxContent{background:#fff;}
	#cboxLoadedContent{margin-bottom:28px;}
	#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
	#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
	#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
	#cboxPrevious{position:absolute; bottom:0; left:0px; background:url(../images/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
	#cboxPrevious.hover{background-position:-75px -25px;}
	#cboxNext{position:absolute; bottom:0; left:27px; background:url(../images/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
	#cboxNext.hover{background-position:-50px -25px;}
	#cboxLoadingOverlay{background:url(../images/loading_background.png) center center no-repeat;}
	#cboxLoadingGraphic{background:url(../images/loading.gif) center center no-repeat;}
	#cboxClose{position:absolute; bottom:0; right:0; background:url(../images/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
	#cboxClose.hover{background-position:-25px -25px;}


.slideshow #cboxLoadedContent {
	font-size: 12px;
	line-height: 1.2;
	padding-bottom: 210px;
	/*padding-bottom: 185px;*/
}

.slideshow #cboxTitle{
	position: absolute;
	bottom: 140px;
	bottom: 160px;
	left:10px;
	width:100%;
	font-weight: bold;
	text-align: left;
	color: #000;
	z-index:5;
	font-size:14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.slideshow #cboxCurrent{
	position: absolute;
	bottom:54px;
	left:10px;
	color:#000;
}

.slideshow #cboxPrevious, .slideshow #cboxNext, .slideshow #cboxSlideshow  {
	display:block;
	position: absolute;
	bottom: 176px;
	bottom: 198px;
	left: auto;
	right: auto;
	width: auto;
	height: auto;
	cursor: pointer;
	color: #fff;
	font-size: .78571428em;  /* 11 / 14 */
	font-weight: bold;
	line-height: 1;
	text-indent: 0;
	text-transform: uppercase;
	text-decoration: none;
	border-color: #3f4d00;
	border-radius: 5px;
	padding: .90909090909em 1.36363636em .8181818181em 1.36363636em; /* 10,15,9,15 / 11  */
	background: #657d00; /* Old browsers */
	background: -moz-linear-gradient(top, #869936 0%, #657d00 80%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#869936), color-stop(80%,#657d00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #869936 0%,#657d00 80%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #869936 0%,#657d00 80%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #869936 0%,#657d00 80%); /* IE10+ */
	background: linear-gradient(top, #869936 0%,#657d00 80%); /* W3C */
}

.slideshow #cboxPrevious {
	left: 0;

}

.slideshow #cboxNext {
	right: 0;
}

.slideshow #cboxSlideshow {
	left: 50%;
	width: 48px;
	margin-left: -34px;
	text-align: center;
	background: #cc822d; /* Old browsers */
	background: -moz-linear-gradient(top,  #cc822d 0%, #bc7423 80%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc822d), color-stop(80%,#bc7423)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cc822d 0%,#bc7423 80%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cc822d 0%,#bc7423 80%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cc822d 0%,#bc7423 80%); /* IE10+ */
	background: linear-gradient(top,  #cc822d 0%,#bc7423 80%); /* W3C */
}

.slideshow #cboxClose{
	position: absolute;
	bottom:46px;
	right: 0;
	background:url(../images/controls.png) -25px 0px no-repeat;
	width:25px;
	height:25px;
	text-indent:-999em;
}

.slideshow #cboxContent .blurb {
	position: absolute;
	bottom: 80px;
	left: 0;
	height: 70px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
	line-height: 1.4;
	background-color:#e4e4e4;
	width:95%;
	padding:28px 15px 10px 10px;
}

.slideshow #cboxContent .url {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff;
	color: #000;
	height: 28px;
	font-size: 12px;
	padding: 7px 10px;
	width: 100%;
}

.slideshow #cboxContent .url strong {
	display: block;
	float: left;
	width: 80px;
	font-weight: normal;
	margin-top: 6px;
}

.slideshow #cboxContent .url input {
	display: block;
	float: left;
	/*width: 70%;*/
	font-size: 12px;
	color: #000;
	text-align: left;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	border: none;
	background-color: #fff;
	padding: 7px 10px;
}


/* =Feedback Form
----------------------------------------------------*/

/* some form styles in Content section */

#content .request-form {
	padding-top: 0;
}

#content .request-form form {
	width: 100%;
}

#content .request-form .required-fields {
	font-weight: bold;
	margin: 1em 0 0 0;
}

#content .request-form fieldset {
	padding: 0;
	margin: 0;
}

#content .request-form .wrapper {
	margin-bottom: 1em;
}

.ie7 #content .request-form .wrapper {
	display: inline-block;
}

#content .request-form .wrapper:after {
	content: '';
	position: relative;
	display: table;
	clear: both;
}


#content .request-form label, #content .request-form .label {
	margin-bottom: .2em;
	font-size: 14px;
	float: left;
	width: 160px;
}

#content .request-form label .notice {
	display: block;
	font-style: italic;
}

#content #report-a-drug-house-form label, #content  #report-a-drug-house-form .label, #content #report-a-weed-form label, #content  #report-a-weed-form .label {
	float: none;
	width: auto;
}

/*
#content #feedback-form label, #content #feedback-form .label, #content #contact-form label, #content #contact-form .label {
	margin-bottom: .2em;
	font-size: 14px;
	float: left;
}
*/

#content .request-form .error .required {
	display: block;
}

#content  #report-a-drug-house-form .error .required,
#content  #report-a-weed-form .error .required {
	display: inline;
}


#content .request-form input[type=text], #content .request-form  input[type=file], #content .request-form input[type=email], #content .request-form select, #content .request-form .data, #content .request-form .input, #content .request-form .note, #content .request-form .recaptcha {
/*	width: 90%;*/
	width: 360px;
	float: right;
}

#content .request-form .recaptcha {
	width: 384px;
}

#content .request-form .data, #content .request-form .input  {
	width: 384px;
	font-weight: bold;
}

#content .request-form .note {
	width: 384px;
	margin-top: 0.4em;
	font-weight: bold;
	font-size: 90%;
}

#content #report-a-weed-form .wrapper .note {
	font-weight: normal;
}

#content #report-a-weed-form .wrapper .note:before {
	content: '(';
}
#content #report-a-weed-form .wrapper .note:after {
	content: ')';
}

#content .request-form .input  {
	font-weight: normal;
}


#content #report-a-drug-house-form  input[type=text], #content #report-a-drug-house-form  input[type=file], #content #report-a-drug-house-form  input[type=email], #content #report-a-weed-form  input[type=text], #content #report-a-weed-form  input[type=file], #content #report-a-weed-form  input[type=email], #content #report-a-weed-form textarea, #content #report-a-weed-form .note, #content #report-a-weed-form .recaptcha, #content #report-a-drug-house-form .recaptcha {
	width: 90%;
	float: none;
}



#content #report-a-drug-house-form  select, #content #report-a-weed-form  select {
	width: auto;
	float: none;
}


#content .request-form select {
/*	width: auto;*/
	width:382px;
}


#content #feedback-form select, #content #contact-form select {
	/*width:382px;*/
}

#content .request-form input[type=file] {
	width: 380px;
}

#content .request-form textarea {
	/*width: 90%;*/
	width: 360px;
	height: 10em;
	float: right;
}

#content #feedback-form textarea, #content #contact-form textarea {
/*	width: 360px;
	height: 10em;
	float: right;*/
}

#content #feedback-form textarea.address {
	height: 4em;
}

#content .request-form .checkboxes label {
	display: inline;
}

#content .request-form .checkboxes table,
#content .request-form .checkboxes tr,
#content .request-form .checkboxes td {
	margin: 0;
	padding: 0.25em 0;
	border: 0;
	vertical-align: middle;
}

#content .request-form .checkboxes input {
	display: inline;
	width: auto;
	margin-right: 0.25em;
}

#content #report-a-weed-form .checkboxes label {
	/*float: left;*/
}

#content #report-a-weed-form .checkboxes input[type=text] {
	/*width: auto;*/
	/*display: inline-block;*/
}

#content .request-form .security, #content .request-form #verification { /* ie.css */
	margin: 20px 0px 0px 0px;
	padding: 10px 0 0 0;
	border-top: solid 1px #dedede;
	width: 100%;
	clear: both;
}

#content .request-form p.note {
	clear: left;
	margin: 0;
	float: left;
	width: 160px;
	font-size: 14px;
}

#content .request-form .error p.note {
	color: #333;
	font-weight: normal;
}

#content .request-form .question {
	font-weight: bold;
}

#content .request-form #recaptcha_area  {
	float: left;
}

#content #feedback-form #recaptcha_area, #content #contact-form #recaptcha_area  {
	/*float: right;*/
}

#content .request-form #recaptcha_area input[type=text]  {
}

#content .request-form .wrapper.submitBtn {
	margin-top: 1em;
}

#content .request-form .wrapper.submitBtn .error  {
	display: block;
	/*float: right;*/
	clear: both;
	margin-top: 1em;
}

#content .request-form input[type=submit] {
	/*float: right;*/
	clear: both;
	margin-right: 0;
}

#content #feedback-form input[type=submit] {
}

#content .request-form .radio .buttons {
	width: 360px;
	float: right;
}

#content .request-form .radio label {
	float: none;
	display: inline;
	width: auto;
	margin: 0 0 0 5px;
}

#content .request-form .radio .buttons input[type=radio] {
	margin-bottom: 1em;
}

#content #environmental-site-inquiry-request-form h2 {
	font-size: 1.428571em;
}

#content #environmental-site-inquiry-request-form fieldset.site {
	padding: 1em 0;
	margin: 1em 0;
	/*border-bottom: solid 1px #dedede;*/
}

#content #occurrence-reporting-program-form fieldset.site {
}


/* =Employment Listing
----------------------------------------------------*/

#content .listing-table table {
	margin-top: 1.5em;
}

#content .listing-table .separator {
	position:absolute;
	left: -999em;
}

/* =Employment Detail
----------------------------------------------------*/

#content .details .details-wrapper {
	clear: both;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

#content .details .details-wrapper:after {
	content: '';
	display: table;
	position: relative;
	clear: both;
}

.ie7 #content .details .details-wrapper {
	padding-bottom: 0;
}

#content .details .title {
	font-weight: bold;
	color: #535353;
	display: block;
	float: left;
	width: 30%;
	margin-right: 3%;
}

#content .details .value {
	display: block;
	float: left;
	width: 66%;
}

#content .details .value ul {
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
}

#content .details .value ul li {
	margin-left: 1.3em;
	padding-left: .1em;
}
#content .details .button {
	float: right;
}

/* =Staff Directory
----------------------------------------------------*/
#content #directory-listing table.table-styled {
	border-collapse:collapse;
	margin:1em 0 0 0;
	padding:0;
	width:100%;
	border: 1px;
}

#content #directory-listing table.table-styled tr {
	margin:0;
	padding:0;
	border-bottom:solid 1px #d4d4d4;
	border-top:0;
}

#content #directory-listing table.table-styled tr.header {
	border-top: solid 1px #d4d4d4;
	font-size: 1.14285714em; /* 16 / 14 */
	font-family: Asap, Helvetica, Tahoma, Arial, sans-serif;
	background-color: #fff;
}

#content #directory-listing table.table-styled tr.header th {
	background-color: #fff;
	text-transform: none;
	font-weight: normal;
}


#content #directory-listing table.table-styled tr th.title {
	background-color: #f3f3f2;
	color: #000;
	text-transform: none;
}

#content #directory-listing table.table-styled tr:first-child th.title {
	padding:0 0 .4em 0;
	text-transform: none;
}


#content #directory-listing table.table-styled tr td {
	border-right:solid 1px #d4d4d4;
}

#content #directory-listing table.table-styled tr td.staff-name {
	/*width:240px; */
}

#content #directory-listing table.table-styled tr td.staff-phone {
	/*width:140px;*/
}

#content #directory-listing table.table-styled tr td.last {
}

/* =Search Results
----------------------------------------------------*/


#content .searchform {
	background-color: #f3f4f3;
	border:solid 2px #eaeae9;
	padding: 15px 15px 15px 20px;
}

#content .searchform fieldset {
	margin: 0;
	padding: 0;
}

#content .searchform fieldset #query-wrapper, #content .searchform fieldset #type-wrapper {
	display:block;
	padding: 0;
	margin: .5em .8em 0 0;
	width: 400px;
	float:left;
}

#content .searchform fieldset #submit-wrapper {
	float:left;
}


#content .searchform label, #content .searchform .label {
	float:left;
	margin-top:.5em;
	color:#535353;
	width:80px;
}


#content .searchform #query-wrapper input[type=search],#content .searchform #query-wrapper input[type=text],#content .searchform #type-wrapper select,#content .searchform #category-wrapper select {
	width: 280px;
	float: left;
	border:solid 1px #e2e2e2;
	background-color: #fff;
	margin-left:.6em;
	padding:6px;
	margin-bottom:.2em;
}

#content .searchform #query-wrapper input[type=search],#content .searchform #query-wrapper input[type=text] {
	-webkit-appearance: textfield;
}


#content .searchform #type-wrapper select,#content .searchform #category-wrapper select {
	width:294px;
}
#content .searchform fieldset #submit-wrapper input[type=submit] {
	margin-bottom:0;
	margin-top:7px;
}


#content #did-you {
	font-size: 1.3em;
	margin: 1em 0 0 0;
	color: #9d1725;
	font-style: italic;
}

#content #did-you a {
	font-weight: bold;
}

.highlight {
	background-color: #FFF0CE;
}

#content #results-header {
	margin: .5em 0 1em 0;
}

#content #results-header p.title {
	margin: 0;
	color: #000;
	font-weight: normal;
	font-size: 1em;
}

#content #results-header p.title .number {
	font-weight: bold;
}

#content .searchresult {
	margin: 0 0 1.5em 0;
	overflow: hidden;
	max-width: 590px;
}

#content .searchresult a.title {
	font-weight: bold;
}

#content .searchresult .type {
	color: #535353;
}

#content .searchresult .extract {
}

#content .searchresult .date {
	font-style: italic;
}

#content .searchresult .url a {
	font-size: .9em;
}

#content .paging {
	margin-top: 2.5em;
	padding-top: 1em;
	text-align: center;
	line-height: 1.2;
	overflow: auto;
}

#content .paging .title {
	position: absolute;
	left: -9999px;
}

#content .paging a.p-link:link, #content .paging a.p-link:visited {
	margin-left: .2em;
	padding: .1em .4em;
	padding: 3px 4px 2px 4px;
	color: #116081;
	background-color: #fff;
	text-decoration: none;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #116081;
}

#content .paging a.p-link:focus, #content .paging a.p-link:hover, #content .paging a.p-link:active, #content .paging a.p-link.selected { /* ie.css */
	background-color: #116081;
	color: #fff;
}

#content .paging a.previous-link {
	display: block;
	float: left;
	position: relative;
	top: -.63636em; /* 7 / 11 */
/*	width: 7em;*/
}

#content .paging a.next-link {
	display: block;
	float: right;
	position: relative;
	top: -.63636em; /* 7 / 11 */
/*	width: 7em;*/
}

#content .paging a.hide {
	visibility: hidden;
}

/* =Second Spotlight
--------------------------------------------------*/

.spotlight_2 {
	position: absolute;
	top: 287px;
	top: 220px;
	left: 44px;

	width: 832px;
	min-height: 86px;
	max-height: 106px;

	padding: 20px;

	background-color: #031c59;
	background-color: rgba(3,28,89,0.8);

	color: #8dc8f3;

	font-family: "PT Sans", Helvetica, Tahoma, Arial, sans-serif;

}

.home .spotlight_2 {
	top: 287px;
}


.spotlight_2 p {
	line-height: 1;
}

.spotlight_2-heading {
	color: #fff;
	font-family: "PT Sans", Helvetica, Tahoma, Arial, sans-serif;
	font-size: 28px;
	font-weight: bold;
	margin: 0;
	padding-top: 0;
	padding-bottom: 30px;
	line-height: 1;
	width: 270px;
	float: left;
}


p.spotlight_2-description {
	float: right;
	width: 505px;
	padding: 0;
	margin: -0.3em 0 0 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	color: #a6cdea;
}


p.spotlight_2-more {
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 280px;
	font-weight: bold;
	padding: 0;

	margin: 0;
	line-height: 1;
}

.spotlight_2-more a {
	font-size: 15px;
	color: #8dc8f3;
	text-decoration: none;
	text-transform: capitalize;
}

.spotlight_2-more a:after {
	content: ' »';
}


/* =Meetings & Agendas Module
--------------------------------------------------*/

/* Controls area , similar on each template */

/* font size - content area is 14 but meetings is 13  */

#content .meetings {
		font-size: 0.92857em;
}

#content .meetings .row:before,
#content .meetings .row:after {
  content: '';
  display: table;
}

#content .meetings .row:after {
  clear: both;
}

#content .meetings button {
	background-color: transparent;
	/*font-weight: bold;*/
	border: 0;
	text-transform: capitalize;
	border-radius: 	5px;
	/*font-size: 0.86666em;*/
	padding: 1.15385em;
}

#content .meetings .row-1 {
	/*margin-bottom: 0.25em;*/
}

#content .meetings .row-2 {
}



#content .meetings .meetings-view-options {
	float: left;
	width: 397px;
	padding: 17px 10px;
	background-color: #e9e9e9;
}

#content .meetings .meetings-view-options h2.meetings-view-options-heading  {
	margin-top: 0;
	margin-bottom: 0.5em;
}

#content .meetings .meetings-search-form {
	float: right;
	width: 262px;
	padding: 17px 10px;
	margin-left: 20px;
	background-color: #e9e9e9;
}

#content .meetings h3.meetings-view-type-heading {
	margin: 0 0 1.15385em 0;
	padding: 0 10px;
	line-height: 1;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
}

#content .meetings ul.meetings-view-type-container {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content .meetings ul.meetings-view-type-container:before,
#content .meetings ul.meetings-view-type-container:after {
  content: '';
  display: table;
}

#content .meetings ul.meetings-view-type-container:after {
  clear: both;
}

#content .meetings li.meetings-view-type-item {
	margin: 0 0 10px 0;
	padding: 0;
	width: 193px;
	float: left;
}

#content .meetings li.meetings-view-type-item:nth-child(even) {
	margin-left: 10px;
}

#content .meetings li.meetings-view-type-item a {
	display: block;
	padding: 12px 0;
	text-align: center;
	font-weight: bold;
	background-color: #cccccc;
	color: #000;
	text-decoration: none;
	border-radius: 5px;
}

#content .meetings li.meetings-view-type-item a.selected,
#content .meetings li.meetings-view-type-item a:focus,
#content .meetings li.meetings-view-type-item a:hover,
#content .meetings li.meetings-view-type-item a:active {
	background-color: #186487;
	color: #fff;
	text-decoration: none;
}

#content .meetings a .type {
	font-weight: normal;
}


#content .meeting-categories {
	/*background-color: #e9e9e9;*/
	padding: 1.5em 0 0 0;
	margin-top: 1em;
	border-top: solid 1px #d4d4d4;
}

#content .meeting-categories.closed {
	/*padding-bottom: 1.3em;*/
}

#content .meeting-categories button.meeting-categories-show-button {
	display: block;
	width: 100%;
	padding: 12px 0 12px 10px;
	text-align: left;
	font-weight: bold;
	background-color: #cccccc;
	color: #000;

	background-image: url(../images/icon-chevron-down-black.png);
	background-position: 380px 16px;
	background-repeat: no-repeat;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

#content .meeting-categories.closed button.meeting-categories-show-button  {
	background-image: url(../images/icon-chevron-right-black.png);
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#content .meeting-categories legend.form_control-label,
#content .meeting-categories h3.meeting-categories-show-heading {
	margin: 0 0 1.15385em 0;
	padding: 1.5em 0 0 0;
	line-height: 1;
	font-size: 1em;
	font-weight: bold;
	/*font-style: italic;*/
}

#content .meeting-categories h3.meeting-categories-show-heading {
	display: inline-block;
	margin-bottom: 0;
}


#content .meeting-categories button.meeting-change-categories {
	padding: 13px 20px;
	/*margin-bottom: 1em;*/
	color: #fff;
	background-color: #44c8f5;
}

#content .meeting-categories fieldset {
	background-color: #ccc;
	padding: 13px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#content .meeting-categories fieldset ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content .meeting-categories fieldset li {
	list-style: none;
	margin: 0 1em 1.3em 0;
	padding: 0;
	display: inline-block;`
}

#content .meeting-categories .form_control-group input {
	background-color: transparent;
}

#content .meeting-categories-show {

}

#content .meeting-categories ul.meeting-categories-show-container {
	list-style: none;
	margin: 0 0 0 0.5em;
	padding: 0;
	display: inline-block;
	/*border-right: solid 1px #d4d4d4;*/
}

#content .meeting-categories li.meeting-categories-show-item {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	/*font-weight: bold;*/
}

#content .meeting-categories li.meeting-categories-show-item:before {
	content: ' ,';
}

#content .meeting-categories li.meeting-categories-show-item:first-child:before {
	content: '';
}


#content .meeting-categories .meeting-categories-show {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

/* when closed */

#content .meeting-categories.closed .meeting-categories-show  {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
}


#content .meeting-categories.closed fieldset {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

#content .meetings p.reset {
	/*font-size: 0.86666em;*/
	margin: 1em 0 0 0;
	padding: 1em 0 0 0;
	line-height: 1;
	border-top: solid 1px #d4d4d4;
}

#content .meetings button.meetings-reset {
	color: #186487;
	font-weight: bold;
	text-decoration: underline;
	padding: 0;
}


/*#content .meetings h2.search_form-heading,
#content .meetings h3.toggle_content-heading {
	margin: 0 0 1.15385em 0;
	padding: 0;
	line-height: 1;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
}*/

#content .meetings .meetings-search-form h2.search_form-heading  {
	margin-top: 0;
	margin-bottom: 0.5em;
}

#content .meetings .meetings-search-form fieldset {
	margin-bottom: 0;
}

#content .meetings .meetings-search-form form {
	border-bottom: solid 1px #d4d4d4;
	margin-bottom: 1.5em;
	padding-bottom: 0.5em;
}

#content .meetings .form_control-group {
		margin-bottom: 1em;
}

/*#content .meetings .form_control-group:before,
#content .meetings .form_control-group:after {
  content: '';
  display: table;
}

#content .meetings .form_control-group:after {
  clear: both;
}
*/


#content .meetings .form_control-group input,
#content .meetings .form_control-group select {
	background-color: #fff;
	padding: 10px;
	line-height: 1;
}

#content .meetings .meetings-search-form .form_control-label {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

#content .meetings .meetings-search-form input[type=search],
#content .meetings .meetings-search-form select
 {
 	box-sizing: border-box;
	/*width: 359px;*/
	width: 100%;
}

#content .meetings .meetings-search-form .search_form-advanced_info ul {
	list-style: none;
	margin: 1em 0;
	padding: 0;
}

#content .meetings .meetings-search-form .search_form-advanced_info li {
	padding: 0;
	margin: 0 0 1em 0;
}

#content .meetings .meetings-search-form .date-wrapper .form_control-label {
		position: absolute;
		clip: rect(1px, 1px, 1px, 1px);
		padding: 0;
		border: 0;
		height: 1px;
		width: 1px;
		overflow: hidden;
}

#content .meetings .meetings-search-form .date-wrapper input[type=text] {
	display: inline-block;
	float: left;
	width: 130px;
	padding-right: 20px;
	margin-bottom: 1em;
	font-style: italic;
	background-image: url(../images/icon-calendar.png);
	background-position: 	137px 10px;
	background-repeat: no-repeat;
}

#content .meetings .meetings-search-form .date-group .text {
	padding: 10px 0;
	text-align: center;
	width: 34px;
	display: block;
	float: left;
	font-style: italic;
}

#content .meetings .meetings-search-form button[type=submit] {
	/*margin-left: 110px;*/
	padding: 13px 20px 13px 40px;
	color: #fff;
	background-color: #44c8f5;
	background-image: url(../images/icon-magnify.png);
	background-position: 	18px 13px;
	background-repeat: no-repeat;
}

#content .meetings .meetings-search-form button.clear {
		margin-left: 25px;
		color: #186487;
		font-weight: bold;
		text-decoration: underline;
		padding: 0;
}

#content .meetings .meetings-search-form button.show-search {
	display: block;
	width: 100%;
	padding: 12px 0;
	text-align: center;
	/*font-weight: bold;*/
	background-color: #cccccc;
	color: #000;
}

/* Advanced Search toggle */

#content .meetings .meetings-search-form button.show-basic_search {
	display: none;
	visibility: hidden;
}

#content .meetings .meetings-search-form.advanced button.show-basic_search {
	display: block;
	visibility: visible;
}

#content .meetings .meetings-search-form.advanced button.show-advanced_search {
	display: none;
	visibility: hidden;
}

#content .meetings .meetings-search-form .search_form-advanced_items {
	display: none;
}

#content .meetings .meetings-search-form.advanced h2.search_form-heading:before {
	content: 'Advanced ';
}

#content .meetings .meetings-search-form.advanced .search_form-advanced_items {
	display: block;
	visibility: visible;
}


/*
.js #content .toggle_content {
  margin-top: 1em;
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #d4d4d4;
}

.js #content .toggle_content-heading {
  font-size: .85em;
  margin: 0;
  padding: 0;
  font-style: italic;
}

.js #content .toggle_content-heading button {
  padding: 0 1em 0 0;
  color: currentColor;
  background-color: transparent;
  border-radius: 0;
  font-weight: bold;
  display: inline-block;
  position: relative;
  color: #186487;
  text-decoration: underline;
}

.js #content .toggle_content-heading .action {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.js #content .toggle_content-icon {
  position: absolute;
  width: 7px;
  height: 7px;
}

.js #content .toggle_content-icon-right {
  top: 4px;
  right: 0;

  background-image: url(../images/icon-chevron-right.png);
  background-repeat: no-repeat;
}

.js .chevron-right {

}

.js #content .toggle_content-icon-down {
  top: 4px;
  right: 0;
  background-image: url(../images/icon-chevron-down.png);
  background-repeat: no-repeat;
}

.js .chevron-down {

  top: 0;
  left: 0;
}

.js #content .toggle_content-content {
  margin: 1em 0 0 0;
}

.js #content .toggle_content.closed .toggle_content-content {
  display: none;
  visibility: hidden;
}
*/
#content .meetings .row-3 {
	margin-top: 1em;
	margin-bottom: 0.5em;
}

#content .meetings h2.meetings-selected-date {
	font-size: 1em;
}

#content .meetings h2.meetings-selected-date .meetings-selected-type {
	font-weight: bold;
	font-style: italic;
	display: block;
	margin-bottom: 0.5em;
}

#content .meetings h2.meetings-selected-date .meetings-selected-date {
	font-weight: bold;
	font-size: 1.9em;
	color: #47921e;
}


#content .meetings .meetings-date-selection {
	float: left;
}

#content .meetings ul.meetings-date-container {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content .meetings li.meetings-date-item {
	float: left;
	padding: 0;
	margin: 0;
}

#content .meetings li.meetings-date-item:after {
	content: ' / ';
	display: inline-block;
	margin: 0;
	padding: 0 10px;
}

#content .meetings li.meetings-date-item:last-child:after {
	content: '';
	display: none;
	visibility: hidden;
}

#content .meetings button.meetings-date-range-button,
#content .meetings button.ui-datepicker-trigger {
	padding: 0;
	/*color: #186487;*/
	/*font-weight: bold;*/
	text-decoration: underline;
}

#content .meetings .meetings-date-selection input.meetings-date-input {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

#content .meetings .row-4 {
	margin-bottom: 1em;
}

#content .meetings .meetings-sort-container {
	float: right;
	margin-top: -5px;

}

#content .meetings .meetings-sort-container label {
	display: inline-block;
	font-weight: bold;
	font-style: italic;
	margin-right: 1em;
}



#content .meetings .meetings-sort-container select.meetings-sort {
	background-color: #fff;
}

/* categories */



#content .meetings table.meetings-table {
	border-collapse: collapse;
	width: 100%;
	margin-top: 1.5em;
}

#content .meetings table.meetings-table th,
#content .meetings table.meetings-table td {
	border: solid 1px #d4d4d4;
	padding: 1em 0.5em;
}

#content .meetings table.meetings-table td:nth-child(2),
#content .meetings table.meetings-table td:nth-child(3) {
	width: 19%;
}

#content .meetings table.meetings-table td:nth-child(4) {
	width: 30%;
}

#content .meetings table.meetings-table .meeting-title {
	display: block;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#content .meetings table.meetings-table .meeting-date {
	display: block;
	margin-bottom: 0.5em;
}


#content .meetings table.meetings-table .meeting-documents-videos ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#content .meetings table.meetings-table .meeting-documents-videos li {
  position: relative;
  padding-left: 1em;
  margin-left: 0;
}

#content .meetings table.meetings-table .meeting-documents-videos li:before {
   content: '\2022\A0\A0';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}


/* Pagination */

#content .pagination-wrapper {
	margin-top: 2.3em;
	position: relative;
	padding: 0 7em 1em 7em;
}

#content a.meetings-pager,
#content .pagination .page.previous,
#content .pagination .page.next {
	display: inline-block;
	background-color: #4a9720;
	color: #fff;
	padding: 0.5em 0;
	width: 6em;
	text-align: center;
	border-radius: 5px;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	position: absolute;
	top: -0.25em;
	left: 0;
}

#content a.meetings-next,
#content .pagination .page.next {
	left: auto;
	right: 0;
}

#content ul.pagination {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#content ul.pagination li {
	margin: 0 1em;
	padding: 0;
	list-style: none;
	display: inline-block;
}

#content ul.pagination li a {
	margin-left: .2em;
	padding: .1em .4em;
	padding: 3px 4px 2px 4px;
	color: #116081;
	background-color: #fff;
	text-decoration: none;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #116081;
}

#content ul.pagination li.active a {
	background-color: #116081;
	color: #fff;
}


#content .paging a.p-link:focus, #content .paging a.p-link:hover, #content .paging a.p-link:active, #content .paging a.p-link.selected { /* ie.css */
	background-color: #116081;
	color: #fff;
}

/* datepicker mods */


.ui-datepicker-close {
	display: none;
	visibility: hidden;
}

.ui-state-hover {
	/*background: #44c8f5 !important;*/
}


/* meetings detail */

#content .meetings-details {
  display: table;
  border-collapse: collapse;
  margin-top: 2em;
}

#content .meetings-detail-wrapper {
  display: table-row;
}

#content .meetings-detail-title,
#content .meetings-detail-value {
  display: table-cell;
  border: solid 1px #d4d4d4;
  padding: 1.5em 0.7em;
}

#content .meetings-detail-title {
  width: 30%;
  vertical-align: top;
}

#content .meetings-detail-value .entry p {
	margin-top: 0;
}

#content .meetings-detail-value .entry p:last-child {
	margin-bottom: 0;
}

#content .meetings-detail-value .entry ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content .meetings-detail-value .entry li {
  position: relative;
  padding-left: 1em;
  margin-left: 0;
}

#content .meetings-detail-value .entry li:before {
  content: '\2022\A0\A0';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#content .meetings-detail-value ul.icalendar_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content .meetings-detail-value ul.icalendar_list li {
	margin: 0;
	padding: 0;
	display: inline-block;
	margin-right: 1em;
	padding-right: 1em;
	border-right: solid 1px #d4d4d4;
}

#content .meetings-detail-value ul.icalendar_list li:last-child {
	margin-right: 0;
	padding: 0;
	border-right: 0;
}

#content .meetings-detail-value ul.icalendar_list a.button {
	color: #116081;
	background: 0;
	background-color: transparent;
	display: inline;
	text-decoration: underline;
	text-transform: none;
	font-weight: normal;
	font-size: 1em;
	padding: 0;
	margin: 0;
}

/* meetings calendar */

#content .meetings-date-selection select {
/*	display: inline-block;
	padding: 0 5px;
	margin: 0;
	background-color: transparent;
	text-decoration: underline;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	line-height: 1;*/
	background-color: #fff;
	line-height: 1;
	display: inline-block;
	padding: 5px;
	position: relative;
	top: -5px;
}

#content .meetings-date-selection option {
	/*padding: 5px;*/
}

#content .meetings #calendar {
	margin-top: 1.5em;
}

#content .meetings-storage_available .fc-toolbar {
	display: none;
	visibility: hidden;
}

#content .meetings #calendar .fc-scroller {
	height: auto !important;
	overflow: visible !important;
	height: visible !important;
}

#content .meetings #calendar .meetings-hide,
#content .meetings #calendar .fc-content-skeleton {
	display: none;
	visibility: hidden;
}

#content .meetings #calendar table {
	width: 100%;
	margin: 0;
}

#content .meetings #calendar table th,
#content .meetings #calendar table td {
	/* a few resets */
	padding: 0;
}

#content .meetings #calendar .fc-row {
	height: auto !important;
}

#content .meetings #calendar th.fc-day-header {
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	padding: 0.8em;
	padding-top: 12px;
	padding-bottom: 14px;
/*	border-bottom-width: 10px;*/
	text-transform: none;
	border-width: 1px 1px 10px 1px;
	border-color: #dcdbdb;
	background-color: #f3f3f2;
	width: 14%;
}

#content .meetings #calendar table td.fc-day {
	height: 88px;
	/*min-height: 88px;*/
	color: #7e7e7e;
	padding: 0;
	background-color: #f3f3f2;
/*	overflow: hidden;*/
	font-size: .93333em; /* 14 / 15 */
	border-width: 1px;
	border-color: #dcdbdb;
	width: 14%;
}

#content .meetings #calendar th.fc-day-header:first-child,
#content .meetings #calendar th.fc-day-header:last-child,
#content .meetings #calendar table td.fc-day:first-child,
#content .meetings #calendar table td.fc-day:last-child {
	width: 15%;
}

#content .meetings #calendar table td.meetings-has-event {
	background-color: #d9d0c7;
}

#content .meetings #calendar table td.fc-day .meetings-cell-wrapper {
	display: block;
	padding: 10px 10px 10px 10px;
	/*width: 100%;*/
	min-height: 88px;
	position: relative;
}

#content .meetings #calendar table td.meetings-has-event .meetings-cell-wrapper:after {
	content: "Select the day to see a more detailed list of the day's meetings. Select a meeting title to see more details about that meeting.";
	width: 110px;
	height: 110px;
	padding: 10px;
	font-size: 0.8em;
	background-color: #fff;
	border: solid 2px #dcdbdb;
	position: absolute;
	z-index: 40;
	top: -110%;
	left: 80%;
	display: none;
}

#content .meetings #calendar table td.meetings-has-event:hover .meetings-cell-wrapper:after {
	display: block;
}

#content .meetings #calendar a.meetings-day-link {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 20;
		padding: 10px;
}

#content .meetings #calendar a.meetings-day-link .fc-day-number {
	display: inline-block;
	/*margin: 10px;*/
}

#content .meetings #calendar a.fc-event {
	margin-top: 25px;
	font-size: 0.8em;
	display: block;
	position: relative;
	z-index: 30;
}

#content .meetings #calendar a.fc-event + #content .meetings #calendar a.fc-event {
	margin-top: 0.35em;
}

/* search form */

#content .meetings-search .row-3 {
	margin-top: 2em;
}

#content .meetings-search .row-3:before,
#content .meetings-search .row-3:after {
  content: ' ';
  display: table;
}

#content .meetings-search .row-3:after {
  clear: both;
}

#content .meetings-search_criteria {
	width: 48%;
	float: left;
	border-right: solid 1px #d4d4d4;
}

#content .meetings-search_criteria p {
	margin-bottom: 0.5em;
}

#content h2.meetings-search_criteria-heading {
	margin: 0 0 0.5em 0;
	padding: 0;
	line-height: 1;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
}

.meetings-search_results_info {
	width: 48%;
	float: right;
}

#content h2.meetings-search_results_info-heading {
	margin: 0 0 0.5em 0;
	padding: 0;
	line-height: 1;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
}

/* datepicker */

/*!
 * jQuery UI CSS Framework 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*!
 * jQuery UI CSS Framework 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*!
 * jQuery UI Datepicker 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}


/* =Notifications Bar
--------------------------------------------------*/
/* $emergency-height: 54px;
$emergency-font-size: 18px;
$emergency-color: #d31609;
$emergency-heading-color: #ffc6c6;
$emergency-border: #ffc6c6; 
$supplemental-height: 40px;
$translate-bar-height: 40px; // added by Google
$cms-bar-height: 42px !default; 

$emergency-level-1-color: #d31609;
$emergency-level-1-text: #fff;
$emergency-level-1-heading-color: #ffc6c6;


$emergency-level-2-color: #ffff00;
$emergency-level-2-text: #000;
$emergency-level-2-heading-color: #999;

$emergency-level-3-color: #339900;
$emergency-level-3-text: #fff;
$emergency-level-3-heading-color: #d6ebcc;
*/


body.notification {
/* google translate adds top:0 to body tag */
	top: 54px !important;
}

.cms body.notification {
/* cms bar + notif bar */
	top: 96px !important;
}

.ecms-edit-mode.cms body.notification,
.ecms-approval-mode.cms body.notification {
/* cms bar * 2 + notif bar */
	top: 138px !important;
}

  /* @include contrast() {
    top: $supplemental-height + 54px !important;
  } */

.translated-ltr body.notification, .translated-rtl body.notification {
	top: 94px !important;
}
	
/* make room for supplemental layout switch */

@media only screen and (max-width : 950px) {
	body.notification {
		top: 94px !important;
	}

	body.notification #supplemental-layout-switch {
		top: -94px;
	}

	html.translated-ltr body.notification,
	html.translated-rtl body.notification {
		top: 134px !important;
	}
}


/* .translated-ltr, .translated-rtl {
  body.notification {
    top: 54px + $translate-bar-height !important;

    @include contrast() {
      top: $supplemental-height + 54px + $translate-bar-height !important;
    }
  }
} */

.notification_bar {
  position: absolute;
  top: -54px;
  left: 0;
  padding: 0;
	width: 100%;
	height: 54px;
  z-index: 999;

  background-color: #d31609;

  font-size: 18px;
  line-height: 1;
	text-align: center;
}

.notification_bar.level_2 {
	background-color: #ffff00;
}

.notification_bar.level_3 {
	background-color: #339900;
}

.cms .notification_bar {
	top: -96px;
}

.ecms-edit-mode.cms .notification_bar,
.ecms-approval-mode.cms .notification_bar {
	top: -138px;
}

  /* @include contrast() {
    top: (54px + $supplemental-height) * -1;
  }

  @include cms() {
    top: (54px + $cms-bar-height) * -1;

    .ecms-edit-mode &,
    .ecms-approval-mode & {
      top: (54px + ($cms-bar-height * 2)) * -1;
    }
  } */


.notification_bar-inner {
  display: inline-block;
	border-bottom: 1px solid #ffc6c6;
	margin: 16px 0 9px 0;
	/* height: 26px; */
}

.level_2 .notification_bar-inner {
	border-bottom: 1px solid #999;
}

.level_3 .notification_bar-inner {
	border-bottom: 1px solid #d6ebcc;
}


.notification_bar-heading {
  font-size: 1em;
  font-family: Arial, Helvetica, Tahoma, sans-serif;
  font-weight: bold;
  margin: 0;

	color: #ffc6c6;
}

.level_2 .notification_bar-heading {
	color: #999;
}

.level_3 .notification_bar-heading {
	color: #d6ebcc;
}

.notification_bar-text {
  margin: 0 0 0 7px;
  color: #fff;
}

.level_2 .notification_bar-text {
	color: #000;
}

.level_3 .notification_bar-text {
	color: #fff;
}

.notification_bar-heading, .notification_bar-text {
  display: inline-block;
  padding: 0 0 3px 0;
  line-height: 1;
  font-size: 1em;
  font-family: Arial, Helvetica, Tahoma, sans-serif;
  font-weight: bold;
}

.notification_bar-link {

  /* padding: 16px 0 9px 0; */
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
}
