/**
 * @version $Id: layout.css 13293 2009-10-24 00:43:16Z ian $
 * @author Design & Accessible Team ( Angie Radtke  )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */

*
{
	margin: 0;
	padding: 0;
}

body
{
	background: url(../images/mainBg.jpg);
	color: #003366;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	padding: 0px;
	text-align: center;
}
#wrapper
	{
	width:100%;
	position:relative;
	float:left;
	background:url(../images/bg_wrapper.png) bottom no-repeat;
	}
TABLE.simple TD {
	padding: 5px;
}

OL.simple {
	padding: 5px;
	margin: 0 0 10px 20px;
}

h1 { font-size: 20px; margin: 0 0 5px 0; }
h2 { font-size: 18px; }
/* ################   Position ################  */
#subBg, #subBg-elem {
	position: absolute;
	background: url(../images/subBg.jpg) no-repeat top center;
	height: 404px;
	width: 100%;
	top: 78px;
	left: 0;
}
#subBg-elem {
	background: url(../images/subBg-elem.jpg) no-repeat top center;
}
#all
{
	margin: 0 auto;
	width: 1000px;
	text-align: left;
}

#page { }

#header
{
	margin: 0;
	position: relative;
	height: 90px;
	z-index: 10;
}

a.topName { float: left; }
a:link,a:visited
{
	color:#336699;
}
a img { border: 0; }
a:hover,a:active,a:focus
{
	color:#c33;
}

p {
	line-height:1.5em;
	margin:5px 0;
}

/* ###########  header content #############  */
#header h1
{
	font-size:1.5em;
	font-weight:normal;
	text-transform:uppercase;
}

#logo
{
	position: absolute;
	top: 15px;
	left: 20px;
}

#logo img
{
	display:block;
}

/*  Search box  */
#header > ul.menu, #footer ul.menu
{
	position:relative;
	float: right;
	margin: 46px 30px 0 0;
	z-index:20;
}

#header > ul.menu li, #footer ul.menu li
{
	display: inline;
	float:left;
	position:relative;
	list-style: none;
}

#header UL.menu li ul, #footer UL.menu li ul {
	visibility: hidden;
	position:absolute;
	list-style: none;
}
#header UL.menu li li {
 /*width: 100%;*/ clear: both;  /*FF 1.0.7 needs this */
	padding: 0px px px px;
	position: relative;
}
#header UL.menu li li UL{
	top: 0;
	left: 0;
	margin:0px 0px 0px 20px;
}
#header UL.menu li li A{
	color: #99ccff;
	padding:10px 5px 10px 15px;
}

