/*
 * Author: Stephanie Harte - Spacetacular Design
 * Contact: www.spacetacular.com
 * File: layout.css
 * 
 * Description:
 * Layout rules.
 *
 */



#pageBounds {	
	margin: 0 auto;
	padding: 0;
	width: 100%;
	min-width: 960px;
	background: transparent url(../images/bg_body.jpg) center top no-repeat;
	}
	
.width {
	width: 960px;
	margin: 0 auto;
}

#mastHead {
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent url(../images/bg_masthead.gif) left bottom repeat-x;
	}
	
	
#mastHead h2#logo {
	position: absolute;
	top: 80px;
	left: 0;
	width: 221px;
	padding: 0;
	background: transparent url(../images/logo.png) left top no-repeat;
	border: none;
	z-index: 5;
	}

#mastHead h2#logo a {
	display: block;
	background: transparent url(../images/logo.png) left top no-repeat;
	width: 221px;
	height: 273px;
	text-indent: -999em;
	overflow: hidden;
	}


#banner {
	background: transparent url(../images/bg_banner.png) 125px top no-repeat;
	height: 390px;
	margin: 1.35em auto 0;
	position: relative;
	width: 960px;
}

#contentBounds {
	background: transparent url(../images/bg_contentBounds.gif) left bottom repeat-y;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background-position:bottom left;
	}
	
#contentBounds .content {
	margin: 0 auto;
	padding: 0;
	}

#mainColumn {
	float: left;
	width: 635px;
	margin: 0;
	padding: 0;
	}	
	
#sideColumn {
	float: right;
	width: 298px;
	background: transparent url(../images/bg_sideColumn.gif) 5px top no-repeat;
	margin: 0;
	padding: .65em 0 0 0;
	}	
	
#mainColumn .content {
	padding: 2em 0 1em 2em;
	min-height: 400px;
	}

#sideColumn .content {
	padding: 0; 
}


/* footer */
	
#footer {
	font-size: 85%;
	color: #999;
	font-weight: normal;
	width: 100%;
	margin: 0 0 .25em;
	padding: 0 0 .5em 0;
	text-align: center;
	clear:left;
	}
	
#footer .content {
	width: 500px;
	margin: 0 0 0 6em;
	padding: 0;
}
	
#footer a {
	color: #999;
	text-decoration: underline;
	}
	
#footer a:hover {
	text-decoration: none;
	}

#footer ul {
	margin: 0;
	padding: 0;
}
	
#footer ul li {
	display: inline;
	margin: 0 .5em 0 0;
}


#footer p {
margin: 0;
padding: 0;
}

/* enav */

#title {
	position: absolute;
	width: 357px;
	padding: 0;
	top: 10px;
	background: transparent url(../images/bg_title.png) left top no-repeat;
	border: none;
	z-index: 7;
	}

#title a {
	display: block;
	background: transparent url(../images/bg_title.png) left top no-repeat;
	width: 357px;
	height: 68px;
	text-indent: -999em;
	overflow: hidden;
	}

#enav {
	text-align: right;
	color: #333;
	margin: 0;
	padding: 1em 0 0;
	font-size: 92%;
	float: right;
	width: 385px;
	}

#enav ul {
	margin: .35em 0 0;
	padding: 0;
	float: left;
	width: 160px;
	}

#enav li {
	display: inline;
	margin: 0 .5em 0 0;
	}

#enav li a {	
	color: #fff;
	text-decoration: none;
	padding: .35em 1.35em .5em 1.15em;
	background: transparent url(../images/bg_ebrow_li.png) left top no-repeat;
	}
	
#enav li.enavContact a {	
	padding: .35em 1em .5em .5em;
	}

#enav li a:hover {
	color: #E6D39D; 
	}

/* search box */

#search_box {
    width: 211px;
    height: 23px;
    background: url(../images/bg_search_box.gif) left top no-repeat;
	float: right;
}

#search_box #cntnt01searchinput {
    float: left;
    padding: 0;
    margin: 6px 0 0 6px;
    border: 0;
    width: 200px;
    background: none;
}
#search_button {
	display: block;
    float: right;
    margin: -18px 2px 0 0;
	width: 15px;
	height: 18px;
}

#search_box label {
	display: none;
}

/* nav */
#nav { 
	height: 50px;
	position: relative;
	margin: 0;
	padding: 0;
	
	}

#nav ul {
	width: 960px;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	line-height: 1;
}

#nav li {
	float: left;
	list-style: none;
	margin: 0;

}

#nav li a {
	padding: 18px 8px 28px;
	display: block;
	list-style: none;
	font: 92% Verdana, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	position: hand;	
	text-size: 10px;
	}					
	
#nav li a:hover, #mnav li.selected a {
	background: transparent url(../images/bg_mnav_on.png) 18px bottom no-repeat;
	text-decoration: none;	
	padding: 18px 8px 28px;
	}	

#nav li ul {
	position: absolute;
	width: 15em;
	left: -999em;
	z-index: 1;
	top: 49px;
	border-left: 1px solid #4b301d;
	border-right: 1px solid #4b301d;
	background: #cebfab url(../images/bg_mnav_li.gif) left top no-repeat;
	padding-top: 1em;
}

