/* =MASS RESET */
@import url('reset.css');

/* =HACKS */
@import url('hack.css'); /* this could be fixed by overflow:auto on innerwrap, but that cuts off logo */

/* =GENERAL */
html {
	background:#173857 url(../images/html_bg.jpg) repeat-x;
}
body {
	font-size:62.5%;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; /*check alternate fonts */
	color:#363434;
	text-align:center;
	background:transparent url(../images/header_bg_about.jpg) no-repeat top center;
	padding-top:1px; /* this makes the header image go top top of screen - why? */
}
body.about {
	background:url(../images/header_bg_about.jpg) no-repeat top center;
}
body.admissions {
	background:url(../images/header_bg_admissions.jpg) no-repeat top center;
}
body.life {
	background:url(../images/header_bg_life.jpg) no-repeat top center;
}
body.outreach {
	background:url(../images/header_bg_outreach.jpg) no-repeat top center;
}

/* =TYPOGRAPHY */
p, ul li, dt, dd {
	font-size:1.1em;
	/*line-height:125%;*/
	line-height:1.27273em;
}
p, ul {
	/*margin-bottom:1em;*/
	margin-bottom:1.27273em;
}
ul ul {
	margin-bottom:0;
}
#text ul {
	margin-left:1.5em;
}
#text ul li {
	list-style-type:disc;
}
#text ul ul li {
	list-style-type:circle;
}
#text ul ul ul li {
	list-style-type:square;
}
em {
	font-style:italic;
}
.cite {
	font-size:0.9em;
	font-style:italic;
}

/* =HEADERS */
h1, h2, h3, h4, dt, strong {
	font-weight:bold;
}
h2 {
	font-size:2.8em;
	color:#1d451f;
	/*margin-bottom:1em;*/
	margin-bottom:1.27273em;
	/*text-indent:-20000px;*/
}
h3 {
	font-size:1.4em;
	color:#1d451f;
	font-style:italic;
	margin-bottom:0.5em;
	letter-spacing:-0.06em;
}
h4 {
	font-size:1.4em;
	margin-bottom:0.5em;
}

/* =LINKS */
a:link {
	color:#a0101a;
	text-decoration:underline;
}
a:visited {
	color:#1d451f;
}
a:hover {
	color:#760f16;
}

/* =CONTAINERS */
#container {
	width:75em;
	margin:133px auto 2em;
	text-align:left;
	background:transparent url(../images/container_bg.png) repeat;
	padding:1em;
}
#innerwrap {
	background:#eff2c2 url(../images/contentcontainer_bg.jpg) repeat-x;
	min-height:50em;
}

/* =HEADER */
#header {
	float:left;
	width:75em;
}
#header h1 {
	float:left;
	width:211px;
	height:211px;
	margin-left:-50px;
	margin-top:-75px;
}

/* =MAIN NAVIGATION */
#mainnav {
	float:right;
	width:54.7em;
	background:#15304b url(../images/mainnav_bg.jpg) repeat-x top left;
	text-align:center;
	color:#fff;
	margin:1em 0;
}
#mainnav ul {
	background:transparent url(../images/mainnav_ul_bg.jpg) repeat-x bottom left;
	margin-bottom:0;
}
#mainnav ul li {
	display:inline;
	font-size:1.4em;
	line-height:2.65em;
	font-weight:bold;
	/*padding:0 0.4em;*/ /* put this back once Supporting TJS is added */
	padding:0 1.2em;
	border-left:2px solid #1b5587;
}
#mainnav .firstmainnavli {
	border-left:none;
	margin-left:2px;
}
#mainnav a {
	color:#fff;
	text-decoration:none;
}
#mainnav a:hover {
	text-decoration:underline;
}
body.abouttjs #navAbouttjs a,
body.admissions #navAdmissions a,
body.life #navLife a,
body.outreach #navOutreach a {
	background:transparent url(../images/founding_bg.png) no-repeat center left;
	padding-left:18px;
}
body.abouttjs #navAbouttjs a:hover,
body.admissions #navAdmissions a:hover,
body.life #navLife a:hover,
body.outreach #navOutreach a:hover {
	text-decoration:none;
}

