html {
	background-color: white;
}
body {
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	width: auto;
	min-width: 800px;
	background-color: #a4d93c;
}
#mani_All {
	background-color: white;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	width: 100%;
}

.mani_HorSeamHackTop {
	display: block;
	position: relative;
	width: 100%;
	height: 2px;
	margin: 0px;
	padding: 0px;
	top: -1px;
	background-color: white;
}

.mani_HorSeamHackBottom {
	display: block;
	position: relative;
	width: 100%;
	height: 2px;
	margin: 0px;
	padding: 0px;
	bottom: -1px;
	background-color: white;
}

#mani_Header {
	z-index: 10;
	position: absolute;
	top: -2px;
	left: 0px;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 150px;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	background-color: transparent;
}

#mani_HeaderTable {
	display:table;
	table-layout: fixed;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	width: 100%;
	height: 150px;
	min-width: 800px;
}

#mani_HeaderRow {
	display: table-row;
}

.mani_HeaderFill {
	display: table-cell;
	overflow: visible;
	width: auto;
	height: 150px;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	background-repeat: repeat-x;
}
.mani_VerSeamHack {
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	width: 100%;
	height: 100%;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}
.mani_VerSeamHackRight {
	display: block;
	position: absolute;
	width: 2px;
	height: 140px;
	margin: 0px;
	padding: 0px;
	top: 0px;
	right: -1px;
	background-repeat: no-repeat;
}
.mani_VerSeamHackLeft {
	display: block;
	position: absolute;
	width: 2px;
	height: 140px;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: -1px;
	background-repeat: no-repeat;
}
#mani_HeaderLogo {
	display: table-cell;
	width: 220px;
	height: 150px;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	background-repeat: no-repeat;
}

#mani_Page {
	display: block;
	background-color: white;
	top: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

#mani_Body {
	display: block;
	overflow: visible;
	background-color: white;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

#mani_Content {
	display: block;
	background-color: white;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

#mani_Text {
	display: block;
	width: 100%;
	min-height: 600px;
	height: auto !important;
	height: 600px;	/* IE6 min-height */
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	background-color: white;
}

#mani_Footer {
	display: block;
	background-color: white;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

#mani_BelowHeader {
	display: block;
	height: 150px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	background-repeat: repeat-x;
}

#mani_Navigation {
	position: absolute;
	display: block;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	width: 100%;
	height: 50px;
	bottom: 0px;
	text-align: center;
	min-width: 800px;
}

.mani_Nav, .mani_Nav:focus, .mani_NavSel, .mani_NavSel:focus {
	display: inline-block;
	width: 160px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 160px 150px;
}

.mani_Nav:hover {
background-position: 0px -50px;
}

.mani_NavSel, .mani_NavSel:hover {
background-position: 0px -100px;
}

#mani_NavX:hover {
background-position: 0px -50px;
}

.mani_Nav span {
	display: none;
	visibility: hidden;
}

.mani_NavSel span {
	display: none;
	visibility: hidden;
}

#mani_HeaderLogo {
	background-image: url("../gfx/headerLogo.png");
	background-size: 220px 150px;
}

.mani_HeaderFill, .mani_VerSeamHackRight, .mani_VerSeamHackLeft {
	background-image: url("../gfx/headerFill.png");
	background-size: 32px 150px;
}

#mani_BelowHeader {
	background-image: url("../gfx/headerBehind.png");
	background-size: 32px 150px;
}


@media	(min--moz-device-pixel-ratio: 1.5),
		(-o-min-device-pixel-ratio: 3/2),
		(-webkit-min-device-pixel-ratio: 1.5),
		(min-device-pixel-ratio: 1.5),
		(min-resolution: 144dpi),
		(min-resolution: 1.5dppx) {

#mani_HeaderLogo {
	background-image: url("../gfx/headerLogo_2x.png");
}

.mani_HeaderFill, .mani_VerSeamHackRight, .mani_VerSeamHackLeft {
	background-image: url("../gfx/headerFill_2x.png");
}

#mani_BelowHeader {
	background-image: url("../gfx/headerBehind_2x.png");
}

}












