/* ======================================================================================= reset */
/*  Based on Blueprint CSS Framework 0.9 ~ http://blueprintcss.org */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
:focus {outline:0;}


/* ======================================================================================= typography */
body {
	font-size:75%;
	color:#444;
	background:#3a332b;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#222;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;color:#444;}
p img.left {float:left;margin-right:1.5em;padding:6px;background-color:#fcf8dc;border:1px solid #b1974f;}
p img.right {float:right;margin-left:1.5em;padding:6px;background-color:#fcf8dc;border:1px solid #b1974f;}
a:focus, a:hover {color:#549c4b;}
a {color:#427a3b;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {}
ol {}
li {margin:0 1.5em;}
li ul, li ol {margin:0 1.5em;}
li ol li {list-style-type:lower-alpha;}
li ol li ol li {list-style-type:lower-roman;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold; color:#eee;}
thead th {background:#2f2b28;}
th, td, caption {padding:4px 10px 4px 5px;}
td {vertical-align:top;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
table.stripeMe tr.alt td {background-color:#c6c5c1;}


/* ======================================================================================= misc classes */
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
.nobullets {list-style-type: none; margin-left:0;}
.nobotmMargin {margin-bottom:0;}
.due {background:#999; color:#fff; padding-left:6px;}


/* ======================================================================================= forms */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}


/* ======================================================================================= grid */
.container {width:833px;margin:0 auto;}
.showgrid {background:url(../img/grid.png);}
.box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}
.block {display:block;}
.overClear {overflow:hidden;}

#wrapper {background: transparent url("../img/bg-wrapper.gif") top left repeat-x;}


/* ======================================================================================= header */
#header {
	position:relative;
	height:154px;
	}
#header a#logo {
	position:absolute;
	top:20px;
	left:25px;
	width:267px;
	height:114px;
	}
#header h5 {
	position:absolute;
	bottom:25px;
	right:25px;
	text-align: right;
	color:#fff;
	font-weight: normal;
	font-size: 1.35em;
	margin-bottom:0;
	}



/* ======================================================================================= nav */
ul#nav {
	list-style-type:none;
	width:833px;
	height:32px;
	margin-top:2px;
	background-color:#ebe7cd;
	background-image: url("../img/bg-nav.jpg");
	background-position: left bottom;
	}
ul#nav li {list-style-type:none; margin:0; padding:0; float:left; display:inline;}
ul#nav li a {
	color:#d3e6b1; 
	text-decoration: none; 
	text-transform:uppercase;
	height:32px; 
	display:block; 
	text-align:center;
	line-height: 28px;
	font-size: 1.15em;
	}
ul#nav li a:hover {
	color:#fff;
	background-color:#367a1d;
	}

ul#nav li.home a {width:93px;}
ul#nav li.about-us a {width:127px;}
ul#nav li.initiatives a {width:143px;}
ul#nav li.news-events a {width:179px;}
ul#nav li.resources a {width:134px;}
ul#nav li.get-involved a {width:157px;}

ul#nav li.home a:hover {background: transparent url("../img/bg-nav-on.gif") bottom left no-repeat;}
ul#nav li.get-involved a:hover {background: transparent url("../img/bg-nav-on.gif") bottom right no-repeat;}

body#home ul#nav li.home a:hover {background: transparent url("../img/bg-nav-home-on.gif") bottom left no-repeat;}
body#home ul#nav li.get-involved a:hover {background: transparent url("../img/bg-nav-home-on.gif") bottom right no-repeat;}

body#home ul#nav li.home a {color:#fff;}
body#about-us ul#nav li.about-us a {color:#fff;background-color:#427a3b;}
/*
body#initiatives ul#nav li.initiatives a {color:#fff;background-color:#9b0e00;}
*/
body#initiatives ul#nav li.initiatives a {color:#fff;background-color:#427a3b;}
body#news-events ul#nav li.news-events a {color:#fff;background-color:#ef6d01;}
body#resources ul#nav li.resources a {color:#fff;background-color:#638ac5;}
body#get-involved ul#nav li.get-involved a {
	color:#fff;
	background: transparent url("../img/bg-nav-get-involved-on.gif") bottom right no-repeat;
	}

body#home ul#nav li.home a:hover,
body#about-us ul#nav li.about-us a:hover,
body#initiatives ul#nav li.initiatives a:hover,
body#news-events ul#nav li.news-events a:hover,
body#resources ul#nav li.resources a:hover,
body#get-involved ul#nav li.get-involved a:hover {cursor: default;}


/* ======================================================================================= sub-menu */
ul.menu {
	border-top:1px solid #b1974f;
	}
ul.menu, ul.menu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	width: 195px;
	}