/* =SECONDARY NAVIGATION */
.secondarynav {
	float:left;
	width:16.4em;
	margin:1.4em 0 0 1.2em;
	background:transparent url(../images/secondary_nav_bg.png) no-repeat bottom right;
	padding-bottom:210px; /* this keeps image just under last menu item (was 180) */
}
.secondarynav ul {
	/*float:left;*/ /* fixes doubled margin in IE7 */
}
.secondarynav ul li {
	font-size:1.2em;
	margin-bottom:0.75em;
	padding-left:2em;
	text-indent:-2em;
	/*clear:both;*/ /* fixes doubled margin in IE7 */
}
.secondarynav ul li a {
	color:#1d451f;
	border-left:3px solid #cbce96;
	padding-left:0.5em;
	text-decoration:none;
}
.secondarynav ul li a:hover {
	text-decoration:underline;
}
.secondarynav ul li ul li a:hover {
	border-left:3px solid #a9ab7d;
}
#lifenav #navEIprogram,
#lifenav #navSchoolageprogram {
	/*display:inline;*/ /* for IE7 - check IE6 - this breaks in FF */
	/*margin-bottom:0.1em;*/ /* fixes doubled margin in IE7 */
}
#lifenav ul li.subnav {
	/*padding-left:2.4em;*/
	margin:0.8em 0 0 -1em; /* check left margin */
	line-height:1.2em;
	text-indent:-1.8em;
	/*margin-bottom:.8em;*/
	font-size:0.8em;
}
body#greeting li#navGreeting a,
body#mission li#navMission a,
body#about li#navAbout a,
body#history li#navHistory a,
body#directory li#navDirectory a,
body#board li#navBoard a,
body#employment li#navEmployment a,
body#contact li#navContact a,
body#welcome li#navWelcome a,
body#forms li#navForms a,
body#directions li#navDirections a,
body#transportation li#navTransportation a,
body#eiprogram li#navEIprogram a.topnav, /* this is an issue in IE */
body#eiprograms li#navEIprograms a,
body#eistrategies li#navEIstrategies a,
body#eiassessment li#navEIassessment a,
body#eiconsultation li#navEIconsultation a,
body#eioutings li#navEIoutings a,
body#eituition li#navEItuition a,
body#eifunding li#navEIfunding a,
body#assessment li#navAssessment a,
body#consultation li#navConsultation a,
body#outings li#navOutings a,
body#academics li#navAcademics a,
body#daytreatment li#navDaytreatment a,
body#vocation li#navVocation a,
body#calendar li#navCalendar a,
body#library li#navLibrary a,
body#links li#navLinks a {
	font-weight:bold;
	border-left:3px solid #cb1924;
}
body#greeting li#navGreeting a:hover,
body#mission li#navMission a:hover,
body#about li#navAbout a:hover,
body#history li#navHistory a:hover,
body#directory li#navDirectory a:hover,
body#board li#navBoard a:hover,
body#employment li#navEmployment a:hover,
body#contact li#navContact a:hover,
body#welcome li#navWelcome a:hover,
body#forms li#navForms a:hover,
body#directions li#navDirections a:hover,
body#transportation li#navTransportation a:hover,
body#eiprogram li#navEIprogram a.topnav:hover, /* this is an issue in IE */
body#eiprograms li#navEIprograms a:hover,
body#eistrategies li#navEIstrategies a:hover,
body#eiassessment li#navEIassessment a:hover,
body#eiconsultation li#navEIconsultation a:hover,
body#eioutings li#navEIoutings a:hover,
body#eituition li#navEItuition a:hover,
body#eifunding li#navEIfunding a:hover,
body#assessment li#navAssessment a:hover,
body#consultation li#navConsultation a:hover,
body#outings li#navOutings a:hover,
body#academics li#navAcademics a:hover,
body#daytreatment li#navDaytreatment a:hover,
body#vocation li#navVocation a:hover,
body#calendar li#navCalendar a:hover,
body#library li#navLibrary a:hover,
body#links li#navLinks a:hover {
	text-decoration:none;
}

/* =FACEBOOK */
p.facebook {
	display:none;
	background:transparent url(../images/facebook_bg.png) no-repeat top left;
	padding-left:20px;
	line-height:20px;
	margin-top:2em;
	color:#1D451F;
}
body#greeting p.facebook {
	display:block;
}
p.facebook a {
	color:#1D451F;
	text-decoration:none;
}
p.facebook a:hover {
	text-decoration:underline;
}

