/*
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;
}/* Styles that are standard across the site */

h2
{
	padding-top: 1em;
}

a
{
	color: #00264C;
}

.bold
{
	font-weight: bold;
}

.clear
{
	clear: both;
}

.right
{
	float: right !important;
}

.left
{
	float: left !important;
}

.blue_hr
{
	border: 0;
	color: #5e8289;
	background: #5e8289;
	width: 100%;
	height: 1px;
}

/* Boxes */

.box_title
{
	color: #FFF;
	font-weight: bolder;
	vertical-align: middle;
	padding: 3px;
}

.blue
{
	background-image: url('/images/blue-bg.gif');
	background-repeat: repeat-x;
}

.blue_right_box_content, .blue_left_box_content, .home_box_content
{
	border: 1px solid #425354;
	border-top: 0;
	padding: 3px;
	overflow: auto;
	height: 100%;
}

.blue_left_box_content
{
	width: 122px;
}

.orange
{
	background-image: url('/images/yellow-bg.gif');
	background-repeat: repeat-x;
	color: #000;
	border: 1px solid #FFC512;
	border-bottom: 0;
}

.orange_right_box_content
{
	border: 1px solid #FFC512;
	border-top: 0;
	background-color: #FFF9E3;
	padding: 4px;
	overflow: auto;
	height: 100%;
}

/* Custom search form */

#custom_search_form, #custom_search_form_box, #email_form_box
{
	font-size: 11px;
}

#custom_search_form_box
{
	overflow: auto;
}

#cs_first_row
{
	padding-top: 0 !important;
}

#custom_search_form_box div, #email_form_box div
{
	vertical-align: middle;
	padding-top: 5px;
}

#custom_search_form > div
{
	clear: both;
}

#custom_search_form_box div > input, #custom_search_form_box div > label, #custom_search_form_box div > select
{
	float: left;
}

#custom_search_form label, #email_form_box label
{
	font-weight: bold;
	display:block;
	float:left;
	margin-right: 5px;
	margin-left: 5px;
	text-align:right;
	padding-top: .25em;
	height: 1em;
}

#custom_search_form br
{
	clear: both;
}

#custom_search_form input, #custom_search_form select
{
	float: left;
}

.left_label
{
	width: 60px;
	margin-left: 0;
}

#cs_city_side
{
	width: 91px;
	float: right;
	margin-right: 1px;
}

#cs_gpa_side, #cs_sat_side, #cs_act_side
{
	width: 27px !important;
}

#cs_sat_label_side, #cs_act_label_side
{
	margin-right: 10px !important;
	margin-left: 10px !important;
}

#cs_size_side, #cs_programs_side, #cs_tuition_side
{
	width: 184px;
}

#cs_school_side
{
	width: 180px;
}

#cs_view_all_side
{
	margin-left: 45px;
	float: left;
	font-weight: bold;
	padding-top: .5em;
	height: 1em;
}

#cs_submit_div_side
{
	float: right;
	margin-left: 13px;
}

#cs_city_div, #cs_state_div
{
	padding-top: 0 !important;
}

/* ie6 */

* html .left_label_side
{
	width: 60px;
	margin-left: 0;
}

* html #cs_school_side
{
	width: 175px;
}

* html #cs_city_side
{
	width: 83px;
	float: right;
}

* html #cs_city_label
{
	width: 20px;
}

* html #cs_state_side
{
	width: 47px;
	margin: 0;
	padding: 0;
}

* html #cs_size_side, * html #cs_programs_side, * html #cs_tuition_side
{
	width: 179px;
}

* html #cs_gpa_side, * html #cs_sat_side, * html #cs_act_side
{
	width: 24px !important;
}

* html #cs_act_side
{
	float: right;
	margin-left: 2px;
}

#tag_bar
{
	margin-bottom: 10px;
	margin-top: 10px;
}

#featured_article_title
{
	margin-bottom: 5px;
	font-weight: bold;
	color: #00264C;
}

.read_more
{
	font-weight: bold;
	float: right;
}

#print-footer, #print-header
{
	display: none;
	clear: both;
}

/* For the email page box */

#email_form_box
{
	background-color: #FFF;
	padding: 4px;
}

.left_label_email
{
	width: 80px;
}

.email_comments
{	
}

* html .email_comments
{
	float: right;
}

*:first-child+html .email_comments
{
	float: right;
}

/* City guides */

#city_guide_nav
{
	float: right;
	width:180px;
	padding-left:10px;
}

/* Featured non-IPED schools */
ul.programlist
{
	margin: 3px 0px 0px 4px;
	font-size: 11px;
}

img.fs_logo
{
	width: 120px;
	height: 60px;
	border: 1px solid #000;
}

.school_info_box
{
	margin-bottom: 8px; height: auto; overflow: hidden; border: 0px solid #000;
}

.school_info_logo_box {
	float: left; width: 130px; border: 0px solid #000;
}

.school_info_programs_box {
	float: right; width: 155px; border: 0px solid #000; font-size: 11px; font-family: arial helvetica;
}

/* article index page */
.article_links_indexpg {
	font-weight: normal;
}

