ul, ol, li, dl, dt, dd, p, div, span, h1, h2, h3, h4, h5, h6, hr, form, fieldset, a, img, th, td, acronym, strong {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	margin: 0;
	height: 100%;
	padding: 0;
	background: #77acee url(/images/bg.png) 0 0 repeat-x;
	text-align: center;
	font-family: Trebuchet, Trebuchet MS, Georgia, Verdana, Arial, Helvetica;
	color: #333;
}
a {
	color: #f60;
	text-decoration: none;
}
input, select {
	margin: 0;
}
table {
	border-collapse: collapse;
}
td, th {
	vertical-align: middle;
	text-align: left;
}

.text input,
.text textarea,
input.text {
	border: 1px solid #cfcfcf;
	padding: 3px 1px 0 4px;
	background: #fff url(/images/input-top.png) 0 0 repeat-x;
	font: 13px Arial;
	color: #666;
}
.text input,
input.text {
	height: 23px;
	max-height: 18px;
}

.select.over {
	z-index: 600;
}
.select div {
	position: absolute;
	z-index: 500;
	border: 1px solid #ccc;
	background: #fff url(/images/menu-site.png) 114px 2px no-repeat;
	font-size: 11px;
	line-height: 21px;
	color: #000;
	cursor: pointer;
	cursor: hand;
}
.select div.over {
	z-index: 600;
	border-color: #aaa;
	background-image: url(/images/menu-site-over.png);
}
.select a,
.select b {
	display: block;
	padding: 0 4px;
	_width: 100%;
	font-weight: normal;
}
.select a {
	display: none;
	border-top: 1px solid #ccc;
	color: #f60;
}
.select a:hover {
	background: #ffe5bf;
}
.select .over a {
	display: block;
}

.list .text,
.list .select {
	display: block;
	clear: both;
	padding: 7px 0 0 0;
	_padding-top: 5px;
}
.list .select {
	overflow: visible;
	position: relative;
}
.list label {
	display: block;
	float: left;
	clear: none;
	padding: 3px 7px 0 0;
	text-align: right;
	font: 14px Georgia;
	line-height: 16px;
	color: #333;
}
.list .text input,
.list .text textarea,
.list .submit input {
	display: block;
	float: left;
	clear: none;
}
.list .submit {
	display: block;
	clear: both;
	overflow: hidden;
	_overflow: visible;
	_height: 36px;
}
.loading .submit {
	background: url(/images/loader.gif) 100% 100% no-repeat;
}
.list .alert,
.list .status {
	display: none;
	padding: 8px 0 0 15px;
	text-align: left;
	font: bold 14px Georgia;
	line-height: 16px;
	color: #f60;
}
.list .status {
	float: left;
	_width: 250px;
}
.list .alert {
	clear: both;
	overflow: hidden;
	padding: 1px 0 3px 0;
}

.spacer {
	display: block;
	clear: both;
	overflow: hidden;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}
.nowrap {
	white-space: nowrap;
}
.hidden {
	display: none;
}

#content {
	position: relative;
	margin: 0 auto;
	width: 963px;
	padding: 106px 0 0 0;
	background: #fff;
	text-align: left;
}

#logo {
	display: block;
	position: absolute;
	left: 7px;
	top: 18px;
	z-index: 100;
	width: 242px;
	height: 116px;
	background: url(/images/logo.fpng) 0 0 no-repeat;
}

#login,
#logout,
#promote {
	position: absolute;
	left: 299px;
	z-index: 100;
	padding: 4px 0 0 8px;
	font-size: 11px;
	line-height: 14px;
	color: #666;
}
#login,
#logout {
	display: none;
	top: 0;
	width: 235px;
	height: 42px;
}
#promote {
	left: 630px;
	top: 46px;
	width: 318px;
	height: 41px;
}
#login a,
#logout a,
#promote a {
	color: #f60;
}
#login a:hover,
#logout a:hover,
#promote a:hover {
	text-decoration: underline;
}
#promote h3 {
	font-size: 12px;
	line-height: 14px;
	color: #666;
}

