
/* ================================================================= */
/* ================================================================= */
/* general style rules */

	body {
		margin: 0;
		background-color: #004274;
		background-image: url("/bcp/edu/microsites/reachout/_images/background.gif");
		background-repeat: no-repeat;
		background-position: 116px 0px;
		
		font-family: verdana, arial, helvetica, sans-serif;
		color: #626262;
		font-size: 75%;
		line-height: 1.25;
	}
	body.es {
		background-image: url("/bcp/edu/microsites/reachout/_images/background_es.gif");
	}
	
	a {
		color: #004274;
		text-decoration: underline;
	}
		a:visited {
			color: #004274;
		}
		a:hover {
			color: #60788B;
		}
	
	h1 {
		font-size: 140%;
		color: #004274;
		margin-top: 20px;
	}
	
	h2 {
		font-size: 125%;
		font-weight: bold;
		color: #004274;
		margin-top: 20px;
		margin-bottom: 20px;
	}
		body#reachout h2 {
			color: #978700;
		}
		body#order h2 {
			color: #A3B73A;
		}
	
	h3 {
		font-size: 100%;
		color: #978700;
		color: #004274;
		margin-top: 20px;
	}
		body#reachout h3 {
			color: #978700;
		}
		body#order h3 {
			color: #A3B73A;
		}
	
	h4 {
		font-size: 100%;
		margin-bottom: -1.0em;
	}
	
	/* hides the 'skip to content' link from graphical browsers */
	a#skip {
		position: absolute;
		top: -1000px;
	}
	
	/* reformats the ULs on the 'site map' page */
	body#sitemap div#main ul {
		margin-top: 2em;
	}
	body#sitemap div#main ul ul {
		margin-top: 1em;
	}
	body#sitemap div#main ul ul a {
		font-weight: normal;
	}
	
	/* "back to top" links - seen in calendar pages */
	p.top {
		text-align: center;
	}	
	p.top a {
		display: block;
		height: 21px;
		width: 116px;
		background-image: url("/bcp/edu/microsites/reachout/_images/back_to_top.gif");
		background-repeat: no-repeat;
		text-indent: -9000px;
	}
	body.es p.top a {
		background-image: url("/bcp/edu/microsites/reachout/_images/back_to_top_es.gif");
	}


/* ================================================================= */
/* ================================================================= */
/* layout rules - header DIV */

	div#header {
		position: relative;
		height: 55px;
		width: 575px;
		color: #ffffff;
		font-size: 90%;
	}
	
	div#header p#back {
		position: absolute;
		top: 18px;
		left: 42px;
		font-weight: bold;
	}
	div#header p#quicklinks {
		position: absolute;
		top: 18px;
		right: 0px;
	}

	div#header a {
		color: #ffffff;
		text-decoration: underline;
	}
	div#header a:hover {
		color: #cccccc;
	}


