/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #49631F;
	margin: 0px;
	padding: 0px;
	font-family: Calibri, Verdana, Arial;
	font-size: 14px;
	}

a:link, a:active, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #5b812e;
	}

a:hover {
	text-decoration: underline;
	}
	
.small_text { font-size: 12px}

.maintbl {
	margin: 0px;
	padding: 0px;
	}

.maintbl_left {
	background-image: url(images/top_left_bg.jpg);
	background-repeat: no-repeat;
	width: 122px;
	}
	
	
.maintbl_right {
	background-image: url(images/top_right_bg.jpg);
	background-repeat: no-repeat;
	width: 122px;
	}
	
	
	
/*__Top Navigation and Logo__*/
.logo_container {
	margin: 0px;
	padding: 0px;
	z-index: 2;
	position: absolute;
	border: 0px;
	top: 0px;
	left: 5px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	height: 298px;
	width: 1000px;
	vertical-align: bottom;
	}

.nav {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 1000px;
	height: 50px;
	z-index: 3;
	}

.nav a {
	background-image: url(images/button.gif);
	background-repeat: no-repeat;
	float: left;
	text-align: center;
	width: 110px;
	height: 43px;
	text-decoration: none;
	color: #49631F;
	font-weight: bold;

	}

.nav a:hover {
	background-image: url(images/button_o.gif);
	background-repeat: no-repeat;
	color: white;
	}

.nav ul {
	list-style: none;
	display: inline;
	}

.nav li{
	float: left;
	}	
	
.logo_overlap {
	position: absolute;
	z-index: 1;
	top: 240px;
	left: 5px;
}


/*__Main Body__*/
.main_body {
	position: relative;
	z-index: 0;
	top: 300px;
	left: 5px;
	width: 800px;
}


.content{
	text-align: left;
	vertical-align: top;
	}

.content_body {
	vertical-align: top;
	}


	.body_middle {
		background-image:url(images/content_bg.jpg);
		background-repeat: repeat-y;
		padding-left: 15px;
		padding-right: 15px;text-align: left;
		}
	


.content_teasers {
	vertical-align: top;
	text-align: left;
	padding-left: 10px;
	}

.teasers {
	background-image:url(images/teaser_box.gif);
	background-repeat: no-repeat;
	}
.teasers2 {
	background-image:url(images/Party_packages_box.gif);
	background-repeat: no-repeat;
	}

.side_teasers, .side_teasers a {
	background-image: url(images/teaser_box.gif);
	background-repeat: no-repeat;
	float: left;
	text-align: center;
	width: 245px;
	height: 155px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 20px;
	padding: 0px;
	margin: 0px;
	}

.side_teasers2, .side_teasers2 a {
	background-image: url(images/Party_packages_box.gif);
	background-repeat: no-repeat;
	float: left;
	text-align: center;
	width: 245px;
	height: 155px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 20px;
	padding: 0px;
	margin: 0px;
	}

.side_teasersjob a {
	background-image: url(images/teaser_box.gif);
	background-repeat: no-repeat;
	float: left;
	text-align: center;
	width: 245px;
	height: 155px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 23px;
	padding: 0px;
	margin: 0px;
	}
	

.side_teasersjobsmall a {
	background-image: url(images/teaser_box.gif);
	background-repeat: no-repeat;
	float: left;
	text-align: center;
	width: 245px;
	height: 155px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	}
	
.side_teasers a:hover {
	background-image: url(images/teaser_box_o.gif);
	background-repeat: no-repeat;
	color: white;
	}

.side_teasers ul {
	list-style: none;
	display: block;
	width: 275px;
	float: left;
	padding: 0px;
	margin: 0px;
	
	}

.side_teasers li{
	/*float: left;*/
	list-style: none;
	display: block;
	float: left;
	}	
	
.sideteaserform {
	font-size: 14px;
	text-align: left;
	padding-left: 0px;
	}
	
.cntrprice {
	width: 100%;
	}
	
.pricetbl{
	border: 2px dotted #9cb31a;
	margin: 2px;
	padding: 3px;
	width: 150px;
	float: left;
	}

.girlmonk {
	float: left;
	left: 5px;
	bottom: 5px;
	position: absolute;
	z-index: 0;
	}	

.emptext1 {
	font-size: 22px;
	color: #5b812e;
	}

.now_open {
	font-size: 100px;
	text-align: center;
	}	
/*__Bottom Navigation__*/
.bottom_banner {
	background-image: url(images/bottom_leaves.gif);
	background-repeat: no-repeat;
	position: relative;
	z-index: 4;
	bottom: -235px;
	left: 0px;
	height: 132px;
	visibility: visible;
	text-align: left;
	color: white;
	width: 1000px;
}

.bottom_banner td {
	text-align: center;
	}

.bottom_banner a {
	color: white;
	text-decoration: none;
	}

.bottom_banner a:hover {
	text-decoration: underline;
	} 


/*__FORMS__*/

.emp input {
	background-color: #9cb31a;
	color: white
	}

.emptbl_right {
	text-align: right;
	padding-right: 15px;
	vertical-align: top;
	}

.emptbl {
	padding-bottom: 10px;
	}

.centered {
	text-align: center;
	}
	
/* DAY CAMP PAGE COLOURS */
.daycamp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

.greenheader {
	font-size: 25px;
	font-weight: bold;
	color: #5b812e;
	}

.blackheader {
	font-size: 25px;
	font-weight: bold;
	color: #000000;
	}

.tiny_text {
	font-size: 10px;
	}

.med_text {
	font-size: 18px;
	}
	
.lite_greenbg {
	background-color: #dae599;
	}

.med_greenbg {
	background-color: #cbda71;
	}

.med_greenbg_right {
	background-color: #cbda71;
	border-left: 2px solid white;
	}
.dark_greenbg {
	background-color: #b4cb33;
	}
