@charset "UTF-8";
/* -------------------------- COLORS -------------------------- 
green: #0b9444;
lime: #9dcf6e;
logo green: #6fbf46;
beige: #b0a48c;
cream: #f7f1e5;
brown/taupe: #73675b;
*/
/* -------------------------- REMOVE!!! -------------------------- */
.temp {
	color: #BB0000;
}

/* -------------------------- GLOBAL -------------------------- */
*, body {
	margin: 0;
	padding: 0;
}
body {
	font: normal 13px/24px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #73675b;
	background: #f7f1e5 url(../_images/bg-body.jpg) repeat-x top;
}
a {
	color: #0b9444;
	outline: none;
	text-decoration: underline;
}
a:hover {
	color: #6fbf46;
}
a img {
	border: none;
}
p {
	margin: 0;
	padding: 0 0 10px 0;
}
blockquote {
	padding: 15px 25px 10px;
	margin-bottom: 10px;
	border-top: 1px dotted #b0a48c;
	border-bottom: 1px dotted #b0a48c;
	background: #fbf8f2 url(../_images/quote-start.gif) 10px 10px no-repeat;
	font: italic 11px/20px Georgia, "Times New Roman", Times, serif;
}
blockquote p {
	padding-bottom: 5px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
h1 {
	font: bold 20px/24px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #b0a48c;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h2 {
	font: bold 18px/24px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #0b9444;
}
h3 {
	font: normal 16px/24px Georgia, "Times New Roman", Times, serif;
	color: #6fbf46;
	/* was: bold, Century Gothic... */
}
h4 {
	font: bold 14px/24px "Century Gothic", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
h5 {
	font: bold 14px/24px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #b0a48c;
}
ul, ol {
	margin: 0 0 10px 25px;
}
#wrapper {
	width: 920px;
	margin: 0 auto;
}
.clear {
	clear: both;
}
/* -------------------------- HEADER -------------------------- */
#header {
	margin: 0 auto;
	position: relative;
	background: url(../_images/bg-head-920.jpg) no-repeat top left;
	width: 920px;
	height: 90px;
}
#logo {
	background: url(../_images/logo-accent-windows.png) no-repeat left top;
	position: absolute;
	top: 9px;
	left: 80px;
}
#logo a {
	display: block;
	border: none;
	width: 257px;
	height: 77px;
}
#logo h1 {
	margin: 0;
	padding: 0;
}
#logo span {
	display: none;
}
#contact-us {
	text-align: right;
	background: url(../_images/bg-contact-us.jpg) no-repeat top left;
	color: #fff;
	font-size: 14px;
	padding: 13px 30px 0 0;
	height: 27px;
}
#contact-us a {
	color: #ff0;
	text-decoration: none;
}
#contact-us a:hover {
	color: #9dcf6e;
}
/* -------------------------- NAV: HEAD -------------------------- */
#nav-head {
	text-align: right;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 65px;
	right: 12px;
}
#nav-head li {
	display: inline;
	list-style: none;
	padding: 0 12px;
	border-right: 1px solid #0b9444;
}
#nav-head ul {
	margin: 0;
}
#nav-head li.last {
	border: none;
	padding: 0 0 0 12px;
}
#nav-head a {
	color: #0b9444;
	text-decoration: none;
}
#nav-head a:hover {
	text-decoration: underline;
}
/* -------------------------- NAV: MAIN -------------------------- */
#nav {
	width: 100%;
	background: url(../_images/bg-nav.jpg) repeat-y left top;
	overflow: hidden;
	z-index: 1;
}
#nav ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	overflow: hidden;
	background: url(../_images/nav-link.gif) repeat-x left bottom;
	width: 900px;
}
#nav li {
	float: left;
	padding: 0 18px;
	/* 	padding: 0 10px; with SOLAR nav*/
	background: url(../_images/nav-break.gif) no-repeat left 15px;
}
#nav li.first {
	background: none;
}
#nav li a {
	display: block;
	float: left;
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	padding: 8px 13px 13px;
	overflow: hidden;
	text-decoration: none;
}
#nav li a:hover {
	color: #73675b;
	background: url(../_images/nav-hover.jpg) no-repeat center bottom;
}
/* -------------------------- SIDEBAR -------------------------- */
#sidebar {
	width: 240px;
	padding: 0;
	float: left;
	margin: 0;
	background-color: #b0a48c;
}
#sidebar h2 {
	color: #fff;
	background-color: #73675b;
	padding: 10px 0 10px 20px;
	text-transform: uppercase;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
}
#sidebar li a {
	margin: 0;
	padding: 8px 0 8px 20px;
	text-decoration: none;
	font-weight: bold;
	color: #73675b;
	display: block;
	border-bottom: 1px solid #fff;
	background: url(../_images/nav-sub-link.gif) no-repeat left 12px;
}
#sidebar li li a {
	color: #fff;
	font-weight: normal;
	padding: 8px 0 8px 40px;
	background: url(../_images/nav-sub-link.gif) no-repeat 20px 12px;
}
#sidebar li a:hover {
	color: #0b9444;
	background: #9dcf6e url(../_images/nav-sub-hover.gif) no-repeat left 12px;
}
#sidebar li li a:hover {
	background: #9dcf6e url(../_images/nav-sub-hover.gif) no-repeat 20px 12px;
}
/* -------------------------- STAGE -------------------------- */
#stage {
	background: url(../_images/bg-stage.jpg) repeat-y left top;
	padding: 20px 40px 0;
	margin: 0;
}
#content h2 {
	padding-bottom: 10px;
}
/* -------------------------- FOOTER -------------------------- */
#footer {
	text-align: left;
	color: #fff;
	font: normal 11px/18px "Century Gothic", Arial, Helvetica, sans-serif;
	background: url(../_images/bg-foot.jpg) no-repeat left top;
	height: 90px;
	padding: 15px 40px 0;
	margin: 0;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #9dcf6e;
}
#footer p {
	float: left;
	width: 200px;
}
#footer-nav {
	text-align: right;
	list-style: none;
	float: right;
	width: 600px;
}
#footer-nav li {
	padding: 0 8px 0 10px;
	display: inline;
	border-left: 1px solid #fff;
}
#footer-nav li.first {
	border: none;
}
/* -------------------------- FORMS -------------------------- */
.required {
	color: #0b9444;
}
form {
	border: 1px solid #b0a48c;
	padding: 10px;
	margin: 10px 0;
	clear: both;
}
form p {
	line-height: 20px;
}
label {
	font-weight: bold;
}
label.check {
	font-weight: normal;
}
input.text {
	width: 300px;
}
input.submit {
	background-color: #b0a48c;
	color: #fff;
	width: 88px;
	height: 24px;
	font: normal 12px "Century Gothic", Arial, Helvetica, sans-serif;
	text-transform: uppercase;

}
input.submit:hover {
	background-color: #9dcf6e;
	color: #0b9444;
}
textarea {
	display: block;
	width: 460px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}