/* =TARGET */
a.target {
	display:none;
}
body#greeting a.target {
	display:block;
}

/* =MAIN CONTENT */
#maincontent {
	float:right;
	width:54.7em; /* this causes space at bottom of div in IE6 and IE7 */
	margin:-5.4em 0 5em 0; /* is there a better way to do top margin? looks goofy when zoom text only */
}
#text {
	float:left;
	width:34em;
}
#image {
	float:right;
	width:18.5em;
}
#image img {
	background:transparent url(../images/img_bg.png) no-repeat right bottom;
	padding:10px 20px 20px 10px;
}
.alert {
	background:transparent url(../images/founding_bg.gif) no-repeat 0px 7px;
	font-size:1.4em;
	font-weight:bold;
	border-top:1px dashed #A6A974;
	border-bottom:1px dashed #A6A974;
	padding:0.5em 0 0.5em 20px;
}
#alert {
	float:right;
	width:17em;
	margin-top:1em;
	margin-right:1.5em;
	border-bottom:1px solid #cb1a22;
}
#alert #title {
	background:#a0101a url(../images/alert_bg.jpg) repeat-x top left;
	color:#fff;
	font-weight:bold;
	font-size:1.2em;
	padding:0.7em;
}
#alert p {
	padding:0.7em;
	margin-bottom:0;
}
.vcard {
	font-size:1.2em;
	line-height:115%;
	/*margin-bottom:1em;*/
	margin-bottom:1.27273em;
}
.org {
	font-size:1.2em;
}
.org, .type, .email {
	font-weight:bold;
}
.value {
	font-weight:normal;
}
.adr, .tel {
	margin-bottom:0.8em;
}

/* =TABLES */
table {
	font-size:1.1em;
	border-top:1px solid #363434;
	border-bottom:1px solid #363434;
}
caption {
	font-weight:bold;
	font-size:1.2em;
	text-align:center;
	padding:1em 0;
	color:#1D451F;
}
.smallcaption {
	font-size:0.8em;
}
th, td {
	padding:0.5em;
}
th {
	font-weight:bold;
	border-bottom:1px solid #363434;
}
.center {
	text-align:center;
}

/* =DIRECTORY */
#directory dt {
	font-size:1.4em;
	padding-left:7.25em;
	clear:both;
	margin-top:1em;
}
#directory dt.first {
	margin-top:0;
}
#directory dd.title {
	font-size:1.2em;
	margin-bottom:1em;
	padding-left:8.35em;
}
#directory dd.img img {
	background:url(../images/img_bg.png) no-repeat right bottom;
	padding:5px 15px 15px 5px;
	float:left;
	margin-top:-3.5em;
}
#directory dd.img img.long {
	margin-top:-4.8em;
}
#directory dd.credentials {
	font-size:1em;
}
#directory dd.credentials ul li {
	margin-left:9em;
}
#directory dd.email {
	margin-left:9.25em;
}
#directory span.founding {
	background:url(../images/founding_bg.png) no-repeat right top;
	padding-right:1.2em;
}
#directory p.founding {
	clear:both;
	background:url(../images/founding_bg.png) no-repeat left top;
	padding-left:1.6em;
	height:1.4em;
	line-height:1.6em;
	margin-left:7.7em;
}

/* =BOARD OF DIRECTORS */
#board dl {
	margin-bottom:2em;
}
#board dd {
	margin-left:1em;
	margin-bottom:1em;
}

/* =ADMISSIONS FORMS/CALENDAR */
#forms #text li,
#calendar #text li {
	font-size:1.3em;
	line-height:2.2em;
	background:url(../images/pdf.gif) no-repeat left center;
	list-style-type:none;
	margin-left:-1.2em;
	padding-left:1.6em;
}

/* =DIRECTIONS */
#directions iframe {
	width:34em;
	height:34em;
	margin-bottom:1em;
}
#directions #text a {
	margin-top:1em;
	font-size:1.1em;
}

/* =EI FUNDING */
body#eifunding li {
	margin-bottom:1em;
}

