/* Public Prep Style Sheet */
/* Last revision: 12.16.09 */
/*------------------------------------------*/

.edit {
	background-color: red;
	color: white;
	padding: 5px;
}

/* GLOBAL ESSENTIALS */
/* -------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
	}

body {
	width: 100%;
	font-family: "Georgia", "Serif";
	font-size: 62.5%;
	color: #666;
}

p {
	font-size: 1.3em;
	line-height: 1.6em;
	margin-bottom: 1.3em;
}

.clear {
	clear: both;
}

a {
	text-decoration: none;
	border: none;
	outline: none;
}

.hide{
	display: none;
}


/* Structure */
/* -------------------------------------- */

#wrapper {
	width: 984px;
	margin: 30px auto 0 auto;
}

#navigation {
	width: 984px;
	margin-bottom: 8px;
	font-family: "Arial","Sans-Serif";
}

#photo {
	width: 984px;
	height: 350px;
	border-top: 6px solid #B2BB1E;
	border-bottom: 10px solid #B2BB1E;
}

#schools #photo {
	border-top: 6px solid #F5822A;
	border-bottom: 10px solid #F8971D;
}

.public_home { background-image: url(../images/banners/pub_prep/home_photo.jpg); }
.public_about { background-image: url(../images/banners/pub_prep/banner_about.jpg); }
.public_schools { background-image: url(../images/banners/pub_prep/banner_schools.jpg); }
.public_enroll { background-image: url(../images/banners/pub_prep/banner_enroll.jpg); }
.public_careers { background-image: url(../images/banners/pub_prep/banner_careers.jpg); }
.public_donate { background-image: url(../images/banners/pub_prep/banner_donate.jpg); }
.public_contact { background-image: url(../images/banners/pub_prep/banner_contact.jpg); }

.les_elementary_home { background-image: url(../images/banners/les_elementary/banner_les_home.jpg); }
.les_elementary_model { background-image: url(../images/banners/les_elementary/banner_les_model.jpg); }
.les_elementary_who { background-image: url(../images/banners/les_elementary/banner_les_who.jpg); }
.les_elementary_join { background-image: url(../images/banners/les_elementary/banner_les_join.jpg); }
.les_elementary_contact { background-image: url(../images/banners/les_elementary/banner_les_contact.jpg); }

.les_middle_home { background-image: url(../images/banners/les_middle/les_middle_home.jpg); }
.les_middle_model { background-image: url(../images/banners/les_middle/les_middle_model.jpg); }
.les_middle_who { background-image: url(../images/banners/les_middle/les_middle_whoweare.jpg); }
.les_middle_join { background-image: url(../images/banners/les_middle/les_middle_joinus.jpg); }
.les_middle_contact { background-image: url(../images/banners/les_middle/les_middle_contact.jpg); }

.bronx_elementary_home { background-image: url(../images/banners/bronx_elementary/bronx_es_home.jpg); }
.bronx_elementary_model { background-image: url(../images/banners/bronx_elementary/bronx_es_model.jpg); }
.bronx_elementary_who { background-image: url(../images/banners/bronx_elementary/bronx_es_whoweare.jpg); }
.bronx_elementary_join { background-image: url(../images/banners/bronx_elementary/bronx_es_joinus.jpg); }
.bronx_elementary_espanol { background-image: url(../images/banners/bronx_elementary/bronx_es_spanish.jpg); }
.bronx_elementary_contact { background-image: url(../images/banners/bronx_elementary/bronx_es_contact.jpg); }

#content {
	width: 904px;
	padding: 30px 40px 50px 40px;
}

#public #content {
	border-top: 5px solid #C9D062;
	background-color: #F7F8E9;
}

#schools #content {
	border-top: 5px solid #FDB827;
	background-color: #FFF1E2;
}

#left {
	width: 600px;
}

#right {
	width: 264px;
	float: right;
}

.home #right {
	width: 373px;
	padding-left: 20px;
	border-left: 1px solid #C9D062;
}

