	/* -------------------------------------------------------------- 
  
   CSS RESET
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 1em;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1.3;
}
/* Tables still need 'cellspacing="0"' in the markup. */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
table, td, th {
	vertical-align: middle;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Remove annoying border on linked ../images. */
a img {
	border: none;
}
a {
	outline: none;
	color: #090;
	text-decoration: none;
}
a:hover{
	color: #0C3;
	text-decoration: underline;
}

body.landing a{
	color: #B1E079;
}

body.landing a:hover{
	color: #B1E079;
}




/* -------------------------------------------------------------- 
  
   MAIN
   * Sets page width and global typography
   
-------------------------------------------------------------- */


/* reset font size for all elements to standard (16 Pixel) */
html * {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 100.01%;
}
/* Page margins and background */

body {
	color: #434343;
	background-color: #BED6FD;
	font-size:0.8em;
	background-color: #000;
}

body.landing{
	color: #FFF;
}





.subpage #content{
	height:auto !important;
	height:450px;
	min-height:450px;
}

.leftnavcol{
	float: left;
	width: 148px;
	clear: none;
	display: block;
	overflow: hidden;
	margin-right: 10px;
	overflow: visible;
	position: relative;

	
}

body.landing .leftnavcol{
	min-height:504px;
	height:auto !important;
	height:504px;

}

body .leftnavcol h2{
	display: block;
	float: left;
	clear: both;
	padding-left: 20px;
	background-image: url(../images/nav/barcolors/green.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	width: 128px;
	font-variant: small-caps;
	margin: 0px;
	font-size: 1.3em;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFF;
}
.leftnavcol h2.navblue{
	background-image: url(../images/nav/barcolors/blue.gif);
}

.textcolumn, .calendarTextcolumn{
	width: 784px;
	display: block;
	float: left;
	clear: none;
	position: relative;
	height:680px;
	height:auto !important;
	min-height:680px;
	padding-left: 18px;

	margin-top: 60px;
	background-image: url(../images/layout/white-bg-content.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	

}

body.landing .textcolumn{

	background-image: none;
	width: 284px;
	padding-right: 500px;
	margin-top: 50px;
	/* BELOW MAY HAVE TO CHANGE */
	height:auto !important;
	min-height:0;

	/*
	height:576px;
	height:auto !important;
	min-height:576px;
	*/
		height:10px;
	height:auto !important;
	min-height:10px;
	
	_padding-right: 250px;
}

body.singlecolumn .textcolumn {
	padding-right: 30px;
	width: 754px;
}

.textcolumn .col1, .textcolumn .col2, .textcolumn .col,
.calendarTextcolumn .col1, .calendarTextcolumn .col2, .calendarTextcolumn .col{
	width: 490px;
	margin-right: 15px;
	float: left;
	clear: none;
	display: block;
}
.textcolumn .col2, .calendarTextcolumn .col2{
	width: 245px;
	margin-right: 0px;

}
.textcolumn .address{
	/*------in use do not remove--*/
	width: 300px;
	margin-right: 10px;
	float: left;
	clear: none;
	display: block;

	
}


.textcolumn ul, .calendarTextcolumn ul{
	/*width: 508px;*/
	margin-bottom: 15px;
	display: block;
  	margin-left: 0px;

}
.textcolumn li, .calendarTextcolumn li{
	/*width: 496px;*/
	/*margin-bottom: 8px;
	display: block;
	line-height: 1.4em;
background-image:url("../images/layout/bullet.gif");
background-position:20px 4px;
background-repeat:no-repeat;*/
display:block;
line-height:1.4em;
margin-bottom:8px;
padding-left:32px;

}

.textcolumn ul.arrow li{
	background-image: url(../images/layout/bullet.gif);
	background-repeat: no-repeat;
	background-position: 20px 4px;
	padding-left: 32px;
}

.textcolumn li a{

}

.belowImageText{
	width: 330px;
	/* background-color: orange; */
	float: right;
	clear: right;
	display: block;
	position: relative;
	top: -15px;
	margin-right: 20px;
	margin-left: 20px;
	
	padding-left: 30px;
}

p {
	margin-bottom: 1em;	/*color:#033;*/
}
p.first{

}
h1 {
	font-size: 2.7em;
	margin-bottom:10px;
	color: #FFF;
	font-weight: normal;
	letter-spacing: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1em;
	background-image: url(../images/layout/h1-whitecurve.png);
	_background-image: url(../images/layout/h1-whitecurve.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	position: absolute;
	left: 0px;
	padding-left: 18px;
	width: 793px;
	padding-bottom: 25px;
	height: 35px;
	overflow: hidden;
	top: -60px;
	

}

body.landing h1{
	background-image: none;
	top: -50px;
}

h2 {
	font-size: 1.6em;
	margin-bottom: 0.1em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0.5em;
	color: #02814f;
}

.favorites h2{
	color: #1488B6;
}
.footerpage h2{
	color: #f1b310;
}
.redpage h2{
	color: #ae0000;
}


h3{
	font-size: 1.3em;
}

ol {
	list-style:decimal;
}
ol li{
	list-style:decimal;
	color:#333;
}
ul {
	list-style-type: none;
}

em{
	font-style: italic;
}

/*.b{
	width: 100px;
	height: 100px;
	display: block;
	overflow: hidden;
	background-image: url(../images/common/blank.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -10000px;
	position: relative;
}*/

strong{

}

/*================================================================================= WRAPS */

#allwrap{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	overflow: hidden;
}

#headerwrap, #footerwrap, #contentwrap{
	display: block;
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	top: 0px;
	left: 0px;
	
	min-width: 960px;width:expression(document.body.clientWidth < 960? "960px": "100%" );
	
	
}


#headerwrap{
	background-image: url(../images/layout/header-bg.png);
	_background-image: url(../images/layout/header-bg-ie6.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	z-index: 20;
}

body.home #headerwrap{
	height: 158px;
	_overflow: hidden;
}

#contentwrap{
	background-image: url(../images/layout/content-bg.png);
	_background-image: url(../images/layout/content-bg.gif);
	background-repeat: repeat-y;
	background-position: center 0px;
	z-index: 21;
}

#contentfloat{
	float: left;
	clear: both;
	display: block;
	min-height:550px;
	height:auto !important;
	height:550px;
	
	display: block;
	background-color: #39a044;
	width: 960px;
	clear: both;
	padding-top: 20px;
	background-image: url(../images/layout/green-bg-grad.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;

	

}


body.home #contentfloat{
	padding-top: 0px;
	height:auto !important;
	height:0px;
	min-height:0px;
}

body.landing #contentfloat{
	background-color: #01804F;
	background-image: url(../images/pgImages/landing-test.png);
	background-repeat: no-repeat;
	background-position: 0px bottom;

	
}

body.favorites #contentfloat{
	background-image: url(../images/layout/blue-bg-grad.gif);
	background-color: #269ed0;
}
body.footerpage #contentfloat{
	background-image: url(../images/layout/yellow-bg-grad.gif);
	background-color: #f1b310;
}

body.redpage #contentfloat{
	background-image: url(../images/layout/red-bg-grad.gif);
	background-color: #D64A30;
}
#header,#content{
	width: 960px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
	float: none;
	
	

}



/*================================================================================= SCALING BACKGROUND IMAGE */


#background-img {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 50%; 
	z-index: 1;
	min-width: 1400px;width:expression(document.body.clientWidth < 1400? "1400px": "100%" );
	/*overflow: hidden;*/
	background-color: orange;
}
#background-img img{
	width: 100%;
	position: absolute;
	top: 0px;
	left: -50%; 
	z-index: 1;
	min-width: 1400px;width:expression(document.body.clientWidth < 1400? "1400px": "100%" );
	

}

/*================================================================================= HEADER */

#header{
	height: 172px;
	margin-bottom: 0px;
}

body.home #header{
	height: 158px;
}

#header .logo{
	position: absolute;
	background-repeat: no-repeat;
	left: 380px;
	top: 30px;
	display: block;
	 _clear: both; 
}

#header .logo a{
	display: block;
	width: 381px;
	height: 159px;
	position: relative;
	top: 0px;
	left: 0px;
}

#header .searchbox{
	position: absolute;
	width: 300px;

	top: 5px;
	left: 660px;
	 _clear: both; 
	
}

/*================================================================================= FOOTER */

#footer {
	width: 960px;
	display: block;
	float: left;
	clear: left;
	background-image: url(../images/layout/footernav-bg.png);
	_background-image: url(../images/layout/footernav-bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;

} 

body.landing #footer{
	background-image: url(../images/layout/footernav-bg-landing.png);
	_background-image: url(../images/layout/footernav-bg-landing.gif);
}

body.home #footer{
	background-image: url(../images/home/footernav-bg-home.gif);
}

#footer .copyright{
	width: 960px;
	float: left;
	clear: left;
	display: block;
	background-color: #000;
	background-image: url(../images/layout/copyright-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
	text-align: center;
	padding-bottom: 5px;
}

#footer .copyright p, #footer .copyright p strong, #footer .copyright p a{
	color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	margin: 0px;
}

#footer .copyright p strong{
	color: #FFF;
}
#footer .copyright a{
	color: #FFF;
}

/*================================================================================= NAV HOLDERS */

.leftcol{
	position: absolute;	
	left: 0px;
	top: -40px;
	display: block;
	width: 226px;
	z-index: 150;
	overflow: visible;
}

.leftnav{
	width: 226px;
	background-image: url(../images/layout/leftnav-bottom.png);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	
	padding-bottom: 25px;
	display: block;
	position: relative;
	float: left;
	clear: both;


}

