
	/* 2 COLUMN LEFT MENU SETTINGS */
	
	.leftmenu {
	    background: url(../images/building_blocks/shadow_mid.png) repeat-y;
	}
    .leftmenu .colright {
        float:left;
        width:200%;
		position:relative;
		left:120px;
    }
    .leftmenu .col1wrap {
	    float:right;
	    width:56%;
	    position:relative;
	    right:8px;
	    padding-bottom:1em;
	}
	.leftmenu .col1 {
        margin:0 59px 0 220px;
	    position:relative;
	    right:100%;
	    overflow:hidden;
	    border-top:6px solid #E3E0D1;
	}
    .leftmenu .col2 {
        float:left;
        width:80px;
        position:relative;
        right:120px;
    }

	/* GENERAL STYLES */
	
	#green-list { margin-top: 30px; margin-bottom: 70px; clear: left; }

	#green-list ul li { background: url(../images/building_blocks/green_bullet.png) no-repeat 0 1px; font-weight: normal; padding: 0 0 9px 20px; font-size: 80%; }
	
	#news-featured-items { background-color: #E0F0D1; padding: 7px; margin-top: 20px; height: 180px; }
	
	.featured-item { width: 30%; float: left;  margin: -11px 18px 0 2px; padding: 0; }
	
	.featured-item img { margin-bottom: 0px; padding-bottom: 0px; }
	
	#news-story { float: left; width: 400px; margin-top: 20px; }
	
	#news-story-images { float: right; width: 160px; }
	
	.story-copy { padding-top: 20px; }
	
	.news-back-to-top { border-bottom: 3px solid #99cc66; padding-bottom: 2px; font-size: 65%; text-align: right; text-decoration: underline; margin-bottom: 14px; }
	
	.breadcrumb { 
		font-size: 60%;
		margin-bottom: 20px;	
	}

	.underline { text-decoration: underline; }
	