body {
	margin:0;
	padding:0;
	font-size:100%;
	font-family:'Lucida Grande', 'Lucida Sans', Lucida, Tahoma, sans-serif;
	background:#4C6A3E;
}

.ie6 #backstretch {
	display:none;
}

img {
	border:0;
}

/* ------------------- HEADER ------------------ */
/* --------------------------------------------- */

#header {
	position:relative;
	height:130px;
}

.logo {
	position:absolute;
	top:0;
	left:0;
	margin-top:-15px;
}

.secondary-nav {
	position:absolute;
	top:0;
	right:0;
}

.ie6 .secondary-nav ul {
	float:right;
}

.secondary-nav ul {
	list-style:none;
	margin:15px 0 0 0;
	padding:0;
}

.secondary-nav ul li {
	margin:0 5px;
	padding:0;
	float:left;
}

.secondary-nav ul li a {
	display:block;
	padding:6px 15px 8px 15px;
	font-size:13px;
	color:#394B31;
	background:#C9E0B7;
	text-decoration:none;
}

.secondary-nav ul li a:hover {
	background:#F3F4F6;
	color:#333333;
}

/* ------------------- PORTALS ------------------ */
/* ---------------------------------------------- */

#portals {
	width:710px;
	height:44px;
	position:absolute;
	bottom:0;
	right:0;
}

#portals ul {
	margin:0;
	padding:0;
	list-style:none;
}

#portals ul li {
	margin:0 1px;
	padding:0;
	float:left;
	width:174px;
	height:44px;
}

#portals ul li a {
	display:block;
	text-align:center;
	color:white;
	text-decoration:none;
	background:url(/images/layout/portal_bg.png) top no-repeat;
	font-size:14px;
	line-height:1.25;
	height:38px;
	width:164px;
	padding:3px 5px;
	text-shadow:1px 1px 2px black;
}

#portals a.finance {
	padding-top:12px;
	height:29px;
}

#portals a:hover {
	background-position:0 -44px;
	color:#ffff66;
}

#portals.solid .waste,
#portals.recycling .recycling,
#portals.project .project,
#portals.finance .finance {
	background-position:0 -88px;
}

/* ------------------- CONTENT ------------------ */
/* ---------------------------------------------- */

#content {
	background:white url(/images/layout/overlay_bin.png) left bottom no-repeat;
	position:relative;
	box-shadow:0px 0px 10px #666;
}

.ie6 #content {
	width:980px!important;
}

#sidebar {
	padding-bottom:175px;
	width:230px;
	padding-top:15px;
}

#main {
	font-size:13px;
	line-height:1.5;
	color:#333333;
	margin:0!important;
	width:705px;
	padding-bottom:45px;
	padding-right:15px;
}

.editable {
	float:left;
	width:500px;
}

/* -------------- SIDEBAR CONTENT --------------- */
/* ---------------------------------------------- */

.search {
	width:198px;
	height:81px;
	background:url(/images/layout/search_box.png) no-repeat;
	padding:25px 15px 15px 15px;
}

.howdoi {
	margin:15px 0 0 0;
}

#sidebar h3 {
	padding:10px 0 0 20px;
}

ul.buttons {
	margin:10px 0 25px 15px;
	list-style:none;
	padding:0;
}

ul.buttons li {
	width:198px;
	height:38px;
	background:url(/images/layout/button_green.png) repeat-x;
	border-top:1px solid #C9E0B7;
	border-bottom:1px solid #4C6A3E;
	margin:6px 0;
}

ul.buttons li.taller {
	background:#b4eb9e url(/images/layout/button_green.png) bottom repeat-x;
	height:50px;
}

ul.buttons li a {
	text-decoration:none;
	color:black;
	font-size:14px;
	display:block;
	padding:3px 8px 0 50px;
	line-height:1;
	text-shadow:1px 1px 1px #C9E0B7;
	height:35px;
}

.ie ul.buttons li a {
	font-size:15px;
}

ul.buttons a.newsletter {
	background:url(/images/layout/icon_newsletter.png) 7px 4px no-repeat;
	padding-top:10px;
	height:28px;
}

ul.buttons a.recycling {
	background:url(/images/layout/icon_recycle.png) 7px 2px no-repeat;
}

ul.buttons a.forms {
	background:url(/images/layout/icon_forms.png) 9px 4px no-repeat;
	padding-top:10px;
	height:28px;
}

ul.buttons a.board {
	background:url(/images/layout/icon_meetings.png) 9px 2px no-repeat;
	padding-top:10px;
	height:28px;
}

ul.buttons a.rfp {
	background:url(/images/layout/icon_rfp.png) 9px 9px no-repeat;
}

ul.buttons li:hover {
	background:#85BD6B;
}


/* ---------------- MAIN CONTENT ---------------- */
/* ---------------------------------------------- */

.utility {
	padding:20px 0 10px 0;
	border-bottom:1px solid #cccccc;
}

.utility .breadcrumbs {
	width:600px;
	float:left;
	color:#666666;
	font-size:12px;
}

.utility .icons {
	width:100px;
	float:right;
}


/* ---------------- TABS --------------- */
/* ------------------------------------- */

