@charset "UTF-8";
/* CSS Document */

body {
	background-color: #fff;
	background-image: url(../school/images/bg.png);
	background-repeat: repeat-y;
	background-position: center;
}

/* ------------------------------------------------------------------ */
/* ------- Search Form Styling -------------------------------------- */
/* ------------------------------------------------------------------ *

.news-search-form {	
	background-color: transparent;
	border: none;
	padding: 0px;
}

/* ------------------------------------------------------------------ */
/* ------- Google Map Styling --------------------------------------- */
/* ------------------------------------------------------------------ *

.tx-rggooglemap-pi1 #treemenu1 {
	display: none;
}

.tx-rggooglemap-pi1 #poitab {
	display: none;
}

.tx-rggooglemap-pi1 #resultdiv {
	display: none;
}

/* ------------------------------------------------------------------ */
/* ------- Header Styling ------------------------------------------- */
/* ------------------------------------------------------------------ */

#header {
	border-bottom: 1px solid #000;
}

#header #breakingnews {
	background-color: #fff;
}

#header #logo_banner {
	background-image: url(../school/images/bg_logobanner.jpg);
	background-repeat: no-repeat;
	height: 102px !important;
}

#header #logo_banner #logo {
	margin-top: 5px;
}

#header #logo_banner #login {
	background-color: #ffff00;
	font-size: 14px;
	margin-top: 5px;
	padding: 5px 10px;
}

#header #logo_banner #login a {
	color: #0e0da7;
	text-decoration: none;
}

#header #logo_banner #login a:hover {
	text-decoration: underline;
}

#navblock {
	background-color: #fff;
}

#navblock .nav {
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
}

#navblock .nav ul li {
	border-bottom: 1px solid #6465fd;
	display: block;
}

#navblock .nav ul li a {
	color: #000099;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 10px;
	text-decoration: none;
}

#navblock .nav ul li a:hover {
	background-color: #c2c2fe;
	color: #fff;
}

#navblock .nav ul li:hover, #navblock .nav ul a:hover, #navblock .nav ul li.over {
	background-color: #c2c2fe;
}

#navblock .nav ul li:hover a, #navblock .nav ul a:hover a, #navblock .nav ul li.over a {
	color: #fff;
}

#navblock .nav ul li ul {
	border-left: 1px solid #6465FD;
	border-top: 1px solid #6465FD;
	list-style-type: none;
	margin: 0px;
}

#navblock .nav ul li ul li {
	background-color: #000099;
	border-bottom: 1px solid #6465FD;
	border-left: 1px solid #6465FD;
	border-right: 1px solid #6465FD;
	border-top: none;
}

#navblock .nav ul li ul li a {
	color: #fff;
	padding-left: 5px;
}

#navblock .nav ul li ul li a:hover {
	background-color: #fff;
	background-image: none;
	color: #000099;
}

#navblock #search {
	margin-bottom: 10px;
}

#navblock #searchbar {
	background-color: #fff;
	border: 1px solid #03039b;
}

#navblock .searchbar {
	background-color: #fff;
	border: 0px none;
}

#header #main_image {
	border-left: 1px solid #000;
}

/* ------------------------------------------------------------------ */
/* ------- Content Styling ------------------------------------------ */
/* ------------------------------------------------------------------ */

#content {
	border-bottom: 1px solid #000;
}

.news-list-image img {
	border: 2px solid #F5C823 !important;
}

/*.jdGallery .slideInfoZone h2 {
	background-image: none;
	font-size: 12px;
	line-height: normal;
}

.tx-rgsmoothgallery-pi1 {
	float: left;
}

.myGallery {
	border: none;
}

/* ------------------------------------------------------------------ */
/* ------- Three Column General Styling ----------------------------- */
/* ------------------------------------------------------------------ */
	
.threecol {
	background-image: url(../school/images/bg_threecol.png);
	background-repeat: repeat-y;
}

.threecol hr.clearer {
	display: none;
}	

/*.threecol .morelink a {
	float: right;
	color: #132359;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
}

.threecol .morelink a:hover {
	text-decoration: underline;
}

.threecol p.morelink {
	margin: 0px;
}*/

/* ------------------------------------------------------------------ */
/* ------- Left Columm - General Styling ---------------------------- */
/* ------------------------------------------------------------------ */