.leftnav h3{
	position: absolute;
	width: 226px;
	height: 126px;
	top: -126px;
	left: 0px;
	background-image: url(../images/layout/leftnav-top.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
	text-indent: -1000px;
	display: block;
}

.rightcol{
	width: 226px;
	position: absolute;
	right: 5px;
	top: -45px;
	display: block;

	z-index: 151;
	overflow: visible;
}

.rightnav{
	width: 226px;
	
	background-image: url(../images/layout/rightnav-bottom.png);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	display: block;
	padding-bottom: 17px;
	position: relative;
	float: left;
	clear: both;

}

.subpage .rightnav{
	top: 90px;
	left: -5px;
}

.rightnav h3{
	position: absolute;
	width: 226px;
	height: 121px;
	top: -121px;
	left: 0px;
	background-image: url(../images/layout/rightnav-top.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
	text-indent: -1000px;
}
/*================================================================================= NAV 1 */

.nav1{
	display: block;
	width: 960px;
	height: 39px;
	float: left;
	clear: both;
	margin-top: 120px;
	position: relative;
	overflow: hidden;
	background-image: url(../images/layout/topcurve-green.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	padding-bottom: 13px;
}

.favorites .nav1{
	background-image: url(../images/layout/topcurve-blue.gif);
}
.footerpage .nav1{
	background-image: url(../images/layout/topcurve-yellow.gif);
}
.redpage .nav1{
	background-image: url(../images/layout/topcurve-red.gif);
}

.subpage .nav1{
	margin-top: 3px;
}

.nav1 li{
	position: absolute;
	top: 0px;
}

.nav1 li a{
	position: relative;
	text-align: center;
	display: block;
	float: left;
	clear: none;
	color: #D7D7D7;
	padding-left: 10px;
	padding-right: 17px;
	padding-top: 13px;
	width: 125px;
	height: 28px;
	background-image: url(../images/nav/nav1/any.png);
	_background-image: url(../images/nav/nav1/end.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
	font-size: 0.9em;
	text-shadow: #000 2px 2px 2px;

}

.nav1 li.last a{
	background-image: url(../images/nav/nav1/end.png);
	_background-image: url(../images/nav/nav1/end.gif);
}

.nav1 li.last{  }

.nav1 li a:hover{
	background-position: 0px -41px;
	color: #FFF;
	text-decoration: none;
}

.nav1 li.sel a, .nav1 li.sel a:hover{
	background-position: 0px -82px;
	color: #FFF;
}

.nav1 li.n1{ left: 2px; z-index: 207; }
.nav1 li.n2{ left: 137px; z-index: 206; }
.nav1 li.n3{ left: 272px; z-index: 205; }
.nav1 li.n4{ left: 407px; z-index: 204; }
.nav1 li.n5{ left: 542px; z-index: 203; }
.nav1 li.n6{ left: 677px; z-index: 202; }
.nav1 li.n7{ left: 812px; z-index: 201; }

.nav1 li.sel{ z-index: 210; }

/*================================================================================= NAV 2 */
.nav2{
	/* margin-top: 50px; */
	margin-bottom: 40px;
}


.nav2, 
.nav3{
	position: relative;
	/* width:192px; */
	width: 138px;
	padding-left: 10px;
	display: block;
	float: left;
	clear: both;
	background-image: url(../images/nav/barcolors/green.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	overflow: hidden;

	
	
}

body.footerpage .nav2{
	background-image: url(../images/nav/barcolors/yellow.gif);
}

.nav2 li, 
.nav3 li{
	display: block;
	width: 138px;
	float: left;
	clear: both;

}

.nav2 strong,
.nav3 strong{
	color: #FFF;
}

.nav2 li a, 
.nav3 li a{
	width: 127px;
	margin-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #FFF;
	display: block;
	font-weight: normal;
	letter-spacing: -0.5px;
	font-size: 1em;
	background-image: url(../images/layout/left-nav-divider.png);
	_background-image: url(../images/layout/left-nav-divider.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;	

}



.nav2 li a:hover,
.nav3 li a:hover{
	color: #FF6;
	text-decoration: none;
}

.nav2 li.sel,.nav3 li.sel{
	background-image: url(../images/nav/barcolors/green.gif);
	background-repeat: repeat;

	
}

body.footerpage .nav2 li.sel,.nav3 li.sel{
	background-image: url(../images/nav/barcolors/yellow.gif);
}
	

.nav2 li.sel a,
.nav3 li.sel a{
	background-image: none;

}

.nav2 li.sel li a, .nav3 li.sel li a{
	border: none;
}

.nav2 .subnav, .nav3 .subnav{
	display: block;
	padding-bottom: 5px;
	background-color: #8fdb6e;
	float: left;
	clear: none;
}
.nav3 .subnav{
	background-color: #5ed1ff;
}

.nav2 .subnav li, .nav3 .subnav li{
	background-color: #8fdb6e;
	/* width: 140px; */
}
.nav3 .subnav li{
	background-color: #5ed1ff;
}
.nav2 .subnav li a, .nav2 .subnav li.sel a:hover, .nav3 .subnav li a, .nav3 .subnav li.sel a:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	padding-bottom: 4px;
	padding-top: 4px;
	color: #01804F;
	margin-left: 20px;
	width: 115px;
	line-height: 1.1em;
	background-image: none;
	padding-right: 5px;
	
}
.nav3 .subnav li a, .nav3 .subnav li.sel a:hover{
	color: #03739D;
}
.nav2 .subnav li a:hover, .nav3 .subnav li a:hover{
	color: #FF6;
}
.nav2 .subnav li.sel, .nav3 .subnav li.sel{
	background-color:  #8fdb6e;
	background-image: url(../images/layout/green-subnav-arrow.gif);
	background-repeat: no-repeat;
	background-position: left 4px;

}

.nav3 .subnav li.sel{
	background-color: #5ed1ff;
	background-image: url(../images/layout/blue-subnav-arrow.gif);
}

.nav2 .subnav li.sel a, .nav3 .subnav li.sel a{
	font-weight: bold;
}



.nav2 li.hideBg a, .nav3 li.hideBg a{
	background-image: none;
}


/* LEFT NAV COLORS */
.nav3, .nav3 li.sel{ background-image: url(../images/nav/barcolors/blue.gif); }


.nav4{
	display: block;
	height: 15px;
	margin-left: 240px;
	margin-top: 25px;
	padding-top: 3px;
	padding-bottom: 8px;
	
	_margin-left: 0px;
	_padding-left: 230px;
	

}

.nav4 li{
	float: left;


}

.nav4 li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;	
	padding-left: 15px;
	padding-right: 15px;
}
.nav4 li a:hover{
	color: #000;
}

.nav4 li.sel a, .nav4 li.sel a:hover{
	font-weight: bold;
}

.nav4 li.last a{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.textcolumn .col2 h3{
	width: 230px;
		border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DFDFDF;
	margin-bottom: 5px;
	font-size: 1em;
	font-weight: bold;
}

.textcolumn ul.subsub, 
.textcolumn ul.favsubsub {
	display: block;
	float: left;
	clear: none;
	width: 754px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #94de6f;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #69c365;
	border-bottom-color: #69c365;


}

body.favorites .textcolumn ul.subsub{
	background-color: #5ED1FF;
	border-top-color: #20B1EB;
	border-bottom-color: #20B1EB;
}

.textcolumn ul.subsub li{
	padding:0px;
	margin: 0px;
	background:none;
	float: left;
	clear: none;
	
}

.textcolumn ul.subsub li a{
	color: #01814F;
	font-size: .9em;
	display: block;
	padding: 3px;
	padding-left: 18px;
	padding-right: 13px;
	overflow:hidden;
	float: left;
	clear: none;
	background-image: url(../images/layout/white-subnav-arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px 6px;	/* background-image: url(../images/layout/green-subnav-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;*/
}

body.favorites ul.subsub li a{
	color: #03739D;
}


.textcolumn ul.subsub li a:hover{
	color: #FFFF66;
	text-decoration: none;

}

.textcolumn ul.subsub li.sel a{
	background-color: #48b84b;
	color: #FFF;
		/* font-weight: bold; */
}

body.favorites .textcolumn ul.subsub li.sel a{
	background-color: #20B1EB;
	}

.searchnav{
	display: block;
	height: 15px;
	padding-bottom: 10px;
	float: right;
	clear: both;

}

.searchnav li{
	float: left;


}

.searchnav li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;	
	padding-left: 10px;
	padding-right: 10px;
}

.searchnav li.last a{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 0px;
}


/*================================================================================= BUTTONS */

/* create a general button class that can be modified by adding additional classes */
.button{
	display: block;
	width: 100%;
	float: left;
	clear: both;
	text-align: right;
}

.button a,a.googleDirectionsButton{
	padding: 5px;
	padding-left: 23px;
	background-image: url(../images/icons/add.png);
	background-repeat: no-repeat;
	background-position: 3px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #F4FBF4;
	color: #01804F;
	position: relative;
	top: -6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBDBBB;
	border-right-color: #BBDBBB;
	border-bottom-color: #80BB80;
	border-left-color: #BBDBBB;
	margin-right: 10px;
	

}
.button a:hover,a.googleDirectionsButton:hover{
	color: #39B54A;
	background-color: #ebfae5;
		border-top-color: #86d561;
	border-right-color: #86d561;
	border-bottom-color: #1db000;
	border-left-color: #86d561;
	text-decoration:none;
}

/* define button variations */

.downloadbutton a, a.googleDirectionsButton{
	background-image: url(../images/icons/arrow-download2.png);


}

p.rightSide{
	position: relative;
	height: 0px;
	width: 400px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	top: 15px;
}

/*================================================================================= HEADER */




/*================================================================================= INTERIOR PAGE */

.spotlight{
	width: 105px;
	height: 80px;
	bottom: 0px;
	padding-left: 105px;
	padding-right: 10px;
	border: 1px solid #5fb000;
	-moz-border-radius-topright:2ex;
	-moz-border-radius-bottomright:2ex;
	background-image: url(../images/layout/spotlight.jpg);
	background-repeat: repeat-x;
	
	background-color: #009245;
	position: relative;
	overflow: hidden;
}
.spotlight h3{
	/* color: #D8DE67; */
	margin-top: 3px;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 2px;
}
.spotlight p{
	font-size: .85em;
}

.spotlight a, .messagefrom a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #b1e079;
}

.spotlight img{
	position: absolute;
	top: 0px;
	left: 0px;
}
	
	
.messagefrom{
	width: 280px;
	height: 104px;
	background-image: url(../images/layout/messagefrom.png);
	_background-image: url(../images/layout/messagefrom.jpg);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	position: relative;
	top: 0px;
	left: 0px;
	padding-left: 175px;
	padding-right: 70px;
	padding-top: 30px;
	overflow: hidden;
}

.messagefromwrapper{
	position: relative;
	top: 0px;
	left: 0px;
	height: 109px;
	float: left;
	clear: both;
	

}

.messagefrom img{
	top: 7px;
	position: absolute;
	left: 15px;
}

.messagefrom h3{
	font-size: 1.2em;
	font-weight: bold;
	color: #D0E26B;
}

.messagefrom p{
	font-size: .9em;
}

.landingQuote{
	font-size: 1.2em;
	margin-bottom: 5px;
	font-weight: bold;
}

.landingAttribution{
	padding-left: 25px;
	font-size: .85em;
	margin-bottom: 15px;
}

/*================================================================================= TABLE MADE OUT OF DIVS  */

/*===============================================================*/
div.datainfo {
	margin-bottom: 0;
}
div.datainfo div {
	margin-bottom: 0;
}
div.datainfo{
	padding-top: 5px;
	padding-bottom: 5px;
}
div.datainfo div{
 	float:left;
 	width: 39%;
}
div.datainfo div.div1{
 	float:left;
 	width: 22%;
}
div.datainfo div.div2{
 	float:left;
 	width: 20%;
}
div.datainfo div.div3{
 	float:left;
 	width: 40%;
}
div.datainfo div.div4{
 	float:left;
 	width: 18%;
}

/*================================================================================= DATA TABLE */
   
  table.data, .textcolumn table{
 	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cee8ce;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E8F4E8;
	border-left-color: #E8F4E8;
 	background-color: #FFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	border-collapse:collapse;
  }

table.data strong, .textcolumn table strong{
	color: #02814F;
}

table.data td, .textcolumn table td{
	margin: 0px;
	padding: 5px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3F2E3;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #cee8ce;
}

table.data tr{	
	

}

table.data th, .textcolumn table th{
	/* background-image:url("../images/layout/green-formstripe.png"); */
	background-color: #F4FBF4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cee8ce;
    border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #cee8ce;
	font-weight:bold;
	text-align:left;
	padding: 5px;
	color: #02814F;
}

table.data .data_odd, .textcolumn table .data_odd{
	background-color: #CEE8CE;
}
table.data tr.odd, .textcolumn table tr.odd{
	background-color: #FAFEFA;
}

table.data .data_col, .textcolumn table .data_col{
	background-color: #FFF;
}

table.data p, .textcolumn table p{
	margin: 0px;
	padding: 0px;
}

/*================================================================================= COLOR SKINNED DATA TABLE */

/* YELLOW */

body.footerpage .textcolumn table{
	border-top-color: #ffdb7c;
	border-right-color: #ffeec2;
	border-left-color: #ffeec2;
 	background-color: #FFF;
  }

body.footerpage .textcolumn table strong{
	color: #D09A0D;
}

body.footerpage .textcolumn table td{
	border-bottom-color: #ffeab3;
	border-left-color: #ffdb7c;
}

body.footerpage .textcolumn table tr{	
}

body.footerpage .textcolumn table th{
	/* background-image:url("../images/layout/yellow-formstripe.png"); */
	background-color: #FFF7E3;
	border-bottom-color: #ffdb7c;
	border-left-color: #ffdb7c;
	color: #F1B310;
}

body.footerpage .textcolumn table .data_odd{
	background-color: #fefaf0;
}
body.footerpage .textcolumn table tr.odd{
	background-color: #fefaf0;
}

body.footerpage .textcolumn table .data_col{
	background-color: #FFF;
}


/*================================================================================= COLOR SKINNED DATA TABLE */

body.redpage .textcolumn table {
	border-top-color: #ffa1a1;
	border-right-color: #ffd3d3;
	border-left-color: #ffd3d3;
 	background-color: #FFF;
  }

body.redpage .textcolumn table strong{
	color: #e10000;
}

body.redpag .textcolumn table td{
	border-bottom-color: #ffcbcb;
	border-left-color: #ffa1a1;
}

body.redpage .textcolumn table tr{	
}

body.redpage .textcolumn table th{
	background-image:url("../images/layout/red-formstripe.png");
	border-bottom-color: #ffa1a1;
	border-left-color: #ffa1a1;
	color: #e10000;
}

body.redpage .textcolumn table .data_odd{
	background-color: #ffa1a1;
}
body.redpage .textcolumn table tr.odd{
	background-color: #fff9f9;
}

body.redpage .textcolumn table .data_col{
	background-color: #FFF;
}






body.favorites .textcolumn table {
	border-top-color: #dbf5ff;
	border-right-color: #d2f3ff;
	border-left-color: #d2f3ff;
	background-color: #FFF;
  }

body.favorites .textcolumn table strong{
	color: #015879;
}

body.favorites .textcolumn table td{
	border-bottom-color: #d2f3ff;
	border-left-color: #dbf5ff;
}

body.favorites .textcolumn table th{	
/* background-image:url("../images/layout/blue-formstripe.png"); */
	background-color: #EFFAFF;
	border-bottom-color: #dbf5ff;
	border-left-color: #dbf5ff;
	color: #015879;
}

body.favorites .textcolumn table .data_odd{
	background-color: #f9fdff;
}
body.favorites .textcolumn table tr.odd{
	background-color: #f9fdff;
}

body.favorites .textcolumn table .data_col{
	background-color: #FFF;
}




/*================================================================================= PLUGINS */

.cycle{
	display: block;
	float: left;
	clear: both;
}
.cycle li{
	display: block;
	width: 250px;
	background-color: #E9F3F5;
}

.sponsors{
	margin-left: 30px;
	margin-top: 15px;
}
.textcolumn ul.sponsors-interior{
	display: block;
	padding-left: 0px;
	margin-left: 0px;
	clear: both;
	float: left;
	width: 100%;
	
}
.textcolumn ul.sponsors-interior li{
	list-style-type: none;
	list-style-image: url(../images/common/blank.gif);
	background-image: none;
	padding-left:0px;
	margin-right: 0px;
	display: block;
	clear: both;
	float: left;
}
.textcolumn ul.sponsors-interior a{
	padding-right: 15px;
	display: block;
	float: left;
}

.js .cycle li, .js .details{
	display: none;
}

cufon{
	
}

/* FEEDBACK BOXES */

.alert, .success, .loading{
	padding: 0px;
	margin-bottom: 15px;
	font-weight: normal;
	margin-top: 15px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.myalert{
	background-color: #D01414;
	background-image: url(../images/common/alert.gif);
	border: 2px solid #FF0000;
	padding: 7px;
	padding-left: 25px;
	margin-bottom: 15px;
	font-weight: normal;
	margin-top: 15px;
	width: 100%;
	color: #FFFFFF;
}

.myalert{
	width: 492px;
}

.myalert strong{ color: #FFCC00; }
.myalert p{ color: #FFFFFF; }


.alert p, .success p{
	line-height: 1.6em;
	color: #FFFFFF;
	display: block;
	padding: 0px;
	margin-top: 7px;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-left: 25px;
}

	

.alert {
	background-color: #D01414;
	background-image: url(../images/common/alert.gif);
	border: 2px solid #FF0000;
}



.loading {
	background-color: #FFFFFF;
	background-image: url(../images/common/loadingbg.gif);
	border: 2px solid #CCCCCC;
}


.loading img{
}


.loading p{
	margin-top: -15px;
	margin-left: 25px;
	display: block;
	margin-right: 7px;
	margin-bottom: 7px;
	}



.alert a{
	background-color: #990000;
	padding: 2px;
	border: 1px solid #660000;
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
}


.alert a:hover{
	background-color: #CC0000;
	color: #FFFFFF;
	border: 1px solid #660000;
	text-decoration: none;
}



.alert strong{
	color: #FFCC00;
}


.success  {
	background-image: url(../images/common/success.gif);
	border: 2px solid #00CC00;
	background-color: #00CC00;
}



.success a{
	background-color: #007900;
	padding: 2px;
	border: 1px solid #003300;
	color: #33CC00;
	text-decoration: none;
	display: inline;
}

.success a:hover{
	background-color: #336600;
	color: #339900;
	border: 1px solid #003300;
	text-decoration: none;
}








.textcolumn ul ul{ margin-top: 15px;margin-bottom: 0px; }

.li_container .threecolumn li, .li_container .twocolumn li{

}
.li_container .threecolumn{
	width: 100%;
}




.contentfooter{
	display: block;
	float: left;
	clear: both;
	width: 960px;
}





.copyright
{
	display: block;
	clear: both;
	font-size:9px;
	text-align:center;
	padding-top: 5px;
}
#bannernav{
	position: absolute;
	width: 62px;
	height: 20px;
	top: 310px;
	left: 880px;
	display:block;
	z-index: 2000;
}

#bannernav .prev,
#bannernav .next,
#bannernav .pause,
#bannernav .resume {
	position:relative;
	width: 18px;
	height: 18px;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
	/* background-color: black; */
	background-position: 0px 0px;
	z-index: 2000;
	float:left;
	display:block;
	
	opacity: .70; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=70); /* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	-khtml-opacity: .70; /* Safari 1.x */
	-moz-opacity: .70; /* FF lt 1.5, Netscape */
}
#bannernav .prev {	background-image: url(../images/layout/prev-nav.png);  }
#bannernav .next{  background-image: url(../images/layout/next-nav.png);  }
#bannernav .pause{  background-image: url(../images/layout/pause-nav.png);  }
#bannernav .resume{  background-image: url(../images/layout/play.png);  }

#bannernav .prev:hover, #bannernav .next:hover, #bannernav .pause:hover, #bannernav .resume:hover{
	background-color: #ffcc33;
	cursor: pointer;
	
		opacity: 1; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=100); /* IE lt 8 */
	-ms-filter: "alpha(opacity=100)"; /* IE 8 */
	-khtml-opacity: 1; /* Safari 1.x */
	-moz-opacity: 1; /* FF lt 1.5, Netscape */
}
#bannernav .prev:active, #bannernav .next:active, #bannernav .pause:active, #bannernav .resume:active{
	background-color: #cccc33;
}


.frame1holder, .frame2holder, .newsCol .singleCol div.frame1holder{
	position: relative;
	float:right;
	/* width: 270px; */
	display:block;
	margin-left: 15px;
	background-image: url(../images/layout/photoholder.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFF;
	top: -10px;
	clear: none;
 }
 
 .frame2holder{
	 background-image: url(../images/layout/photoholder-thin.jpg);
 }
 
 .frame1holder.subsub-image {
	clear: right;
}
.frame1, .newsCol .singleCol div.frame1{
	margin: 0px;
	padding: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 25px;
	padding-top: 0px;
	position: relative;
	display: block;
	background-image: url(../images/layout/photoholder.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 0px;
	margin-top: 20px;
	/* background-color: #FFF; */
}

.topLeftCorner, .newsCol .singleCol div.topLeftCorner{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 19px;
	width: 20px;
	background-image: url(../images/layout/topleftcorner.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.bottomRightCorner, .newsCol .singleCol div.bottomRightCorner{
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 25px;
	width: 19px;
	background-image: url(../images/layout/bottomrightcorner.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	min-height: 25px;
}

.frame2holder .frame1, .newsCol .singleCol div.frame1{
	background-image: url(../images/layout/photoholder-thin.jpg);
}

.frame1.form-image {
	margin-right: 0px;
	float: right;
}
.frame2{
	width:250px;
}
img.frame2 {
	width: auto;
}
.frame3holder{
	position: relative;
	float:left;
	display:block;
 	margin-right: 10px;

 }
.frame3{
	width:110px;
	height:100px;
}
#headersearchbox{
	position: relative;
	float: right;
	_width: 201px;
	_display: block;
	_clear: both;
	_background-color: orange;

}

#headersearch{
	width: 134px;
	height: 19px;
	background-image: url(../images/layout/searchbox.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	float: left;
	margin-right: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 5px;
	color: #828689;
	_clear: none;
}

#searchbutton{
	width: 52px;
	height: 19px;
	background-image: url(../images/layout/searchbutton.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	overflow: hidden;
	text-indent: -1000px;
	float: left;
	_clear: none;
	_font-size: 1px;
	line-height: 0px;
	_background-color: #FFF;
}
#searchbutton:hover{
	background-position: 0px -19px;
}

#headersearchbox label{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	float: left;
	position: relative;
	top: 2px;
	margin-right: 5px;
	
	display: none;
}

#calendar {
	width: 365px;
	margin: 0 auto;
	
}

#calendar p, #calendar span, #calendar td, #calendar th, #calendar div{
	font-family: Verdana, Geneva, sans-serif;
	z-index:100;
	
}

#calendar td{
	cursor:pointer;
}

