@charset "utf-8";
/* CSS Document */

html, body { 
	margin: 0; 
	padding: 0; 
	height: 100%; 
	width: 100%; 
}

body { 
	background-color: #FFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000; 
	font-size: 12px; 
	line-height: 18px; 
}

a, img, form { margin: 0; padding: 0; }

.global-container { 
	background: #FFF; 
	position: relative; 
	min-height: 100%; 
	height: auto !important; 
	height: 100%; 
	margin: 0 auto; 
}

.filler_left { 
	position: relative; 
	float: left; 
	width: 4%; 
	background-color: #FFF; 
}

.filler_right { 
	position: relative; 
	float: left; 
	width: 4%; 
	background-color: #FFF; 
}

#arrow_left { 
	text-align: left; 
	height: 50px; 
	top: 320px; 
	right: 0; 
}

#arrow_right { 
	text-align: right; 
	height: 50px; 
	top: 320px; 
}



.menu-btn:hover { 
	height: 34px; 
	cursor: pointer; 
	margin:0; padding:0; 
}

.white { 
	background-color: #FFF; 
}
.pageImage { 
	border: 0; 
	margin:0; 
	padding:0; 
	display: inline;
}

a:active, a:focus { outline: 0; }

.page-container { 
	position: relative; 
	width: 100%; 
}

.noBorder {
	border: 0;
	font-size: 11px;
	background: none;
	margin-left:4px;
	padding-left: 2px;
	width: 182px;
	margin-bottom: 4px;
	text-align: center
}

.zoompage { 
	display: none; 
	z-index: 101; 
	height: 100%; 
}

#flashBox {
	position: absolute;
	top: 50px;
	display: none;
	z-index: 300;
	overflow: visible;
	background-color: #FF0000;
	width: 450px;
	height: 100px;
	height: auto;
	text-align: center;
	margin: 0;
	padding:10px;
	color: #FFF;
	font-size: 10px;
	z-index: 1000;
}

.dontShowAgain {
	position: relative;
	float: right;
	font-size: 9px;
}

.dontShowAgain input {
	border: 0;
	margin-bottom: 2px;
}

#flashBox a { color: #000; }

.fronthelp { 
	z-index: 401; 
	position: absolute; 
}

div.active {
	display: block;
	width: 28px;
	height: 33px;
	z-index: 700;
	background: url("../gfx/btn_on.png") no-repeat;
}

h1 {
font-size: 22px;
font-family: verdana, helvetica, arial, sans-serif;
letter-spacing:-2px;
color:#9FC54E;
font-weight:700;
padding:20px 0 0;
}