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

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #E5F3F3;
	/*all*/
}

#container {	
	width: 780px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	line-height: 1.25;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #066;
	/*all*/
}

#textfieldcontainer {
	margin: 50px auto 175px 250px;
	font-weight: bold;
	/*search_title*/
}

#floatcontainer {
	margin: 0 22px;
	font-size: 16px;
	font-weight: bold;
	/*about,sugg_containsfloatedtables*/
}

#footer {
	margin: 25px auto 25px auto;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	font-style:italic;
	color: #066;
	/*all*/
}
#navbar {
	position:relative;
	width: 680px;
	left:60px;
}

#navbar ul {
	list-style-type: none;
	list-style-position:outside;
	/*all*/
}

#navbar li {
	text-align: center;
	display: inline;
/*	float:left; */
	border: 1px #E5F3F3 solid;
	height: 1.2em;
	padding: 4px 12px;
	font-size: 18px;
	font-weight: bold;
	background: #9CC;
	font-style: italic;
	/*all*/
}

#navbar a {
	white-space: nowrap;
	text-decoration: none;
	color: #066;
	text-shadow: #399 1px 1px 2px;
	/*all*/
}

#navbar a:visited {
	color: #FFF;
	text-shadow: none;
	/*all*/
}

#navbar a:hover {
 /*	padding-bottom: 3px; */
	border-right: 1px #9CC solid;
	border-bottom: 1px #9CC solid;
	color: #939;
	text-shadow: #FFF 2px 2px 4px;
	/*all*/
}

#adultcategorytable a {
	text-decoration: none;
	color: #FFF;
	text-shadow: none;
}
	

#adultcategorytable a:visited {
	color: #066;
	text-shadow: none;
}

#adultcategorytable a:hover {
	color: #939;
	text-shadow: #FFF 2px 2px 4px;
}

#kidscategorytable a {
	text-decoration: none;
	color: #FFF;
	text-shadow: none;
	
}

#kidscategorytable a:visited {
	color: #066;
	text-shadow: none;
}

#kidscategorytable a:hover {
	color: #939;
	text-shadow: #FFF 2px 2px 4px;
}

#agebrkttable a {
	text-decoration: none;
	color: #FFF;
	text-shadow: none;
	
}

#agebrkttable a:visited {
	color: #066;
	text-shadow: none;
}

#agebrkttable a:hover {
	color: #939;
	text-shadow: #FFF 2px 2px 4px;
}

a {
	font-style: italic; 
	color: #066;
	text-shadow: none;
	/*index,search*/
}

a:visited {
	color: #9CC;
	text-shadow: none;
	/*index,search*/
}

a:hover {
	color: #939;
	text-shadow: #939 1px 1px 1px;
	/*index,search*/
}
	
	
	
h1 {
	margin: 25px auto;
	padding: 5px 25px;
	border: thick outset #FFF;
	text-align: center;
	font-size: 23px;
	font-weight: bold;
	text-shadow: #399 2px 2px 2px;
	background: #9CC;
	
	/*about_fourweeks*/
}

h2 {
	margin: 25px 5px 25px auto;
	padding-left: 10px;
	border: thin #9CC;
	border: medium outset #FFF;
	font-size: 18px;
	font-weight: bold;
	color: #399;
	text-shadow: #9CC 2px 2px 4px
	font-style: italic;;
	background: #FFF;
	/*about,sugg_main headings*/
}

h3 {
	margin: 200px auto 300px auto;
	text-align: center;
	font-style: normal;
	/*index_login*/
}

h4 {
	text-align: center;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	/*search_enterfield*/
}
	
th {
	text-align: left;
	font-size: 20px;
	font-style: italic;
	color: #066;
	text-shadow: #399 1px 1px 2px;
	/*about*/
}



p {
	margin: 25px 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #066;
	/*all*/
}



td img {
	float: right;
}



#adultbktable {
	float: left;
	margin-bottom: 25px;
	color: #FFF;
	background: #9cc;
	/*about*/
}

#teacherbktable {
	float: right;
	margin-bottom: 25px;
	color: #FFF;
	background: #9cc;
	/*about*/
}
	
#kidsbktable {
	float: right;
	color: #FFF;
	background: #9cc;
	/*about*/
}

#adultcategorytable {
	float: left;
	margin-bottom: 15px;
	font-weight: bold;
	color: #FFF;
	background: #9cc;
	/*sugg*/
}

#kidscategorytable {
	float: right;
	margin-bottom: 15px;
	font-weight: bold;
	color: #FFF;
	background: #9cc;
	/*sugg*/
}

#agebrkttable {
	width: 780px;
	margin: 25px auto 25px auto;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	background: #9cc;
	/*sugg*/
}



.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	/*about,suggs*/
}



.center {
	text-align: center;
	
}

.indent {
	margin: 10px 35px 0px 35px;
	/*sugg_searchrules*/
}

.emph {
	font-weight: bolder;
	font-style: italic;
	color: #FFF;
	text-shadow: #399 2px 2px 4px;
	/*about_fourweeks*/
}



	