#calendar th{
	background-color: #d5f0fb;
	color: #1488B6;
}

#calendar .fc-other-month{
	background-color: #f8fdff;
	color: #33adc2;
}

#calendar .fc-state-default,#calendar  .fc-content{
	border-top-color: #73c7d5;
	border-right-color: #73c7d5;
	border-bottom-color: #73c7d5;
	border-left-color: #73c7d5;
}

.homeaway{
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	color: #20B1EB;
	font-size: 0.9em;
	position: relative;
	top: -1px;
}

body.favorites .textcolumn a, body.favorites .calendarTextcolumn a{
	color: #20B1EB;
}
body.footerpage .textcolumn a{
	color: #D09A0D;
}

body.redpage .textcolumn a{
	color: #D64A30;
}

.textcolumn .singleCol{
	margin-right: 30px;
}

.textcolumn .calendarcol1, .calendarTextcolumn .calendarcol1{
	width: 365px;
	margin-right: 20px;
}

.textcolumn .calendarcol2, .calendarTextcolumn .calendarcol2{
	width: 399px;
	margin-right: 0px;
	margin-top:10px;
}
#calendarcategories, #photogallerycategories{
	margin-top: 10px;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	margin-right: 30px;
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
}
#photogallerycategories{
	margin-right: 0px;
	float: left;
	clear: both;
	width: 100%;
}
#photogallerycategories p{
	margin: 0px;

}

