@charset "UTF-8";
/* CSS Document */

/* Color Glossary

	White: #ffffff;
	Lighter Green: #dee6c3;
	Light Green: #718043;
	Dark Green: #47592d;
	Brown: #362f2d;
	Red: #9e0b0f;

*/

/* Structure 
--------------------------------- */

body, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

select {
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	color: #362f2d;
	background: #47592d url(../images/bkgrd.png) repeat-x 0 0;
}

#top-bar {
	height: 58px;
	width: 100%;
	background: url(../images/top-bar-bkgrd.png) repeat-x 0 0;
	position: fixed;
	z-index: 10;
}

#top-bar div {
	margin: 0 auto;
	width: 960px;
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

#top-bar a {
	color: #fff;
	padding: 0 0 0 60px;
	background: url(../images/warning.png) no-repeat 0 0;
}

#top-bar a span {
	padding: 0 60px 0 0;
	background: url(../images/warning.png) no-repeat top right;
}

#header-wrapper {
	background: #362f2d;
	height: 120px;
	width: 100%;
	z-index: 2;
	position: relative;
}

#header {
	width: 960px;
	height: 120px;
	margin: 0 auto;
	padding: 0 9px;
	background: #362f2d;
}


#logo {
	height: 120px;
	width: 285px;
	z-index: 6;
}

#drop-nav {
	bottom: 0;
	right: 10px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 0 275px;
	z-index: 5;
}

#drop-nav li {
	margin: 0 0 0 5px;
}

#drop-nav li a {
	padding: 10px 10px 15px 10px;
	color: #fff;
}

#drop-nav li.hover, #drop-nav li.current, #drop-nav li.currentParent {
	background: #718043;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}

#drop-nav li.hover a, #drop-nav li.current a, #drop-nav li.currentParent a {
	text-decoration: none;
}

#drop-nav li ul {
	padding: 5px 0;
	font-size: 15px;
	color: #fff;
	background: #718043;
	right: 0;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

#drop-nav li.current, #drop-nav li.currentParent {
	background-color: #47592d;
}

#drop-nav li.current ul, #drop-nav li.currentParent ul {
	background: #47592d;
}

#drop-nav li ul table {
	padding: 5px 10px;
}

#drop-nav li ul td.col {
	width: 300px;
	font-size: 12px;
	padding: 0 5px;
}

#drop-nav li.departments ul td.col {
	width: 230px;
}

#drop-nav li.hover ul a {
	padding: 5px 0;
	background: none;
}

#drop-nav li ul li a:hover, #drop-nav li ul li a.current, #drop-nav li ul li a.currentParent {
	text-decoration: none;
	color: #d6d583;
}

#sec-nav {
	top: 28px;
	right: 210px;
	color: #fff;
}

#sec-nav li a {
	padding: 0 7px;
	color: #fff;
}

form#site-search {
	position: absolute;
	top: 25px;
	right: 0;
	width: 180px;
	height: 23px;
	background: url(../images/search-bkgrd.gif) no-repeat 0 0;
	padding: 1px 10px;
}

#site-search input#search-term {
	background: #fff;
	border: 0px solid #fff;
	width: 155px;
}

#site-search input#search-submit {
	text-indent: -9999em;
	border: 0px solid #fff;
	background: url(../images/search-button.gif) no-repeat 0 5px;
	height: 23px;
	width: 15px;
	cursor: pointer;
	text-transform: capitalize;
}

#main {
	width: 978px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	background: url(../images/content-bottom-bkgrd.png) no-repeat left bottom;
	position: relative;
	z-index: 1;
}


#content {
	background: url(../images/content-bkgrd.png) repeat 0 0;
	padding: 0 9px 50px 9px;
	width: 960px;
}

.content-full {
	width: 920px;
	padding: 20px 0 0 20px;
}

.content-left-home {
	padding: 20px 0 0 20px;
	float: left;
	width: 600px;
	position: relative;
	z-index: 1;
}

.content-right {
	width: 280px;
	padding: 20px 20px 0 0;
}

.content-left {
	width: 680px;
	padding: 20px 0 0 20px;
}

.content-left-sidebar {
	width: 200px;
	padding: 20px 0 0 20px;
	float: left;
	position: relative;
	z-index: 1;
	line-height: 1;
	font-size: 12px;
}

.content-center {
	width: 440px;
	padding: 20px 0 0 20px;
	float: left;
	position: relative;
	z-index: 1;
}

.content-right-sidebar {
	width: 200px;
	padding: 20px 0 0 20px;
	float: left;
	position: relative;
	z-index: 1;
}

#breadcrumb {
	padding: 20px 0 0 20px;
	font-size: 12px;
	text-transform: lowercase;
}

