/* STYLES FOR KIDSTATION */
/* TAGs */
html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

html {
	background-color: #FFFFFF;
}

body {
	margin: 0px;
	padding: 0px;
	_height: 100%;
	min-height: 100%;
	background-color: #DAF79C;
	background-image: url(../gui/background_global.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #555555;
}

a:link, a:visited {
	color: #0A4FA0;
	font-weight: bold;
}

a:hover {
	color: #0072BB;
	text-decoration: none;
}

h1 {
	margin: 0px;
	padding: 17px 0px 10px 0px;
	font-size: 24px;
	font-weight: bold;
	color: #AA3535;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #91CC16;
	text-align: center;
}

h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-family: Georgia;
	font-size: 16px;
}

h4 {
	margin:0px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #0A4FA0;
	display: inline;
}

hr {
	width: 100%;
	color: #7EC21B;
	height: 2px;
	border-top: 2px dashed #7EC21B;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

/*******/
/* IDs */
/*******/

/* HEADER */
#header {
	width: 980px;
	min-height: 210px;
	_height: 210px;
	margin: auto;
	padding: 0px;
	position: relative;
	z-index: 2;
}

/* LOGO */
#logo {
	width: 333px;
	height: 205px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 43px;
	top: 25px;
	text-indent: -9999px;
	background-image: url(../gui/logo_3.png);
	background-repeat: no-repeat;
	_background: none;
}

/* LOGO LINK */
#logo a {
	margin: 0px;
	padding: 0px;
	width: 333px;
	height: 205px;
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='gui/logo_3.png');
	_cursor: pointer;
}

/* LOCATION */
#location {
	margin: 0px;
	padding: 0px;
	width: 112px;
	height: 55px;
	text-indent: -9999px;
	position: absolute;
	top: 0px;
	left: 625px;
	background-image: url(../gui/mininav_find.png);
	background-repeat: no-repeat;
	_background: none;
}

/* LOCATION LINK */
#location a {
	margin: 0px;
	padding: 0px;
	width: 112px;
	height: 55px;
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='gui/mininav_find.png');
	_cursor: pointer;
}

/* FORMS */
#forms {
	margin: 0px;
	padding: 0px;
	/* width: 101px; OLD HEIGHT */
	width: 72px;
	height: 55px;
	text-indent: -9999px;
	position: absolute;
	top: 0px;
	left: 737px;
	background-image: url(../gui/mininav_forms.png);
	background-repeat: no-repeat;
	_background: none;
}

/* FORMS LINK */
#forms a {
	margin: 0px;
	padding: 0px;
	width: 72px;
	height: 55px;
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='gui/mininav_forms.png');
	_cursor: pointer;
}

/* FORMS */
#coupons {
	margin: 0px;
	padding: 0px;
	/* width: 101px; OLD HEIGHT */
	width: 116px;
	height: 55px;
	text-indent: -9999px;
	position: absolute;
	top: 0px;
	left: 809px;
	background-image: url(../gui/mininav_coupons.png);
	background-repeat: no-repeat;
	_background: none;
}

/* FORMS LINK */
#coupons a {
	margin: 0px;
	padding: 0px;
	width: 116px;
	height: 55px;
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='gui/mininav_coupons.png');
	_cursor: pointer;
}

/* MENU */
#menu {
	width: 498px;
	height: 55px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 135px;
	left: 385px;
}

/* BODY WRAPPER */
#body_wrapper {
	width: 980px;
	margin: auto;
	padding: 0px;
	position: relative;
}

/* BODY */
#body {
	width: 980px;
    min-height: 315px;
    _height: 315px;
	margin: auto;
	padding: 0px;
	/*position: relative; turned off because it prevented links from working */
	float: left;
	background-image: url(../gui/background_content.png);
	background-repeat: repeat-y;
	background-position: top center;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='gui/background_content.png', sizingMethod='scale');
}

#body div {
	float: left;
}

/* HOME LEFT SIDE */
#home_left {
	margin: 0px 0px 0px 100px;
	padding: 0px;
	width: 359px;
	display: inline;
	text-align: center;
	position: relative;
}

/* HOME RIGHT SIDE */
#home_right {
	margin: 0px;
	padding: 0px;
	width: 421px;
}

/* HOME RIGHT SIDE IMG */
#home_right img {
	margin-top: 46px;
}

/* HOME TEXT */
#home_text {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	width: 390px;
	position: relative;
}

#welcome {
	font-weight: bold;
	font-size: 13px;
	letter-spacing: -1px;
	line-height: 24px;
	color: #0072BB;
}

/* CONTENT LEFT SIDE */
#content_left {
	margin: 0px 0px 0px 100px;
	padding: 0px;
	width: 199px;
    min-height: 315px;
    _height: 315px;
	background-image: url(../gui/background_content_right.gif);
	background-repeat: no-repeat;
	display: inline;
}

/* CONTENT RIGHT SIDE */
#content_right {
	margin: 0px;
	padding: 0px;
	width: 581px;
	position: relative;
}

/* CONTENT TEXT */
#content_text {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	width: 500px;
	position: relative;
}

/* FOOTER */
#footer {
	width: 980px;
	height: 42px;
	margin: auto;
	padding: 58px 0px 0px 0px;
	text-align: center;
	font-size: 10px;
	color: #88BE15;
	clear: both;
	background-image: url(../gui/background_footer.png);
	background-repeat: no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='gui/background_footer.png');
}