#calendarcategories form{
	/*margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 130px;*/
	position: relative;

}
#calendarcategories p{
	position: absolute;
	width: 130px;
	margin-left: -130px;
	top: 0px;
}
	
#calendarcategories label{
	padding:3px;
	margin-right: 15px;
	padding-left: 25px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	/* text-transform: uppercase; */
	font-size: .9em;
	font-weight: bold;
	position: relative;
	border: 1px solid #999;
	text-shadow: #000 1px 1px 1px;
}

#calendarcategories .checkbox{
	position: absolute;
	top: 1px;
	left: 0px;
	width: 10px;
	height: 10px;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#calendar .fc-event{
	width: 20px;
	height: 5px;
	overflow: hidden;
	text-indent: -1000px;
}


#calendarDaysList{
	width: 330px;
}
#calendarDaysList li{
	display: block;
	width: 100%;
	border: 1px solid #E4E4E4;
	margin: 0px;
	position: relative;
	margin-bottom: 2px;
	font-size: .9em;
}
#calendarDaysList li > div{
	/* margin-left: 10px; */
	display: block;
	background-color: #FFF;
	padding: 3px;
	padding-top: 3px;
	padding-left: 10px;
	

}

#calendarDaysList .title{
	position: relative;
	left: -10px;
	top: -3px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin: 0px;
	color: #1488B6;
	clear: both;
	padding-right: 55px;
	margin-bottom: 4px;
	background-color: #F8FDFF;
	width: 265px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5F0FB;	/*  */
}
#calendarDaysList .title .starttime, #calendarDaysList .title .endtime{
	float: right;
	font-weight: normal;
	font-size: 0.8em;
	font-family: Verdana, Geneva, sans-serif;	
	position: absolute;
	width: 120px;
	top: 5px;
	right: 15px;
	text-align: right;
}
#calendarDaysList .title .starttime{
	right: 75px;
	
}

#calendarDaysList p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;

	clear: left;
	margin-bottom: 5px;
	margin-left: 70px;
	position: relative;
	
}

#calendarDaysList .expandedEvent{
	padding: 0px;
	margin: 0px;
}

#calendarDaysList strong{
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
#calendarDaysList p strong{
	position: absolute;
	top: 0px;
	left: -70px;
	width: 60px;
	/* text-align: right; */
}

#calendarDaysList a{ font-family: Arial, Helvetica, sans-serif;color: #20B1EB; }

#calendarDaysList .getmap, #calendarDaysList .moreinfo{
	background-image: url(../images/icons/map.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;	
	padding-top: 1px;
	padding-bottom: 3px;
}
#calendarDaysList .moreinfo{
	background-image: url(../images/icons/page_white_put.png);
}


#calendar .allSchool a,#calendar .allSchool, #calendarcategories label.allSchool{
	background-color: #be0f34;
	border-color: #900;
}
#calendarcategories label.allSchool{ text-shadow: #900 1px 1px 1px; }

#calendarDaysList li{
	background-color: #D5F0FB;
}

#calendarDaysList li.allSchool{
	background-color: #be0f34;
}

#calendar .afterSchool a,#calendar .afterSchool, #calendarcategories label.afterSchool{
	background-color: #0085cf;
	border-color: #036;
}
#calendarDaysList li.afterSchool{
	background-color: #0085cf;
}
#calendarcategories label.afterSchool{
	text-shadow: #036 1px 1px 1px;
}

#calendar .specialEvents a,#calendar .specialEvents, #calendarcategories label.specialEvents{
	background-color: #3d9b35;
	border-color: #360;
}
#calendarDaysList li.specialEvents{
	background-color: #3d9b35;
}
#calendarcategories label.specialEvents{
	text-shadow: #360 1px 1px 1px;
}

#calendar .lunchMenu a,#calendar .lunchMenu, #calendarcategories label.lunchMenu{
	border-color: #C60;
	background-color: #ecac00
}
#calendarDaysList li.lunchMenu{
	background-color: #ecac00;
}
#calendarcategories label.lunchMenu{
	text-shadow: #C60 1px 1px 1px;
}


#calendarDownloads{
	width: 365px;
	float: left;
	clear: both;
	margin-top: 25px;
}
#calendarDownloads a{
	background-image: url(../images/icons/calendar.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 3px;
}
#calendarDownloads ul{
		border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #E4E4E4;
}
#calendarDownloads li{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E4E4E4;
	background-image: none;

	/*
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E4E4E4;
	*/
	margin: 0px;
	padding: 0px;
	width: 365px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#calendarDownloads h2{
	font-size: 1em;
	margin-bottom: 3px;
}

#calendarDaysListTitles{
	width: 100%;
	position: relative;
}
#calendarDaysListTitles li{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #CCC;
	text-transform: uppercase;
}
#calendarDaysListTitles li.n1{
	position: absolute;
	top: 0px;
	left: 10px;
}

#calendarDaysListTitles li.n2{
	position: absolute;
	top: 0px;
	left: 235px;
}

#calendarDaysListTitles li.n3{
	position: absolute;
	top: 0px;
	left: 285px;
}


.regularform{
	width: 490px;

}
.regularform p{
	margin-bottom: 0px;
}
.regularform ul{
	width: 489px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cee8ce;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E8F4E8;
	border-left-color: #E8F4E8;
}
.regularform ul, .regularform ul ul{
	margin: 0px;
	padding: 0px;
}

.regularform li{
	display: block;
	float: left;
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cee8ce;
	position: relative;
}



.regularform label{
	position: absolute;
	padding-left: 10px;
	width: 137px; /* 30% of width - padding */
	display: block;
	left: 0px;
	top: 7px;
	color: #01804F;
}
.regularform .intro{
	padding: 0px;
	margin: 0px;
}
.regularform input, .regularform .box, .regularform select, .regularform textarea{
	width: 333px; /* 70% of width (- margin-right ) */
	margin-left: 147px; /* 30% of width */
	margin-right: 10px;
	position: relative;
	
}
.regularform select{
	width: auto;
}

.regularform .textbox{
	background-color: #FFF;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cee8ce;
	border-right-color: #cee8ce;
	border-bottom-color: #bbdbbb;
	border-left-color: #cee8ce;
	text-indent: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-right-style: solid;
	border-left-style: solid;
	/* adjust width for border ( width - (border-right + border-left)) */
	width: 331px;
}
.regularform textarea.textbox{
	/* width: 200px; */
}