#schools.home #right {
	border-left: 1px solid #FDB827;
}

.home #left {
	width: 490px;
}

.message {
	border: 3px solid #D8DD8E;
	background-color: #E8EABB;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 1.4em;
	line-height: 1.4em;
	font-family: "Arial","Sans-Serif";
	color: #555;
}

.errorMessage {
	border: 3px solid #ff6666;
	background-color: #ff9999;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 1.4em;
	line-height: 1.4em;
	font-family: "Arial","Sans-Serif";
	color: #333;
}

/* Headers */
/* -------------------------------------- */

h1 {
	margin-bottom: 10px;
	text-indent: -5000px;
}

h1 a { display: block; };

#public h1 {
	width: 203px;
	height: 44px;
}

#public h1 a {
	width: 203px;
	height: 44px;
	background-image: url(../images/public_prep_logo.gif);	
}

#schools h1 {
	width: 170px;
	height: 81px;
	margin-bottom: 15px;
}

#schools h1 a {
	width: 170px;
	height: 81px;
}

#schools.bronx_elementary h1 a { background-image: url(../images/GP_Bronx_logo.gif); }
#schools.les_elementary h1 a { background-image: url(../images/GP_LES_Elem_logo.gif); }
#schools.les_middle h1 a { background-image: url(../images/GP_LES_Middle_logo.gif); }

h2 {
	font-size: 2.4em;
	margin-bottom: 10px;
	font-family: "Arial","Sans-Serif";
	font-weight: normal;
}

h3 {
	font-size: 1.4em;
	margin-bottom: 7px;
	font-family: "Arial","Sans-Serif";
	font-weight: normal;
}

h3.values {
	margin: -15px 0 15px 0;
}

#public h2, #public #right h3 {
	color: #543B7E;
}

#schools h2, #schools #right h3 {
	color: #F5822A;
}

#left h3 {
	font-weight: bold;
	font-size: 1.5em;
}

#public #left h3 { color: #B2BB1E; }
#schools #left h3 { color: #FDB827; }

#left h3 span {
	font-weight: normal;
}

#public #left h3 a {
	color: #B2BB1E;
	padding-right: 26px;
	background-image: url(../images/arrow_light.gif);
	background-repeat: no-repeat;
	background-position: center right;
	border-bottom: none;
}

#public #left h3 a:hover {
	color: #333;
	border-bottom: none;
}

h4 {
	font-family: "Arial","Sans-Serif";
	font-size: 1.3em;
	font-weight: bold;
	padding-bottom: 3px;
}

#public.enroll #left h3 {
	padding: 10px 0 10px 45px;
	background-color: #E9EDC0;
	background-repeat: no-repeat;
	background-position: 10px center;
}

#public.enroll #left h3.num1 { background-image: url(../images/num1.gif); }
#public.enroll #left h3.num2 { background-image: url(../images/num2.gif); }
#public.enroll #left h3.num3 { background-image: url(../images/num3.gif); }

/* Navigation */
/* -------------------------------------- */

#nav1, #nav2 {
	list-style: none;
	width: 984px;
}

#nav1 {
	height: 36px;
	line-height: 36px;
}

#nav2 {
	height: 25px;
	line-height: 25px;
}

#public #nav1 { background-color: #543B7E; }
#public #nav2 { background-color: #8876A5; }

#schools #nav1 { background-color: #FDB827; }
#schools #nav2 { background-color: #FDC652; }

#nav1 li, #nav2 li {
	float: left;
	display: inline;
}

#nav1 li a {
	width: 164px;
	height: 36px;
	line-height: 36px;
	display: block;
	text-align: center;
	font-size: 1.3em;
	color: #FFF;
}

#nav2 li a {
	padding: 0 25px;
	height: 25px;
	line-height: 25px;
	display: block;
	text-align: center;
	font-size: 1.1em;
	color: #FFF;
	white-space: nowrap;
}

#nav2 li a {
	width: 0;
}


#nav2 li > a {
	width: auto;
}

