
/* element styles */

html {
	overflow: scroll;
	font-size: small;
}

body{
	margin: 0px;
	padding: 0px; 
	background: url(../images/site/page-bg.png) repeat-x top left #fff;
	font-size: 90%;
}	 

div {
	font-family: arial, verdana, sans-serif;
	font-size: 100%;
	color: #222;
}

p {
	font-family: arial, verdana, sans-serif;
	font-size: 100%;
	color: #222;
	margin: 0px 0px 10px 0px;
}

li {
	font-size: 100%;
	color: #222;
}

td {
	font-size: 100%;
	color: #222;
	vertical-align: top;
}

img {
	border: 0px;
}

a {
	font-size: 100%;
	color: #01aae3;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: arial, verdana, sans-serif;
	font-size: 200%;	
	color: #01aae3;
	margin: 0px 0px 10px 0px;
	padding: 0;
}

#page_content_home h1 {
	font-size: 170%;	
}

h2 {
	font-family: arial, verdana, sans-serif;
	font-size: 140%;	
	color: #01aae3;
	margin: 0px 0px 10px 0px;
	padding: 0;
}

h3 {
	font-family: arial, verdana, sans-serif;
	font-size: 130%;	
	margin: 0px 0px 10px 0px;
	color: #01aae3;
	padding: 0;
}

form {
	margin: 0px;
}

textarea {
	font-family: arial, verdana, sans-serif;
	font-size: small;
}

/* page element styles */ 
 
#top_bar {
	background: url(../images/site/top_bg.png) right top no-repeat;
	height: 120px;
	padding: 0px 0px 30px 0px;
}

#top_logo {
	position: absolute;
	width: 165px;
}

#top_links {
	position: absolute;
	top: 5px;
	left: 650px;
	width: 200px;
}

#q {
	width: 100px;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	font-size: small;
}

#navigation {
	position: absolute;
	top: 90px;
	height: 30px;
}

#forumnav {
	clear: both;
	background: url(../images/nav/nav-bg.png) repeat-x;
	height: 30px;
}

#main {
	position:relative;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	width: 960px;
	padding: 0px 0px 0px 0px;
}

#main_forum {
	margin:0;
	margin-left:auto;
	margin-right:auto;
	width: 960px;
	background-color: #fff;
	padding: 0px 0px 0px 0px;
}


#footer {
	background: url(../images/site/footer-bg.png) repeat-x top left #09235d;
	clear: both;
	padding: 10px 0 10px 0;
	margin: 30px 0 0 0;
}

#footer div {
	font-size: 85% !important;
	color: #fff;
}

#footer a, #footer p {
	color: #fff;
	font-size: 100%;
	line-height: 100% !important;
}

#footer_left {
	float: left;
	padding: 10px 0 0 41px;
	width: 420px;
}

#footer_right {
	float: right;
	text-align: right;
	padding: 10px 41px 0 0;
	width: 420px;
}


/* content page structural styles */

#page_main {
	float: left;
	background: url("../images/site/page_bg.png") left top repeat-y;
	margin-bottom: 20px;
}

#page_main_no_rhs {
	float: left;
	margin-bottom: 20px;
	background: url("../images/site/page_bg_no_rhs.png") left top repeat-y;
}

#left_nav {
	float: left;
	width: 180px;
	margin: 0px 40px 0px 0px;
}

#right_box {
	float: left;
	width: 180px;
	margin: 0px 0px 0px 40px;
}

#right_box_items {
	padding: 10px;	
}

#right_box_items .darkblue_title {
	margin: 10px 0px 10px 5px;
}

#right_box_items ul {
	padding: 10px 0px 10px 10px;
	margin: 0px;
}

#right_box_items ul li, ul.resources li {
	padding-bottom: 10px;
	margin-left: 10px;
}

li.PDF {
	background: url(../images/resources/pdf.gif) no-repeat;
	list-style-type: none;
	padding-left: 25px;
	margin-left: -3px !important;
}
li.DOC {
	background: url(../images/resources/word.gif) no-repeat;
	list-style-type: none;
	padding-left: 25px;
	margin-left: -3px !important;
}
li.XLS {
	background: url(../images/resources/excel.gif) no-repeat;
	list-style-type: none;
	padding-left: 25px;
	margin-left: -3px !important;
}
li.PPT {
	background: url(../images/resources/powerpoint.gif) no-repeat;
	list-style-type: none;
	padding-left: 25px;
	margin-left: -3px !important;
}
li.External {
	background: url(../images/resources/web.gif) no-repeat;
	list-style-type: none;
	padding-left: 25px;
	margin-left: -3px !important;
}
li.Internal {
	background: url(../images/resources/html.gif) no-repeat;
	list-style-type: none;
	padding-left: 25px;
	margin-left: -3px !important;
}

