/* reset global styles */
h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin:0; padding:0 }
a img { border: none; }


/*	Page Layout
*************************************************/
body {
	margin: 15px 0 0 0;
	padding: 0;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	text-align: center; /* center #page in ie5 */
}
th, td, li, form { /* ie5 */
	font-size: 12px;
}

#header,
#content,
#footer {
	position: relative;
	text-align: left; /* reset alignment (see body style) */
	width: 805px;
	margin: 0 auto;
	padding: 0 50px 0 35px;
	w\idth: 720px;
}

* html #contentWrap {
	height: 1%; /* holly hack for IE */
}
#contentWrap {
	border-bottom: 1px solid #fff;
}
#header {
	height: 126px;
}
#footer {
	padding-bottom: 26px;
}
#blocks {
	position: absolute;
	bottom: -1px;
}
#blockSpacer {
	
}

/*	Header
*************************************************/
#header a {
	position: absolute;
	top: 20px;
}
#header #logo {
	top: 32px;
}
#hLocate {
	left: 276px;
}
#hSchedule {
	left: 406px;
}
#hTour {
	left: 599px;
}

/*	Navigation
*************************************************/
#nav {
	background: #fff;
	margin: 0;
	padding: 11px 0 0 0;
	list-style-type: none;
	width: 720px;
}
#nav li {
	display: inline;
	font-family: georgia, times, "times new roman", serif;
	font-size: 11px;
	background: url(../images/nav/bg.gif) no-repeat bottom left;
}
#nav a {
	display: inline; /* IE craziness */
	float: left;
	padding: 1px 0 13px 9px;
	text-decoration: none;
	color: #73644D;
	font-weight: bold;
	background: url(../images/nav/bg.gif) no-repeat bottom left;
}
#nav a:hover {
	color: #5C90A5;
}
#nav li.current a {
	color: #000;
	background: url(../images/nav/bgOn.gif) no-repeat bottom left;
}
#nav a:active {
	color: #5C90A5;
	background: url(../images/nav/bgOn.gif) no-repeat bottom left;
}
#nVisit a {
	width: 143px; /* compensate for IE miscalculation of box model */
	w\idth: 134px; /* understood by real modern browsers */
}
#nCenters a {
	width: 130px;
	w\idth: 121px;
}
#nPrograms a {
	width: 144px;
	w\idth: 135px;
}
#nParents a {
	width: 105px;
	w\idth: 96px;
}
#nAbout a {
	width: 109px;
	w\idth: 100px;
}
#nCareers a {
	width: 89px;
	w\idth: 80px;
}

#blankSubnav {
	background: #5C90A5;
	height: 23px;
}

#subnav {
	width: 708px;
	overflow: hidden;
	margin: 0;
	padding: 5px 6px;
	list-style-type: none;
	background: #5C90A5;
}
#subnav li {
	float: left;
	line-height: 14px;
	font-size: 11px;
	font-family: georgia, times, "times new roman", serif;
	font-weight: bold;
	color: #000;
	white-space: nowrap;
}
#subnav a {
	color: #000;
	text-decoration: none;
	padding: 0 4px;
}
#subnav a:hover {
	color: #000;
	text-decoration: underline;
}
#subnav li.current a {
	color: #fff;
}

/*	Text and Content
*************************************************/
h1 {
	margin: 0 0 15px 0;
	padding: 0;
}

h2 {
	font-family: georgia, times, "times new roman", serif;
	font-size: 16px;
	font-weight: bold;
	margin: 1em 0 0.5em 0;
}
	h2 span {
		font-weight: normal;
	}

h3 {
	font-family: georgia, times, "times new roman", serif;
	font-size: 14px;
	font-weight: bold;
	margin: 1em 0 0.5em 0;
}
	h3 span {
		font-weight: normal;
	}

p {
	margin: 0.5em 0 1em 0;
}

.serif {
	font-family: georgia, times, "times new roman", serif;
}

label.block {
	display: block;
	margin-top: 5px;
}


/*	Footer
*************************************************/
#footer ul {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
}
#footer li {
	font-size: 12px;
	font-family: georgia, times, "times new roman", serif;
	display: inline;
	color: #555;
}
#footer a {
	color: #184085;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
li.sep {
	padding: 0 8px;
	color: #555;
}


/*	Page-Level Styles
*************************************************/

/* home page */


/*	Misc Helper Styles
*************************************************/
.replace {
	display: block;
	text-decoration: none;
	/* line-height: 1px; for ie5mac */
}
.replace span {
	display: block;
	text-indent: -1000em;
}
br.clear {
	clear: both;
	width: 0;
	height: 0;
	border: none;
	background: inherit;
	margin: 0;
	padding: 0;
}