#public #nav1 li a { background-color: #543B7E; }
#public #nav1 li a:hover, #public #nav1 li a.current { background-color: #B2BB1E; }

#public #nav2 li a { background-color: #8876A5; }
#public #nav2 li a:hover, #public #nav2 li a.current { background-color: #C9D062; }

#schools #nav1 li a { background-color: #FDB827; }
#schools #nav1 li a:hover, #schools #nav1 li a.current { background-color: #F5822A; }

#schools #nav2 li a { background-color: #FDC652; }
#schools #nav2 li a:hover, #schools #nav2 li a.current { background-color: #F79B55; }


/* Assorted */
/* -------------------------------------- */

.home #left p {
	font-size: 1.5em;
	font-family: "Arial","Sans-Serif";
}

hr {
	border: 0;
	color: #B2BB1E;
	background-color: #B2BB1E;
	height: 1px;
	margin: 10px 0 10px 0;
}

#schools hr {
	color: #FDB827;
	background-color: #FDB827;
}

.entry {
	border-bottom: 1px solid #B2BB1E;
	margin-bottom: 20px;
	clear: left;
}

#schools .entry {
	border-bottom: 1px solid #F5822A;
}

.entry img {
	float: left;
	margin: 0 15px 8px 0;
	border: 2px solid #543B7E;
}

#schools .entry img {
	border: 2px solid #FDB827;
}

.home #right p {
	width: 280px;
	font-size: 1.2em;
	margin-bottom: 0;
}

#schools.home #right p {
	width: 350px;
}

#public a.pdf {
	background-image: url(../images/pdf_green.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 3px 0 3px 23px;
	line-height: 25px;
	border-bottom: none;
}

#public a.pdf:hover { border-bottom: none; }

a.more {
	font-family: "Arial","Sans-Serif";
	font-size: 1.0em;
	padding: 3px 6px;
	float: right;
}

.home #right p a { color: #543B7E; }
.home #right p a:hover { color: #000; }

.home a.more {
	background-color: #543B7E;
	border: 1px solid #B2BB1E;
	color: #FFF;
}

.home a.more:hover {
	background-color: #B2BB1E;
}

#left a.donateLink {
	font-family: "Arial","Sans-Serif";
	font-size: 1.1em;
	padding: 5px 10px;
	background-color: #543B7E;
	border: 2px solid #B2BB1E;
	color: #FFF;
	margin: 10px 0;
}

#left a.donateLink:hover {
	color: #FFF;
	background-color: #B2BB1E;
	border: 2px solid #B2BB1E;
}

#right div {
	border: 3px solid #D8DD8E;
	background-color: #E8EABB;
	padding: 20px 20px 10px 20px;
	margin-bottom: 10px;
}

#schools #right div {
	border: 3px solid #FED172;
	background-color: #FEDB93;

}

#right div p {
	font-size: 1.2em;
	margin-bottom: 0;
}

#right div p a, #schools #right a {
	font-size: 1.1em;
	font-family: "Arial","Sans-Serif";
	color: #333;
	padding-right: 26px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: auto;
	margin-bottom: 3px;
}

#schools #right a {
	background-image: url(../images/arrow_light_orange.gif);
}

#schools #right div p a {
	background-image: url(../images/arrow_orange.gif);
}

#right div p a:hover, #schools #right a:hover {
	color: #000;
}

a.video {
	font-family: "Arial","Sans-Serif";
	font-size: 1.0em;
	color: #555;
	float: right;
	margin-top: 20px;
	background-image: url(../images/play.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 3px 0 3px 20px;
}

a.video:hover {
	color: #B2BB1E;
}

a.pubPrepHome {
	width: 122px;
	height: 26px;
	text-indent: -5000px;
	margin-top: 45px;
	float: right;
	display: block;
	background-image: url(../images/public_prep_linkback.gif);
}

#left ul { margin: 0 0 1.7em 0; }
#left ul.pAbove { margin: -1.0em 0 1.7em 0; }

#left ul li {
	font-size: 1.3em;
	line-height: 1.6em;
	margin: 0 0 7px 20px;
}