ul.tabs {
	margin: 20px 0 0 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 34px; /*--Set height of tabs--*/
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

ul.tabs li {
	float: left;
	margin: 0 2px 0 0;
	padding: 0;
	height: 34px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 34px; /*--Vertically aligns the text within the tab--*/
	overflow: hidden;
	position: relative;
}

ul.tabs li a {
	text-decoration: none;
	color: #777777;
	display: block;
	font-size: 14px;
	text-transform:uppercase;
	padding: 0 20px;
	outline: none;
	background:#cccccc;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

ul.tabs li a:hover {
	background: #CFD4F3;
}

.tabs li.active a {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.tabs li.active a, .tabs li.active a:hover {
	color:#1C2B66!important;
	background: url(/images/layout/tab_bg.png) repeat-x!important;
}

.tab_container {
	border: 1px solid #cccccc;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; 
	width: 100%;
	background: #F3F4F6;
}

.tab_content {
	padding: 10px;
	position:relative;
	padding-bottom:35px;
}

/* ---------------- BUTTONS --------------- */
/* ---------------------------------------- */

.viewall {
	position:absolute;
	bottom:0;
	right:0;
	background:url(/images/layout/button_black.png) repeat-x;
	height:32px;
	padding-left:10px;
	margin-right:3px;
	margin-bottom:3px;
}

.viewall a {
	display:block;
	color:white;
	text-decoration:none;
	line-height:32px;
	font-size:12px;
	padding:0 15px 0 25px;
	text-shadow:1px 1px 1px black;
	font-weight:bold;
}

.viewall a.viewall-news {
	background:url(/images/layout/icon_news.png) left no-repeat;
}

.viewall a.viewall-events {
	background:url(/images/layout/icon_calendar.png) left no-repeat;
}


.viewall a:hover {
	color:#ffff66;
	text-decoration:none;
}


/* ------------ RECYCLE SCHEDULE ---------- */
/* ---------------------------------------- */

.schedule {
	padding:10px;
	background:#F3F4F6 url(/images/layout/shadow.png) bottom no-repeat;
	position:relative;
	padding-bottom:80px;
	margin-bottom:10px;
	width:170px;
	float:right;
}

.schedule h3 {
	text-align:center;
	color:#1C2B66;
	border-bottom:1px solid #cccccc;
	padding:0 0 5px 0;
	margin:0;
	font-size:14px;
}

.schedule .viewall {
	margin-bottom:25px;
	margin-right:10px;
	background:url(/images/layout/button_purple.png) repeat-x;
	border:1px solid #8192CE;
	height:31px;
}

.schedule .viewall .viewall-schedule {
	background:url(/images/layout/icon_calendar.png) left no-repeat;
	color:#1C2B66;
	text-shadow:1px 1px 1px white;
}

.schedule .viewall:hover {
	background:#CFD4F3;
}

.schedule .viewall .viewall-schedule:hover {
	color:black;
}

.schedule .ncell {
	padding:5px 0px;
	border-bottom:1px solid #cccccc;
	clear:both!important;
	font-size:12px;
}

.schedule .date_news {
	color:#27409A;
	font-weight:bold;
	background:url(/images/layout/icon_calendar.png) left no-repeat;
	padding:3px 0 3px 20px;
}

.schedule .article_news {
	padding:0 3px 0 20px;
}

.schedule .article_news a {
	color:#666666;
	text-decoration:none;
}

.schedule .article_news a:hover {
	color:black;
}

/* --------------- CONTACT US ------------- */
/* ---------------------------------------- */

.contact {
	clear:both!important;
	background:#E2E4F2;
	width:720px;
	margin:0 0 35px 0;
	padding-bottom:7px;
}

.contact img {
	float:right;
	box-shadow:1px 1px 3px #666;
	width:245px;
	margin:5px 10px 0 0;
}

.contact h3 {
	padding:5px 0 0 15px;
	margin:5px 0 0 0;
}

.contact p {
	font-size:13px;
	font-weight:bold;
	color:#1C2B66;
	padding:0 0 0 15px;
	margin:0;
	line-height:1.25;
}

/* ------------- SOCIAL ICONS ------------- */
/* ---------------------------------------- */

.social {
	clear:both!important;
	width:500px;
	position:absolute;
	bottom:0;
	right:0;
	margin-bottom:-30px;
}

.social ul {
	list-style:none;
	margin:0;
	padding:0;
}

.social ul li {
	float:left;
	width:162px;
	height:53px;
	background:url(/images/layout/button_social.png) 0 0 no-repeat;
	margin:0;
}

.social ul li a {
	text-decoration:none;
	font-size:14px;
	color:#1C2B66;
	display:block;
	padding:7px 3px 3px 45px;
	text-shadow:1px 1px 1px white;
}

.social ul li a b {
	display:block;
	font-size:17px;
}

.social li.fb a {
	background:url(/images/layout/icon_facebook.png) 5px 10px no-repeat;
}

.social li.twitter a {
	background:url(/images/layout/icon_twitter.png) 5px 10px no-repeat;
}

.social li.rss a {
	background:url(/images/layout/icon_rss_big.png) 5px 10px no-repeat;
}

.social ul li:hover {
	background-position:-162px 0;
}

.social ul li a:hover {
	color:#111111;
	text-shadow:1px 1px 1px #F3F4F6;
}


/* ----------------- FOOTER --------------- */
/* ---------------------------------------- */


#footer {
	font-size:12px;
	color:white;
	padding:60px 0 15px 0;
	line-height:1.5;
}

#footer .copyright {
	width:320px;
	float:left;
}

#footer .copyright img {
	vertical-align:middle;
}

#footer .links {
	text-align:right;
}

#footer .links a {
	color:white;
	text-decoration:none;
}

#footer .links a:hover {
	color:#ffffcc;
}