/* content page */

#page_content {
	float: left;
	width: 518px;
}

#breadcrumb {
	padding: 0 0 10px 0;
}

#page_content #col1 {
	float: left;
	width: 300px;
}

#page_content #col2 {
	float: left;
	width: 300px;
	margin: 0px 0px 0px 30px;
}

#two_col_content {
	float: left;
	width: 740px;
}

/* home page */

#left_side {
	width: 753px;
	float: left;
	margin: 0 20px 0 0;
}

#left_top {
	min-height: 314px;
	margin: 0 0 15px 0;
}

#left_top_text {
	float: left;
	width: 360px;
}

#home_boxes_outer {
	width: 751px;
	background: url(../images/site/home-boxes-bottom.png) bottom left no-repeat;
	margin: 20px 0 0 0;
}

#home_boxes_inner {
	width: 751px;
	background: url(../images/site/home-boxes-top.png) top left no-repeat;
}

#home_boxes_inner h3 {
	color: #fff;
	margin: 7px 0 20px 0;
}

#home_boxes_inner ul {
	margin-left: 0px;
}

#page_content_home #col1 {
	float: left;
	width: 293px;
	margin: 0 0 10px 20px;
}

.home_news_left {
	float: left;
	width: 34px;
	height: 32px;
	margin: 0 0 20px 0;
	padding: 2px 0 0 0;
	text-align: center;
	background: url(../images/site/calendar-icon.png) no-repeat top left;
	color: #fff;
	font-weight: bold;
}

.home_news_left span {
	color: #000;
}

.home_news_right {
	float: left;
	width: 228px;
	margin: 0 0 20px 10px;
}

#page_content_home #col2 {
	float: left;
	width: 365px;
	margin: 0 15px 10px 50px;
}

#right_side {
	float: left;
	border: 1px #dadee9 solid;
	background: #f0f0f0;
	padding: 7px;
}

.home_box {
	margin: 0 0 12px 0;
}

/* nav styles for text-based navigation */

.nav_item {
	display: block;
	height: 23px;
	text-align: center;
	color: #fff !important;
	font-weight: normal !important;
	background: url(../images/nav/nav-bg.png) no-repeat top right;
	padding: 7px 12px 0 12px;
	font-size: 130% !important;
}

.nav_item_active {
	display: block;
	height: 23px;
	text-align: center;
	color: #00adef !important;
	font-weight: normal !important;
	background: url(../images/nav/nav-bg.png) no-repeat top right;
	padding: 7px 12px 0 12px;
	font-size: 130% !important;
}

.nav_item:hover, .nav_item_active:hover {
	color: #00adef !important;
	text-decoration: none;
}

/* general nav styles */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
}

#nav li {
	float: left;
	padding: 0;
}

#nav li a {
	font-weight: bold;
	font-size: 110%;
	color: #333;
}

#nav li a:hover {
	color: #0071c6;
}

#nav li ul {
	position: absolute;
	left: -999em;
	background: url(../images/nav/dd-bg.png) repeat-x top left #003b74;
	width: 170px;
	padding: 0 10px 0 10px;
	border: 3px #fff solid;
	border-top: 0;
	z-index: 99;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

.dd_nav_item, .dd_nav_item_last {
	width: 170px;
	border-bottom: 1px #3b72a7 solid;
	padding: 7px 0 7px 0 !important;
}

.dd_nav_item_last {
	border-bottom: 0;
}

.dd_nav_item a, .dd_nav_item_last a {
	color: #fff !important;
	font-weight: normal !important;
	display: block;
	font-size: 100% !important;
}

.dd_nav_item a:hover, .dd_nav_item_last a:hover {
	display: block;
	text-decoration: underline;
}

/* left nav */

#left_nav a {
	display: block;
	color: #fff;
}