body select{
		font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.regularform .box select.textbox, .regularform select.textbox{
	text-indent: 0px;
	width: auto;

}

.regularform li.alt{
	background-image: url(../images/layout/green-formstripe.png);
	background-repeat: repeat;

}

.regularform .box input, .regularform .box .box, .regularform .box select {
	width: 233px; /* 70% of width (- margin-right ) */
	margin-left: 100px; /* 30% of width */
	margin-right: 10px;
	position: relative;
	
}
.regularform .box ul{
		border-style: none;
}

.regularform .box p, .regularform .box strong, .regularform .box em{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	line-height: 1.2em;
	padding-top: 3px;
	padding-bottom: 3px;
}
.regularform .box .textbox{
	/* adjust width for border ( width - (border-right + border-left)) */
	width: 231px; 
}

.regularform .box li{
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
	
		padding-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;top: 2px;
}

.regularform .box li.first{
	padding-top: 0px;
}
.regularform .box li label{
	top: 10px;
	padding-left: 0px;
}
.regularform .box li.first label{
	top: 2px;
}


.regularform .submitholder{
	display: block;
	float: left;
	clear: both;
	width: 490px;
	background-image: url(../images/layout/formshadow.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: 20px;
}
.regularform .sendnowsubmit{
	float: right;
	padding: 0px;
	margin: 0px;
	width: 94px;
	height: 36px;
	background-image: url(../images/layout/green-submit.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -1000px;
	line-height:0;
}

.regularform .box ul.checkboxes{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

.regularform .box ul.checkboxes li{
	position: relative;
	padding: 0px;
	margin: 0px;
	top: 0px;
}
.regularform .box ul.checkboxes input{
	width: auto;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 3px;
	left: 0px;
}

.regularform .box ul.checkboxes .jquery-checkbox{
	width: auto;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.regularform .box ul.checkboxes label{
	margin: 0px;
	margin-left: 25px;
	position: relative;
	padding: 0px;
	top: 0px;
	float: left;
	clear: both;
	margin-bottom: 5px;
	width: 308px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}

.regularform li.addmore{
	text-align: right;
	position: relative;
	top: -1px;
	background-color: #FFF;
}

.regularform li.addmore a{
	padding: 5px;
	padding-left: 23px;
	background-image: url(../images/icons/add.png);
	background-repeat: no-repeat;
	background-position: 3px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #F4FBF4;
	color: #01804F;
	position: relative;
	top: -6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBDBBB;
	border-right-color: #BBDBBB;
	border-bottom-color: #80BB80;
	border-left-color: #BBDBBB;
	margin-right: 10px;
}

.regularform li.addmore a:hover{
		color: #39B54A;
	background-color: #ebfae5;
		border-top-color: #86d561;
	border-right-color: #86d561;
	border-bottom-color: #1db000;
	border-left-color: #86d561;
	text-decoration:none;
}

.regularform li.addteacher{
	padding: 0px;
	height: 0px;
}
.regularform li.addteacher a{
	top: -30px;
}

.regularform .twolines{
	 min-height:40px;  
     height:auto !important;  
     height:40px; 
}

.regularform .hradio{
	float: left;
	width: 300px;
	clear: none;
	position: relative;
	top: -9px;
	margin-bottom: -9px;
	border: none;
}

.regularform .hradio li{
	width: auto;
	float: left;
	clear: none;
	position: relative;
	padding-left: 20px;
	background-color:#fff;
	margin-right: 20px;
}

.regularform .hradio input{
	width: 15px;
	position: absolute;
	top: 10px;
	left: 0px;
	/* background-color: red; */
	margin: 0px;
	padding: 0px;
}

.regularform.nobullets ul li {
	background-image: none;
}
/* ------------- news -------------- */
div.newsnav{
	display:block;
	clear:both;
  	position:absolute;
	bottom:0;
	width:750px;
	/*top:20px;*/
  	}

/* ------------- GALLERY -------------- */



/* GALLERY */
.nextpage{
	display: block;
 	text-align: right;
	float: right;
 	margin-right: 10px;
}

ul#pagination{
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	width: auto;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
ul#pagination li{
	float: left;
	clear: none;
	margin: 0px;
	margin-right: 10px;
	width: 14px;
	background-color: #FFF;
	padding: 2px;
	display:block;
	list-style-image: none;
	list-style-type: none;
	background-image: none;
	text-align: center;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}
ul#pagination li.sel{
	border: 1px solid #FC0;
}
.thumbframe{
	position: relative;

	display: block;
	float: left;

}

.thumbframe span{
	width: 140px;

	display: block;
	clear: none;
	position: absolute;
	font-size: 85%;
	top: 113px;
	text-align: center;
}
.hascaption{
	margin-bottom: 20px;
}


.thumbs,.photoframe {
background-color:#F4F4F4;
border-color:#E2E2E2 #666666 #333333 #CCCCCC;
border-style:solid;
border-width:1px;
float:left;
margin-bottom:15px;
margin-right:22px;
padding:10px;
}

.gallery{

}
#loading
{
	width: 100%;
	position: absolute;
}
#sb-content
{
overflow-x: hidden; 
overflow-y: auto;
}

.galleryNavBar {
	width:610px;
	/*border:1px solid;*/
	padding-bottom:10px;
	padding-left:20px;
}

.galleryNav{
/*border:1px solid  #099;*/
float:right	;
}



.pgNumber {
padding:3px;
margin-left:1px;
text-decoration:underline;
}

.pgNumberSel a{
text-decoration:none;
}

.divThumbs{

 position: relative;
 display: block;
 float: left;
 clear: both;

}

.sbox{
	float: left;
	padding: 0px;
	margin: 0px;
}

#galleryForm{
	width: 50%;
	float: right;
	text-align: right;


}

#galleryForm select.textbox{
	margin: 0px;
	padding: 0px;
	float: right;
	clear: none;
	
	
	
}


#peoplepagesnav{
	float: left;
	clear: both;
	width: 100%;
	display: block;

	background-image: url(../images/layout/peopletab-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	
	position: relative;
}

#peoplepagesnav a.showallprofiles, #peoplepagesnav a.showsearchresults{
	float: left;
	clear: none;
	height: 28px;
	background-color: #F5F5F5;
	display: block;
	margin-left: 15px;
	text-align: center;
	font-weight:bold;
	padding-left: 34px;
	padding-right: 10px;
	padding-top: 10px;
	background-image: url(../images/layout/peopletab-grey-bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DFDFDF;
	border-right-color: #A3A3A3;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	color: #8C8C8C;
	margin-top: 1px;
	position: relative;
}
#peoplepagesnav a.showallprofiles .icon, #peoplepagesnav a.showsearchresults .icon{
	width: 16px;
	height: 16px;
	background-image: url(../images/icons/user_silhouette-faded.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
	top: 10px;
	left: 10px;
}
#peoplepagesnav a:hover{
	background-image: url(../images/layout/peopletab-grey-bg-hover.jpg);
	color: #666;
	text-decoration: none;
	padding-bottom: 1px;
	margin-top: 0px;
	background-color: #e3e3e3;
}

#peoplepagesnav a.sel, #peoplepagesnav a.sel:hover{
	border-bottom-color: #FFF;
	background-color: #FFF;
	background-image: none;
	color: #39B54A;
	padding-bottom: 1px;
	margin-top: 0px;
}

body.favorites #peoplepagesnav a.sel, body.favorites #peoplepagesnav a.sel:hover{
	color: #03739D;
}

#peoplepagesnav a.sel .icon, #peoplepagesnav a.sel:hover .icon{
	background-image: url(../images/icons/user_black_female.png);
}

#peoplepagesnav.student a.sel .icon, #peoplepagesnav.student a.sel:hover .icon{
	background-image: url(../images/icons/user.png);
}

#peoplepagesnav .peoplesearch{
	width: 45%;
	float: right;
	clear: none;
	text-align: right;
	display: block;
	margin-top: 5px;
	margin-right: 10px;
}
#peoplepagesnav .peoplesearch input{
	margin-left: 5px;
}
#peoplepagesnav .peoplesearchsubmit{
	padding-left: 0px;
	padding-right: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999;
}

.peoplelist{
	padding: 10px;
	border-top-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E1E1E1;
	border-right-color: #E1E1E1;
	border-bottom-color: #E1E1E1;
	border-left-color: #E1E1E1;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	width: 730px;
}

.peoplelist {
	float: left;
	clear: left;
	
}

.peoplelist li{
	padding: 0px;
	width: 615px;
	float: left;
	clear: left;
	display: block;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #39B54A;
	padding-left: 115px;
	position: relative;
	
     min-height:125px;  
     height:auto !important;  
     height:125px; 
	 margin-bottom: 20px;
}

.peoplelist .thumbs{
position: absolute;
left: 0px;
top: 0px;
background-color:#F4F4F4;
border-color:#E2E2E2 #666666 #333333 #CCCCCC;
border-style:solid;
border-width:1px;
margin-bottom:0px;

padding:10px;
}

.peoplelist li ul.col1, .peoplelist li ul.col2{
	float: left;
	clear: none;
	width: 300px;
	margin-right: 15px;

	display: block;

	
}

.peoplelist li ul.col2{
	margin-right: 0px;
}

