@charset "UTF-8";
/* CSS Document */

/* GLOBAL
   ------ */
/* About sidebar */
#about_sidebar {
	/* not absolutely positioned in order to force the footer */
	width: 160px;
	margin-top: 15px;
	background: url(/images/about/about_sidebar_bg.jpg) repeat-x #3b2186;
	border: 1px solid #3b2186;
}
#about_sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
#about_sidebar ul li {
	background: url(/images/site/bullet_plus.gif) transparent;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #c6c6c6;
	text-transform: uppercase;
	line-height: 40px;
	letter-spacing: 1px;
	border-bottom: 1px solid #3b2186;
}
#about_sidebar ul li.static {
	background: url(/images/site/bullet_plus.gif) #000000;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 40px;
	letter-spacing: 1px;
	border-bottom: 1px solid #3b2186;
	padding: 0 0 0 30px;
}
#about_sidebar ul li a {
	margin: 0;
	display: block;
	text-decoration: none;
	color: #c6c6c6;
	padding: 0 0 0 30px;
}
#about_sidebar ul li a:hover {
	background: url(/images/site/bullet_plus.gif) #000000;
}

/* Main text box */
#about_box {
	position: absolute;
	width: 600px; /* 630 - 30 */
	top: 0px;
	left: 170px;
	border-top: 1px solid #b7c92f;
	border-bottom: 1px solid #b7c92f;
	padding: 15px;
}

/* Text definitions */
#about_box h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	line-height: 18px;
	margin: 0;
	padding: 18px 0 0 0;
	color: #b7c92f;
}
#about_box h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	line-height: 18px;
	margin: 0;
	padding: 18px 0 18px 0;
	color: #c6c6c6;
}
#about_box p {
	line-height: 18px;
}
#about_box p.doublespace {
	line-height: 24px;
}
#about_box p a {
	text-decoration: none;
	color: #b7c92f;
}
#about_box p a:hover {
	text-decoration: underline;
}
#about_box ul {
	margin: 18px 0 18px 30px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	line-height: 18px;
	color: #c6c6c6;
}
#about_box ul a {
	text-decoration: none;
	color: #b7c92f;
}
#about_box ul a:hover {
	text-decoration: underline;
}
#about_box ul.nogap {
	margin: 0 0 0 15px;
}
#about_box h3.bigcaps {
	font-size: 16px;
	font-weight: bold;
}
.yellow {
	color: #b7c92f;
}
.blackbox_logo {
	display: block;
	width: 572px; /* 600 - 28 */
	height: 511px; /* 525 - 14 */
	background: url(/images/about/about_about_logo.png);
	border: 0;
	margin: 0 auto;
	padding: 14px 14px 0 14px;
}

/* INDIVIDUAL PAGES
   ---------------- */
/* Height of sidebar for each individual page */
div#about_sidebar.factsheet {
	height: 1350px;
}
div#about_sidebar.ourmission {
	height: 570px;
}
div#about_sidebar.history {
	height: 750px;
}
div#about_sidebar.curriculum {
	height: 2980px;
}
div#about_sidebar.apply {
	height: 570px;
}
div#about_sidebar.financial {
	height: 625px;
}
div#about_sidebar.press {
	height: 870px;
}
div#about_sidebar.mailing {
	height: 570px;
}
div#about_sidebar.contact {
	height: 675px;
}

/* Height of text box for each individual page */
div#about_box.factsheet {
	background: url(/images/about/about_gradient_1350.png);
	height: 1320px; /* 1350 - 30 */
}
div#about_box.ourmission {
	background: url(/images/about/about_gradient_570.png);
	height: 540px; /* 570 - 30 */
}
div#about_box.history {
	background: url(/images/about/about_gradient_750.png);
	height: 720px; /* 750 - 30 */
}
div#about_box.curriculum {
	background: url(/images/about/about_gradient_2980.png);
	height: 2950px; /* 2980 - 30 */
}
div#about_box.apply {
	background: url(/images/about/about_gradient_570.png);
	height: 540px; /* 570 - 30 */
}
div#about_box.financial {
	background: url(/images/about/about_gradient_625.png);
	height: 595px; /* 625 - 30 */
}
div#about_box.press {
	background: url(/images/about/about_gradient_870.png);
	height: 840px; /* 870 - 30 */
}
div#about_box.mailing {
	background: url(/images/about/about_gradient_570.png);
	height: 540px; /* 570 - 30 */
}
div#about_box.contact {
	background: url(/images/about/about_gradient_675.png);
	height: 645px; /* 675 - 30 */
}

/* For the form elements in the mailing list page */
#mailing_list {
	margin: 20px 0 0 0;
	width: 220px; /* 240 - 20 */
	height: 80px; /* 88 - 8 */
	background: none;
	border: 1px solid #b7c92f;
	padding: 8px 10px 0 10px;
	position: relative;
}
form {
	margin: 0;
	padding: 0;
}
input.email_input {
	border: none;
	width: 220px;
	height: 16px;
	margin: 6px 0 0 0;
	padding: 2px 0 0 0;
	background: #c6c6c6;
}
input:focus.email_input {
	outline: none;
	background: #ffffff;
}
.more_link_gold {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.more_link_gold a {
	background: transparent url(/images/home/more_button_gold.png) scroll no-repeat right center;
	color: #b7c92f;
	text-decoration: none;
	padding: 0 20px 2px 0;
}
.more_link_gold a:hover {
	text-decoration: underline;
}