/* ================================================================= */
/* ================================================================= */
/* layout rules - main menu */
	
	div#menu {
		height: 40px;
		width: 749px;
		background-image: url("/bcp/edu/microsites/reachout/_images/menu_background.gif");
		background-repeat: no-repeat;
		background-position: top right;
	}
		
	div#menu ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	div#menu ul li {
		float: left;
	}
	div#menu a {
		display: block;
		height: 40px;
		background-repeat: no-repeat;
		text-decoration: none;
		/* text-indent hides the ordinary HTML text */
		text-indent: -1000px;
	}
	
		/* english main menu graphics */
		div#menu a#readup {
			width: 143px;
			background-image: url("/bcp/edu/microsites/reachout/_images/menu_readup.gif");
		}
		div#menu a#readup:hover {
			background-image: url("/bcp/edu/microsites/reachout/_images/menu_readup_lit.gif");
		}
		body#readup div#menu a#readup {
			background-image: url("/bcp/edu/microsites/reachout/_images/menu_readup_lit.gif");
		}
		
		div#menu a#reachout {
			width: 137px;
			background-image: url("/bcp/edu/microsites/reachout/_images/menu_reachout.gif");
		}
		div#menu a#reachout:hover {
			background-image: url("/bcp/edu/microsites/reachout/_images/menu_reachout_lit.gif");
		}
		body#reachout div#menu a#reachout {
			background-image: url("/bcp/edu/microsites/reachout/_images/menu_reachout_selected.gif");
		}
		
		div#menu a#order {
			width: 167px;
			background-image: url("/bcp/edu/microsites/reachout/_images/menu_order.gif");
		}
		div#menu a#order:hover {
			background-image: url("/bcp/edu/microsites/reachout/_images/menu_order_lit.gif");
		}
		body#order div#menu a#order {
			background-image: url("/bcp/edu/microsites/reachout/_images/menu_order_lit.gif");
		}
		
		div#menu a#language {
			width: 135px;
			background-image: url("/bcp/edu/microsites/reachout/_images/menu_espanol.gif");
		}
		div#menu a#language:hover {
			background-image: url("/bcp/edu/microsites/reachout/_images/menu_espanol_lit.gif");
		}
		
		/* spanish main menu graphics */
		
		body.es div#menu a#readup {
			width: 153px;
			background-image: url("/bcp/edu/microsites/reachout/_images/menu_readup_es.gif");
		}
		body.es div#menu a#readup:hover {
			background-image: url("/bcp/edu/microsites/reachout/_images/menu_readup_lit_es.gif");
		}
		body#readup.es div#menu a#readup {
			background-image: url("/bcp/edu/microsites/reachout/_images/menu_readup_lit_es.gif");
		}
		
		body.es div#menu a#reachout {
			width: 137px;
			background-image: url("/bcp/edu/microsites/reachout/_images/menu_reachout_es.gif");
		}
		body.es div#menu a#reachout:hover {
			background-image: url("/bcp/edu/microsites/reachout/_images/menu_reachout_lit_es.gif");
		}
		body#reachout.es div#menu a#reachout {
			background-image: url("/bcp/edu/microsites/reachout/_images/menu_reachout_selected_es.gif");
		}
		
		body.es div#menu a#order {
			width: 167px;
			background-image: url("/bcp/edu/microsites/reachout/_images/menu_order_es.gif");
		}
		body.es div#menu a#order:hover {
			background-image: url("/bcp/edu/microsites/reachout/_images/menu_order_lit_es.gif");
		}
		body#order.es div#menu a#order {
			background-image: url("/bcp/edu/microsites/reachout/_images/menu_order_lit_es.gif");
		}
		
		body.es div#menu a#language {
			width: 125px;
			background-image: url("/bcp/edu/microsites/reachout/_images/menu_espanol_es.gif");
		}
		body.es div#menu a#language:hover {
			background-image: url("/bcp/edu/microsites/reachout/_images/menu_espanol_lit_es.gif");
		}


/* ================================================================= */
/* ================================================================= */
/* layout rules - submenu (currently only seen in the Reach Out section) */
	
	div#submenu {
		width: 749px;
		background-color: #ffffff;
		background-image: url("/bcp/edu/microsites/reachout/_images/submenu_background_reachout.gif");
		background-repeat: no-repeat;
		font-size: 90%;
	}
	
	div#submenu ul {
		height: 34px;
		list-style-type: none;
		padding: 0;
		margin: 0;
		margin-left: 23px;
	}	
	div#submenu ul li {
		height: 34px;
		float: left;
		padding-top: 6px;
		padding-left: 13px;
		padding-right: 13px;
		background-image: url("/bcp/edu/microsites/reachout/_images/submenu_separator_reachout.gif");
		background-repeat: no-repeat;
		background-position: top right;
	}	
	
	div#submenu a {
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
	}
	div#submenu a:visited {
		color: #ffffff;
	}
	div#submenu a:hover {
		color: #978700;
	}
	
	div#submenu a.selected {
		color: #978700;
	}
	div#submenu a.selected:visited {
		color: #978700;
	}
	div#submenu a.selected:hover {
		color: #978700;
	}


/* ================================================================= */
/* ================================================================= */
/* layout rules - on-page "jump menus" (seen in the Reach Out section) */

	ul.jumpmenu {
		width: 480px;
		list-style-type: none;
		font-size: 90%;
		margin: 0 0 40px 2px;
		padding: 0;
	}
	
	ul.jumpmenu li {
		padding: 5px 5px 5px 27px;
		background-image: url("/bcp/edu/microsites/reachout/_images/jumplink_bullet.gif");
		background-repeat: no-repeat;
		background-position: 10px 9px;
	}
	
	ul.jumpmenu li.shaded {
		background-color: #f5f5f5;
	}
	
	ul.jumpmenu a {
		color: #626262;
		text-decoration: none;
	}
	ul.jumpmenu a:visited {
		color: #626262;
		text-decoration: none;
	}
	ul.jumpmenu a:hover {
		color: #999999;
		text-decoration: none;
	}
	
	/* used in the events calendar pages */
	p.jumpmenu {
		font-size: 85%;
		margin-top: 30px;
		margin-bottom: 30px;
		margin-right: 320px;
	}