.menu-site {
	position: absolute;
	left: 557px;
	top: 0;
	z-index: 500;
	width: 208px;
	height: 31px;
	font-size: 11px;
	line-height: 13px;
	color: #666;
}
.menu-site label {
	display: block;
	float: left;
	margin: 13px 0 0 2px;
	width: 61px;
}
.menu-site div {
	right: 11px;
	top: 8px;
	width: 136px;
	max-width: 134px;
}

#cse-search-box {
	display: block;
	position: absolute;
	left: 765px;
	top: 0;
	width: 200px;
	height: 31px;
	border-left: 1px solid #ccc;
	font-size: 11px;
	line-height: 13px;
	color: #666;
}
#cse-search-box input {
	float: left;
	margin: 10px 0 0 0;
}
#cse-search-box input.text {
	margin: 8px 4px 0 0;
	width: 88px;
	max-width: 81px;
}
#cse-search-box label {
	display: block;
	float: left;
	margin: 5px 4px 0 0;
	width: 43px;
	text-align: right;
}

#bottom {
	position: relative;
	margin: 7px auto 0 auto;
	width: 964px;
	max-width: 941px;
	height: 68px;
	max-height: 41px;
	padding: 0 13px 27px 10px;
	background: url(/images/bottom-bg.fpng) 0 0 repeat-x;
	text-align: left;
	font-size: 11px;
	line-height: 36px;
	color: #e3eefb;
}
#copy,
#bottom a {
	margin: 0 5px;
	color: #006;
}
#bottom a:hover {
	color: #f60;
	text-decoration: underline;
}
#copy {
	display: block;
	float: right;
	padding: 10px 0 5px 0;
	text-align: right;
	line-height: 16px;
}
#copy a {
	margin: 0;
}
div.popup {
	display: none;
	width: 820px;
	text-align: left;
}
div.popup .bg-top,
div.popup .bg-middle,
div.popup .bg-bottom {
	position: absolute;
	left: 0;
	z-index: 900;
	width: 820px;
}
div.popup .bg-top {
	top: 0;
	height: 44px;
	background: url(/images/popup-bg-top.fpng) 0 0 no-repeat;
}
div.popup .bg-middle {
	top: 44px;
	height: 1px;
	background: url(/images/popup-bg-middle.fpng) 0 0 repeat-y;
}
div.popup .bg-bottom {
	bottom: 0;
	height: 34px;
	background: url(/images/popup-bg-bottom.fpng) 0 0 no-repeat;
}
div.popup-dark-bg {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 800;
	width: 100%;
	height: 100%;
	background: rgba(102, 102, 102, 0.7);
	_background: #666;
	_filter: Alpha(Opacity=70);
}
div.popup .data {
	position: relative;
	left: 24px;
	z-index: 1000;
	width: 771px;
}
div.popup .data .spacer-top {
	height: 44px;
}
div.popup .data .spacer-bottom {
	height: 51px;
}

div.popup .close {
	display: block;
	position: absolute;
	right: 23px;
	top: 17px;
	z-index: 1100;
	width: 80px;
	padding: 2px 0 0 0;
	background: url(/images/popup-close.png) 58px 8px no-repeat;
	text-align: center;
	font: 10px Arial;
	line-height: 25px;
	color: #333;
}
div.popup .close:hover {
	background-image: url(/images/popup-close-over.png);
	color: #f60;
	text-decoration: none;
}