.nav_item_1, .nav_item_2 {
	border: 1px #eee solid;
	background-color: #5898bd;
	margin-bottom: 5px;
	padding: 7px;
}

.nav_item_1_active, .nav_item_2_active {
	border: 1px #eee solid;
	background-color: #5898bd;
	margin-bottom: 5px;
	padding: 7px;
}

.nav_item_2, .nav_item_2_active {
	padding-left: 30px;
}


/* left nav */

#left_nav a {
	display: block;
	color: #506ca8;
}

.nav_item_1, .nav_item_2, .nav_item_3, .nav_item_4, .nav_item_5, .nav_item_6 {
	border-bottom: 1px #cfdae6 solid;
	background-color: #f3f3f3;
	padding: 10px;
}

.nav_item_1_active, .nav_item_2_active, .nav_item_3_active, .nav_item_4_active, .nav_item_5_active, .nav_item_6_active {
	border-bottom: 1px #cfdae6 solid;
	padding: 10px;
}

.nav_item_1_active {
	background: #ccd9e6 url(../images/site/left_nav_active_bg.jpg) repeat-x top left;
}

.nav_item_2 {
	padding-left: 30px;
	background: #f3f3fe url(../images/site/left_nav_2_bullet.jpg) no-repeat top left;
}

.nav_item_2_active {
	padding-left: 30px;
	background: #ccd9e6 url(../images/site/left_nav_2_active_bg.jpg) no-repeat top left;
}

.nav_item_3 {
	padding-left: 40px;
	background: #f3f3fe url(../images/site/left_nav_3_bullet.jpg) no-repeat top left;
}

.nav_item_3_active {
	padding-left: 40px;
	background: #ccd9e6 url(../images/site/left_nav_3_active_bg.jpg) no-repeat top left;
}

.nav_item_4 {
	padding-left: 50px;
	background: #f3f3fe url(../images/site/left_nav_4_bullet.jpg) no-repeat top left;
}

.nav_item_4_active {
	padding-left: 50px;
	background: #ccd9e6 url(../images/site/left_nav_4_active_bg.jpg) no-repeat top left;
}

.nav_item_5 {
	padding-left: 60px;
	background: #f3f3fe url(../images/site/left_nav_5_bullet.jpg) no-repeat top left;
}

.nav_item_5_active {
	padding-left: 60px;
	background: #ccd9e6 url(../images/site/left_nav_5_active_bg.jpg) no-repeat top left;
}

.nav_item_6 {
	padding-left: 70px;
	background: #f3f3fe url(../images/site/left_nav_6_bullet.jpg) no-repeat top left;
}

.nav_item_6_active {
	padding-left: 70px;
	background: #ccd9e6 url(../images/site/left_nav_6_active_bg.jpg) no-repeat top left;
}
/* themes */

.cyan_title {
	background: url(../images/themes/cyan-bg.png) repeat-x top left;
	height: 25px;
	padding: 5px 0px 0px 10px;
}	

.pink_title {
	background: url(../images/themes/pink-bg.png) repeat-x top left;
	height: 25px;
	padding: 5px 0px 0px 10px;
}	

.orange_title {
	background: url(../images/themes/orange-bg.png) repeat-x top left;
	height: 25px;
	padding: 5px 0px 0px 10px;
}	

.green_title {
	background: url(../images/themes/green-bg.png) repeat-x top left;
	height: 25px;
	padding: 5px 0px 0px 10px;
}	

.blue_title {
	background: url(../images/themes/blue-bg.png) repeat-x top left;
	height: 25px;
	padding: 5px 0px 0px 10px;
}	

.purple_title {
	background: url(../images/themes/purple-bg.png) repeat-x top left;
	height: 25px;
	padding: 5px 0px 0px 10px;
}	

.red_title {
	background: url(../images/themes/red-bg.png) repeat-x top left;
	height: 25px;
	padding: 5px 0px 0px 10px;
}	

.cyan h1, .cyan h2, .cyan h3 {
	color: #01aae3;
}	

.pink h1, .pink h2, .pink h3 {
	color: #eb008b;
}	

.orange h1, .orange h2, .orange h3 {
	color: #f99d31;
}	

.green h1, .green h2, .green h3 {
	color: #6db23f;
}	

.blue h1, .blue h2, .blue h3 {
	color: #00498f;
}	