ul.menu a {
	display: block;
	text-decoration: none;
	line-height:26px;
	height:29px;
	padding-left:10px;	
	
	}

ul.menu li, ul.menu li ul li {margin:0; padding:0;}

ul.menu li a {
	color: #2d6329;
	border-bottom:1px solid #b1974f;
	border-left:1px solid #b1974f;
	background: transparent url("../img/bg-menu-all.jpg") 0px 0px no-repeat;
	}

ul.menu li a:hover {
	background: transparent url("../img/bg-menu-all.jpg") 0px -30px no-repeat;
	}

/* main-level highlights */
div.parks ul.menu li a.parks {cursor: default;background: transparent url("../img/bg-menu-all.jpg") 0px -60px no-repeat;}
div.energy ul.menu li a.energy {cursor: default;background: transparent url("../img/bg-menu-all.jpg") 0px -60px no-repeat;}
div.transportation ul.menu li a.transportation {cursor: default;background: transparent url("../img/bg-menu-all.jpg") 0px -60px no-repeat;}
div.water ul.menu li a.water {cursor: default;background: transparent url("../img/bg-menu-all.jpg") 0px -60px no-repeat;}
div.waste ul.menu li a.waste {cursor: default;background: transparent url("../img/bg-menu-all.jpg") 0px -60px no-repeat;}
div.food ul.menu li a.food {cursor: default;background: transparent url("../img/bg-menu-all.jpg") 0px -60px no-repeat;}
/*
div.purchasing ul.menu li a.purchasing {cursor: default;background: transparent url("../img/bg-menu-all.jpg") 0px -60px no-repeat;}
*/
div.economy ul.menu li a.economy {cursor: default;background: transparent url("../img/bg-menu-all.jpg") 0px -60px no-repeat;}
	
ul.menu li ul li a {
	background: #faf6d9;
	color: #2d6329;
	padding-left: 20px;
	border-bottom:1px solid #e0d6ae;
	background: transparent url("../img/bg-menu-all.jpg") 0px -90px no-repeat;
	}

ul.menu li ul li a:hover {
	background: transparent url("../img/bg-menu-all.jpg") 0px -120px no-repeat;
	}

ul.menu li ul li.last a {
	border-bottom:1px solid #b1974f;
	}

/* sub-level highlights */
div.purchasing ul.menu li ul li a.purchasing {cursor: default;background: transparent url("../img/bg-menu-all.jpg") 0px -150px no-repeat;}
div.purchasing-current ul.menu li ul li a.purchasing-current {cursor: default;background: transparent url("../img/bg-menu-all.jpg") 0px -150px no-repeat;}
div.purchasing-accomplishments ul.menu li ul li a.purchasing-accomplishments {cursor: default;background: transparent url("../img/bg-menu-all.jpg") 0px -150px no-repeat;}
div.purchasing-future ul.menu li ul li a.purchasing-future {cursor: default;background: transparent url("../img/bg-menu-all.jpg") 0px -150px no-repeat;}
div.purchasing-additional ul.menu li ul li a.purchasing-additional {cursor: default;background: transparent url("../img/bg-menu-all.jpg") 0px -150px no-repeat;}
div.purchasing-sot ul.menu li ul li a.purchasing-sot {cursor: default;background: transparent url("../img/bg-menu-all.jpg") 0px -150px no-repeat;}
div.jobs-current ul.menu li ul li a.jobs-current {cursor: default;background: transparent url("../img/bg-menu-all.jpg") 0px -150px no-repeat;}
div.jobs-accomplishments ul.menu li ul li a.jobs-accomplishments {cursor: default;background: transparent url("../img/bg-menu-all.jpg") 0px -150px no-repeat;}
div.jobs-future ul.menu li ul li a.jobs-future {cursor: default;background: transparent url("../img/bg-menu-all.jpg") 0px -150px no-repeat;}
div.jobs-additional ul.menu li ul li a.jobs-additional {cursor: default;background: transparent url("../img/bg-menu-all.jpg") 0px -150px no-repeat;}
div.jobs-sot ul.menu li ul li a.jobs-sot {cursor: default;background: transparent url("../img/bg-menu-all.jpg") 0px -150px no-repeat;}

div.jobs ul.menu li ul li a.jobs {cursor: default;background: transparent url("../img/bg-menu-all.jpg") 0px -150px no-repeat;}
div.summary ul.menu li ul li a.summary {cursor: default;background: transparent url("../img/bg-menu-all.jpg") 0px -150px no-repeat;}
div.current ul.menu li ul li a.current {cursor: default;background: transparent url("../img/bg-menu-all.jpg") 0px -150px no-repeat;}
div.accomplishments ul.menu li ul li a.accomplishments {cursor: default;background: transparent url("../img/bg-menu-all.jpg") 0px -150px no-repeat;}
div.future ul.menu li ul li a.future {cursor: default;background: transparent url("../img/bg-menu-all.jpg") 0px -150px no-repeat;}
div.additional ul.menu li ul li a.additional {cursor: default;background: transparent url("../img/bg-menu-all.jpg") 0px -150px no-repeat;}
div.sot ul.menu li ul li a.sot {cursor: default;background: transparent url("../img/bg-menu-all.jpg") 0px -150px no-repeat;}