/* =FOOTER */
#footer {
	clear:both;
	background:#4d92cd url(../images/footer_bg.jpg) repeat-x;
	height:8em;
	color:#fff;
	padding-top:2em;
}
#footer li, #footer p {
	font-size:1.1em;
}
#footer li {
	display:inline;
	padding:0 0.8em;
	border-left:1px solid #fff;
}
#footer .firstfooterli {
	border-left:none;
	margin-left:1px;
}
#footer a {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer p {
	margin-top:0.8em;
}

/* =HEADER IMAGES */
/*body#greeting h2 {
	background:transparent url(../images/h1_greeting_bg.gif) no-repeat top left;
}
body#mission h2 {
	background:url(../images/h1_mission_bg.gif) no-repeat top left;
	text-indent:-20000px;
}
body#about h2 {
	background:url(../images/h1_about_bg.gif) no-repeat top left;
	text-indent:-20000px;
}
body#history h2 {
	background:url(../images/h1_history_bg.gif) no-repeat top left;
	text-indent:-20000px;
}
body#directory h2 {
	background:url(../images/h1_directory_bg.gif) no-repeat top left;
	text-indent:-20000px;
}
body#board h2 {
	background:url(../images/h1_board_bg.gif) no-repeat top left;
	text-indent:-20000px;
}
body#employment h2 {
	background:url(../images/h1_employment_bg.gif) no-repeat top left;
	text-indent:-20000px;
}
body#contact h2 {
	background:url(../images/h1_contact_bg.gif) no-repeat top left;
	text-indent:-20000px;
}
body#welcome h2 {
	background:url(../images/h1_welcome_bg.gif) no-repeat top left;
	text-indent:-20000px;
}
body#forms h2 {
	background:url(../images/h1_forms_bg.gif) no-repeat top left;
	text-indent:-20000px;
}
body#directions h2 {
	background:url(../images/h1_directions_bg.gif) no-repeat top left;
	text-indent:-20000px;
}
body#transportation h2 {
	background:url(../images/h1_transportation_bg.gif) no-repeat top left;
	text-indent:-20000px;
}
body#eiprogram h2 {
	background:url(../images/h1_eiprogram_bg.gif) no-repeat top left;
	text-indent:-20000px;
}
body#eistrategies h2 {
	background:url(../images/h1_eistrategies_bg.gif) no-repeat top left;
	text-indent:-20000px;
}
body#eiassessment h2 {
	background:url(../images/h1_eiassessment_bg.gif) no-repeat top left;
	text-indent:-20000px;
}
body#eiconsultation h2 {
	background:url(../images/h1_eiconsultation_bg.gif) no-repeat top left;
	text-indent:-20000px;
}
body#eioutings h2 {
	background:url(../images/h1_eioutings_bg.gif) no-repeat top left;
	text-indent:-20000px;
}
body#assessment h2 {
	background:url(../images/h1_assessment_bg.gif) no-repeat top left;
	text-indent:-20000px;
}
body#consultation h2 {
	background:url(../images/h1_consultation_bg.gif) no-repeat top left;
	text-indent:-20000px;
}
body#outings h2 {
	background:url(../images/h1_outings_bg.gif) no-repeat top left;
	text-indent:-20000px;
}
body#academics h2 {
	background:url(../images/h1_academics_bg.gif) no-repeat top left;
	text-indent:-20000px;
}
body#daytreatment h2 {
	background:url(../images/h1_daytreatment_bg.gif) no-repeat top left;
	text-indent:-20000px;
}
body#vocation h2 {
	background:url(../images/h1_vocation_bg.gif) no-repeat top left;
	text-indent:-20000px;
}
body#calendar h2 {
	background:url(../images/h1_calendar_bg.gif) no-repeat top left;
	text-indent:-20000px;
}
body#library h2 {
	background:url(../images/h1_library_bg.gif) no-repeat top left;
	text-indent:-20000px;
}
body#links h2 {
	background:url(../images/h1_links_bg.gif) no-repeat top left;
	text-indent:-20000px;
}
body#sitemap h2 {
	background:url(../images/h1_sitemap_bg.gif) no-repeat top left;
	text-indent:-20000px;
}
body#terms h2 {
	background:url(../images/h1_termsofuse_bg.gif) no-repeat top left;
	text-indent:-20000px;
}*/