#nav li li {
	display: block;	
	width: 15em;
	position: relative;
	border-bottom: 1px solid #4b301d;	
}

#nav li li a {
	padding: 5px 12px 5px 16px;
	color: #4b301d;
	text-decoration: none;
	text-transform: capitalize;	
	margin: 0;
	line-height: 1.2em;
}

#nav li li a:hover {
	color: #4b301d;
	background: #eeebe1;
	text-decoration: none;
	border: none;
	padding: 5px 12px 5px 16px;
	margin: 0;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul ul {
	margin: -4.2em 0 0 15em;
	border-top: 1px solid #4b301d;
	background: #eeebe1;
	padding: 0;
}

#nav li li li a:hover {
	background: #cebfab;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}


/* mnav styles 

ul#mnav {
	width: 960px;
	list-style: none;
	margin: 0 auto;
	heigth: 60px;
	padding: 0;
	line-height: 1;
	
}	

#mnav li {
	float: left;
	list-style: none;
	margin: 0;
	font: 92% Verdana, Helvetica, Arial, sans-serif;
	position: relative;
}
	

	
#mnav li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	padding: 15px 17px 26px;
	line-height: 4.25em;
	}				
	
#mnav li a:hover, #mnav li.selected a {
	background: transparent url(../images/bg_mnav_on.png) 18px bottom no-repeat;
	text-decoration: none;
	}	
	
*/
	
	
  /* dropdowns suckerfish 


#mnav li ul {
hide the subnavs
	position: absolute;
	width: 15em;
	left: -999em;
	top: 46px;
	border-top: 1px solid #4b301d;
	border-left: 1px solid #4b301d;
	border-right: 1px solid #4b301d;
	background: #cebfab url(../images/bg_mnav_li.gif) left top no-repeat;
	z-index: 10;
}*/

/*#mnav li li.top a {
	padding: 10px 0 0 5px;
	background: transparent url(../images/bg_manv_hover.png) left top no-repeat;
}


#mnav li li {
	padding: 0;
	margin: 0;
	float: none;
	position: relative;
	}

#mnav li li a {
	float: none;
	display: block;
	padding: 2px 7px;
	margin: 0;
	border-bottom: 1px solid #4b301d;
	line-height: 2em;
	color: #4b301d;

}

#mnav li li a:hover {
	color: #4b301d;
	background: #eeebe1;
	text-decoration: none;
}
#mnav li li.top a:hover {
	color: #4b301d;
	background: #eeebe1 url(../images/bg_mnav_on.png) 21px top no-repeat;
	text-decoration: none;
}


#mnav li:hover ul {
	left: auto;
}


#mnav li ul ul {
	margin: -4.6em 0 0 16.25em;
	background: #eeebe1;
}

#mnav li ul li.top ul {
	margin: -3.9em 0 0 16.25em;
	background: #eeebe1;
}

#mnav li li.top li a, #mnav li li li a {
	padding: 3px 0 2px 5px;

}

#mnav li li.top li a:hover, #mnav li li li a:hover {
	color: #4b301d;
	background: #cebfab;
	text-decoration: none;

}

#mnav li:hover ul ul, #mnav li.sfhover ul ul {
	left: -999em;
	
}

#mnav li:hover ul, #mnav li li:hover ul, #mnav li.sfhover ul, #mnav li li.sfhover ul {
	left: auto;
}
*/

/* news */

#news {
	float: right;
	width: 260px;
	margin: 40px 25px 0 0;
}

#news h2 {
	width: 243px;
	height: 33px;
	padding: 0;
	background: transparent url(../images/h2_news.gif) left top no-repeat;
	border: none;
	text-indent: -999em;
	overflow: hidden;
}
#news ul {
	margin: .75em 0 1em 3em;
}

#news ul li {
	background: transparent url(../images/bg_news_li.gif) left 2px no-repeat;
	padding-left: 1.5em;
}

/* Buttons */

.btnNews a {
	display: block;
	width: 166px;
	height: 27px;
	text-indent: -999em;
	overflow: hidden;
	margin: .5em auto;
	padding: 0;
	background: transparent url(../images/btn_news.gif) left top no-repeat;
	border: none;
	}
	
.btnCalendar a {
	display: block;
	width: 166px;
	height: 38px;
	text-indent: -999em;
	overflow: hidden;
	margin: .25em auto;
	padding: 0;
	background: transparent url(../images/btn_calendar.gif) left top no-repeat;
	border: none;
	}
	
.btnBrochure a {
	display: block;
	width: 166px;
	height: 38px;
	text-indent: -999em;
	overflow: hidden;
	margin: .25em auto;
	padding: 0;
	border: none;
}

.btnBrochure a.season-spring {
	background: transparent url(../images/brochure_spring.gif) left top no-repeat;
}
.btnBrochure a.season-fall {
	background: transparent url(../images/brochure_fall.gif) left top no-repeat;
}
.btnBrochure a.season-summer {
	background: transparent url(../images/brochure_summer.gif) left top no-repeat;
}
.btnBrochure a.season-winter {
	background: transparent url(../images/brochure_winter.gif) left top no-repeat;
}



