/* ---------------------------------------------------------------------------

	BroadBased Communications, Inc. Screen Styles
	http://bbased.com

--------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------

	Reset

--------------------------------------------------------------------------- */

html { overflow: -moz-scrollbars-vertical !important; }

/* RESET! */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background-image: transparent;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ---------------------------------------------------------------------------

	Layout

--------------------------------------------------------------------------- */

body {
	background-color:#fff;
	font:small/1.49em "Helvetica", Arial, Verdana, sans-serif;
	color:#333;
	line-height:150%;
}

#wrap {
	margin:0 auto;
	width:934px;
	margin-top:15px;
	margin-bottom:15px;
}

/*------------------------------------------------------------------------------

HEADER

------------------------------------------------------------------------------*/

#header {
	height:289px;
	margin-bottom:30px;
}

#header h1 a {
	width:265px;
	height:169px;
	text-indent:-9999px;
	display:block;
	border-bottom:none;
}

#header h2 {
	text-align:center;
	color:#fff;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	margin-top:5px;
}

/* NAVIGATION */

ul#navigation {
	height:29px;
	text-align:center;
	padding-top:5px;
}

ul#navigation li {
	display:inline;
	font-weight:bold;
	margin:0 17px;
}

ul#navigation li a {
	color:#fff;
	text-decoration:none;
	border-bottom:none;
}

ul#navigation li a:hover {
	color:#9398c4;
}

body.home ul#navigation li#home a,
body.about ul#navigation li#about a,

body.staff ul#navigation li#staff a {
	color:#9398c4;
}

/* CONTENT */

#content {
	padding:0 40px 10px 0;
}

#content h3 {
	color:#23488e;
	text-transform:uppercase;
	letter-spacing:1px;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	margin-bottom:15px;
}

/*------------------------------------------------------------------------------

MAIN CONTENT

------------------------------------------------------------------------------*/

#main-content {
	float:right;
	width:548px;
}

#main-content h2 {
	color:#23488e;
	font-size:30px;
	font-family:"Times New Roman", Times, serif;
	margin-bottom:30px;
}

/* MESSAGE BOARD */

#message-board {
	border:solid 1px #23488e;
}

#message-board h2 {
	color:#fff;
	background-color:#23488e;
	padding:10px;
	margin-bottom:15px;
}

#message-board h3, #message-board p {
	margin:0 20px;
}

#message-board h3 {
	color:#23488e;
	font-weight:bold;
	font-size:14px;
	margin-bottom:10px;
}

#message-board p {
	margin-bottom:20px;
}

/* STAFF */

.staff-section {
	margin-bottom:25px;
}

.staff-section h4, .staff-section h5, .staff-section h4, .staff-section p {
	margin-bottom:0;
}

.staff-section h4, .staff-section h5 {
	color:#23488e;
}

.staff-section h4 {
	font-size:14px;
	font-weight:bold;
}

.staff-section h5 {
	font-family:"Times New Roman", Times, serif;
	color:#23488e;
	font-size:14px;
}

/*------------------------------------------------------------------------------

SIDEBAR

------------------------------------------------------------------------------*/

#sidebar {
	float:left;
	width:290px;
}

/* ABOUT NAVIGATION */

ul#about-subnav {
	font-size:14px;
	margin-bottom:30px;
}

ul#about-subnav li a {
	color:#23488e;
	font-family:"Times New Roman", Times, serif;
	text-decoration:none;
	display:block;
	padding:3px 5px;
	border-bottom:none;
}

ul#about-subnav li a:hover {
	color:#fff;
	background-color:#9297c3;
}

body.about ul#about-subnav li#history a {
	color:#fff;
	background-color:#9297c3;
}

/* QUICK LINKS */

#quick-links {
	padding:6px 12px;
	font-family:"Helvetica", Arial, Verdana, sans-serif;
	margin-bottom:25px;
}

#quick-links h2 {
	letter-spacing:normal;
	font-size:20px;
	color:#23488e;
	text-transform:uppercase;
	margin-bottom:5px;
}

#quick-links ul {
	font-size:14px;
	font-weight:bold;
}

#quick-links ul li a {
	background-color:#fff;
	display:block;
	text-decoration:none;
	color:#23488e;
	margin-bottom:6px;
	padding:5px;
	border-bottom:none;
}

#quick-links ul li a:hover {
	background-color:#fff4db;
}

h4.principals-signature {
	text-align:right;
	color:#23488e;
	font-weight:bold;
	font-size:12px;
}

/*------------------------------------------------------------------------------

TYPOGRAPHY

------------------------------------------------------------------------------*/

p {
	margin-bottom:25px;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

/*------------------------------------------------------------------------------

Links

------------------------------------------------------------------------------*/

a {
	color:#888;
	text-decoration:none;
	border-bottom:solid 1px #ccc;
}

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

/*------------------------------------------------------------------------------

MISCELANEOUS

------------------------------------------------------------------------------*/

.clear {
	clear:both;
}