/* ================================================================= */
/* ================================================================= */
/* layout rules - on-page "next page" buttons */

	table.button {
		width: 10px;
		height: 30px;
		float: right;
	}
	
	table.button td.left {
		width: 1%;
	}
	table.button td.center {
		background-image: url("/bcp/edu/microsites/reachout/_images/button_background.gif");
		background-repeat: repeat-x;
		width: 98%;
		padding-bottom: 2px;
		padding-left: 10px;
		padding-right: 10px;
	}
	table.button td.center a {
		white-space: nowrap;
		color: #ffffff;
		font-size: 90%;
		text-decoration: none;
	}
	table.button td.center a:visited {
		white-space: nowrap;
		color: #ffffff;
		font-size: 90%;
		text-decoration: none;
	}
	table.button td.center a:hover {
		color: #60788B;
	}
	table.button td.right {
		width: 1%;
		text-align: right;
	}


/* ================================================================= */
/* ================================================================= */
/* layout rules - main content DIV */
	
	div#main {
		width: 665px;
		background-color: #ffffff;
		background-image: url("/bcp/edu/microsites/reachout/_images/content_background.jpg");
		background-repeat: no-repeat;
		background-position: bottom right;
		padding-top: 15px;
		padding-right: 42px;
		padding-bottom: 42px;
		padding-left: 42px;
		overflow: visible;
	}
	body#home div#main {
		padding-top: 30px;
		background-image: url("/bcp/edu/microsites/reachout/_images/content_background_home.jpg");
	}
	
		/* min-height ensures that bg photo is visible on short pages (non-IE browsers) */
		div#main {
			min-height: 350px;
		}		
		/* this rule ensures that bg photo is visible on short pages (IE-only hack) */	
		* html div#main {
			height: 350px;
		}
		
	div#main ul {
		margin-top: -10px;
	}		
	div#main li {
		margin-bottom: 5px;
	}	
	div#main ul ul {
		margin-bottom: 10px;
	}		
		
	div#main a {
		font-weight: bold;
	}


/* ================================================================= */
/* ================================================================= */
/* layout rules - footer DIV */
		
	div#footer {
		width: 749px;
		background-image: url("/bcp/edu/microsites/reachout/_images/footer_background.gif");
		background-repeat: no-repeat;
		padding-top: 140px;
		padding-bottom: 20px;
		color: #80A1BA;
		text-align: center;
		font-size: 90%;
	}
		
	div#footer a {
		color: #ffffff;
		white-space: nowrap;
	}
	div#footer a:visited {
		color: #ffffff;
	}
	div#footer a:hover {
		color: #cccccc;
	}


/* ================================================================= */
/* ================================================================= */
/* styles specific to the homepage */

	body#home div#main a {
		color: #7FA0B9;
	}
	body#home div#main a:visited {
		color: #7FA0B9;
	}
	body#home div#main a:hover {
		color: #60788B;
	}

	h1.readup {
		height: 12px;
		width: 410px;
		background-image: url("/bcp/edu/microsites/reachout/_images/header_home_readup.gif");
		background-repeat: no-repeat;
		margin-bottom: -8px;
		/* text-indent hides the ordinary HTML text */
		text-indent: -1000px;
		/* tiny font size prevents H1 text from forcing a height */
		font-size: 1%;
	}
		/* espaņol */
		body.es h1.readup {
			height: 18px;
			width: 461px;
			background-image: url("/bcp/edu/microsites/reachout/_images/header_home_readup_es.gif");
		}
	
	p.readup {
		margin-right: 250px !important;
	}
	
	h1.reachout {
		height: 28px;
		width: 446px;
		background-image: url("/bcp/edu/microsites/reachout/_images/header_home_reachout.gif");
		background-repeat: no-repeat;
		margin-top: 30px;
		margin-bottom: -8px;
		/* text-indent hides the ordinary HTML text */
		text-indent: -1000px;
		/* tiny font size prevents H1 text from forcing a height */
		font-size: 1%;
	}
		/* espaņol */
		body.es h1.reachout {
			height: 50px;
			background-image: url("/bcp/edu/microsites/reachout/_images/header_home_reachout_es.gif");
		}
	
	p.reachout {
		margin-right: 260px !important;
	}