.purple h1, .purple h2, .purple h3 {
	color: #90278e;
}	

.red h1, .red h2, .red h3 {
	color: #eb1b31;
}	

/* schools styles */

#school_listing_table td {
	border-bottom: 1px solid #b9c5d5;
}

.full_width {
	width: 740px !important;
	background-image: none;
	background: #fff; 
}

#star_quality {
	background: url(../images/schools/star-quality.png) no-repeat top left #faf9f9;
	border: 1px solid #cfdae6;
	margin: 20px 0 20px 0;
	padding: 40px 10px 10px 10px;
}

#school_logo {
	margin: 0 0 0 20px;
	width: 190px;
}

#tabs {
	width: 100%;
	height: 35px;
	background: url(../images/schools/tab-bg.png) top left;
}

#information_tab {
	width: 140px;
	height: 35px;
	float: left;
}

#achievements_tab {
	width: 151px;
	height: 35px;
	float: left;
}

#blog_tab {
	width: 106px;
	height: 35px;
	float: left;
}

#tab_main {
	background: url(../images/schools/tab-main-bg.png) repeat-x #faf9f9 top left;
	border: 1px solid #cfdae6;
	border-top: 0;
	padding: 30px;
}

.award_name {
	font-size: 110%;
}

.award_summary {
	font-size: 90%;
	padding: 0 0 15px 0;
}

.award_icon {
	padding: 0 25px 15px 0;
}

#blog_left {
	float: left;
	width: 400px;
	margin-right: 30px;
	display: block;
}

#blog_new {
	float: left;
	width: 400px;
	margin-right: 30px;
	display: none;
}

#blog_title {
	width: 320px !important;
	margin: 0;
	padding: 0;
}

#blog_text {
	width: 330px !important;
	height: 350px;
	margin: 0;
	padding: 0;
}

#blog_right {
	float: left;
	width: 240px;
}

#previous_blogs {
	width: 220px;
	height: 300px;
	overflow-y: auto;
	background: #faf9f9;
	border: 1px solid #cfdae6;
	padding: 10px;
}

#blog_sign_in {
	display: none;
	background: #faf9f9;
	border: 1px solid #cfdae6;
	padding: 10px;
}

#blog_login {
	background: #faf9f9;
	border: 1px solid #cfdae6;
	padding: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

/* general styles */

.news_divider {
	height: 1px;
	color: #f3f3f3;
	margin-bottom: 10px;
}

.darkblue_title {
	color: #004990;
	font-size: 140%;	
	font-weight: bold;
}	

.white_title {
	color: #fff;
	font-size: 120%;	
}	

.blue_bg {
	background-color: #f3f3fe;
}

.padded_img img {
	padding: 0px 10px 10px 10px;
}

.no_pad{
	padding: 0px !important;
}
.no_pad img{
	padding: 0px !important;
}

.smallText {
	font-size: 100%;
}

.smallText a {
	font-size: 100%;
}

.error {
	color: #c00;
	font-weight: bold;
}

.boxed_text {
	padding: 0px 15px 5px 15px;
}

.boxed_text ul {
	margin: 0;
	padding: 10px 0 0 0;
}

.boxed_text li {
	margin: 0 0 0 15px;
	padding: 0 0 10px 0;
}

.pad10top {
	padding-top: 10px;
}

.pad30lr {
	padding: 0px 30px 0px 30px;
}

.clear {
	clear: both;
	line-height: 1px;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.hide {
	display: none;
}

.bold {
	font-weight: bold;
}


/*
 * jQuery Nivo Slider v2.5.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 #slider, #side_slider {
	background:url(../images/site/loading.gif) no-repeat 50% 50%; 
	border: 1px #dbdfea solid;
	width: 360px;
	height: 314px;
	float: left;
	margin: 0 30px 0 0;
}
 
 #slider img, #side_slider img {
	display:none;
}
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	margin: 0;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}

#side_slider {
	width: 255px !important;
	height: 220px;
}

#side_slider .nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background: none;
	color:#000 !important;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}

#side_slider .nivo-caption p {
	color:#000 !important;
	font-size: 85%;
}

.nivo-caption p {
	padding:10px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}


/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/


#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/site/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption p {
    color: #fff;
}
.nivo-caption a { 
    color:#fff;
}