.peoplelist li ul{
	margin: 0px;
	padding: 0px;
	width: 300px;
	float: left;

}
.peoplelist li ul li{
	padding: 0px;
	margin-right: 0px;
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;

	width: 300px;
	height: auto;
	min-height: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.peoplelist li ul li p,.peoplelist li li strong, .peoplelist li li a{
	font-family: Arial, Helvetica, sans-serif;
	
}

.peoplelist .peopletitle{
	margin-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	padding-bottom: 7px;
}
.peoplelist .peopletitle strong, .peoplelist .peopletitle em{
	color: #39B54A;
}
.peoplelist .peopletitle span {
	font-size: 0.8em;	
}

body.favorites .peoplelist .peopletitle strong, body.favorites .peoplelist .peopletitle em{
	color:#03739D;
}


.peoplelist .designation{
	position: absolute;
	right: 0px;
	top: 0px;
	font-family:Verdana, Geneva, sans-serif;
	width: 100px;
	text-align: right;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 0.8em;
	color: #999;
}

.osirismap{
	width: 460px;
	display: block;
	float: left;
	clear: both;
	height: 615px;
	margin-right: 15px;
	background-image: url(../images/layout/map.jpg); 
	background-repeat: no-repeat;
	background-position: 0px 0px;
	/* background-color: orange; */
	float: left;
	clear: none;
	position: relative;
	overflow:hidden;
}
.osirismap ul{
	width: 460px;
	height: 615px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.osirismap li{
	position: absolute;
	/* width: 42px; */
	width: 23px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	left: 0px;
	top: 0px;
	
	display: none;
}
.osirismap li.sel{
	display: block;
}
	
.osirismap li a{
	display: block;
	width: 23px;
	height: 28px;
	background-image: url(../images/icons/mapspot.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	color: #F90;
	/* padding-right: 19px; */
	text-align: center;
	
	overflow: hidden;
	text-indent: -1000px;
}

.osirismap li a:hover{
	background-position: 0px -28px;
	text-decoration: none;
	color: #ff6a04;
}

.osirismap li.sel a, .osirismap li.sel a:hover{
	background-position: 0px -56px;
	color: #FFF;
}

/* CUSTOM MAP ICONS */
.osirismap #mapLocationKrongard{ display: block; }
.osirismap #mapLocationKrongard, .osirismap #mapLocationKrongard a{ width: 85px; height: 21px; }
.osirismap #mapLocationKrongard a{ background-image: url(../images/mapIcons/krongardfield.gif); } 
.osirismap #mapLocationKrongard a:hover{ background-position: 0px -21px; }
.osirismap #mapLocationKrongard.sel a, .osirismap #mapLocationKrongard.sel a:hover{ background-position: 0px -42px; }

.osirismap #mapLocationMiddleSchool{ display: block; }
.osirismap #mapLocationMiddleSchool, .osirismap #mapLocationMiddleSchool a{ width: 72px; height: 39px; }
.osirismap #mapLocationMiddleSchool a{ background-image: url(../images/mapIcons/middleschool.gif); } 
.osirismap #mapLocationMiddleSchool a:hover{ background-position: 0px -39px; }
.osirismap #mapLocationMiddleSchool.sel a, .osirismap #mapLocationMiddleSchool.sel a:hover{ background-position: 0px -78px; }

.osirismap #mapLocation2OakPlace{ display: block; }
.osirismap #mapLocation2OakPlace, .osirismap #mapLocation2OakPlace a{ width: 80px; height: 49px; }
.osirismap #mapLocation2OakPlace a{ background-image: url(../images/mapIcons/2oakplace.gif); } 
.osirismap #mapLocation2OakPlace a:hover{ background-position: 0px -49px; }
.osirismap #mapLocation2OakPlace.sel a, .osirismap #mapLocation2OakPlace.sel a:hover{ background-position: 0px -98px; }

.osirismap #mapLocationCastaliaHouse{ display: block; }
.osirismap #mapLocationCastaliaHouse, .osirismap #mapLocationCastaliaHouse a{ width: 85px; height: 21px; }
.osirismap #mapLocationCastaliaHouse a{ background-image: url(../images/mapIcons/castiliahouse.gif); } 
.osirismap #mapLocationCastaliaHouse a:hover{ background-position: 0px -21px; }
.osirismap #mapLocationCastaliaHouse.sel a, .osirismap #mapLocationCastaliaHouse.sel a:hover{ background-position: 0px -42px; }

.osirismap #mapLocationMollysGarden{ display: block; }
.osirismap #mapLocationMollysGarden, .osirismap #mapLocationMollysGarden a{ width: 53px; height: 36px; }
.osirismap #mapLocationMollysGarden a{ background-image: url(../images/mapIcons/mollysgarden.gif); } 
.osirismap #mapLocationMollysGarden a:hover{ background-position: 0px -36px; }
.osirismap #mapLocationMollysGarden.sel a, .osirismap #mapLocationMollysGarden.sel a:hover{ background-position: 0px -72px; }

.osirismap #mapLocationBrownField{ display: block; }
.osirismap #mapLocationBrownField, .osirismap #mapLocationBrownField a{ width: 76px; height: 21px; }
.osirismap #mapLocationBrownField a{ background-image: url(../images/mapIcons/brownfield.gif); } 
.osirismap #mapLocationBrownField a:hover{ background-position: 0px -21px; }
.osirismap #mapLocationBrownField.sel a, .osirismap #mapLocationBrownField.sel a:hover{ background-position: 0px -42px; }

.osirismap #mapLocationLowerSchool{ display: block; }
.osirismap #mapLocationLowerSchool, .osirismap #mapLocationLowerSchool a{ width: 72px; height: 39px; }
.osirismap #mapLocationLowerSchool a{ background-image: url(../images/mapIcons/lowerschool.gif); } 
.osirismap #mapLocationLowerSchool a:hover{ background-position: 0px -39px; }
.osirismap #mapLocationLowerSchool.sel a, .osirismap #mapLocationLowerSchool.sel a:hover{ background-position: 0px -78px; }

.osirismap #mapLocationPlayground{ display: block; }
.osirismap #mapLocationPlayground, .osirismap #mapLocationPlayground a{ width: 76px; height: 21px; }
.osirismap #mapLocationPlayground a{ background-image: url(../images/mapIcons/playground.gif); } 
.osirismap #mapLocationPlayground a:hover{ background-position: 0px -21px; }
.osirismap #mapLocationPlayground.sel a, .osirismap #mapLocationPlayground.sel a:hover{ background-position: 0px -42px; }

.osirismap #mapLocationPlayingField{ display: block; }
.osirismap #mapLocationPlayingField, .osirismap #mapLocationPlayingField a{ width: 53px; height: 36px; }
.osirismap #mapLocationPlayingField a{ background-image: url(../images/mapIcons/playingfield.gif); } 
.osirismap #mapLocationPlayingField a:hover{ background-position: 0px -36px; }
.osirismap #mapLocationPlayingField.sel a, .osirismap #mapLocationPlayingField.sel a:hover{ background-position: 0px -72px; }

.osirismap #mapLocationLeutkemeyerHouse{ display: block; }
.osirismap #mapLocationLeutkemeyerHouse, .osirismap #mapLocationLeutkemeyerHouse a{ width: 113px; height: 21px; }
.osirismap #mapLocationLeutkemeyerHouse a{ background-image: url(../images/mapIcons/leutkemeyerhouse.gif); } 
.osirismap #mapLocationLeutkemeyerHouse a:hover{ background-position: 0px -21px; }
.osirismap #mapLocationLeutkemeyerHouse.sel a, .osirismap #mapLocationLeutkemeyerHouse.sel a:hover{ background-position: 0px -42px; }

.osirismap .photomarker{
	/*
	width: 42px;
	height: 30px;
	display: block;
	background-image: url(../images/icons/mapspot-photo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;	

	*/	
	position: absolute;
	left: -50px;
	top: -50px;
	display: block;
	width: 23px;
	height: 28px;
	background-image: url(../images/icons/mapspot.png);
	background-repeat: no-repeat;
	background-position: 0px -56px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	color: #F90;
	/* padding-right: 19px; */
	text-align: center;
	
	overflow: hidden;
	text-indent: -1000px;
}


.detailsloader{
	width:270px;position: absolute;left:0px;top:200px;text-align:center;
}
.detailsloader p{
	font-family:Verdana, Geneva, sans-serif;color: #999;font-size: 10px;margin:0px;position:relative;
}
.detailsloader img{
	padding-right: 5px;position: relative; top: 8px;width: 24px;height: 24px;
}

.listloader{
	width:268px;height:577px;background-color: #FFF;border-color:#cbefcf; border-width: 1px; border-style: solid;
	position: absolute;left:0px;top:26px;z-index: 1000;text-align:center;padding-top:10px;
}
.listloader p{
	font-family:Verdana, Geneva, sans-serif;color: #999;font-size: 10px;margin:0px;position:relative;
}
.listloader img{
	padding-right: 5px;position: relative; top: 8px;width: 24px; height: 24px;
}

.maploader{
	width: 105px; padding: 10px; background-color:#FFF; position: absolute; left: 167px; top: 254px; 
	display:block; text-align: left; padding-bottom: 8px; padding-left:40px; border: solid #FC0 3px;
}
.maploader p{
	font-family:Verdana, Geneva, sans-serif;color: #999;font-size: 10px;margin:0px;position:relative;top:-1px;
}
.maploader img{
	position: absolute;left:10px;top:5px;width: 24px; height: 24px;
}






.expandmaplist{
	position: absolute;
	right: 1px;
	top: 6px;
	width: 15px;
	height: 15px;
	z-index: 200;
	background-image: url(../images/icons/expand-maplist.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
	text-indent: -1000px;
}

.expandmaplist:hover{
	background-position: -15px 0px;
}

.mapinfoholder{
	width: 266px;
	float: left;
	clear: none;
	display: block;
	position: relative;
	

}

.maplocationsholder{
	background-color: #FFF;
	float: left;
	clear: none;
	 width: 266px; 
	/*width: 266px;*/
	margin-right: 0px;
	display: block;
	padding-left: 0px;
	padding-right: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CBEFCF;
	border-right-color: #CBEFCF;
	border-bottom-color: #CBEFCF;
	border-left-color: #CBEFCF;
	/* margin-bottom: 15px;
	 background-image: url(../images/layout/green-formstripe.png); */
	background-repeat: repeat;
	background-position: 0px 0px;
	height: 155px;
	overflow: auto;	/* background-image: url(../images/layout/navbar.gif); */
	background-color: #FFF;
	background-image: url(../images/layout/maplist-bg.gif);
}

.fullscreen{
	height: 587px;
}

.maplocationsholder ul{

	float: left;
	clear: none;
	display: block;
	margin: 0px;
	padding: 0px;
	/* top: -14px; */
	left: 0px;
	position: relative;
	background-color: #FFF;
}
.maplocationsholder ul li, .maplocationsholder ul li a, .maplocationsholder ul li span{
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	font-size: 1em;
}

.maplocationsholder ul li a strong, .maplocationsholder ul li span strong{
	position: absolute;
	top: -2px;
	left: -30px;
	background-color: #FFF;
	padding: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 12px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	border: 1px solid #999;
	color: #F90;
}
 .maplocationsholder ul li span strong{
	 width: 16px;
	 height: 16px;
	 padding:0px;
	 border: 1px solid #FFF;
 }
 .maplocationsholder ul li span strong img{
	 width: 16px;
	 height: 16px;
	 padding:0px;
	 margin:0px;
 }
 
.maplocationsholder ul li.sel a strong{
	background-color: #F90;
	color: #FFF;
	border-top-color: #C00;
	border-right-color: #C00;
	border-bottom-color: #C00;
	border-left-color: #C00;
}

.maplocationsholder ul li{
	font-size: .9em;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 267px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBEFCF;
	
	background-image: none;
	float: left;
	clear: none;
}

.maplocationsholder ul li.category a, .maplocationsholder ul li.category span{
	width: 198px;
	padding-left: 40px;
	text-transform: uppercase;	
}

.maplocationsholder a{
	display: block;
	color: #01804F;
	width: 178px;
	padding: 3px;
	padding-left: 60px;
	padding-top: 6px;
	padding-right: 29px;
	float: left;
	clear: none;
}

.maplocationsholder a:hover{
	background-color: #E5F7E7;
}

.maplocationsholder span{
	display: block;
	color: #666666;
	padding-top: 6px;
	padding-bottom: 3px;
}

.maplocationsholder li.category a, .maplocationsholder li.category{
	font-weight: bold;
	color: #666;
}

.maplocationsholder ul li.sel{
	background-color: #FFFFCC;
}
.maplocationsholder ul li.sel a{
	color: #F90;
}

.mapdetails{
	
		float: left;
	clear: none;
	width: 266px;
	margin-right: 15px;
	display: block;
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
}

.mapdetails .cycle{
	/* top: -5px; */
	position: relative;
	overflow: hidden;
	height: 330px;
	width: 271px;
	background-color: #FFF;
}
.mapdetails .cycle li{
	background-color: #FFF;
}

.mapdetails p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}
.mapdetails h2{
	margin-bottom: 0px;
	width: 210px;

}

/* .maplocationsholder p.title{ */
.mapinfoholder p.title{
	background-color: #39B54A;
	color: white;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 270px;
	display: block;
	float: left;
	clear: left;
	text-align: center;
	font-weight: bold;
	position: relative;
	left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #063;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #76EC00;
	text-shadow: #01804F 2px 2px 2px;
	margin-bottom: 0px;
}



.mapdetails .pagination{
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	width: auto;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
.mapdetails .pagination a{
	float: left;
	clear: none;
	margin: 0px;
	margin-left: 10px;
	width: 14px;
	background-color: #FFF;
	padding: 2px;
	display:block;
	list-style-image: none;
	list-style-type: none;
	background-image: none;
	text-align: center;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #999;
}

.mapdetails .pagination a:hover{
	border: 1px solid #666;
	color: #666;
	text-decoration: none;
}

.mapdetails .pagination a.activeSlide{
	border: 1px solid #cc0000;
	background-color: #ff9900;
	color: #FFF;
	font-weight: bold;
}

.mapdetails .nextprevholder{
	position: absolute;
	top: 4px;
	right: 0px;
	width: 120px;
	display: block;
	height: 15px;
	/* background-color: orange; */
}
.mapdetails .nextprevholder a#mapdetailsprev, .mapdetails .nextprevholder a#mapdetailsnext{
	cursor: pointer;
	float: left;
	clear: none;
	margin: 0px;
	margin-left: 6px;
	width: 10px;
	height: 21px;
	display:block;
	background-image: url(../images/icons/prev.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
	overflow: hidden;
	text-indent: -1000px;

}
.mapdetails .nextprevholder a#mapdetailsnext{
	background-image: url(../images/icons/next.gif);
}

.mapdetails .nextprevholder a#mapdetailsprev:hover, .mapdetails .nextprevholder a#mapdetailsnext:hover{
	background-position: 0px -21px;	
}

.maplocationthumb {
top: -5px; 
background-color:#F4F4F4;
border-color:#E2E2E2 #666666 #333333 #CCCCCC;
border-style:solid;
border-width:1px;

padding:0px;
display: block;
clear: both;
margin-bottom: 2px;
position: relative;
margin-bottom: 2px;
/*width: auto;*/
width: 269px;
}

.maplocationthumb .imageholder{
	width: 245px;
	height: 136px;
	overflow: hidden;
	margin: 10px;
	padding: 0px;
	
}

.maplocationthumb img{
	margin: 10px;
}

.osirismap li.unhide{
	display: block;
}
.osirismap li.hide{
	/* display: none; */
}

/* LIST NAV */
.peoplelist p {
	float: left;
}

#profilelist-nav,#resultProfilelist-nav { float: right; margin-top: .25em; }

.ln-letters { overflow:hidden; }
.ln-letters a { color:#434343; font-size:.8em; display:block; float:left; padding:4px 6px; border:1px solid silver; border-right:none; text-decoration:none; font-family: 'arial','microsoft sans serif',sans-serif; }
.ln-letters a.ln-last { border-right:1px solid silver; }
.ln-letters a:hover,
.ln-letters a.ln-selected { background-color:#eaeaea; }
.ln-letters a.ln-disabled { color:#ccc; }
.ln-letter-count { text-align:center; font-size:0.8em; line-height:1; margin-bottom:3px; color:#336699; }



/*================================================================================= HOME PAGE */


body.home #content div{
	float: left;
	clear: none;
	overflow: hidden;
	display: block;
	position: relative;
	_overflow: visible;
}
body.home #contentfloat{
	background-color: #FFF;
	background-image: none;
}

body.home #content .homebanner {
	height: 342px;
	width: 960px;
 	display:block;
	float:left;
	overflow-x:hidden;
	overflow-y:hidden;
 	-moz-border-radius-bottomright:2ex;
	_clear: both;
}


body.home #content .curveoverlay{
	background-image: url(../images/home/home-top-curve.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 960px;
	height: 11px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 500;
	height: 343px;
	
	_clear: both;
	
}

body.home #content .leftcol{
	width: 412px;
	top: -82px;
	margin-bottom: -82px;
	_clear: none;
	z-index: 1000;
}
body.home #content .homewelcome{
	width: 240px;
	height: 242px;
	background-image: url(../images/home/welcome.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	-moz-border-radius-topright:2ex;
	-moz-border-radius-bottomright:2ex;
	margin-bottom: 15px;
	padding-left: 162px;
	padding-right: 10px;
	z-index: 1000; 
	position:relative;
}
body.home #content .homewelcome p{
	padding: 0px;
	margin: 0px;
	font-size: .9em;
}
body.home #content .homewelcome h3{
	padding: 0px;
	margin: 0px;
	font-size: 1.3em;
	margin-top: 13px;
	margin-bottom: 5px;
}