/* mainColumn */

ul.alignLeft {
	width: 45%;
	color: #2ea1bf;
}

ul.alignRight {
	width: 45%;
	color: #2ea1bf;
}

#footerLinks {
	background: transparent url(../images/bg_footerLinks.gif) 175px top no-repeat;
	border-top: 1px solid #e7e7e7;
	margin-top: 2em;
	padding-top: 1.5em
	
}

#footerLinks h2 {
	font-weight: bold;
	margin: 0 0 .5em;
	}

#footerLinks ul li {
	background: transparent url(../images/bg_footerLinks_li.gif) left 2px no-repeat;
	padding-left: 10px;
}

#footerLinks .group1 {
	float: left;
	width: 35%;

}

#footerLinks .group2 {
	float: left;
	width: 35%;
}
#footerLinks .group3 {
	float: right;
	width: 30%;
}
	
	
/* sideColumn Contents */

#sideColumn .topContent {
	padding: .25em 0 0 3em;
}

#sideColumn h2 {
	color: #fff;
	font-weight: bold;
	border: none;
	font-size: 200%;
}

#sideColumn h3 {
	color: #ae5901;
	margin: .25em 0 .25em 1.8em;
	font-size: 135%;
}

#contactInfo {
	margin: 1em 2em 3em;
}

.phone {
	font-size: 170%;
	color: #333333;
	margin: 1.75em 0 1em 0;
	text-align: right;
	font-weight: bold;

}

.hours {
	font-size: 95%;
	color: #333;
	text-align: right;
}

/* signup box */

#signup_box {
    width: 232px;
    height: 21px;
    background: url(../images/bg_signup_box.gif) left top no-repeat;
}

#signup_box #signup {
    padding: 0;
    margin: 6px 0 0 6px;
    border: 0;
    width: 165px;
    background: none;
}
#signup_box #join {
    float: right;
    margin: 0 0 0 -2px;
	width: 37px;
	height: 19px;
	outline: none;
	border: none;
}
#signup_box2 {
    width: 265px;
    height: 21px;
    background: url(../images/bg_signup_box.gif) left top no-repeat;

}
#signup_box2 #signup2 {
border: none;
margin: 0;
height: 19px;
width: 150px;
float: left;
}
#signup_box2 #join2 {
	width: 37px;
	height: 19px;
	float: left;
	margin: 0 0 0 38px;
}

#quickLinks {
	position: relative;
	margin: 0 0 4em;
}


#quickLinks ul {
	margin: 0 0 0 2px;
	
	}
	
#quickLinksImg {
	position: absolute;
	bottom: 75px;
	right: 5px;
	width: 78px;
	height: 53px;
	background: transparent url(../images/bg_quickLinks.gif) left bottom no-repeat;
}

#quickLinks ul li {
	background: transparent url(../images/bg_quickLinks_li.gif) left bottom repeat-x;
	padding: .15em .5em .15em 2em;
	margin: 0;
	line-height: 1.5em;
}

#quickLinks ul li a {	
	color: #4b301d;
}

#quickLinks ul li:hover {


}
#quickLinks ul li a:hover {
		color: #ae5901;
	text-decoration: none;
	background: transparent url(../images/bg_quickLinks_li_hover.gif) left 2px no-repeat;
	padding-left: 15px;
}

/* Home Styles */

#programNav {
	margin: 1em 0;
	background: #e7e7e7;
	position: relative;
	border: 1px solid #666;
}

#programNav h2 {
	background: #58991a;
	padding: .25em 1em;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
}

#ais-nav-root {
	background: #e7e7e7;
	width: 250px;
	float: left;
	height: 150px;
	overflow: auto;	
	margin: 0;
}

#programNav ul.level1 li, #programNav ul.level2 li {
padding: 3px 5px 2px;
}

#programNav ul.level1 li.odd, #programNav ul.level2 li.odd {
background: #ccc;
}

#programNav ul.level2 {
	background: #e7e7e7;
	width: 300px;
	float: left;
	height: 150px;
	overflow: auto;	
	margin: 0;
}



#programNav ul.earlyChildhood li {
padding: 3px 5px 2px;
}

.hidden { display: none; }
.unhidden { display: block; }


.bottomImage {
	background: transparent url(../images/bg_contentBounds_width.gif) left bottom no-repeat;
	position: relative;
	padding: 0 0 5em;
}

div.program_row {
	border-top: 2px solid orange;
	padding-top: .5em;
	padding-bottom: .5em;
	overflow: hidden;
	clear: both;
}

div.program_item, div.program_value {
	float: left;
	overflow: hidden;
	padding: .5em;
}

div.program_item {
	font-weight: bold;
	width: 150px;
}

div.program_value {
	width: 300px;
}

div.formbuilderform div {
	clear: both;

}

form label {
	display: block;
	float: left; 
	width: 120px;
	font-weight: bold;
}

#mainColumn #sitemapList ul li li, #mainColumn #sitemapList ul li li li  {
	margin-left: 2.5em;
 }