#footer {
	color: #fff;
	margin: 0 auto;
	padding: 20px 0;
	width: 960px;
	font-size: 16px;
}

#contact-info {
	float: left;
	width: 450px;
	height: 240px;
	padding: 0 0 20px 0;
}

#footer-logo {
	background: url(../images/logo-footer.png) no-repeat 0 0;
	text-indent: -9999em;
	height: 137px;
	width: 432px;
	display: block;
}

#contact-info h2 {
	text-align: center;
	border: 0px solid;
}

#contact-info div {
	padding: 0 0 0 40px;
}

#contact-info span {
	display: block;
	float: left;
	padding: 0 30px;
}

.footer-box {
	width: 200px;
	float: right;
	padding: 0 20px;
	border-left: 2px solid #fff;
	margin: 0 0 20px 0;
	height: 240px;
}

.footer-box h2 {
	background: #7c8a49;
	color: #fff;
	border: 0px solid #7c8a49;
	padding: 5px 10px;
	margin: 0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.footer-box ul {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	font-size: 14px;
}

.footer-box li {
	padding: 5px 0 0 0;
}

#copyright {
	background: #7c8a49;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: center;
	padding: 5px 0;
	clear: both;
}

#footer a {
	color: #fff;
}


/* Headings 
--------------------------------- */

h1 {
	font-size: 30px;
	font-weight: normal;
	margin-top: 0;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	border-bottom: 2px solid #362f2d;
}

.content-left h2, .content-left-home h2, .content-center h2 {
	border: 0px solid;
}

.content-left-home h2.underline {
	border-bottom: 2px solid #362f2d;
}

h2.job {
	margin-bottom: 0;
}

h3 {
	font-size: 18px;
	font-weight: normal;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}


/* Links 
--------------------------------- */

a {
	color: #718043;
}

a:hover {
	text-decoration: underline;
}


/* Misc 
--------------------------------- */

#carousel, #slides {
	position: relative;
	width: 920px;
	height: 300px;
	z-index: 1;
}

#carousel-nav {
	position: absolute;
	bottom: 10px;
	right: 40px;
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 3;
}

#carousel-nav li {
	float: left;
	font-size: 25px;
	padding: 0 5px 0 0;
}

#carousel-nav a {
	color: #362f2d;
}

#carousel-nav a.activeSlide, #carousel-nav a:hover {
	color: #9e0b0f;
	text-decoration: none;
}

#carousel-control {
	width: 10px;
	height: 10px;
	display: block;
	background: url(../images/but-play-pause.png) no-repeat 0 0;
	text-indent: -9999em;
	position: absolute;
	bottom: 23px;
	right: 30px;
	z-index: 3;
}

#carousel-control.play {
	background-position: 0 0;
}

#carousel-control.play:hover {
	background-position: 0 -10px;
}

#carousel-control.pause {
	background-position: -10px 0;
}

#carousel-control.pause:hover {
	background-position: -10px -10px;
}

#slides .slide {
	position: absolute;
	top: 0;
	left: 0;
	height: 300px;
	width: 920px;
}
.slide img {
	position: relative;
}

.slide div {
	width: 420px;
	background: url(../images/carousel-bkgrd-top.png) no-repeat 0 0;
	padding: 10px 0 0 0;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.slide div span {
	background: url(../images/carousel-bkgrd.png) repeat-x left bottom;
	padding: 0 10px 15px 10px;
	display: block;
	font-size:10px;
	text-align:center;
}

.slide div span br {
	line-height: 0;
	height: 1px;
	float: left;
}

.slide div span p {
	margin: 0;
	padding: 0;
}

a.icon {
	display: block;
	float: right;
	height: 50px;
	width: 50px;
	background: no-repeat 0 0;
	margin: 0 0 0 10px;
	text-indent: -9999em;
}

a.icon.email {
	background-image: url(../images/icons/email.png);
}

a.icon.print {
	background-image: url(../images/icons/print.png);
}

a.icon.rss {
	background-image: url(../images/icons/feeds.png);
}

#home-buttons{margin:0;padding:0;list-style:none;}
#home-buttons li{display: block;height: 50px;width: 280px;padding:20px 0 0 0;}


a.home-button {
	display: block;
	height: 51px;
	width: 280px;
	background: no-repeat 0 0;
	margin: 20px 0 0 0;
	text-indent: -9999em;
}

a.home-button.gis {
	background-image: url(../images/sidebar/gis.jpg);
}

a.home-button.swift {
	background-image: url(../images/sidebar/swift911.jpg);
}

a.home-button.payment {
	background-image: url(../images/sidebar/payment.jpg);
}

a.home-button.recycling {
	background-image: url(../images/sidebar/recycling.jpg);
}

p.post-date {
	padding: 0;
	margin: 0;
	font-size: 12px;
}

h2.post-title {
	margin-bottom: 0;
}

.content-right-sidebar ul {
	padding: 0 0 0 10px;
	margin: 0;
	list-style: none;
}

table td {
	padding: 2px 5px;
	font-size: 12px;
}

table thead tr {
	background: #718043;
	color: #fff;
	font-weight: bold;
}

table thead tr.secondary {
	background: #dee6c3;
	color: #362f2d;
}

table thead td, table thead th {
	font-size: 14px;
}

table tbody.align-right td {
	text-align: right;
}

table tbody tr.odd {
	background: #dee6c3;
}

.tblListing {
	padding: 20px 0 0 0;
}

.tblListing p {
	margin: 0;
	padding: 0;
}

a.link-button {
	padding: 5px 10px;
	background: #718043;
	display: inline;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
}

a.link-button:hover {
	background: #362f2d;
	text-decoration: none;
}

label {
	display: block;
	font-weight: bold;
}

input[type=text], textarea {
	width: 300px;
}

textarea {
	height: 100px;
}

ul#questions {
	padding: 20px 0 0 0;
	margin: 0;
	list-style: none;
}

