/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.1
*/
body {
  background: #FFF;
  color: #000;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, select, label{
  margin: 0;
  padding: 0;
}

table{
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img{
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var{
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6{
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after{
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup, sub {
  line-height: -1px;
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select, button{
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.1
*/
/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%;
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;
}

h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold;
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
}
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
	padding: 0 0 0 1em;
	
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/

	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.1
*//**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
  *font: x-small;
  *font-size: small;
  font: 13px/1.22 arial, helvetica, clean, sans-serif;
}

table {
  font: 100%;
  font-size: inherit;
}
/**
 * Bump up IE to get to 13px equivalent
 */

pre, code, kbd, samp, tt {
  *font-size: 108%;
  font-family: monospace;
  line-height: 99%;
}/* Container holds the entire page */
#container
{
	width: 975px;
	margin: auto;
}

/* Header styles */
#site_logo_ad
{
	background-image: url('/images/logo-bg.gif');
	height: 90px;
	padding: 0;
	margin: 0;
}

#site_nav
{
	margin: 0;
	background: #1C5C8B;
	color: #FFF;
	font-weight: bolder;
}

#site_nav ul
{
	margin-left: 0;
	padding-left: 0;
	display: inline;
}

#site_nav ul li
{
	margin-left: 0;
	padding-left: 2px;
	list-style: none;
	display: inline;
}

#site_nav a
{
	text-decoration: none;
	font-weight: bolder;
	color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
}

#site_nav a:hover
{
	background-color: #FFC207;
	color: #1C5C8B;
}

#top_search
{
	background-image: url('/images/yellow-bg.gif');
	background-repeat: repeat-x;
    padding-left: 10px;
    padding-bottom: 5px;
    overflow: auto;
    height: 100%;
}

#top_search div
{
	float: left;
	padding: 10px 10px 5px 10px;
	vertical-align: middle;
}

#top_search_form
{
	display: inline;
}

#top_search label, #top_search a
{
	font-weight: bold;
}

.top_search_img
{
	padding: 0;
	margin: 0;
	vertical-align: middle;
}

#breadcrumb
{
	font-size: x-small;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Left bar style - not used on all pages */
#left
{
	float: left;
	width: 130px;
	margin-right: 10px;
}

/* Page content goes in content or content_3_col */
#content
{
	width: 660px;
	float: left;
}

/* IE6 needs a different width for the school index page */
* html .school_index
{
	width: 640px !important;
}

#content_3_col
{
	width: 520px;
	float: left;
}

/* Right div */
#right
{
	width: 300px;
	float: left;
	margin-left: 15px;
}

* html #right
{
	margin-left: 10px;
}

/* Footer div */
#footer
{
	padding-top: 20px;
	clear: both;
}

#footer p
{
	text-align: center;
	background-image: url('/images/yellow-bg.gif');
	background-repeat: repeat-x;
    vertical-align: middle;
    line-height: 40px;
    margin-bottom: 0;
}/* School pages */
#clg_basic
{
	width: 660px;
	border: 1px solid #425354;
	background-color: #F1F9F9;
	overflow: auto;
}

#clg_name
{
	color: #FFF;
	background-image: url('/images/blue-bg.gif');
	background-repeat: repeat-x;
	font-weight: bolder;
	vertical-align: middle;
	padding: 5px 10px 20px 10px;
}

#clg_name h1
{
	font-size: 13px;
	line-height: 15.8px;
	padding: 0;
}

#clg_name a
{
	color: #FFF;
}

.clg_basic_float
{
	float: left;
	padding: 15px 30px;
	vertical-align: middle;
}

#clg_main
{
	width: 660px;
	border: 1px solid #425354;
	overflow: hidden;
	line-height: 100%;
	height: 100%;
}

#clg_blurb, #clg_stats
{
	padding: 0 5px 5px;
}

#clg_blurb
{
	padding-top: 10px;
}

#clg_nav
{
	background: #B2CEEB;
	color: #FFF;
	font-weight: bolder;
	padding: 10px 0;
}

#school_stats h3, #graphs h3
{
	margin-top: 1em;
}

#graphs h3.first
{
	margin-top: 0;
}

#clg_nav ul
{
	padding-left: 0;
	margin: 0;
	display: inline;
}

#clg_nav ul li
{
	margin: 0;
	list-style: none;
	display: inline;
	padding: 3px;
}

#clg_nav ul li.first
{
	padding-left: 0;
}

#clg_nav a
{
	font-weight: bolder;
	color: #00264C;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

.clg_nav_current
{
	background-color: #fff;
	padding-bottom: 13px;
	padding-top: 9px;
	padding-left: 14px;
	width: 110px;
}

#graphs
{
	float: left;
	padding-top: 15px;
	padding-left: 30px;
	width: 300px;
}

#school_stats
{
	line-height: 125%;
	float: left;
	width: 300px;
}

.state_chart_divs
{
	width:250px;
}

.featured_row div
{
	float: left;
	margin-right: 15px;
}

h3
{
	color:#00264C;
	padding-bottom: .5em;
}

#page_intro
{
	padding: 10px;
}

.fin_aid td, .fin_aid_first_row th
{
	text-align: center;
}

.fin_aid th
{
	text-align: left;
}#GB_overlay{background-color:#000;position:absolute;margin:auto;top:0;left:0;z-index:100;}#GB_window{left:0;top:0;font-size:1px;position:absolute;overflow:visible;z-index:150;}#GB_window .content{width:auto;margin:0;padding:0;}#GB_frame{border:0;margin:0;padding:0;overflow:auto;white-space:nowrap;}.GB_Gallery{margin:0 22px 0 22px;}.GB_Gallery .content{background-color:#fff;border:3px solid #ddd;}.GB_header{top:10px;left:0;margin:0;z-index:500;position:absolute;border-bottom:2px solid #555;border-top:2px solid #555;}.GB_header .inner{background-color:#333;font-family:Arial,Verdana,sans-serif;padding:2px 20px 2px 20px;}.GB_header table{margin:0;width:100%;border-collapse:collapse;}.GB_header .caption{text-align:left;color:#eee;white-space:nowrap;font-size:20px;}.GB_header .close{text-align:right;}.GB_header .close img{z-index:500;cursor:pointer;}.GB_header .middle{white-space:nowrap;text-align:center;}#GB_middle{color:#eee;}#GB_middle img{cursor:pointer;vertical-align:middle;}#GB_middle .disabled{cursor:default;}#GB_middle .left{padding-right:10px;}#GB_middle .right{padding-left:10px;}.GB_Window .content{background-color:#fff;border:none;}.GB_Window .header{border:none;margin:0;height:26px;font-size:12px;padding:3px 0;color:#FFF;}.GB_Window .caption{font-size:12px;text-align:left;font-weight:bold;white-space:nowrap;padding-right:20px;}.GB_Window .close{text-align:right;}.GB_Window .close span{font-size:12px;cursor:pointer;}.GB_Window .close img{cursor:pointer;padding:0 3px 0 0;}.GB_Window .on{border-bottom:1px solid #333;}.GB_Window .click{border-bottom:1px solid red;}/*
	LOW: Figure out why last item in curriculum list is outside of the box.
*/

/* Hide certain elements */
#left, #right, #footer, #clg_nav, #email-print, #header
{
	display: none;
}

.child_hover
{
	background: none;
	overflow: visible;
}

#container, #print-footer
{
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
}

.child, #container, #print-footer, #curriculum, #clg_main, .curriculum_name, .child_hover
{
	overflow: visible;
}


#clg_name
{
	padding:5px !important;
}

#clg_name
{
	background-image: none;
	color:#000;
	font-weight:bolder;
	padding:5px 10px 20px;
	vertical-align:middle;
}

#clg_basic
{
	background-color:#FFF;
}

h1,h2,h3,h4,h5,h6,h7
{
	margin-bottom: .5em;
}

#print-footer
{
	display: block;
	clear: both;
}

#print-header
{
	display: block;
}