/* FOOTER LINK */
#footer a {
	color: #88BE15;
	font-weight: normal;
	font-size: 10px;
	position: relative;
	top: 0px;
	left: 0px;
	_cursor: pointer;
}

/* PAGE HEADERS & IMAGES */
/* ABOUT */
#header_about {
	text-indent: -9999px;
	width: 500px;
	height: 29px;
	margin-top: 46px;
	padding: 0px;
	background-image: url(../gui/header_about.gif);
	background-repeat: no-repeat;
}
#leftside_about {
	width: 230px;
	height: 182px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 63px;
	top: 20px;
	background-image: url(../gui/leftside_about.png);
	background-repeat: no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='gui/leftside_about.png');
	z-index: 1;
}
#leftside_coupons {
	width: 230px;
	height: 182px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 63px;
	top: 20px;
	background-image: url(../gui/leftside_coupons.png);
	background-repeat: no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='gui/leftside_coupons.png');
	z-index: 1;
}

/* HOURS & RATES */
#header_hours {
	text-indent: -9999px;
	width: 500px;
	height: 29px;
	margin-top: 46px;
	padding: 0px;
	background-image: url(../gui/header_hours.gif);
	background-repeat: no-repeat;
}
#leftside_hours {
	width: 230px;
	height: 182px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 63px;
	top: 20px;
	background-image: url(../gui/leftside_rates.png);
	background-repeat: no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='gui/leftside_rates.png');
	z-index: 1;
}
#testimonial_about {
	width: 328px;
	height: 142px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 643px;
	top: 50px;
	background-image: url(../gui/testimonial_about.png);
	background-repeat: no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='gui/testimonial_about.png');
	z-index: 1;
}
#testimonial_hours {
	width: 331px;
	height: 150px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 643px;
	top: 50px;
	background-image: url(../gui/testimonial_hours.png);
	background-repeat: no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='gui/testimonial_hours.png');
	z-index: 1;
}
#testimonial_party {
	width: 328px;
	height: 142px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 643px;
	top: 88px;
	background-image: url(../gui/testimonial_party.png);
	background-repeat: no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='gui/testimonial_party.png');
	z-index: 1;
}

/* ACTIVITIES & EVENTS */
#header_activities {
	text-indent: -9999px;
	width: 500px;
	height: 29px;
	margin-top: 46px;
	padding: 0px;
	background-image: url(../gui/header_activities.gif);
	background-repeat: no-repeat;
}
#leftside_activities {
	width: 230px;
	height: 182px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 63px;
	top: 20px;
	background-image: url(../gui/leftside_activity.png);
	background-repeat: no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='gui/leftside_activity.png');
	z-index: 1;
}

/* PROGRAMS */
#header_programs {
	text-indent: -9999px;
	width: 500px;
	height: 29px;
	margin-top: 46px;
	padding: 0px;
	background-image: url(../gui/header_programs.gif);
	background-repeat: no-repeat;
}
#header_coupons {
	text-indent: -9999px;
	width: 500px;
	height: 29px;
	margin-top: 46px;
	padding: 0px;
	background-image: url(../gui/header_coupons.gif);
	background-repeat: no-repeat;
}

#leftside_togo {
	width: 230px;
	height: 182px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 63px;
	top: 20px;
	background-image: url(../gui/leftside_togo.png);
	background-repeat: no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='gui/leftside_togo.png');
	z-index: 1;
}

/* BIRTHDAY PARTIES */
#header_party {
	text-indent: -9999px;
	width: 570px;
	height: 29px;
	margin-top: 46px;
	padding: 0px;
	background-image: url(../gui/header_birthdayparties.gif);
	background-repeat: no-repeat;
}
#leftside_party {
	width: 230px;
	height: 182px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 63px;
	top: 20px;
	background-image: url(../gui/leftside_party.png);
	background-repeat: no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='gui/leftside_party.png');
	z-index: 1;
}

/* LOCATION */
#header_location {
	text-indent: -9999px;
	width: 500px;
	height: 29px;
	margin-top: 46px;
	padding: 0px;
	background-image: url(../gui/header_location.gif);
	background-repeat: no-repeat;
}
#leftside_location {
	width: 230px;
	height: 182px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 63px;
	top: 20px;
	background-image: url(../gui/leftside_location.png);
	background-repeat: no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='gui/leftside_location.png');
	z-index: 1;
}

/* FORMS */
#header_forms {
	text-indent: -9999px;
	width: 500px;
	height: 29px;
	margin-top: 46px;
	padding: 0px;
	background-image: url(../gui/header_forms.gif);
	background-repeat: no-repeat;
}
#leftside_forms {
	width: 230px;
	height: 182px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 63px;
	top: 20px;
	background-image: url(../gui/leftside_forms.png);
	background-repeat: no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='gui/leftside_forms.png');
	z-index: 1;
}


#ten_pix {
	width: 100%;
	height: 10px;
}

#twenty_pix {
	width: 100%;
	height: 20px;
}

#opendate {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}

/* CLASSEs */
.uni_bullets {
	margin: 0px 0px 0px 25px;
	padding: 0px;
}

.uni_bullets li {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: disc;
	color: #92CA2B;
}

.li_text {
	color: #555555;
}

.cust_header_1{
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	line-height: 20px;
	color: #91CC16;
}