#header UL.menu li li.hover A,
#header UL.menu li li.parentHover > A
{ color: #FFF; }

#header UL.menu li.hover1 > ul { visibility: visible; }
#header UL.menu li.hover1 > ul > li > ul { visibility: hidden; }
#header UL.menu li.hover1 li.hover > ul,
#header UL.menu li.hover1 li.parentHover > ul
{
	visibility: visible; left: 100%;
}

#header UL.menu li.hover2 > ul { visibility: visible; }
#header UL.menu li.hover2 > ul > li > ul { visibility: hidden; }
#header UL.menu li.hover2 li.hover > ul,
#header UL.menu li.hover2 li.parentHover > ul
{
	visibility: visible; left: 100%;
}

#header UL.menu li.hover3 > ul { visibility: visible; }
#header UL.menu li.hover3 > ul > li > ul { visibility: hidden; }
#header UL.menu li.hover3 li.hover > ul,
#header UL.menu li.hover3 li.parentHover > ul
{
	visibility: visible; left: 100%;
}

#header UL.menu li.hover4 > ul { visibility: visible; }
#header UL.menu li.hover4 > ul > li > ul { visibility: hidden; }
#header UL.menu li.hover4 li.hover > ul,
#header UL.menu li.hover4 li.parentHover > ul
{
	visibility: visible; left: 100%;
}

#header UL.menu li.hover5 > ul { visibility: visible; }
#header UL.menu li.hover5 > ul > li > ul { visibility: hidden; }
#header UL.menu li.hover5 li.hover > ul,
#header UL.menu li.hover5 li.parentHover > ul
{
	visibility: visible; left: 100%;
}

#header UL.menu li.hover6 > ul { visibility: visible; }
#header UL.menu li.hover6 > ul > li > ul { visibility: hidden; }
#header UL.menu li.hover6 li.hover > ul,
#header UL.menu li.hover6 li.parentHover > ul
{
	visibility: visible; left: 100%;
}

#header ul.menu li a
{
	display: block;
	/*white-space: nowrap;*/
	font-size: 14px;
	text-decoration:none;

}

#header ul.menu > li > a:link,
#header ul.menu > li > a:visited
{
	color: #336699;
	font-weight:bold;
	padding: 15px 0 0 0;
	text-align: center;
	height: 30px;
}

#header ul.menu > li > a:hover,
#header ul.menu > li > a:active,
#header ul.menu > li > a:focus
{
	color:#fff;
	font-weight:bold;
}

/* About Us item */
#header ul.menu > li.item1 > a
{
	width: 88px;
}
#header ul.menu > li.item1 UL
{
	background: #00669c;
}
#header ul.menu > li.active.item1 > a {
	color:#fff;
	font-weight:bold;
	background: url(../images/menuImg/item1_passive_bg1.gif) no-repeat;
}
#header UL.menu li.item1 li.parent a{
	background: url(../images/menuImg/parentArrow1.gif) no-repeat 95% 50%;
}

