/*
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;
}

/* City guides */

#city_guide_nav
{
	float: right;
	width:180px;
	padding-left:10px;
}#index_first_row div
{
	float: left;
}

#intro
{
	width: 595px;
	padding-right: 5px;
}

#map
{
	width: 360px;
}

#featured_school_index div
{
	float: left;
	margin-top: 5px;
}

#icons div
{
	width: 100px;
	float: left;
	font-size: 11px;
	margin: auto;
	text-align: center;
}

#top_row
{
	width: 675px;
	padding-left: 5px;
	padding-right: 5px;
}

#top_row > div
{
	width: 330px;
}

.bottom_row
{
	width: 675px;
	padding-left: 5px;
	padding-right: 5px;
}

.bottom_row div
{
	float: left;
}

.page_bottom_row
{
	width: 975px;
}

.page_bottom_row div
{
	float: left;
	width: 325px;
}

#featured_box div, #map div
{
	float: left;
	padding-right: 20px;
	padding-top: 10px;
	padding-left: 20px;
	width: 100px;
}

 #map div
{
	padding-left: 10px;
	width: 150px;
}
#school_characteristics
{
	line-height: 1.5em;
	width: 240px;
}

#featured_school_index_title
{
	width: 970px;
}

#featured_school_index
{
	width: 968px;
	overflow: auto;
	height: 100%;
}

#article_box
{
	padding-right: 15px;
}

#top_ten_title
{
	width: 325px;
}

#top_ten
{
	width: 323px;
	padding-top: 10px;
}

#top_ten img
{
	float: right;
	padding-left: 5px;
}

#featured_box
{
	padding-left: 15px;
	width: 280px;
}

#graph_container
{
	overflow: auto;
	height: 100%;
	float: right;
	width: 425px;
}

#graph_1
{
	padding-right: 5px;
	width: 170px;
}

#graph_2
{
	width: 245px;
	text-align: center;
}