#left a { color: #543B7E; border-bottom: 1px dotted #543B7E; }
#left a:hover { color: #000; border-bottom: 1px dotted #000; }

#schools #left a { color: #F5822A; border-bottom: 1px dotted #F5822A; }
#schools #left a:hover { color: #000; border-bottom: 1px dotted #000; }

p.langSwap {
	float: right;
	font-family: "Arial","Sans-Serif";
	font-size: 1.1em;
}


/* Quotes */
/* -------------------------------------- */

.quote {
	width: 280px;
	padding: 5px;
}

.quote p {
	width: 250px;
	padding: 15px;
	font-size: 1.5em;
	line-height: 1.3em;
	color: #fff;
	font-family: "Arial","Sans-Serif";
	text-indent: -5px;
	background-image: url(../images/purple_tint.png);
	margin-bottom: 0;
}

#schools .quote p {
	background-image: url(../images/orange_tint.png);
}

.quote p span {
	font-size: 0.8em;
	font-style: italic;
	display: block;
	padding-top: 5px;
}

#public .public_home .quote, #public .public_about .quote, #public .public_donate .quote, #public .public_enroll .quote {
	float: right;
	padding-right: 0;
	border: 1px solid #B2BB1E;
	border-right: none;
	margin-top: 45px;
}

#public .public_schools .quote, #public .public_careers .quote, #public .public_contact .quote  {
	float: left;
	padding-left: 0;
	border: 1px solid #B2BB1E;
	border-left: none;
	margin-top: 45px;
}

#schools .les_elementary_model .quote, #schools .les_elementary_who .quote, #schools .les_elementary_contact .quote, #schools .les_middle_model .quote, #schools .les_middle_who .quote, #schools .bronx_elementary_join .quote, #schools .bronx_elementary_model .quote {
	float: right;
	padding-right: 0;
	border: 1px solid #F5822A;
	border-right: none;
	margin-top: 45px;
}

#schools .les_elementary_home .quote, #schools .les_middle_join .quote, #schools .les_middle_contact .quote, #schools .bronx_elementary_home .quote, #schools .bronx_elementary_who .quote, #schools .les_elementary_join .quote, #schools .les_middle_home .quote, #schools .bronx_elementary_espanol .quote, #schools .bronx_elementary_contact .quote {
	float: left;
	padding-left: 0;
	border: 1px solid #F5822A;
	border-left: none;
	margin-top: 45px;
}

img.chart {
	margin-bottom: 2.0em;
}

/* Form */
/* -------------------------------------- */

form {
	font-family: "Arial","Sans-Serif";
}

form table {
	margin-bottom: 40px;
}

form td {
	padding: 20px 0 15px 0;
	border-bottom: 1px solid #B2BB1E;
	vertical-align: top;
}

form tr.attendHolder {
	display: none;
}

form tr.attendHolder td {
	padding: 5px 0 15px 0;
}

form tr.unruled td {
	border-bottom: none;
}

form tr.stack td {
	border-bottom: none;
	padding: 20px 0 0 0;
}

label {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #555;
	display: block;
	margin-bottom: 3px;
}

label.invalid {
	font-size: 1.1em;
	color: #FF0000;
	font-style: normal;
	margin-top: -5px;
}

input {
	width: 265px;
	font-size: 1.3em;
	padding: 3px;
	margin-bottom: 10px;
}

input.invalid {
	color: #FF0000;
	background-color: #ff9999;
}

select {
	width: 265px;
	font-size: 1.1em;
	margin-right: 5px;
	margin-bottom: 10px;
}

select#birthMonth, select#birthDay {
	width: auto;
}

textarea {
	width: 265px;
	height: 50px;
	font-size: 1.3em;
	padding: 3px;
	margin-bottom: 10px;
}

input#birthYear {
	width: 70px;
}

input#submitApplication, select#schoolId {
	width: auto;
}

input.hear {
	width: auto;
	margin-right: 3px;
}

label.checkLabel {
	display: inline;
}