div.popup .prev a,
div.popup .prev b,
div.popup .next a,
div.popup .next b {
	display: block;
	position: absolute;
	bottom: 40px;
	z-index: 1100;
	width: 70px;
	font-size: 26px;
	line-height: 24px;
	font-weight: bold;
}
div.popup .prev a:hover,
div.popup .next a:hover {
	color: #000;
	text-decoration: none;
}
div.popup .prev a,
div.popup .prev b {
	left: 45px;
	text-align: left;
}
div.popup .next a,
div.popup .next b {
	right: 45px;
	text-align: right;
}
div.popup .prev b,
div.popup .next b,
div.popup .passive a,
div.popup .passive a {
	display: none;
}
div.popup .passive b,
div.popup .passive b {
	display: block;
	color: #ccc;
}

div.popup a {
	color: #f60;
}
div.popup a:hover {
	text-decoration: underline;
}
div.popup h3 {
	margin: 10px 22px 21px 26px;
	font-size: 16px;
	line-height: 22px;
	color: #333;
}
div.popup h4 {
	margin: 0 22px 0 26px;
	font-size: 12px;
	line-height: 22px;
	color: #333;
}
div.popup p {
	margin: 0 22px 21px 26px;
	font: 12px Georgia;
	line-height: 21px;
	color: #333;
}
div.popup label {
	font-size: 12px;
}

div.popup .list label {
	width: 163px;
	max-width: 156px;
}
div.popup .list .checkbox label {
	width: 587px;
	max-width: 580px;
	text-align: left;
}
div.popup .list .checkbox input {
	display: block;
	float: left;
	margin: 2px 6px 10px 163px;
}
div.popup .text input {
	width: 310px;
	max-width: 304px;
}
div.popup .text textarea {
	width: 380px;
	max-width: 374px;
	height: 100px;
}
div.popup .submit {
	padding: 13px 0 0 162px;
	_margin-left: -3px;
}
div.popup .loading .submit {
	background-position: 245px 20px;
}
div.popup .alert {
	padding-left: 163px;
}

div.popup .login .spacer-top,
div.popup .why-register .spacer-top {
	height: 54px;
}
div.popup .why-register .spacer-bottom {
	height: 36px;
}
div.popup .login .spacer-bottom {
	height: 26px;
}
div.popup .login h2 {
	margin: 6px 22px 26px 26px;
	font-size: 18px;
	line-height: 22px;
	color: #333;
}
div.popup .login p.header {
	border-bottom: 1px solid #ccc;
	margin: 0 22px 13px 26px;
	padding: 0 0 4px 4px;
	font-size: 14px;
	line-height: 22px;
}
div.popup .login h3 {
	position: absolute;
	left: 26px;
	top: 147px;
	margin: 0;
}
div.popup .login form {
	float: right;
	width: 590px;
}
div.popup .login .text input {
	width: 210px;
	max-width: 204px;
}
div.popup .login .list .checkbox label {
	margin-top: 2px;
}
div.popup .login .submit {
	padding: 0 0 16px 162px;
}
div.popup .login .loading .submit {
	background-position: 245px 7px;
}
div.popup .login .bottom-float {
	margin-left: 178px;
}
#home-top {
	position: relative;
	height: 457px;
	margin: 0 0 3px 0;
}
#home-top .tab {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	display: none;
	width: 963px;
	max-width: 943px;
	height: 457px;
	max-height: 112px;
	padding: 345px 0 0 20px;
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
}
#home-top .data .tab1 {
	display: block;
	background-image: url(/images/home-center-top-1.jpg);
}
#home-top .data .tab2 {
	background-image: url(/images/home-center-top-2.jpg);
}
#home-top .data .tab3 {
	background-image: url(/images/home-center-top-3.jpg);
}
#home-top .data .tab4 {
	background-image: url(/images/home-center-top-4.jpg);
}
#home-top .data a {
	color: #fc6;
}
#home-top a:hover {
	text-decoration: underline;
}
#home-top .menu-bar {
	position: absolute;
	left: 436px;
	top: 421px;
	z-index: 20;
}
#home-top .menu-bar a {
	display: block;
	float: left;
	width: 19px;
	height: 31px;
}
#home-top .menu-bar a:hover {
	text-decoration: none;
}