#header UL.menu > li.item1 li.hover a { cursor: pointer; background: #99ccff; }
#header ul.menu > li.item1 > a:hover,
#header ul.menu > li.item1 > a:active,
#header ul.menu > li.item1 > a:focus,
#header ul.menu > li.hover1 > a
{
	color:#fff;
	font-weight:bold;
	background: url(../images/menuImg/item1_bg.gif) no-repeat;
}
#header UL.menu li.item1 li.parent a:Hover{
	background: #99ccff url(../images/menuImg/parentArrowHover.gif) no-repeat 95% 50%;
}
#header UL.menu li.item1 li.parentHover > A {
	color: #fff;
}
/* School Grounds item */
#header ul.menu > li.item2 > a
{
	width: 134px;
}
#header ul.menu > li.item2 UL
{
	background: #439a22;
}
#header ul.menu > li.active.item2 > a {
	color:#fff;
	font-weight:bold;
	background: url(../images/menuImg/item2_passive_bg.gif) no-repeat;
}
#header ul.menu > li.item2 UL LI
{
	min-width: 94px;
}
#header ul.menu > li.item2 li a {
	color:#fff;
}
#header UL.menu li.item2 li.parent a{
	background: url(../images/menuImg/parentArrow2.gif) no-repeat 95% 50%;
}
#header UL.menu > li.item2 li.hover a { cursor: pointer; background-color: #99cc33; }
#header ul.menu > li.item2 > a:hover,
#header ul.menu > li.item2 > a:active,
#header ul.menu > li.item2 > a:focus,
#header ul.menu > li.hover2 > a
{
	color:#fff;
	font-weight:bold;
	background: url(../images/menuImg/item2_bg.gif) no-repeat;
}
#header UL.menu li.item2 li.parent a:hover{
	background: #99cc33 url(../images/menuImg/parentArrowHover.gif) no-repeat 95% 50%;
}
#header UL.menu li.item2 li.parentHover > A {
	color: #fff;
}
/* Curriculum programs item */
#header ul.menu > li.item3 > a
{
	width: 178px;
}
#header ul.menu > li.item3 UL
{
	background: #009bcf;
}
#header ul.menu > li.active.item3 > a {
	color:#fff;
	font-weight:bold;
	background: url(../images/menuImg/item3_passive_bg.gif) no-repeat;
}
#header ul.menu > li.item3 li a {
	color: #ccffff;
}
#header UL.menu li.item3 li.parent a{
	background: url(../images/menuImg/parentArrow3.gif) no-repeat 95% 50%;
}
#header UL.menu > li.item3 li.hover a { cursor: pointer; background-color: #66ccff; }
#header UL.menu > li.item3 li.hover > a { color: #fff; }
#header ul.menu > li.item3 > a:hover,
#header ul.menu > li.item3 > a:active,
#header ul.menu > li.item3 > a:focus,
#header ul.menu > li.hover3 > a
{
	color:#fff;
	font-weight:bold;
	background: url(../images/menuImg/item3_bg.gif) no-repeat;
}
#header UL.menu li.item3 li.parent a:hover{
	background: #66ccff url(../images/menuImg/parentArrowHover.gif) no-repeat 95% 50%;
}
#header UL.menu li.item3 li.parentHover > A {
	color: #fff;
}
/* For parents item */
#header ul.menu > li.item4 > a
{
	width: 97px;
}
#header ul.menu > li.item4 UL
{
	background: #449b9b;
}
#header ul.menu > li.active.item4 > a {
	color:#fff;
	font-weight:bold;
	background: url(../images/menuImg/item4_passive_bg.gif) no-repeat;
}
#header ul.menu > li.item3 li a {
	color: #ccffff;
}
#header UL.menu li.item4 li.parent a{
	background: url(../images/menuImg/parentArrow4.gif) no-repeat 95% 50%;
}
#header UL.menu > li.item4 li.hover a { cursor: pointer; background-color: #99cccc; }
#header UL.menu > li.item4 li.hover > a { color: #fff; }
#header ul.menu > li.item4 > a:hover,
#header ul.menu > li.item4 > a:active,
#header ul.menu > li.item4 > a:focus,
#header ul.menu > li.hover4 > a
{
	color:#fff;
	font-weight:bold;
	background: url(../images/menuImg/item4_bg.gif) no-repeat;
}
#header UL.menu li.item4 li.parent a:hover{
	background: #99cccc url(../images/menuImg/parentArrowHover.gif) no-repeat 95% 50%;
}
#header UL.menu li.item4 li.parentHover > A {
	color: #fff;
}
/* Enrollment item */
#header ul.menu > li.item5 > a
{
	width: 98px;
}
#header ul.menu > li.item5 UL
{
	background: #00cdcd;
}
#header ul.menu > li.active.item5 > a {
	color:#fff;
	font-weight:bold;
	background: url(../images/menuImg/item5_passive_bg.gif) no-repeat;
}
#header ul.menu > li.item5 li a {
	color: #ccffcc;
}
#header UL.menu li.item5 li.parent a{
	background: url(../images/menuImg/parentArrow5.gif) no-repeat 95% 50%;
}
#header UL.menu > li.item5 li.hover a { cursor: pointer; background-color: #66ffcc; }
#header UL.menu > li.item5 li.hover > a { color: #fff; }
#header ul.menu > li.item5 > a:hover,
#header ul.menu > li.item5 > a:active,
#header ul.menu > li.item5 > a:focus,
#header ul.menu > li.hover5 > a
{
	color: #fff;
	font-weight:bold;
	background: url(../images/menuImg/item5_bg.gif) no-repeat;
}
#header UL.menu li.item5 li.parent a:hover{
	background: #66ffcc url(../images/menuImg/parentArrowHover.gif) no-repeat 95% 50%;
}
#header UL.menu li.item5 li.parentHover > A {
	color: #fff;
}
/* Contact Us item */
#header ul.menu > li.active6 > a {
	color:#fff;
	font-weight:bold;
	background: url(../images/menuImg/item6_passive_bg.gif) no-repeat;
}
#header ul.menu li.item6 a
{
	width: 97px;
}
#header ul.menu li.item6 a:hover,
#header ul.menu li.item6 a:active,
#header ul.menu li.item6 a:focus
{
	background: url(../images/menuImg/item6_bg.gif) no-repeat;
}