/* ======================================================================================= content */
#contentAll {padding-top:20px; padding-bottom:20px; background-color:#ebe7cd;}

#contentFull {padding:0 25px;width:783px;}
#contentMain {float:left;display:inline;width:520px;margin-left:25px;}
#contentSub {float:left;display:inline;width:238px;margin-left:25px;margin-top:17px;}
#contentSubNav {float:left;display:inline;width:195px;margin-left:25px;margin-top:7px;}

/* Generic */
body #header {background-image: url("../img/bg-about-us.jpg");}
body h1,
body h2,
body h3 {color:#367c2b;}

/* Home */
body#home h1 {color:#367c2b;}

/* About Us */
body#about-us #header {background-image: url("../img/bg-about-us.jpg");}
body#about-us h1,
body#about-us h2,
body#about-us h3 {color:#367c2b;}

/* Initiatives */
/*
body#initiatives #header {background-image: url("../img/bg-initiatives.jpg");}
*/
body#initiatives #header {background-image: url("../img/bg-about-us.jpg");}
body#initiatives h1,
body#initiatives h2,
/*
body#initiatives h3 {color:#9b0e00;}
*/
body#initiatives h3 {color:#367c2b;}

/* News & Events */
body#news-events #header {background-image: url("../img/bg-news-events.jpg");}
body#news-events h1,
body#news-events h2,
body#news-events h3 {color:#ef6d01;}

/* Resources */
body#resources #header {background-image: url("../img/bg-resources.jpg");}
body#resources h1,
body#resources h2,
body#resources h3 {color:#638ac5;}

/* Get Involved */
body#get-involved #header {background-image: url("../img/bg-get-involved.jpg");}
body#get-involved h1,
body#get-involved h2,
body#get-involved h3 {color:#1b68d3;}


ul.team li {margin-bottom:16px;}

ul.highlights {margin:0;padding:0;list-style-type: none;}
ul.highlights li {margin:0 0 10px 0;padding:0 0 10px 0;border-bottom:1px solid #88782c;}
ul.highlights li a {color:#deeaaa; text-decoration: none;}
ul.highlights li a:hover {color:#fff;}
ul.highlights li a img {float:left;display:inline;margin-right:8px;border:1px solid #fff;}


#contentSub blockquote {
	border-top:1px solid #ba9d5e;
	border-bottom:1px solid #ba9d5e;
	padding:18px 10px 14px 10px;
	margin-top:78px;
	font-size: 1.35em;
	background: transparent url("../img/quote-l.gif") 0px 6px no-repeat;
	line-height:1.8em;
	}
#contentSub blockquote p {
	margin:0;
	margin-bottom:10px;
	padding:0;
	background: transparent url("../img/quote-r.gif") right bottom no-repeat;
	}
#contentSub blockquote p.source {
	margin:0;
	padding:0;
	display:block;
	text-align:right;
	font-weight: bold;
	background: none;
	}

/* ======================================================================================= footer */
#footer {
	background-color: #3a332b;
	}
#footer p {
	padding:20px 25px 10px 25px;
	width:783px; 
	color:#88782c;
	border-top:1px solid #ba9d5e;
	text-align: center;
	}
#footer a {color:#6d6d6d;text-decoration:none;color:#ba9d5e;padding:0 20px;}
#footer a:hover {color:#ebc677;}



/* ======================================================================================= home page customizations */
body#home {background-image: url("../img/bg-home.gif");background-repeat: repeat-x;}
body#home #wrapper {background: transparent url("../img/bg-home.jpg") top center no-repeat;}
body#home #header {height:383px;}
body#home #header a#logo {top:52px;}
body#home #header h5 {bottom:172px;}
body#home ul#nav {background-color: #3a332b;background-image: url("../img/bg-nav-home.jpg");}
body#home #contentAll {background-color: #3a332b;}
body#home #contentAll h1,
body#home #contentAll h2,
body#home #contentAll h3,
body#home #contentAll h4,
body#home #contentAll h5,
body#home #contentAll h6 {color:#89a127;}
body#home #contentAll p {color:#fff;}
body#home #contentAll ul,
body#home #contentAll ol,
body#home #contentAll dl {color:#deeaaa;}

