/*
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;
}
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;
	background-color: #3E0923;
}

body
{
	background-color: #434343;
}

/* Header styles */
#site_logo_ad
{
	/*background-image: url('/images/logo-bg.gif');*/
	height: 90px;
	width: 975px;
	background-color: #F7F7F7;
	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
{	
	width: 975px;
	padding-top: 16px;
	padding-bottom: 16px;
	clear: both;
}

#footer p
{
	text-align: center;
	/*background-image: url('/images/yellow-bg.gif');
	background-repeat: repeat-x;*/
    vertical-align: middle;
    line-height: 20px;
    margin-bottom: 0;
}

/* Used on all pages */
#main_content {
	width:650px; margin-top: 8px; margin-right:8px; background-color: #fff; float: left; border: 0px solid #000;
}
.roundcont {
	width: 650px;
	background-color: #fff;
	color: #000;
}
.roundtop { 
	background: url(/images/tr.gif) no-repeat top right; 
}
.roundbottom {
	background: url(/images/br.gif) no-repeat top right; 
}
img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

.roundcont_footer {
	width: 975px;
	background-color: #fff;
	color: #000;
}

.roundcont_privacy {
	width: 975px;
	background-color: #fff;
	color: #000;
}

#right_content {
	width:315px; margin-top: 8px; background-color: #fff; float: left; border: 0px solid #000;
}

* html #right_content {
	width:311px; margin-top: 8px; background-color: #fff; float: left; border: 0px solid #000;
}

.roundcont_right {
	width: 315px;
	background-color: #fff;
	color: #000;
}

* html .roundcont_right {
	width: 311px;
	background-color: #fff;
	color: #000;
}

.state_box_title {
	padding-left: 6px;	
}

.state_box_title h3{
	font-weight: bold;
	font-size: 14px;
}

#featured_black_frat {
	width: 300px;
	margin-right: 6px;
	padding-left: 4px;
	padding-top: 5px;
	/*height: 200px;*/
	/*margin-left: 10px;*/	
	border: 0px solid #000;
}

.frat_image {
	float: left; padding-right: 1px; margin: 5px 5px 4px 4px;
}

#featured_campuses {
	overflow: hidden;
	margin-left:0px;
	width: 295px;
	margin-top: 6px;
}

.featured_campus_box1{
	border-bottom: 1px solid #BCBDBD;
	width: 290px;
	float: left;	
	padding-right: 4px;
	margin-bottom:6px;
	padding-bottom: 6px;
}

.featured_campus_box2{
	border-bottom: 0px solid #000;
	width: 290px;
	float: left;
	padding-right: 4px;	
	margin-bottom:6px;
	padding-bottom: 6px;
}

.featured_campus_logo {
	float: left;  margin: 0px 12px 0px 6px; border: 1px solid #000;
}

.fs_campus_name {
	font-size: 14px;	
	font-weight: bold;
	color: #660033;
}
.fs_campus_program {
	font-size: 11px;	
}





/* 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: 0px;
	vertical-align: middle;
	border: 1px solid #000;
}

#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:#000;

	padding-bottom: .5em;
}

#page_intro
{
	padding: 10px;
}

.fin_aid td, .fin_aid_first_row th
{
	text-align: center;
}

.fin_aid th
{
	text-align: left;
}

#content_state_index {
	border: 0px solid #000;
	width: 640px;	
	overflow: auto;	
}

#content_state_index .left_box {
	border-right: 0px solid #BCBDBD;
	float: left;
	width: 135px;
	padding-left: 6px;
	margin-right: 6px;
}

#content_state_index .right_box {
	border-left: 1px solid #BCBDBD;
	float: left;
	width: 475px;
	padding-left: 6px;
}

.left_box_titles {
	font-size: 12px;
	font-family: Arial Helvetica sans-serif;
	line-height:1.5em;
}

.small_hr {
	border: 0;
	color: #bcbdbd;
	width: 90%;
	height: 1px;	
	background: #bcbdbd;
}

#main_content #content_state_index .right_box h1 {
	font-size: 16px;
	color: #660033;
	line-height: 1.5em;
}

#main_content #content_state_index .right_box h3 {
	font-size: 13px;
	color: #000;
	/*line-height: 0.5em;*/
}
	

