#container > .wrapper { position: relative; background: #FFF url(/img/sub-bg.png) repeat-y left top; *height: 1%; }

/* Sidebar */
#sidebar { float: left; width: 166px; margin-bottom: 280px; }

	#navigation h2 { margin: 30px 0 6px 6px; font-size: 1.1em; font-weight: bold; color: #00703C; }
	#navigation li { border-top: solid 1px #00703C; }
	#navigation li.last { border-bottom: solid 1px #00703C; }
	#navigation li a { display: block; padding: 5px 0 5px 5px; font-size: 1em; color: #00703C; }
	#navigation li a:hover,
	#navigation li.active a { background-color: #00703C; font-weight: bold; text-decoration: none; color: #FFF; }
	
	#contact {
		position: absolute; bottom: 0;
		width: 152px; padding: 0 0 45px 14px;
		background: #DDE7DC url(/img/sub-nav-bg.png) no-repeat right bottom;
		font-size: 0.9em; line-height: 1.3em;
	}
	#contact strong { font-weight: bold; }
	#contact em { font-style: italic; }

/* Top Navigation */
#topnav { float: right; width: 784px; margin-bottom: 10px; height: 16px; background-color: #00703C; line-height: 16px; }

/* Content */
#content { float: right; width: 784px; padding: 0 0 30px 10px; }