#eh-ml-bg {
	position: absolute;
	left: 292px;
	top: 51px;
	z-index: 100;
	width: 564px;
	height: 105px;
	background: url(/images/top-eh-ml.fpng) 0 0 no-repeat;
}
#home-eh,
#home-ml {
	position: absolute;
	z-index: 150;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#home-eh {
	left: 296px;
	top: 51px;
	width: 276px;
	height: 79px;
	background-position: 30px 35px;
}
#home-eh:hover {
	background-image: url(/images/home-eh.png);
}
#home-ml {
	left: 572px;
	top: 65px;
	width: 279px;
	height: 82px;
	background-position: 18px 30px;
}
#home-ml:hover {
	background-image: url(/images/home-ml.png);
}

.scroller {
	position: relative;
	height: 121px;
}
.scroller .button {
	display: block;
	position: absolute;
	top: 0;
	width: 15px;
	height: 121px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.scroller .left {
	left: 3px;
	background-image: url(/images/scroller-button-left.png);
}
.scroller .left:hover {
	background-image: url(/images/scroller-button-left-over.png);
}
.scroller .right {
	right: 3px;
	background-image: url(/images/scroller-button-right.png);
}
.scroller .right:hover {
	background-image: url(/images/scroller-button-right-over.png);
}
.scroller .mask,
.scroller .line {
	overflow: hidden;
	position: absolute;
	left: 21px;
	top: 0;
	width: 921px;
	height: 121px;
}
.scroller .line {
	left: 0;
	width: 5000px;
}
.scroller .line a {
	display: block;
	float: left;
	margin: 0 0 0 3px;
	width: 151px;
	height: 121px;
	background: #ccc url(/images/scroller-bottom.png) 140px 94px no-repeat;
	font-size: 11px;
	line-height: 13px;
	color: #333;
}
.scroller .line .first {
	margin: 0;
}
.scroller .line a:hover {
	background-color: #f90;
	background-image: url(/images/scroller-bottom-over.png);
}
.scroller img {
	width: 151px;
	height: 90px;
}
.scroller p {
	margin: 0 0 0 8px;
}
.scroller b {
	display: block;
}

.pane {
	float: left;
	margin: 8px 0 7px 4px;
	width: 187px;
	height: 139px;
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 13px;
	color: #fff;
}
.pane a {
	color: #fff;
}
#bowling {
	margin-left: 6px;
}
#birthdays-parties div,
#bowling a,
#camp a,
#eduquest a,
#teamplex a {
	display: block;
	width: 187px;
	max-width: 170px;
	height: 139px;
	max-height: 47px;
	padding: 92px 0 0 17px;
}
#birthdays-parties div,
#bowling a {
	max-height: 58px;
	padding-top: 81px;
}
#birthdays-parties a:hover {
	text-decoration: underline;
}
#birthdays-parties {
	background-image: url(/images/pane-birthdays-parties.png);
}
#birthdays-parties.over div {
	background-image: url(/images/pane-birthdays-parties-over.png);
}
#bowling {
	background-image: url(/images/pane-bowling.jpg);
}
#bowling.over a {
	background-image: url(/images/pane-bowling-over.png);
}
#camp {
	background-image: url(/images/pane-camp.jpg);
}
#camp.over a {
	background-image: url(/images/pane-camp-over.png);
}
#eduquest {
	background-image: url(/images/pane-eduquest.jpg);
}
#eduquest.over a {
	background-image: url(/images/pane-eduquest-over.png);
}
#teamplex {
	background-image: url(/images/pane-teamplex.png);
}
#teamplex.over a {
	background-image: url(/images/pane-teamplex-over.png);
}
.error-404 h1 {
	margin: 50px 29px 0 120px;
	font-size: 28px;
	line-height: 30px;
	color: #63c;
}
.error-404 h2 {
	margin: 30px 29px 100px 210px;
	font-size: 22px;
	line-height: 24px;
	color: #63c;
}
