
/*[ NAVIGATION ]*/
    #nav {width:704px;height:35px;margin:10px auto;padding:0;background:url(../images/nav_bg.gif) no-repeat;}
    #nav ul {width:70%;margin:0 auto;padding:8px 0 0 0;list-style-type:none;}
    #nav ul li {width:auto;margin:0 5px;padding:0;float:left;}
    #nav ul li a {text-align: left; font-family:Arial, Helvetica, sans-serif;font-size:11px;font-weight:bold;color:#FEFEFE;text-decoration:none;}
    #nav ul li a:hover {color:#FF6;text-decoration:none;}
    #nav ul li a .mod1 {color:#5095E1;}
    #nav ul li a .mod2 {color:#84D44C;}   
   

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
margin-top:7px;
margin-left:-2px;
padding:2px;
border:2px solid #000; /*THEME CHANGE HERE*/
border-top:none;
font:normal 10px Verdana;
line-height:20px;
z-index:1000;
background:#6FBF31;
visibility: hidden;
width:auto;
/* filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/ /*Add Shadow in IE. Remove if desired*/
}

ul li a:hover, ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color:#FF6; /*THEME CHANGE HERE*/
}

.dhtmlmenu .dropmenudiv a {
text-align: left;
margin:0 auto;
display: block;
text-indent: 10px;
padding: 2px 3px 2px 3px;
text-decoration: none;
font-weight: normal;
color: #FEFEFE;
}

.dropmenudiv h5 {
text-align: left;
margin:0 auto;
display: block;
text-indent: 1px;
padding: 2px 3px 2px 3px;
text-decoration: underline;
color: #FEFEFE;
font:bold 11px Verdana;
}

.dhtmlmenu  .dropmenudiv a.none {
text-align: left;
border-bottom:none;
}

* html .dhtmlmenu .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dhtmlmenu .dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#FEFAFE;
background:#4A8EDA;
}

/*END NAVIGATION */

/*SYLVIA*/
/* normalizing */
html, body, h1, h2, h3, h4, h5, h6, blockquote, 
ol, ul, li, dl, dt, dd, td, form, fieldset {
     margin: 0; 
     padding: 0;
     border: 0;
}
h1, h2, h3, h4, h5 {
	font-family:Arial, Helvetica, sans-serif;
}
html {
	text-align: center;
}
body {
	font-family:Arial, Helvetica, sans-serif;font-size: 13px;font-style:normal;font-weight:normal;line-height: 1.45em;color:#010101; position: relative;
	}
	
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
	position: relative;
	margin-top: 10px;
}*/
#menuTop {
	background-image: url(../images/menuBackground.png);
	width: 704px; height: 35px;
	background-repeat: no-repeat;
	padding-top: 7px; padding-bottom: 0;
} 

/* Main links and anchors */
a, a:link, a:visited {
	font-size: 8pt;
	color: Black;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover, a:active {
	color: #FE0000;
}
a img {
	border: 0;
}


/*  ------------ bottom menu links */
a.bottomMenu, a.bottomMenu:link, a.bottomMenu:visited {
	font-size: 8pt;
	color: #ffffff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
a.bottomMenu:hover, a.bottomMenu:active {
	color: #fee300;
}
/* follow-On links */
a.more, a.more:link, a.more:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3174BF;
	font-weight: bold;
	padding-top: 6px;
}
a.more:hover, a.more:active {
	color: #FE0000;
}
/*  -----------Footer */
#footer {
	clear: all;
	width: 834px;
	color: white;
	margin: 4px auto;
	padding-top: 4px;
	font-size: 7.5pt;
	border-top: 1px solid Black;
}
/* ---------------for image alignment */
.imgLeft {
	float: left;
	margin-right: 10px;
}
.imgRight  {
	float: right;
	margin-left: 10px;
}
/* --------------colors */
.dkGreen {
	color: #309a5d;
}
.yelGreen {
	color: #6fbf31;
}
.ltGreen {
	color: #9dce77;
}
.blue {
	color: #3174bf;
}
.aqua {
	color:#45bed8;
}
.yellow {
	color: #fee300;
}
.red {
	color: #fe0000;
}
/*  ----------page content elements */
#contentLeft { /* large column appears on left */
	float: left;
	left: 0;
	width: 70%;
	text-align: left;
	font-size: 9pt;
	padding: 0 15px;
	background: #ffffff;
	position: relative;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}