/* ================================================================= */
/* ================================================================= */
/* styles specific to each of the main sections */

	body#reachout h1 {
		height: 14px;
		width: 128px;
		background-image: url("/bcp/edu/microsites/reachout/_images/hdr_reachout.gif");
		background-repeat: no-repeat;
		/* text-indent hides the ordinary HTML text */
		text-indent: -1000px;
		/* tiny font size prevents H1 text from forcing a height */
		font-size: 1%;
	}
		/* espaņol */
		body#reachout.es h1 {
			height: 22px;
			width: 128px;
			background-image: url("/bcp/edu/microsites/reachout/_images/hdr_reachout_es.gif");
		}

	body#readup h1 {
		height: 14px;
		width: 99px;
		background-image: url("/bcp/edu/microsites/reachout/_images/hdr_readup.gif");
		background-repeat: no-repeat;
		/* text-indent hides the ordinary HTML text */
		text-indent: -1000px;
		/* tiny font size prevents H1 text from forcing a height */
		font-size: 1%;
	}
		/* espaņol */
		body#readup.es h1 {
			height: 22px;
			width: 200px;
			background-image: url("/bcp/edu/microsites/reachout/_images/hdr_readup_es.gif");
		}

	body#order h1 {
		height: 14px;
		width: 239px;
		background-image: url("/bcp/edu/microsites/reachout/_images/hdr_order.gif");
		background-repeat: no-repeat;
		/* text-indent hides the ordinary HTML text */
		text-indent: -1000px;
		/* tiny font size prevents H1 text from forcing a height */
		font-size: 1%;
	}
		/* espaņol */
		body#order.es h1 {
			height: 22px;
			width: 280px;
			background-image: url("/bcp/edu/microsites/reachout/_images/hdr_order_es.gif");
		}

	body#sitemap h1 {
		height: 14px;
		width: 239px;
		background-image: url("/bcp/edu/microsites/reachout/_images/hdr_sitemap.gif");
		background-repeat: no-repeat;
		/* text-indent hides the ordinary HTML text */
		text-indent: -1000px;
		/* tiny font size prevents H1 text from forcing a height */
		font-size: 1%;
	}
		/* espaņol */
		body#sitemap.es h1 {
			height: 22px;
			width: 239px;
			background-image: url("/bcp/edu/microsites/reachout/_images/hdr_sitemap_es.gif");
		}


/* ================================================================= */
/* ================================================================= */
/* layout rules - decorative gear-shaped images @ top right */

	/* 'placeholder' is an invisible DIV floated right, so text wraps around */
	div.placeholder {
		width: 189px;
		height: 160px;
		float: right;
		margin-right: -15px;
	}

	/* 'decorative' is an absolutely-positioned DIV containing the decorative gear-shaped images */
	div.decorative {
		width: 189px;
		height: 191px;
		background-repeat: no-repeat;
		position: absolute;
		top: 100px;
		left: 569px;
	}
	/* must appear lower on-screen in "reach out" sections */
	body#reachout div.decorative {
		top: 140px;
	}
	
	div.studying {
		background-image: url("/bcp/edu/microsites/reachout/_images/gearimage_studying.gif");
	}
	div.office {
		background-image: url("/bcp/edu/microsites/reachout/_images/gearimage_office.gif");
	}
	div.men {
		background-image: url("/bcp/edu/microsites/reachout/_images/gearimage_men.gif");
	}
	div.family {
		background-image: url("/bcp/edu/microsites/reachout/_images/gearimage_family.gif");
	}
	div.finances {
		background-image: url("/bcp/edu/microsites/reachout/_images/gearimage_finances.gif");
	}
	div.construction {
		background-image: url("/bcp/edu/microsites/reachout/_images/gearimage_construction.gif");
	}
	div.graduation {
		background-image: url("/bcp/edu/microsites/reachout/_images/gearimage_graduation.gif");
	}
	div.portrait {
		background-image: url("/bcp/edu/microsites/reachout/_images/gearimage_portrait.gif");
	}
	div.videocam {
		background-image: url("/bcp/edu/microsites/reachout/_images/gearimage_videocam.gif");
	}
	div.storybook {
		background-image: url("/bcp/edu/microsites/reachout/_images/gearimage_storybook.gif");
	}


/* ================================================================= */
/* ================================================================= */
/*  */
