/*
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;
}/* Region index */

.region
{
	float: left;
	margin-right: 25px;
}

.city_list
{
	float: left;
	margin-left: 10px;
}

.mountain
{
	margin-left: 44px;
}/*
	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;
}