/* Specific Articles styles */
table.internal_table
{
color:#000000;
background-color:#fff;
font-size: 12px;
padding:0px;
margin: 0px;
border-top: 1px solid #425354 ;
border-left: 1px solid #425354;
border-bottom: 1px solid #425354;
border-right: 1px solid #425354;
}

table.internal_table th 
{
color: #FFF;
background-image: url(/images/blue-bg.gif);
background-repeat: repeat-x;
padding-top:3px;
padding-bottom:3px;
text-align: left;
/*
border-top: 0px solid #425354;
border-left: 0px solid #425354;
border-bottom: 1px solid #425354;
border-right: 1px solid #425354;
border: 0px;*/
}

table.internal_table td 
{
font-size:11px;
vertical-align: middle;
padding: 0px 0px 4px 4px;
/*padding-bottom:2px;*/
/*border-top: 0px solid #425354;
border-left: 0px solid #425354;
border-bottom: 1px solid #425354;
border-right: 1px solid #425354;*/
}



/* This file skins tableSorter */

table.tablesorter {
	font-family:arial;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #FFC512;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(/images/yellow-bg.gif);
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
	border-right: 1px solid #000;
	text-align: center;
}

table.tablesorter .first_td
{
	text-align: left;
}

table.tablesorter .last_td
{
	border: 0;
}

table.tablesorter tbody tr.odd td {
	background-color:#FDF4D1;
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {

}
/* For the custom search page - styles for the search box in the right column are in style.css */

#custom_search_form, #custom_search_form_box_content, #email_form_box
{
	font-size: 11px;
}

#custom_search_form_box_content
{
	overflow: auto !important;
	height: 100%;
}

#cs_first_row
{
	padding-top: 0 !important;
}

div.row
{
	vertical-align: middle;
	padding-top: 5px;
}

#cs_gpa_content, #cs_sat_content, #cs_act_content
{
	padding-top: 0 important!;
}

#custom_search_form > div
{
	clear: both;
}

#custom_search_form_box_content div > input, #custom_search_form_box_content div > label, #custom_search_form_box_content div > select
{
	float: left;
}

#custom_search_form label, #email_form_box label
{
	font-weight: bold;
	display:block;
	float:left;
	margin-right: 5px;
	margin-left: 5px;
	text-align:right;
	padding-top: .25em;
	height: 1em;
}

#custom_search_form br
{
	clear: both;
}

#custom_search_form input, #custom_search_form select
{
	float: left;
}

.left_label
{
	width: 80px;
	margin-left: 0;
}

#cs_school_content
{
	width: 250px;
}

#cs_city_label_content
{
	padding-left: 19px;
}

#cs_city_content
{
	width: 147px;
	float: right;
	margin-right: 1px;
}

#cs_state_div_content
{
	padding-right: 20px !important;
}

#cs_gpa_content_content, #cs_sat_content_content, #cs_act_content_content
{
	width: 50px;
}

#cs_sat_label_content
{
	padding-left: 13px;
}

#cs_act_label_content
{
	padding-left: 18px;
}
#cs_sat_label_content, #cs_act_label_content
{
	margin-right: 10px !important;
	margin-left: 10px !important;
}

#cs_size_content, #cs_programs_content, #cs_tuition_content
{
	width: 184px;
}

#cs_submit_div_content
{
	float: right;
	margin-left: 13px;
}

#cs_city_div_content, #cs_state_div_content
{
	padding-top: 0 !important;
}

.right_column
{
	margin-left: 300px !important;
}

#cs_last_row
{
	float: right;
	padding-bottom: 0px;
	padding-top: 15px;
	padding-right: 20px;
}

#browse div
{
	width: 200px;
	float: left;
}
* html #cs_size_label
{
	width: 70px !important;
}

* html #cs_tuition_label
{
	width: 60px !important;
}

/* ie6 */

* html #cs_size_content, * html #cs_programs_content, * html #cs_tuition_content
{
	width: 179px;
}



//Style for featured schools on search resuls pages.

#fs_title {
	font-weight: bold;
}
#fs_table {
	/*border: 1px solid #000; border-top: 1px solid #DBE5F1; border-right: 1px solid #DBE5F1; border-bottom: 1px solid #DBE5F1; border-left: 1px solid #DBE5F1; */
	
}

#fs_table thead tr th{
	background: url('/images/blue-header-bg.jpg') repeat-x; height: 33px; color: #FFF; font-size: 12px; font-weight: bold;/*border-right: 1px solid #000;*/
}

#fs_table td {
	margin: 0px;
	padding: 3px 0px 3px 4px;
	font-size: 11px;
}

#fs_table td.cell1 {
	width: 310px; text-align: left; border-right: 1px solid #000;
}

#fs_table td.cell2 {
	width: 280px; text-align: center; border-right: 1px solid #000;
}

#fs_table td.cell3 {
	width: 100px; text-align: center; border-right: 1px solid #000;
}

#fs_table td.cell4 {
	width: 30px; text-align: center; border-right: 1px solid #000;
}

#fs_table td.cell5 {
	width: 90px; text-align: center; border-right: 1px solid #000;
}

#fs_table td.cell6 {
	width: 128px; text-align: center;
}

tr.blue_row {
	background-color: #DBE5F1;
}