textarea, input {
	border: 1px solid #b0a48c;
}
select {
	width: 300px;
}
fieldset {
	padding: 10px;
	border: 1px dotted #b0a48c;
	margin: 10px 0;
}
legend {
	font: normal 16px/24px Georgia, "Times New Roman", Times, serif;
	color: #6fbf46;
	background-color: #fff; /* #f7f1e5 */
	padding: 2px 10px;
	border: 1px solid #b0a48c;
	margin: 0 0 10px;
}
.formlabel {
	width: 200px;
	display: inline-block;
}
.selectlabel {
	display: block;
}
/* -------------------------- OTHER CLASSES -------------------------- */
.arrow {
	background: url(../_images/arrow-green.gif) no-repeat left center;
	padding-left: 11px;
}
.note {
	font-style: italic;
	font-size: 11px;
	line-height: 19px;
}
blockquote .date {
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	color: #6fbf46;
}
.author {
	font-weight: bold;
	background: url(../_images/author-start.gif) left 5px no-repeat;
	padding-left: 30px;
}
a.top {
	font-size: 11px;
	font-style: italic;
	background: url(../_images/back-to-top.gif) no-repeat left 9px;
	padding-left: 8px;
	display: block;
	border-bottom: 1px dotted #0b9444;
}
a.top:hover {
	background-image: url(../_images/back-to-top-hover.gif);
	border-bottom: 1px dotted #6fbf46;
}
#sub-stage {
	background-color: #fff;
	height: 20px;
}
/* Q & A */
p.question {
	padding-bottom: 0;
	font-style: italic;
	font-weight: bold;
	border-top: 1px dotted #b0a48c;
}
p.question, p.answer {
	margin-left: 0px;
}
p.question:first-letter {
	color: #0b9444;
	font-style: normal;
}
p.answer:first-letter {
	color: #9dcf6e;
}
p.question:first-letter, p.answer:first-letter {
	font-weight: bold;
	font-size: 16px;
}
/* accordion */
.accordion {
	display: none;
	border: 1px solid #b0a48c;
	padding: 10px 20px 0;
	margin-bottom: 10px;
}
p a.showHide {
	background: #b0a48c url(../_images/bg-learn-more-link.gif) no-repeat 5px 12px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 535px;
	padding: 2px 10px 2px 25px;
	margin-bottom: 0;
}
p a.showHide:hover {
	background: #9dcf6e url(../_images/bg-learn-more-hover.gif) no-repeat 5px 12px;
	color: #0b9444;
}
.accordion a.showHide {
	text-align: right;
	padding-bottom: 10px;
	text-transform: uppercase;
	display: block;
}
.checklist {
	border: 1px solid #0b9444; /* 73675b */
	padding: 10px 20px;
	background-color: #e6f3db; /* 50% cream = fbf8f2. 100% = f7f1e5. 25% lime = e6f3db. 100% lime = 9dcf6e */
}
.checklist input {
	margin-right: 10px;
}
.checklist p.main {
	margin-bottom: 5px;
	font-size: 13px;
	line-height: 24px;
	font-style: italic;
}
.checklist p {
	margin: 0;
	font-size: 11px;
	line-height: 14px;
}
/* -------------------------- SITE MAP -------------------------- */
#site-content-1, #site-content-2, #site-content-3 {
	width: 280px;
	float: left;
}
/* -------------------------- PRINT -------------------------- */
.print {
	display: none;
}