@charset "UTF-8";
/* CSS Document */
.print {
	display: block;
}
#logo h1 {
	display: none;
}
#contact-us a {
	color: #9dcf6e;
}
#nav {
	border-top: 1px solid #0b9444;
	border-bottom: 1px solid #0b9444;
	background: none;
	padding: 2px 0;
}
#home-footer {
	border-top: 1px solid #b0a48c;
}
/* -------------------------- HOME -------------------------- */
#home-content {
	width: 840px;
}
#home-flash, #home-features, #side-mailing, #side-live-help {
	display: none;
}
/* -------------------------- SUBPAGE -------------------------- */
#stage {
	position: relative;
}
#sidebar, #banner, #content {
	float: none;
}
#sidebar {
	width: 240px;
	padding: 0;
	margin: 0;
	background: none;
	border-right: 1px solid #b0a48c;
	position: absolute;
	left: 40px;
	top: 20px;
}
#banner {
	position: absolute;
	top: 20px;
	right: 40px;
}
#content {
	position: absolute;
	right: 40px;
	top: 160px;
}
#footer {
	display: none;
}