#sidebarRight { /* sidebar appears on right */
	left: 70%;
	width: 29.9%;
/*	background: #d3d3d3;*/
	position: absolute;
	padding: 0;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}
/* -----------------equal columns */
#leftCol {
	text-align: center;
	margin: 5px;
	float: left;
	width: 44%;
	padding-right: 10px;
	padding-left: 10px;
}

#rightCol {
	text-align: center;
	margin: 5px;
	float: right;
	width: 44%;
	padding-right: 10px;
	padding-left: 10px;
}

/* this goes first on page */
#contentSub { /* small-appears on the right */
	left: 60%;
	width: 39.5%;
	padding: 4pt;
	position: absolute;
	height: 100%;
}

/* this goes after contentSub on page */
#contentMain { /* large-appears on the left */
	left: 0;
	width: 60%;
	padding: 4pt;
	position: relative;
}

/*  ------------------------------- */
#sidebarLeft {/*  appears on the left */
	left: 0%;
	width: 38%;
	padding: 0 10px 0 7px;
	position: absolute;
	text-align: left;

} 
#contentRight {/* appears on the right */
	left: 40%;
	width: 55%;
	padding-left: 15px;
	position: relative;
	text-align: left;
	margin-right: 15px;	
	margin-left: 15px;
	border-left: 1px solid Black;
} 

/* ------------for Lists */
ul {
	list-style: none;
}
li {
	font-size: 10pt;
	font-weight: bold;
	list-style: none;
	padding: 2px 5px 2px 8px;
	margin: 2px auto;
}
/*  -------------Headings */
h1 {
	font-size: 14pt;
	font-weight: normal;
	padding: 2px 0;
	text-align: center;
}
h2 {
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
	/* margin: 2px 0; */
	padding: 2px 0;
}
h3 {
	text-align: center;
	font-size: 10pt;
	font-weight: normal;
}
/* ------------Misc functions */
.toClear {
	clear: both;
	/* display: none; */
}
/*  ----------- styling classes */
.center {
	text-align: center;
}
.justify {
	text-align: justify;
}
.puff {
	padding: 4px;
}
.italic {
	font-style: italic;
}
.sm {
	font-size: 8pt;
}
.subTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-right: 20px;
	text-align: left;
}
/* ---------information boxes */
/* for school programs box on front page */
.programs {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 2px;
	text-align: left;
}
.programs a {
	margin-left: 0;
}

/* for summer camps box on front page */
.summerCamps {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	margin-left: 30px;
	margin-right: 36px;
	text-align: left;
}
.summerCampss a {
	margin-left: 0;
}

/* for white boxes on front page */
.fpBlock {
	margin-left: 36px;
	text-align: left;
	font-size: 8pt;
	padding: 0px 4px 4px 4px;
}

.fpBlock a:link,
.fpBlock a:visited,
.fpBlock a:active {
	font-size: 1.2em;
	margin-left: 50px;
	line-height: 1.2;
	text-decoration: none;
}

.fpBlock a:hover {
	color: #ff0000;
}

#fpBox {
	border-style: none;
	border-width: 1px;
	border-color: Black;
	margin-left: 12px;
	margin-right: 22px;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 4px;
	text-align: justify;
	background-color: #d8ece1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	
}

/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 17em; /* ems so it will grow */
	background: url(../images/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(../images/sbhead2-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	padding-left: 30px;
	padding-bottom: 3px;
	padding-right: 30px;
	padding-top: 20px;
	background: url(../images/sbhead2-l.gif) no-repeat top left;
	margin: 12;
	color: black; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	padding-left: 30px;
	padding-bottom: 11px;
	padding-right: 30px;
	padding-top: 2px;
	background: url(../images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
}



/*  ------------Wrappers */
#whiteWrap {
	width: 852px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	background-color: White;
}
#wrapper {
	width: 864px;
	background-image: url(../images/bkg_wrapFrontPage.png);
	background-repeat: repeat-y;
	height: 100%;
	margin: 10px auto;
	position: relative;
	overflow: hidden;
}

/* CSS for the feedburner blog box */

.feedTitle {
	margin: 2px 0;
}

.feedTitle a {
	font-size: 1.3em;
	text-decoration: none;
}

.headline a {
	text-decoration: none;
}

#creditfooter {
	display: none;
}

.feedburnerFeedBlock ul li {
	margin: 0;
	padding: 0 0 0 8px;
}