#contentarea
{
	margin: 32px 0 0 122px;
	padding: 0;
	position: relative;
	overflow: hidden;
	width: 850px;
	z-index:1;
	padding:0px 0px 20px 0px;

}

.topContent {
	height: 370px;
	clear:both;
}

.middleContent {
	overflow: hidden;
}

.topContent > DIV {
	float: left;
}

.topContent .illustration {
	width: 519px;
	height: 304px;
	background: url(../images/bg_slide.png) no-repeat;
}

.topContent .text {
	width: 300px;
	color: #FFF;
	margin: 0 0 0 20px;
	
}

.topContent .illustration IMG {
	margin: 20px 0 0 20px;
}

.middleContent > DIV {
	float: left;
}

.middleContent .left {
	width: 510px;
	padding: 0 20px 0px 0;
	border-right: 2px dotted #2c435f;
}
.middleContent .left UL {
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
	line-height:1.5em;
}
.middleContent .left UL LI {
	margin: 10px 0 0 0;
}
.middleContent .right {
	position: relative;
	width: 280px;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;

}

#ChronoContact_newsletter > DIV {
	margin: 10px 0 0 0;
}
.middleContent .right .form_element {
	margin: 0;
}
.middleContent .right FORM {
	width: 220px;
	margin: 0 0 20px 0;
}

#footer {
	position: relative;
	margin:-50px 0px 0px 0px;
	font-family:verdana;


}
#footer .content {
	width: 850px;
	margin:0 auto;
	text-align: left;
	padding: 70px 0 0 50px;
	overflow: hidden;
}
#footer .content > DIV {
	margin: 0 0 10px 0;
	overflow: hidden;
}

#footer ul.secondMenu { float: left; margin: 0; }
#footer ul.bottomMenu { float: right; margin: 0; }
#footer li ul { display: none; }
#footer ul.secondMenu li A,
#footer ul.bottomMenu li A{
	color: #336699;
	text-decoration: none;
}
#footer ul.secondMenu li A:hover,
#footer ul.bottomMenu li A:hover{
	color: #cc3333;
}
#footer ul.bottomMenu li.item1 > span,
#footer ul.secondMenu li.item41 > span {
	display: none;
}
#footer .left {
	float: left;
	font-weight: bold;
}
#footer .right {
	float: right;
	font-weight: bold;
}

#decor {
	position:relative;
	background: url(../images/decor.png) no-repeat top center;
	width: 306px;
	height: 95px;
	float:left;
	margin:-55px 0 0px 655px;
	z-index:999;
}

DIV.chronoform {
	display: none;
}

#loading {
	display: none;
	position: absolute;
	width: 100%;
	top: -10px;
	height: 130px;
	z-index: 10;
	background: url(../images/trans.gif);
}

#loading IMG {
	margin: 45px 0 0 100px;
}

FORM.loading {
	-moz-opacity:.30;
	filter:alpha(opacity=30);
	opacity:.30;
}

#success {
	display: none;
	position: absolute;
	width: 240px;
	height: 131px;
	top: 15px;
	left: 0;
	background: url(../images/formImg/successBg.gif) no-repeat top center;
	-moz-opacity:0;
	filter:alpha(opacity=0);
	opacity:0;
}

#success IMG.closeIcon {
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
}

#success P, #success DIV, #success H2 {
	margin: 10px;
}

#success H2 {
	font-size: 14px;
	color: #00cc00;
	text-align: center;
}

/* Carusel */
.yoo-carousel UL.tabs { display: none; }
.yoo-carousel, .yoo-carousel DIV.panel-container, .yoo-carousel .panel-container-bl, .yoo-carousel .panel-container-br {
	background: transparent !important;
}
.yoo-carousel .article {
	padding: 0 !important;
}
/* --------- */

DIV.cache {
	position: absolute;
	top: -1000px;
	left: 0;
}

