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

.border {
	border: 1px solid #66CCFF;
}
body {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
}
a {
	color: #0099FF;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.header {
	font-size: 13px;
	font-weight: bolder;
	color: #33CCFF;
	padding-bottom: 10px;
}
.header2 {
	font-size: 13px;
	font-weight: bolder;
	color: #8dc63f;
	padding-bottom: 10px;
}
.boxheader {
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
	background-image: url(images/topBannerBg.jpg);
	background-repeat: repeat-x;
	padding-top: 3px;
}

.subheader {
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
}
.email{
	background-position: 1px 3px;
	background-image: url(images/ICO_email.jpg);
	background-repeat: no-repeat;
	text-indent: 25px;
}
.eventBg{
	background-image: url(images/ICO_event.jpg);
	background-repeat: no-repeat;
}
.specialBg{
	background-image: url(images/ICO_day.jpg);
	background-repeat: no-repeat;
}
.HolidayBg{
	background-image: url(images/ICO_holiday.jpg);
	background-repeat: no-repeat;
}
.birthdayBg{
	background-image: url(images/ICO_birthday.jpg);
	background-repeat: no-repeat;
}
.specialholidayBg{
	background-image: url(images/ico_holidayAndspecial.jpg);
	background-repeat: no-repeat;
}
.specialbirthdayBg{
	background-image: url(images/ico_specialAndBirthday.jpg);
	background-repeat: no-repeat;
}
.dateHead {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #3399CC;
	font-weight: bold;
}
.date{
	border-collapse:collapse;
	padding: 2px;
	text-align: center;
}
.dateHead2{
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
}
.dateHoilday{
	color: #FF0000;
}

.date td{
	border: 1px solid #CCCCCC;
	height: 20px;
}
.date a{
	color: #33CCFF;
}
.dateDivider td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #33CCFF;
}
.bigText {
	font-size: 14px;
	line-height: 22px;

	color: #333333;
}
.field {
	border: 1px solid #999999;
	font-size: 11px;
}
.galleryFrame{
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
}
.gallery{
border-collapse:collapse;
}
.gallery td{
	border: 1px solid #CCCCCC;
}
.footer{
	background-color: #CCCCCC;
	font-size: 10px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.table{
	border-collapse:collapse;
	border: 1px solid #33CCFF;
}
.table td{
}
.schoolBustable{
	border-collapse:collapse;
	border: 1px solid #CCCCCC;
}
.schoolBustable td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.onlineFormField{
	width: 300px;
	border: 1px solid #CCCCCC;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 17px;
	background-color: #dedede;
}
.menu {
	height:20px;
	font-size:12px;
	position:relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	list-style-type:none;
	border-collapse:collapse;
	margin: 0px;
	padding: 0px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	position:relative;
	z-index: 100;
	border-collapse:collapse;
	padding-top: 0px;
	margin: 0px;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	/*display:block;
	font-size:11px;
	text-decoration:none;
	color:#FFFFFF;
	width:auto;
	height:20px;
	padding-left:10px;
	line-height:20px;*/
	display:block;
	font-size:11px;
	text-decoration:none;
	color:#000000;
	width:auto;
	height:21px;
	padding-left:10px;
	padding-right:5px;
	/*line-height:15px;*/
	padding-top: 0px;
	border-collapse:collapse;
	padding-bottom: 0px;
	margin: 0px;
	background-position: 5px bottom;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:120px;
	w\idth:130px;
}

 /*style the second level hover */
.menu ul ul a.drop:hover{
	background-color: #999999;
}
.menu ul ul :hover > a.drop {
	background-color: #999999;
}
/* style the third level background */
/*.menu ul ul ul a, .menu ul ul ul a:visited {
	background-color: #eeeeee;
}
/* style the third level hover */
/*.menu ul ul ul a:hover {
	background-color: #999999;
}*/


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	position:absolute;
	height:0;
	/*top:20px;*/
	left:0;
	width:120px;
	z-index: 203;
	visibility: hidden;
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:30px;
	t\op:31px;
}

/* position the third level flyout menu */
/*.menu ul ul ul{left:218px; top:-1px; width:218px;}

/* position the third level flyout menu for a left flyout */
/*.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	color:#000000;
	height:auto;
	line-height:1.2em;
	padding:5px 10px;
	width:130px;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:130px;
	w\idth:131px;
	left:0px;
}

/* style the top level hover */
.menu a:hover {
	color:#fff;
	background-color: #33CCFF;
}
.menu ul ul a:hover{
	background-color: #999999;
	color:#fff;
}
.menu :hover > a {
	color:#FFFFFF;	/*padding-right: 20px;*/
	background-color: #33CCFF;
}

.menu ul a:hover{
	color:#FFFFFF;
}

 .menu ul ul :hover > a {
	background-color: #999999;
	color: #FFFFFF;
 }

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul ul {
	position:absolute;
	top:0px;
	left:150px;
	width:160px;
	z-index: 203;
	visibility:hidden;
}
/* another hack for IE5.5 */
* html .menu ul ul ul {
	top:0px;
	t\op:0px;
	left:150px;
	l\eft:150px;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible;}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul ul :hover ul ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul ul:hover ul :hover ul{ visibility:visible;}






