html, body, th, td, select, option, input, textarea, button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/*****Main*****/
body { background: #eee; overflow: -moz-scrollbars-vertical; }
body, th, td { color: #3c3c3d; }
#page-wrap { background: #fff; margin: 0 auto; width: 960px; }
#header { position: relative; }
#content-wrap { min-height: 206px; }
#content { line-height: 1.5; }
#footer {
	background: #aeb0b3;
	border-top: 5px solid #acbc8f;
	clear: both;
	color: #fff;
	font-size: 11px;
	padding: 0 0 10px;
}
#footer .txt-left {
	display: inline;
	float: left;
	margin: 10px 0 0 10px;
}
#footer .txt-right {
	display: inline;
	float: right;
	font-size: 9px;
	margin: 11px 10px 0 0;
}
#footer .label { font-size: 10px; }

/*****Homepage*****/
#header-swoosh-1 { bottom: -64px; left: 0; position: absolute; width: 154px; }
#header-swoosh-2 { bottom: -206px; left: 0; position: absolute; width: 154px; }
.hp #content-wrap { position: relative; }
.hp #content {
	display: inline;
	float: right;
	margin-right: 50px;
	width: 500px;
}
.hp #floating-button {
	background: #a5b876;
	padding: 5px 20px;
	position: absolute;
	right: 0;
	bottom: 10px;
}
.hp #floating-button a:link { color: #fff; text-decoration: none; }
.hp #floating-button a:visited { color: #fff; text-decoration: none; }
.hp #floating-button a:hover { color: #fff; text-decoration: underline; }
#footer .left {
	background: #2d2d2e;
	float: left;
	width: 444px;
	min-height: 120px;
	height: auto !important;
	height: 120px;
}
#footer .left .left { background: #b99f4c; float: left; width: 153px; }
#footer .left .right { float: right; margin: 15px 0 0; width: 291px; }
#footer .left .right td { color: #fff; }
#footer .right { float: right; width: 516px; }
.hp #footer .txt-left { margin: 10px 0 0 10px; }
.hp #footer .txt-right { margin: 11px 10px 0 0; }

/*****Level 2*****/
.l2 #content {
	display: inline;
	float: left;
	margin: 50px 0 10px 90px;
	width: 600px;
}
.l2 #content-full {
	display: inline;
	float: left;
	margin: 50px 0 10px 90px;
	width: 800px;
}
.l2 .headline {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}
.l2 #content .left { float: left; width: 50%; }
.l2 #content .right { float: right; width: 50%; }
.l2 #content li { margin-bottom: 5px; }
.l2 #fpo { display: inline; float: right; width: 172px; }
.l2 #footer { border-top: none; }
.l2 #footer .txt-left { margin: 5px 0 0 10px; }
.l2 #footer .txt-right { margin: 6px 10px 0 0; }

/*****Horizontal Menu*****/
#hmenu { background: #3a3a3b; clear: both; font-size: 8pt; }
#hmenu ul { margin: 0px; padding: 0px; }
#hmenu li {
	float: left;
	list-style: none;
	position: relative;
}
#hmenu li ul {
	display: none;
	left: 0;
	padding-top: 1px;
	position: absolute;
	top: 100%;
	z-index: 1000;
}
#hmenu a {
	background: #3a3a3b;
	color: #fff;
	cursor: pointer;
	cursor: hand;
	display: block;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
#hmenu a span { display: block; padding: 7px 20px; }
#hmenu a:hover { background: #515153; }
#hmenu li.folder:hover ul { display: block; width: 200px; }
#hmenu li.folder:hover ul li { float: none; border-bottom: 1px solid #fff; margin-right: 0px; }
#hmenu li:hover ul a { background: #3c3c3d; text-align: left; }
#hmenu li:hover ul a:hover { background: #515153; }

/*****Vertical Menu*****/
#vmenu {
	background: #3a3a3b;
	display: inline;
	float: left;
	font-size: 10px;
	margin: 64px 0 0 154px;
	min-height: 150px;
	width: 151px;
}
#vmenu ul { margin: 0px; padding: 0px; width: 151px; }
#vmenu li { list-style: none; margin-bottom: 1px; position: relative; }
#vmenu li.last { margin-bottom: 0; }
#vmenu li ul {
	clear: both;
	display: none;
	left: 100%;
	padding-left: 2px;
	position: absolute;
	top: 0px;
	z-index: 1000;
}
#vmenu li.folder:hover ul { display: block; }
#vmenu a {
	background: #3a3a3b;
	color: #fff;
	cursor: pointer;
	cursor: hand;
	display: block;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
#vmenu a span { display: block; padding: 9px 10px; }
#vmenu a:hover { background: #515153; }
#vmenu li:hover ul { width: 200px; }
#vmenu li:hover ul a { background: #3c3c3d; text-align: left; }
#vmenu li:hover ul a:hover { background: #515153; }

/*****Submenu*****/
ul.submenu { list-style: none; margin: 0; padding: 0; }
ul.submenu li { background: #415a0a; margin: 0 0 5px; }
ul.submenu a { display: block; width: 100%; }
ul.submenu a:link { color: #fff; text-decoration: none; }
ul.submenu a:visited { color: #fff; text-decoration: none; }
ul.submenu a:hover { background: #a4b875; color: #fff; text-decoration: none; }
ul.submenu a div { padding: 5px; }

/*****Downloadable PDFs Submenu*****/
#downloadable_pdfs { border: 1px solid #c2d080; color: #333333; font-size: 8pt; }
#downloadable_pdfs ul { list-style: none; margin: 0px; padding: 0px; }
#downloadable_pdfs li { margin: 0 0 5px; background: #a4b875; }
#downloadable_pdfs a { display: block; width: 100%; }
#downloadable_pdfs a:link { color: #000; text-decoration: none; }
#downloadable_pdfs a:visited { color: #000; text-decoration: none; }
#downloadable_pdfs a:hover { background: #415a0a; color: #fff; text-decoration: none; }
#downloadable_pdfs a div { padding: 1px 5px 1px 5px; }

/*****Etc*****/
a:link { color: #4f6f18; }
a:visited { color: #acbc8f; }
form { margin: 0; }
p { margin: 0 0 10px; }
.clear {
	height: 0;
	clear: both;
	display: block;
	font-size: 0px;
}
.emphasized { color: #415a0a; font-weight: bold; }
.footnotes { font-size: 10px; }
.support-img { margin: 5px 0 5px 20px; }