.blog .leading { margin: 10px 0 0 0; padding: 0 10px; border: 2px dotted #457842; }
.blog P.counter { text-align: center; }
.blog UL.pagination {
	position:relative;
}

.blog UL.pagination LI {
	display: inline;
	position:relative;
	list-style: none;
	margin: 0 10px;
}

A.BackToTop {
	float: right;
	position: relative;
	left: 5px;
	width: 13px;
	height: 12px;
	background: transparent url('../../../images/iconUp_off.png') no-repeat top center;
}

A.BackToTop:hover {
	background: transparent url('../../../images/iconUp_on.png') no-repeat top center;
}

DIV.rightModules {
	display: none;
}

DIV.menu {
	margin: 0 0 20px 0;
}

DIV.menu UL.menu {
	margin: 10px 0 0 0;
}

DIV.menu UL.menu LI {
	list-style: none;
	margin: 10px 0 0 0;
}

/* Video Plugin */
span.avPlayerContainer span.avPlayerSubContainer {
	background: transparent;
}

DIV.gellery {
	overflow: hidden;
	margin: 0 0 20px 0;
}

DIV.gellery DIV.detail { display: none; }
DIV.gellery  .phocagallery-box-file-first, .phocagallery-box-file {
	background: transparent !important;
	height: auto !important;
	width: 105px !important;
	overflow: hidden;
}

DIV.gellery DIV.name {
	color: #003366 !important;
}

DIV.video {
	padding: 20px 0 0 20px;
}

DIV.surveryLink {
	text-align: center;
	border-bottom: 1px dashed #2C435F;
	margin: 0 0 10px 0;
}

DIV.surveryLink IMG {
	margin: 10px;
}

/* PayPal layout */
DIV.paypal {
	overflow: hidden;
	margin: 20px 0 0 0;
	padding: 10px;
	border-bottom: 2px dotted #2C435F;
}
DIV.paypal DIV.text {
	float: left;
	width: 300px;
}
DIV.paypal DIV.form {
	float: left;
}
/* -------------- */

.LV_validation_message {
	display: block;
}

#ChronoContact_ContacUs DIV.form_item {
	overflow: hidden;
	margin: 0 0 10px 0;
}
#ChronoContact_ContacUs P.title {
	margin: 20px 0 0 0;
	font-weight: bold;
}
#ChronoContact_ContacUs DIV.form_item > DIV {
	float: left;
}
#ChronoContact_ContacUs DIV.form_item DIV.first {
	margin: 0 16px 0 0;
}

#ChronoContact_ContacUs DIV.form_item > DIV > DIV {
	margin: 10px 0 0 0;
}

#ChronoContact_ContacUs DIV.form_item INPUT.style_1,
#ChronoContact_ContacUs DIV.form_item TEXTAREA.style_1
{
	width: 490px;
}

#ChronoContact_ContacUs DIV.form_item INPUT.style_2 {
	width: 235px;
}

#ChronoContact_ContacUs DIV.form_item INPUT.style_3 {
	width: 48px;
}

#ChronoContact_ContacUs .notRequired SPAN.LV_validation_message {
	display: none;
}

#contactLoading {
	position: absolute;
	display: none;
	width: 240px;
	height: 131px;
	text-align: center;
	background: transparent url('../images/formImg/successBg.gif') no-repeat top center;
	z-index: 100;
}

#contactLoading IMG {
	margin: 50px 0 0 0;
}

#ContacUsSent {
	display: none;
}

#breadcrumbs {
	position: relative;
	margon: 0;
	top: -10px;
	
}

#breadcrumbs > SPAN {
	font-weight: bold;
}
#breadcrumbs A {
	font-weight: normal;
	text-decoration: none;
}

#ChronoContact_speakwithadmin > div {
    margin: 10px 0 0 0;
}
#ChronoContact_speakwithadmin input,
#ChronoContact_speakwithadmin textarea {
    margin: 10px 0 0 0!important;
}