#main_content #content_state_index .right_box .school_blurb {
	font-size: 11px;
}	

#main_content #content_state_index .right_box .center_text {
	font-size: 12px;
	line-height: 2.0em;
}

#main_content #content_state_index .right_box .featured_left_box{
	border: 0px solid #000;
	width: 240px;
	float: left;
	margin-bottom: 20px;

}

#main_content #content_state_index .right_box .featured_right_box{
	border: 0px solid #000;
	width: 225px;
	float: left;
	margin-bottom: 20px;
}
	
#main_content #content_state_index .right_box h4 {
	font-size: 12px;
	color: #000;
	line-height: 1.5em;
}

.schools_by_size {
	font-size: 11px;
	color: #660033;	
}

#content_state_index .school_left_box {
	border-right: 0px solid #BCBDBD;
	float: left;
	width: 90px;
	padding-left: 10px;
	margin-right: 6px;
}

#content_state_index .school_right_box {
	border-left: 1px solid #BCBDBD;
	float: left;
	width: 525px;
	padding-left: 4px;
}

* html #content_state_index .school_right_box {
	border-left: 1px solid #BCBDBD;
	float: left;
	width: 520px;
	overflow: hidden;
	/*padding-left: 4px;*/
}

#main_content #content_state_index .school_right_box h1 {
	font-size: 15px;
	color: #660033;
	padding-left: 6px;	
}

#main_content #content_state_index .school_right_box .inner_section1
{
	border: 0px solid #000;
	width: 160px;
	float: left;	
	padding: 0px 8px 8px 8px;
}

#main_content #content_state_index .school_right_box .inner_section2
{
	border: 0px solid #000;
	width: 190px;
	float: left;	
	padding: 0px 0px 8px 8px;
}

#main_content #content_state_index .school_right_box .inner_section3
{
	border: 0px solid #000;
	width: 110px;
	float: left;	
	padding: 0px 8px 8px 8px;
}

#school_details {
	margin-left:10px;
	border: 0px solid #000;
	overflow: hidden;
}

#school_details h4 {
	font-size: 12px;
	color: #660033;	
}

#school_details h3 {
	font-size: 12px;
	color: #660033;
	padding: 0px;
}

#school_details .blurb {
	font-size: 11px;
	color: #000;	
}

.school_stats_lbox {
	width: 250px;
	border: 0px solid #000;
	float: left;
}

.school_stats_rbox {
	width: 250px;
	border: 0px solid #000;
	float: left;
}
.school_stats_adm_lbox {
	width: 210px;
	border: 0px solid #000;
	float: left;
}

/* Style for sponsored schools */
.school_info
{
	width: 650px;	
}

.city_name
{
    line-height: 20px;
    height: 100%;
    min-height: 20px;
	vertical-align: middle;
	padding-left: 6px;
	padding-right: 6px;
    overflow: auto;
    
}

.info_name
{
	float: left;
	font-size: 12px;
	padding-left: 6px;
	font-family: Arial Hevetica;
	
}

.school_info_link
{
	float: right;
	padding-right: 6px;
}

.school_row
{
	height: 100%;
	overflow: auto;
	line-height: 100%;
	padding: 10px 0 10px 10px;
	margin-bottom: 0px;		
}

.school_logo_box
{
	width: 120px;
}

.school_logo
{
	border:1px solid #000000;
	cursor: pointer;
}

.school_name
{
/*	padding-left: 20px;*/
	width: 240px;	
	float: left;
}

.school_name_online
{
	padding-left: 20px;
	width: 400px;
	padding-top: 10px;
}

.school_address
{
	padding-left: 20px;
	width: 240px;	
	float: left;
}

.school_programs
{
	width: 100px;
}

.school_more
{
	width: 124px;
	padding-left: 5px;	
	float: left;
}

.blue_hr_small
{
	border: 0;
	color: #bcbdbd;
	background: #bcbdbd;
	width: 98%;
	height: 1px;
}

.page_links {
	margin-left: 12px; font-size: 12px; font-family: Arial, Helvetica; font-weight: bold;
}


#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;
}