table {
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
input {
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
textarea {
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
select {
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
p { font-size: 1.0em; font-weight: normal; line-height: 1.5; }
ul { font-size: 1.0em; font-weight: normal; line-height: 1.5; }
h1 { font-size: 2.8em; font-weight: normal; margin-top: 0px; color: #36533C; }
h2 { font-size: 2.2em; font-weight: normal; margin-top: 0px; color: #36533C;}
h3 { font-size: 1.6em; font-weight: normal; color: #36533C; }
h4 { font-size: 1.4em; font-weight: normal; margin: 1.67em 0px 0px 0px; }
h5 { font-size: 1.25em; font-weight: normal; margin: 1.2em 0px 0px 0px; }
h6 { font-size: 1.15em; font-weight: normal; }
img {
	position: relative;	/* fixes IE6 img disappearing */
}
.maniIntro {
	margin-top: 0px;
	padding-top: 0px;
	line-height: 1.3;
}
.maniDoubleIntro1 {
	margin-top: 0px;
	margin-bottom: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 1.3;
}
.maniDoubleIntro2 {
	margin-top: 12px;
	padding-top: 0px;
	line-height: 1.5;
}
a {
	text-decoration: none;
	border-width: 0px;
}
.maniDots {
	border-bottom: 1px dotted #aaaaaa;
}
a, a:visited, a:focus, a:hover {
	color: #36533C
}
a:focus {
	outline: none;
}
a img {
	border-style: none;
}
#maniBody {
	display: block;
	width: 900px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 50px 0px 30px 0px;
	border-width: 0px;
}
.maniBox {
	background: white;
	position: relative;

	/* box shadow: (see also maniIE678.css) */
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 4px; -moz-box-shadow: rgba(0,0,0,0.3) 0 1px 4px; box-shadow: rgba(0,0,0,0.3) 0 1px 4px;	/* Safari 3, Firefox 3.5, Chrome, Opera 10.5, IE9 */

	/* rounded corners: */
	border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -khtml-border-radius: 5px;	/* Safari 3, Firefox 1, Chrome, Opera, IE9 */

	border: none;
	border-width: 0px;
	overflow: hidden;
}
#maniContent {
	margin: 0px;
	padding: 40px 60px;
}
.maniFootnote {
	color: #999999;
	font-size: 0.75em;
}
#maniFooter {
	font-size: 14px;
	text-align: center;
	color: #555555;
	margin: 30px 0px 30px 0px;
}
#maniCopyright {
	font-size: 0.75em;
	vertical-align: middle;
}
.maniImageAndTextVerticallyCentered img {
	vertical-align: middle;
}
.maniImageAndTextVerticallyCentered span {
	vertical-align: middle;
}
#maniLanguageChooser {
	margin: 12px 0px 0px 0px;
}
#maniLanguageChooser img {
	width: 24px;
	height: 24px;
	vertical-align: middle;
	margin-left: 6px;
}
#maniLanguageChooser span {
	font-size: 0.9em;
	line-height: 24px;
	vertical-align: middle;
	margin-left: 4px;
	margin-right: 6px;
}
#maniLanguageChooser a, #maniLanguageChooser a:visited {
	color: #555555;
	text-decoration: none;
	border: 0px;
}
.maniAlpha {
}
.maniHidden {
	display: none;
}
.maniNoBr {
	white-space: nowrap;
}
.maniFloatLeft {
	float: left;
	position: relative;	/* IE6 float fix */
	margin: 0px 20px 20px 0px;
}
.maniFloatRight {
	float: right;
	position: relative;	/* IE6 float fix */
	margin: 0px 0px 20px 20px;
}
.maniClearLeft {
	clear: left;
}
.maniClearRight {
	clear: right;
}
.maniClear {
	clear: both;
}
.maniBold {
	font-weight: bold;
}
#maniPageNavigation {
	display: block;
	font-size: 1.0em; font-weight: normal;
	text-align: center;
	color: #bbbbbb;
}
#maniPageNavigationInner {
	display: -moz-inline-stack;	/* Firefox 2 */
	display: inline-block;
	margin: 0px 0px 40px 0px;
}
.maniPageNavigationItem {
	display: -moz-inline-stack;	/* Firefox 2 */
	display: inline-block;
	padding: 0px 12px 0px 12px;
}
#maniPageNavigation a {
	color: #333333;
	text-decoration: none;
	border: 0px;
}
#maniPageNavigation a:hover {
	color: #099f29;
}
.maniFAQ {
	list-style-type: none;
	margin: 40px 0px 40px 0px;
}
.maniFAQ li {
	margin: 12px 0px;
}
.maniCentered {
	text-align: center;
}
.maniHighlighted {
	background-color: #ddfd9d
}


/* IE hacks */

#maniPageNavigationInner {
	/* inline-block for IE6/7: */
	zoom: 1;
	*display: inline;
}
.maniPageNavigationItem {
	/* inline-block for IE6/7: */
	zoom: 1;
	*display: inline;
}