body.home #content .homewelcome a{
	/* color: #CEA500; */
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	font-weight: bold;
	/* text-transform: lowercase; */
	text-decoration: none;
}
body.home #content .homewelcome a:hover{
	text-decoration: underline;
}

body.home #content .homenews{
	width: 245px;
}
body.home #content .homenews h3{
	height: 31px;
	width: 245px;
	display: block;
	background-image: url(../images/home/newsheader.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -1000px;
	padding: 0px;
	margin: 0px;
	
}

body.home #content .homenews ul{
	width: 210px;
	padding: 0px;
	margin: 0px;
	margin-left: 17px;
	list-style-type: none;
	margin-top: 5px;
}

body.home #content .homenews li{
	font-family: Verdana, Geneva, sans-serif;
	color: #9a9a9a;
	font-size: .95em;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	/*
	background-image: url(../images/layout/grey-subnav-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 10px;
	*/
	border-bottom: 1px solid #E4E4E4;

}
body.home #content .homenews li p, body.home #content .homenews li p a{
	margin-bottom: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	
}

body.home #content .homenews li a{
	color: #000;
	text-decoration: none;
}
body.home #content .homenews span{
	white-space: nowrap;
}

body.home #content .homenews li a:hover{
	text-decoration: underline;
	color: #666;
}
	
body.home #content .homespotlight{
	width: 148px;
	background-color: #fbecc4;
	padding-left: 10px;
	padding-right: 0px;
	/* height: 134px; */

	padding-bottom: 0px;
	_overflow: hidden;
}

body.home #content .homespotlight .homespotlightimage{
	/* position: absolute;
	right: 0px;
	top: 43px; */
	float: right;
	left: 10px;
	margin-top: 43px;
	margin-left: 5px;
	width: 72px;
	height: 91px;
}

body.home #content .homespotlight h3{
	width: 158px;
	height: 43px;
	background-image: url(../images/home/spotlightheader.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	text-indent: -1000px;
	position: relative;
	left: -10px;
}

body.home #content .homespotlight h4{
	
	font-family: Arial, Helvetica, sans-serif;
	color: #08458b;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;

	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}

body.home #content .homespotlight p{
	
	color: #666;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	line-height:1.2;
}
body.home #content .homespotlight a{
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
}

body.home #content .homespotlight .bottomcurve{
	width: 158px;
	height: 10px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-image: url(../images/home/spotlightcurve.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}

body.home #content .hometoday{
	width: 142px;
	margin-top: 12px;
	padding-left: 85px;
	padding-right: 10px;
	_overflow: hidden;
}

body.home #content .hometoday .noEventsToday{
	margin-top: 8px;
	padding: 3px;
	background-color: #D4DFEB;

	padding-top: 12px;
	/*border: 2px solid #DBE4EE;*/

	text-align: center;
	text-transform: uppercase;	
	float: left;
	clear: both;
	height: 24px;
	width: 140px;
	_overflow: hidden;
}
body.home #content .hometoday .noEventsToday p{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.75em;
	color: #004189;
}

body.home #content .hometoday a{
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}
body.home #content .hometoday a:hover{
	color: #000;
}

body.home #content .hometoday h3{
	display: block;
	width: 242px;
	height: 32px;
	background-image: url(../images/home/todayheader.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
	text-indent: -1000px;
	padding: 0px;
	margin: 0px;
	left: -90px;
	position: relative;
	margin-bottom: 5px;
	
	_clear: both;
}
body.home #content .hometoday ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-left: 8px;
	float: left;
	clear: both;
	_display: block;

}
body.home #content .hometoday li{
	font-family: Verdana, Geneva, sans-serif;
	color: #9a9a9a;
	font-size: 0.8em;
	padding-bottom: 7px;
	padding-top: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	_width: 130px;
}

body.home #content .homelunch{
	width: 148px;
	background-color: #ebebeb;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 12px;
	background-image: url(../images/home/homelunchbg.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	_overflow:hidden;
}

body.home #content .homelunch h3{
	display: block;
	width: 168px;
	height: 45px;
	background-image: url(../images/home/lunchheader.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -1000px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	position: relative;
	left: -10px;
}

body.home #content .homelunch h4{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 0.8em;
	font-weight: normal;
	text-transform: uppercase;

	padding: 0px;
	margin: 0px;
}

body.home #content .homelunch p{
	font-family: Verdana, Geneva, sans-serif;
	color: #9a9a9a;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}

body.home #content .homelunch a.more, body.home #content .hometoday a.more{
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 0.8em;
	text-decoration: none;

	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	
	float: left;
	clear: both;
	display: block;
}
body.home #content .hometoday a.more{
	padding-left: 8px;
	_width: 130px;
}

body.home #content .homelunch a.more:hover, body.home #content .hometoday a.more:hover{
	text-decoration: underline;
}

body.home #content .homefavorites{
	width: 114px;
	margin-top: 12px;
	text-align: right;
	padding-right: 12px;
	padding-left: 12px;
	display: block;

	position: relative;
	_overflow:hidden;
}

body.home #content .homefavorites .nudgexxx{
	background-image: url(../images/home/favoritesbar.gif);
	background-repeat: repeat-y;
	background-position: right 0px;
	position: absolute;
	left: 20px;
	top: 0px;
	z-index: 100;
	width: 224px;
	background-color: orange;
}

body.home #content .homefavorites h3{
}

body.home #content .homefavorites ul{
		list-style-type: none;
	margin: 0px;
	padding: 0px;
	background: none;
	width: 114px;
}

body.home #content .homefavorites li{
	color: #CCC;
	padding: 0px;
	margin: 0px;
	padding-bottom: 7px;
	padding-top: 7px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EBEBEB;
	width: 114px;

}
body.home #content .homefavorites li a{
	margin: 0px;
	padding: 0px;
	color: #7E7E7E;
	font-size: 0.9em;
	text-decoration:none;
	background-color: none;
	background: none;
	width: 114px;
	letter-spacing:normal;
}
body.home #content .homefavorites li a:hover{
	color: #969696;
	text-decoration:underline;
}

body.home #content .homefavorites h3{
	padding: 0px;
	margin: 0px;
	font-variant: small-caps;
	margin-bottom: 5px;
}

body.home #content .homedate, body.home #content .homeweather{
	width: 70px;
	height: 40px;
	background-color: #d4dfeb;
	position: absolute;
	top: 45px;
	left: 10px;
	_clear: both;
	_overflow: hidden;
}

body.home #content .homeweather{
	height: auto;
	top: 90px;
}

body.home #content .homeweather p{
		padding: 0px;
		padding-left: 5px;
	padding-right: 5px;
	display: block;

	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-align: center;
	color: #004189;
	text-transform: uppercase;	
	margin-bottom: 5px;
}

body.home #content .homedate .month{

	width: 30px;
	display: block;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: right;
	position: absolute;
	left: 0px;
	top: 5px;
	color: #999;
	text-transform: uppercase;	
}
body.home #content .homedate .day{
	width: 40px;
	text-align: center;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.9em;
	position: absolute;
	top: 1px;
	left: 30px;
	padding: 0px;
	margin: 0px;
	color: #004189;
}

body.home #content .favoritesbar{
	position: absolute;
	width: 10px;
	background-color: #20B1EB;
	height: 290px;
	right: -10px;
	top: 352px;
	z-index: 1000;
	_clear: both;
	
}