p.top {
	padding: 0;
	margin: 0 0 10px;
	font-size: 12px;
}

#faq h2 {
	margin-bottom: 0;
}

#faq h2 a {
	color: #362f2d;
}

hr {
	color: #362f2d;
	background: #362f2d;
	height: 2px;
	width: 100%;
	border: 0px solid;
}

ul.subnav {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 13px;
}

ul.subnav li {
	padding: 1px 0;
}

ul.subnav li a, ul.subnav li a {
	padding: 5px 10px;
	width: 180px;
	display: block;
	color: #362f2d;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

ul.subnav li a:hover, ul.subnav li a.current, ul.subnav li a.currentParent {
	text-decoration: none;
	background: #718043;
	color: #fff;
}

ul.subnav li ul {
	list-style: circle;
	font-size: 11px;
	padding: 0 0 0 25px;
}

ul.subnav li ul li a {
	padding: 5px 0;
	background: #fff;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	color: #362f2d;
}

ul.subnav li ul li a:hover, ul.subnav li ul li a.current {
	color: #718043;
	background: #fff;
}


.sidebar-box {
	padding: 0 0 0 10px;
}

ul.profiles {
	padding: 0 0 0 10px;
	margin: 0;
	list-style: none;
}

ul.profiles li {
	padding: 5px 0;
}

a.more-all {
	display: block;
	padding: 10px 0 0 10px;
	clear: both;
}

ul.eventsAPI, ul.news {
	padding: 0;
	margin: 0;
	list-style: none;
}

.eventsAPI li {
	clear: both;
	padding: 5px 0;
}

.eventsAPI div.date {
	background: url(../images/icons/calendar.png) no-repeat 0 0;
	height: 43px;
	width: 39px;
	text-align: center;
	float: left;
	font-size: 18px;
	padding: 2px 0 0 1px;
}

div.date span {
	font-size: 10px;
	display: block;
	color: #fff;
}

.eventsAPI div.content {
	float: left;
	padding: 0 0 0 10px;
	font-size: 12px;
	width: 150px;
}

.eventsAPI.home div.content {
	width: auto;
}

.news li {
	background: url(../images/icons/news.png) no-repeat 0 0;
	padding: 0 0 0 50px;
	min-height: 29px;
	font-size: 12px;
}

.job-date {
	font-size: 12px;
	display: block;
}

div.image-heading {
	height: 200px;
	width: 440px;
	position: relative;
}

.image-heading h1 {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
	margin: 0;
	background: url(../images/trans-black.png) repeat 0 0;
	width: 420px;
	z-index: 2;
	color: #fff;
}

.image-heading img {
	positioN: relative;
	z-index: 1;
}

.document {
	padding: 20px;
}

.document.odd {
	background: #dee6c3;
}

.document h3 {
	margin: 0;
}

.tblRecycling {
	width: 100%;
	padding: 20px 0 0 0;
}

.tblRecycling td {
	padding: 5px;
}

.tblRecycling td h2 {
	margin-top: 0;
}




/* Page - Search Results 
--------------------------------- */

.search {
	padding: 25px 0 0 0;
}

.search .date {
	font-size: 12px;
}

.search h4 {
	margin: 0 0 10px 0;	
	font-variant: normal;
}

#search-pages {
	padding: 25px 0 0 0;
	font-family: Arial, Helvetica, sans-serif
	font-size: 18px;
}

#search-pages-term {
	font-family: Arial, Helvetica, sans-serif
	font-size: 18px;
}
