/* SILVANA'S COMMUNITY GARDENS */
/* updated 2/10/09 */

		body {
			margin: 0px;
			padding: 0px;
			background-image: url(../images/squares-pattern.jpg);
			font-family: Arial, Helvetica, sans-serif;
			color: #000;
			font-size: 1.0em;
		}
		#container {
			width: 776px;
			color: #333;
			line-height: 130%;
			background-image: url(../images/repeating-bar.jpg);
		}
		#header {
			background-image: url(../images/SCG-header.jpg);
			background-repeat: norepeat;
			height: 79px;
			border: none;
		}
		#content {
			background-image: url(../images/map-layout-cut.jpg);
			background-repeat: no-repeat;
			float: left;
			width: 495px;				
			margin: 0;
			padding: 0 15px 15px 15px;
			min-height: 296px;
		}
		#right_navigation {
			margin-left: 535px;	
			margin-top: -75px;
			max-width: 243px;
			background-image: url(../images/nav-notepad.jpg);
			background-repeat: no-repeat;
			z-index: 100;
		}
		#right_navigation ul {
			margin-left: 0px;
			padding-left: 8px;
			list-style: none;
		}
		#right_navigation li {
			line-height: .80em;
			font-size: .77em;
			padding: 0 0 12px 0;
		}
		#nav_left-column {
			float: left;
			width: 130px;
			padding: 31px 0 0 0;
			*padding: 120px 0 0 0;
		}
		#nav_right-column {
			margin-left: 142px;
			padding: 28px 0 0 0;
			*padding: 36px 0 0 0;
			max-width: 108px;
		}
		.search-input {
			margin-left: -10px;
			margin-top: -5px;
			padding-bottom: 2px;
			margin-bottom: 6px;
		}
		.search-input-button {
			margin-left: -10px;
			margin-top: -5px;
			padding-top: -6px;
		}
		.of-special-note {
			padding-left: 3px;
			margin-left: 3px;
			max-width: 210px;
			border-left: 1px solid green;
		}	
		#clear-content {
			clear: both;
		}	
		#footer {
			margin: 0 0 0 0;
			padding: 0 0 0 14px;
			color: #333;
			background-image: url(../images/footer.jpg);
			background-repeat: no-repeat;
			height: 92px;
			font-size: 1.20em;
		}
		
	/*GENERAL FORMATTING*/
		#leftnav p {
			 margin: 0 0 1em 0; 
		}
		#content h2 { 
			margin: .35em 0 -.25em 0; 
		}
		p {
			font-size: .80em;
			line-height: 130%;
			margin: .55em 2px -.55em 0;
			padding: .55em 2px 0 0;		
		}
		p.nav-slideshows-p {
			font-size: 1.65em;	
		}
		img.nav-slideshows-spacing {
			margin-right: 10px;
			padding-right: 10px;
			border: none;
		}
		#mission-statement {
			padding-left: -5px;
			margin-left: -5px;
			padding-top: 12px;
		}
		li {
			font-size: .80em;
		}
		li ol li {
			font-size: 1.0em;	
		}
		#header-title {
			margin-left: -9999px;
			font-size: .1em;
		}
		h2 {
			margin-bottom: -5px;
			padding-bottom: -5px;
		}
		h3 {
			font-size: 1.0em;
			color: #928dcb;
			margin-bottom: -5px;
			padding-bottom: -5px;		
		}
		h4 {
			font-size: .80em;
			color: #000;
			margin-bottom: -12px;
			padding-bottom: -12px;		
		}
		#outline {
			border: none;
		}
		ul.scrapbook {
			font-size: 1.0em;
		}
		ul.scrapbook li{
			display: inline;
			padding-right: 1.75em;
		}
	
	/* LINKS */
		a {
			text-decoration: none;
			border-bottom: 2px dotted #928dcb;
			color: #638746;
		}
		a:hover {
			text-decoration: none;
			border-bottom: 2px dotted #928dcb;
			color: #928dcb;
		}
		a#transparent {
			border: none;
			outline: none;
		}
		a.nav-slideshows{
			border: none;
			outline: none;
		}
		
	/* NAVIGATION */
		#right_navigation li a {
			text-decoration: none;
			border-bottom: 2px dotted #928dcb;
			color: #000;
			padding-left: 5px;
			margin-left: 5px;
		}
		#right_navigation li a:hover {
			text-decoration: none;
			border-left: 6px solid #928dcb;
			border-bottom: 2px dotted #928dcb;
			color: #000;
			padding-left: 2px;
			margin-left: 2px;
		}
	
	/* FOOTER NAVIGATION */
		#footer a {
			color: #638746;
			text-decoration: none;
			border-bottom: none;
			font-weight: bold;
		}
		#footer a:hover {
			color: #928dcb;
			text-decoration: none;
			border-bottom: none;
			font-weight: bold;
		}
		#footer-content {
			font-size: .65em;
			margin-bottom: 30px;
		}
		#contact-email {
			color: #638746;
		}