.leftcol h2 {
	background-color: #fdfe03;
	color: #0f0ea8 !important;
}

.leftcol .news-list-item h3 a {
	color: #000099;
}

.leftcol .news-list-date {
	color: #000099;
}

.leftcol .morelink a {
	color: #000099;
}

.leftcol #prof_script h3 {
	font-size: 18px;
	font-weight: bold;
}

.leftcol #prof_script .news-list-image img {
	margin-bottom: 10px;
}

.leftcol #prof_script .news-list-item p.bodytext {
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	padding: 0px;
}

.leftcol #prof_script p.bodytext {
	padding: 0px 10px;
}

.leftcol #prof_script .csc-menu a {
	color: #000099;
	text-decoration: none;
}

.leftcol #prof_script .csc-menu a:hover {
	text-decoration: underline;
}

/* ------------------------------------------------------------------ */
/* ------- Center Column - General Styling -------------------------- */
/* ------------------------------------------------------------------ */

.threecol .centercol h2 {
	background-color: #6465fd;
}

.threecol .centercol .news-list-item h3 a {
	color: #000099;
}

.threecol .centercol .morelink a {
	color: #000099;
}

/* ------------------------------------------------------------------ */
/* ------- Right Column - General Styling --------------------------- */
/* ------------------------------------------------------------------ */

.threecol .rightcol h2 {
	background-color: #0e0da7;
}

.threecol .rightcol .news-list-item h3 a {
	color: #000099;
}

.threecol .rightcol .morelink a {
	color: #000099;
}

/* ------------------------------------------------------------------ */
/* ------- Two Column Wide Right - General Styling ------------------ */
/* ------------------------------------------------------------------ */

.tcwr {	
	background-image: url(../school/images/bg_tcwr.png);
	background-repeat: repeat-y;
}

.tcwr hr.clearer {
	display: none;
}	

/*.tcwr .morelink a {
	float: right;
	color: #132359;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
}

.tcwr .morelink a:hover {
	text-decoration: underline;
}

.tcwr p.morelink {
	margin: 0px;
}

/* ------------------------------------------------------------------ */
/* ------- TCWR - Right Column - General Styling -------------------- */
/* ------------------------------------------------------------------ */

.tcwr .rightcol {
	background-color: ;
}

.tcwr .rightcol h2 {
	background-color: #0e0da7;
}

.tcwr .rightcol h2 a {
	color: #fff;
}

.tcwr .rightcol .csc-header h3 {
	background-color: #0E0DA7;
}

.tcwr .rightcol a, .tcwr .rightcol .news-list-item h3 a {
	color: #000066;
}

.tcwr .rightcol .tx-ttnews-browsebox a {
	color: #000;
}

.tcwr .rightcol .tx-ttnews-browsebox-SCell {
	background-color: #000099;
	border: 1px solid #fff;
}

.tcwr .rightcol .tx-ttnews-browsebox-SCell a {
	color: #fff;
}/* ------------------------------------------------------------------ */
/* ------- TCWR - Right Column - Calendar Styling ------------------- */
/* ------------------------------------------------------------------ */

.tcwr .rightcol .linked_today_nolink {
	background-color: #c2c2fe;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #fff;
}

.tcwr .rightcol .linked_day {
	background-color: #0E0DA7;
	border-color: #000;
	border-left: none;
	border-right: none;
	color: #fff;
}

.tcwr .rightcol .linked_today {
	background-color: #feff99;
	border-color: #000;
	border-left: none;
	border-right: none;
	color: #000;
}

.rcMenuContainer {
	background: #c2c2fe none repeat scroll 0 !important;
	border-color: #000 !important;
}

.rcMenuItem {
	background-color: #feff99 !important;
	border: none !important;
	color: #000 !important;
}

.rcMenuItemHover {
	background-color: #fff !important;
	border: none !important;
	color: #000 !important;
}

.rcMenuItemText {
	background: #0E0DA7 none repeat scroll 0% !important;
}

/* ------------------------------------------------------------------ */
/* ------- TCWR - Right Column - Single Styling --------------------- */
/* ------------------------------------------------------------------ */

.tcwr .rightcol .news-single-headerarea {
	background-color: #000066;
}

/* ------------------------------------------------------------------ */
/* ------- Footer Styling ------------------------------------------- */
/* ------------------------------------------------------------------ */

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000;
}

#footer a {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}