.headmasterBlogLink{
	width: 397px;
	height: 28px;
	overflow:hidden;
	position: absolute;
	display: block;
	text-indent: -999px;
	left: 0px;
	bottom: 0px;
		background-image: url(../images/home/hmaster-blog.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.headmasterBlogLink:hover{
	background-position: 0px -28px;
}


.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	border-bottom-color: #CBEFCF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	
	float: left;
	clear: left;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background-color: #FFF;
	background-image: url(../images/scrollbar/bg.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	background-color: #FFF;
	background-image: url(../images/scrollbar/grabber-bg.gif);
	background-repeat: repeat-y;
	background-position: 0px center;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
		background-image: url(../images/scrollbar/grabber-top.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
	height: 4px;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	background-image: url(../images/scrollbar/grabber-bottom.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	height: 4px;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 26px;
	background-color: #FFF;
	background-image: url(../images/scrollbar/uparrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
	background-position: -26px 0px;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 26px;
	background-image: url(../images/scrollbar/downarrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
	background-position: -26px 0px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
	background-position: -26px 0px;
}


/* added : Manoj :  can be shiftted  */
#calendarDaysList li .eventLegends
{
top:5px;
left: 0px;
width:32px; 
height:2px;
padding:0px;
/*border:1px;
solid #000;
 float:left,
clear:both	
float:left; 
margin-left:-40px;*/
position:absolute;
display:block;
background-color: transparent;
}

.legendallSchool, .legendspecialEvents, .legendAthletic , .legendlunchMenu
{
margin-bottom:3px;
margin-left: 5px;
width:22px;
height:5px;
}
.legendallSchool
{
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
	background-color:#BE0F34;
}
.legendspecialEvents
{
border-top: 1px solid #336600;
border-bottom: 1px solid #336600;
background-color:#3D9B35

}
.legendAthletic
{
	border-top: 1px solid #003366;
border-bottom: 1px solid #003366;
background-color:#0085CF;
}

.legendlunchMenu
{
border-top: 1px solid #CC6600;
border-bottom: 1px solid #CC6600;
background-color:#ECAC00;
/*background-color: #cc6600;*/
}



/****************************************************
/* for jquery scrollpane */

/* SCROLLPANE CSS ALREADY DEFINED ABOVE FOR MAP 
   may need to be adjusted for calendar though
   this was initial attempt by Mike:
   
.jScrollPaneContainer {
	overflow: hidden;
	clear:both; 
	position:absolute; 
	background:#fff;
	width:550px;
	border:5px solid #F0B310;
	padding:5px;
	z-index:1000;
	left:-100px; 
	height:500px;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #e6f5fb;
}
.jScrollPaneDrag {
	position: absolute;
	background: #c9e9f6;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;

	height: 9px;
	background-image: url(../images/icons/scrollup.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
a.jScrollArrowUp:hover {

}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 9px;
	background-image: url(../images/icons/scrolldown.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
/*



/**********************/
div#arrow {
	width: 44px;
	height: 500px;
	position: absolute;
	display: none;
	left: 470px;
	z-index: 999;
	background: url(../images/mapImages/yellow-arrow.gif) left 150px  no-repeat;
}
.googleDirections {
	display:none; 
	clear:both; 
	position:absolute; 
	background:#fff;
	width:550px;
	border:5px solid #F0B310;
	z-index:1000;
	left:-90px; 
	height:450px;
	/*text-align:center;*/
}
.googleDirections .scroll {
	overflow: auto;
	width: 100%;
	height: 381px;
	border-top:5px solid #F0B310;
}
.googleDirections p {
	margin: 5px;
	margin-left: 10px;
}
.googleDirections form {
	mar
}
.googleDirections input {
	width: 280px;
	margin-right: 10px;
}
.googleDirections #map {
	border: 2px solid #999;
	margin-top: 10px;
}
#getdirections {
	border: 1px solid #336600;
	background-color: #3D9B35;
	color: #fff;
	width: auto;
	font-size: 0.9em;
	text-shadow: 1px 1px 1px #336600;
}
#icons {
	float: right;
	width: auto;
	
}
#icons img {
	width: 20px;
}
#icons .icon {
	width:auto;
	float: right;
	margin: 10px 15px 10px 0;
	text-align: center;
}
/*--------------------------EVENTSLIST-------------------------*/
ul.eventsList{
	width:700px;
	clear:both;
 }
ul.eventsList li{
	display: block;
	width: 100%;
	border: 1px solid #CEE8CE;
	margin: 0px;
	position: relative;
	margin-bottom: 2px;
	font-size: .9em;
}
body.favorites ul.eventsList li{
	border: 1px solid #b2eaff;
}

ul.eventsList li > div{
	/* margin-left: 10px; */
	display: block;
	background-color: #FFF;
	padding: 3px;
	padding-left: 10px;
	

}

ul.eventsList .title{
	position: relative;
	left: -10px;
	top: -3px;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 6px;
	padding-left: 10px;
	margin: 0px;
	color: #01804F;
	clear: both;
	padding-right: 55px;
	width: 635px;
	margin-bottom: 4px;
	background-color: #F8FDFF;
 	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CEE8CE;	/*  */
}

body.favorites ul.eventsList .title{
	color: #03739D;
	background-color: #f9fdff;
	border-bottom-color: #b2eaff;	/*  */
}

ul.eventsList .title .starttime, ul.eventsList .title .endtime{
	float: right;
	font-weight: normal;
	font-size: 0.8em;
	font-family: Verdana, Geneva, sans-serif;	
	position: absolute;
 	top: 5px;
	right: 15px;
	text-align: right;
}
ul.eventsList .title .starttime strong, ul.eventsList .title .endtime strong{
    float: right;
 	font-size: 0.8em;
	font-family: Verdana, Geneva, sans-serif;	
	position: absolute;
 	top: 5px;
	right: 15px;
	text-align: right;
}

ul.eventsList .title .starttime{
	right: 75px;
	
}

ul.eventsList p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;

	clear: left;
	margin-bottom: 5px;
	margin-left: 70px;
	position: relative;
	
}

ul.eventsList .expandedEvent{
	padding: 0px;
	margin: 0px;
}

ul.eventsList strong{
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
ul.eventsList p strong{
	position: absolute;
	top: 0px;
	left: -70px;
	width: 60px;
	/* text-align: right; */
}

ul.eventsList a{ font-family: Arial, Helvetica, sans-serif;color: #20B1EB; }

ul.eventsList .getmap, ul.eventsList .moreinfo{
	background-image: url(../images/icons/map.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;	
	padding-top: 1px;
	padding-bottom: 3px;
}
ul.eventsList .moreinfo{
	background-image: url(../images/icons/page_white_put.png);
}

ul.eventsList li{
	/* background-image:url("../images/layout/green-formstripe.png"); */
	background-repeat:repeat;
	margin-bottom: 7px;
}

body.favorites ul.eventsList li{
	/* background-image:url("../images/layout/blue-formstripe.png"); */
	background-color: #EFFAFF;

}
/*-------------------Favorites SUBSUB NAV--------------------------*/

.textcolumn ul.favsubsub{


}

.textcolumn ul.favsubsub li{
	padding-left: 10px;
	width: 100px;
	margin-right: 10px;

	overflow:hidden;
	float: left;
	clear: none;
	margin-bottom: 5px;
	
	background-image: url(../images/layout/blue-subnav-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

.textcolumn ul.favsubsub li a{
	color: #1488B6;
	font-size: .9em;
}

.textcolumn ul.favsubsub li a:hover{
	color: #20B1EB;
	
}

.textcolumn ul.favsubsub li.sel{
	background-color: #D5F0FB;
}

#emailForm
{
   background-color:#F00;
}
#emailForm .col1 {
	margin: 0;
}
#emailForm ul ,
#emailForm ul li {
	width: 100%;
}
#emailForm #sendEmail {
	float: right;
}
table td.center, table th.center {
	text-align: center;
}
.emailIcon {
	position: relative;
}
.emailbox {
	position: absolute;
	z-index: 6000;
	right: 165px;
	top: -250px;
	display: none;
}
.emailbox #message {
	width: 500px;
}
.emailbox label {
	margin-left: 10px;
}
.emailbox input,
.emailbox textarea {
	margin-top: .5em;
}
.msgTop {
	height: 25px;
}
.emailbox a.close-icon {
	position: absolute;
	background: url(../images/icons/close-icon.png) left top no-repeat;
	width: 20px;
	height: 20px;
	top: 8px;
	right: 8px;
}
.comment-inside {
	background-image:url(../images/layout/comment-bg.gif);
	color:#3B3B3B;
	padding:0 25px;
	z-index: 1000;
	float: left;
}
table.glance tr td {
	width: 141px;
}
table.glance tr td:first-child {
	width: 200px;
}
#gradplace {
	clear: right;
}
#gradplace tr td {
	text-align: center;
}
#gradplace tr td:first-child {
	text-align: left;
}
.regularform input.error {
	border: 1px solid red;
}
label.error {
	color: red;
}

.noDisplay
{
display:none;
}

.breadcrumbHome{
display:none;
}
ul.bullet {
	list-style-type: none;
}
ul.bullet li {
	background: url(../images/layout/bullet.gif) 20px .25em no-repeat;
	_display: block;
}
div.sitemap {}
div.sitemap ul {
	margin-bottom: 0;
	margin-top: 0;
	}
div.sitemap ul li {
	margin-bottom: 0;
	}
.clear {
	clear: both;
}


#calendar .activeDay
{ background-color: #D5F0FB;
}

.donateBtn
{	float:right;
	display:block;
	margin-right: -450px;
    margin-top: -50px;
	z-index:5000;
	position: relative;
}

.followUsOnFB, .donateNow{ float:left; }
.donateNow{margin-left:10px;}


a.donateNow:hover img{filter:alpha(opacity=80);-moz-opacity: 0.8;opacity: 0.8;-khtml-opacity: 0.8;}
a.followUsOnFB:hover img{filter:alpha(opacity=80);-moz-opacity: 0.8;opacity: 0.8;-khtml-opacity: 0.8;}
a.donateNow img{filter:alpha(opacity=100);-moz-opacity: 1.0;opacity: 1.0;-khtml-opacity: 1.0; }
a.followUsOnFB img{filter:alpha(opacity=100);-moz-opacity: 1.0;opacity: 1.0;-khtml-opacity: 1.0; }


body.favorites .textcolumn .externalLinks{

}

body.favorites .textcolumn .externalLinks li, body.favorites .calendarTextcolumn .externalLinks li
{
	display:block;
	float:left;
	padding-left: 10px;
	background-image: url(../images/layout/white-subnav-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin-left: 20px;
}
body.favorites .textcolumn .externalLinks li a, body.favorites .calendarTextcolumn .externalLinks li a{
	color: #5ED1FF;
}

.newsColImg 
{
clear:both;
float:left;
width:100px;
height:100px;
margin-top:0px;
padding-right:10px;
display:block ;  
position:relative;
margin-bottom:10px;
}



.newsCol .singleCol div {
/*clear:left;
display:block;*//
float:left;
height:auto !important;
margin-bottom:10px;
min-height:100px;
position:relative;
}





.lowerSchoolNews
{	float:right;
	display:block;
	margin-right:248px;
	margin-top: -60px;
	z-index:5000;
	position: relative;
}

.ie7 .lowerSchoolNews
{	float:right;
	display:block;
	margin-right:248px;
	margin-top: -60px;
	z-index:5000;
	position: relative;
}

.middleSchoolNews
{	float:right;
	display:block;
	margin-right:15px;
	margin-top: -60px;
	z-index:5000;
	position: relative;
}


.ie7 .middleSchoolNews
{	float:right;
	display:block;
	margin-left:540px;
	margin-top: -60px;
	z-index:5000;
	position: absolute;
}

.ie7 .searchnav {
    clear: both;
    display: block;
    float: none ;
    height: 15px;
	margin:0 0 0 172px;
    padding-bottom: 10px;
}
.searchnav li a:hover{
color:#000;
}
.ie7 #allwrap {
float:none;
}
#donateBtn-ie{
margin: -60px 50px 0 0;
}

.ie7 .donateBtn{
margin-left:248px;
}

.ie7 .galleryNav {
    float: none;
}


.fb-icon{
	float: right;
    position: relative;
    right: -196px;
    top: 30px;
	border:none;
}
.Apply-online
{	display: block;
    float: right;
    margin-right: -214px;
    margin-top: -50px;
    position: relative;
    z-index: 5000;
}

.ie7 .Apply-online{margin-left:340px;}
a.Apply-online img{filter:alpha(opacity=100);-moz-opacity: 1.0;opacity: 1.0;-khtml-opacity: 1.0; }
a.Apply-online:hover img{filter:alpha(opacity=80);-moz-opacity: 0.8;opacity: 0.8;-khtml-opacity: 0.8;}
.bottom-image{
background-position:0 -15px !important;
}


body.home #content .summer_camp{
	width:168px;
	margin:0;
} 
.summercamp_logo {
    clear: both;
    float: left;
    height: 117px;
    margin: 20px 0 0 20px;
    width: 127px;

}
