/* CSS Document */
html {
	height: 100%;
}

body {
	height: 100%;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
	line-height:140%;
	letter-spacing: normal;
	background-image: url(../assets/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

* {margin:0; padding:0;}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	font-weight: normal;
}

p {
	line-height:160%;
	margin: 0;
}

a {
	color:#08A7AA;
}

a:hover {
	text-decoration:underline;
}

img {
	border:0;
	margin:0;
	padding:0
}


#wrapper {
	height: 100%;
	min-height: 100%; 
	width: 1040px;
	margin: 0 auto 0;
	height: auto;
	/*
	background-image: url(../assets/bg_body.jpg);
	background-repeat: repeat-y;
	background-position: center;
	*/
}

#header {
	height: 132px;
	margin:0;
	padding: 0;
	width:1040px;
	position:relative;
}

#headerRight{
	text-align:left;
	color: #666666;
	width: 560px;
	float:right;
	padding-right: 10px;
}

#headerRightTop{height:55px; position:relative;}
#headerRightBtm{height:50px; position:relative;background-image: url(../assets/navigation_top_bg.png);background-repeat: no-repeat;background-position:left 15px;}
#headerLeft {position: absolute; left:0; top:35px;width: 440px; height:125px;}

#mid {
	min-height: 76px;
	_height: 76px;
	color:#FFFFFF;
	padding-top:20px;
}
#mid h1{padding-top:15px;font-size:30px;color:#FFFFFF; line-height:125%; font-weight:normal;}
#mid p{padding-top: 20px; padding-bottom: 0;}
#mid .imgDiv{padding:0; margin:0; margin-right:40px; margin-top:30px; width:440px; height:324px; background-image: url(../assets/home_slideshow_bg.png);background-repeat: no-repeat; background-position:center;}

.slides{
	width:406px; 
	position:absolute;
	height:262px;
	z-index:2000;
	left:17px;
	top:20px;
}


#dlDiv{
	width:235px;
	height: 45px;
	background-image:url(../assets/gb_dl.gif); 
	background-repeat: no-repeat; 
	background-position:center;
	float:left;
	text-align:center;
	position:relative;
	padding:0;
	margin-top: -10px;
}
#orDiv{float:left; position:relative; width: 30px; padding-left:5px;padding-right:5px;}
#orDiv h2{font-size:16px; line-height:100%; font-weight:bold;}
.dl{
	font-size: 10px;
	color: #000000;
	margin-top: 15px;
}
#butDiv{width:195px; float:left;  height: 45px;position:relative; margin-left:150px;}
.mainNav {
	float: left;
	/*border-top: 6px solid #DFEAE1;
	border-left: 1px solid #D6D6D6; */
	min-width: 20px;
	padding:0;
	margin:0;
}

.mainNav ul{ 
	margin:0; 
	padding:0; 
	list-style-type:none; 
}

.mainNav ul li { 
	position:relative; 
	float:left; 
	font-weight:bold;
}

.mainNav a{text-decoration: none;color:#003374;}
.mainNav a:hover{color:#FFFFFF;}
.mainNav .currentMainLI{
	color:#96E4A7;
}
.lockLi{
	background-image:url(../assets/lock.gif); 
	background-repeat: no-repeat; 
	background-position:right bottom;
	width:70px;
}
.logoutLI{
	padding-left: 10px;
}

.logoutLI a{color:#FF9900;font-size: 10px;}

#headerRightTop .mainNav ul li{font-size: 16px;padding-top: 35px;padding-left:10px;padding-right: 10px;}
#headerRightBtm .mainNav ul li{padding-top: 24px;padding-left:13px; padding-right: 10px;font-size:13px;}
#headerRightBtm .mainNav a{color:#FFFFFF;}
#headerRightBtm .mainNav a:hover{color:#05A5A9;}
.pageName {
	border-bottom:solid 1px #262626;
}

#contentRightMenu, .contentRightOtherInfo{
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	text-align:left;
	color:#004080;
}

#contentRightMenu{width: 336px; margin-top:-20px;}

.contentRightOtherInfo{
	width: 300px;
	position:relative;
	/*top: 120px;*/
	font-size: 16px;
	padding-top: 30px;
	padding-bottom: 10px;
}
.contentRightOtherInfo a{text-decoration:none; line-height:25px; color:#004080;}

#otherInfoGalleryLink{
	background-image: url(../assets/btn_photogallery.png);
	background-repeat: no-repeat;
	display: inline;
	padding-left: 50px;
	padding-bottom: 20px;
	font-family:"Courier New", Courier, monospace;
}

#otherInfoEnrolLink{
	background-image: url(../assets/enrol.png);
	background-repeat: no-repeat;
	display: inline;
	padding-left: 56px;
	padding-bottom: 20px;
	font-family:"Courier New", Courier, monospace;
}

.otherInfoNavLine{
	background-image: url(../assets/navline.gif);
	background-position:left;
	background-repeat: no-repeat;
	height:5px;
	padding-top: 20px;
	padding-bottom: 20px;
}


.treeview { /*CSS for Simple Tree Menu*/
	width: 336px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-bottom: 20px;
	color:#003374;
	list-style:outside;
	min-height:10px;
	_height:10px;
	font-size: 17px;
	font-family:"Courier New", Courier, monospace;
	letter-spacing: -1px;
}


.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	border-bottom:1px solid #EAF0EE;
	width: 336px;  /*width needed or else Opera goes nuts */
	color:#003374;
	list-style:none;
	list-style-position:outside;
	line-height: 32px;
}

.treeview span{ /*Style header element*/
	/*border-top:6px solid #77A480;
	background-color: #F0F0F0;
	 width: 198px; width needed or else Opera goes nuts */
	color:#003374;
	padding-left: 8px;
	font-weight:bold;
}


.treeview li.first a{ /*Style header element*/
	color:#003374;
	font-weight:bold;
}


/* Style for LI that contains sub lists (other ULs). */
.treeview li.submenu{
	background-image: url(../assets/plus.gif);
	background-repeat: no-repeat;
	background-position: 310px 10px;
	cursor: hand !important;
	cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
}

.treeview a {
	text-decoration: none;
	color: #003374;
	padding-left: 8px;
}

.treeview a:hover {
	text-decoration: none;
	color:#08A7AA;
}

.treeview ul{
	margin: 0;
	padding:0;
}

.treeview ul li {
	border-top:1px solid #F0F0F0;
	list-style:none;
}


.treeview ul a {
	font-weight:normal;
}

.treeview ul li.last {
	border-bottom: none;
}

.address{padding-left: 10px; padding-bottom:10px; padding-top:10px; margin: 0; color:#003374;}
.kindyAddress{padding-left: 10px; padding-bottom:10px; margin:0;}

.currentSubLI{
	background-image: url(../assets/bg_subnav_li.gif);
	background-repeat: no-repeat;
	background-position: center;
}


/* sub navigation */


#contentWrapper{
	height: 100%;
	min-height: 100%;
	_height: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	padding-left:50px;
}

#contentRightTop{
	padding:0;
	float:right;
}

#contentRightInside{
	padding:0;
	margin:0;
	min-height: 70px;
	float:right;
	text-align:center;
}


#contentLeftWrapper{
	position: relative;
	float:left;
	color:#333333;
}

#contentLeft h1{
	color:#003364;
	line-height:150%;
}

#contentRightWrapper {
	margin: 0;
	padding:0;
	height: 100%;
	min-height: 300px;
	_height: 300px;
	float:right;
	z-index:-1;
}

#contentRightTopWrapper {
	margin: 0;
	padding:0;
	height: 100%;
	min-height: 300px;
	_height: 300px;
}


.subLeftDropdown{
	float:left;
	margin-top:-20px;
	margin-left:25px;
	color: #07423C;
	font-size:11px;
}

#subLeftBottom{
	width: 253px;
	margin: 38px auto 20px;
	border-top: solid 4px #262626;
	color: #666666;
}

#subLeftBottom a{text-decoration:underline;color: #666666;}

#subLeftBottom a:hover{text-decoration:none;color:#FFFFFF;}



.push{height: 43px;}

#footerWrapper{
	width:100%;
	_width:100%;
	height: 95px;
	text-align:center;
	background-color:#003374;
	position:relative;
	overflow:hidden;
}

#footer {
	color: #5F7FA6;
	text-align:center;
	padding-top: 25px;
	font-size:11px;
	width:1040px;
	margin:0 auto 0;
	position: relative;

}

#footer a {
	color: #5F7FA6;
	text-decoration:none;
	font-weight: normal;
	padding: 10px;
	line-height: 200%;
}

#footer a:hover {
	text-decoration:underline;
}


.separator {
	clear: both;
	width: auto;
	height: 1px;
	font-size: 1px;
	padding-bottom:3px;
}

.greyLine {
	clear: both;
	width: auto;
	height: 1px;
	font-size: 1px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #F5F8F7;
	margin-top: 15px;
	margin-bottom: 15px;
}

.cookieWrapper {
	position: relative;
	width: 850PX;
}

#cookieTrail {
	vertical-align: middle;
	line-height:220%;
	float:left;
	width: 470px;
}

#cookieTrail a {
	color: #45795F;
	font-weight: normal;
	/*
	background-image: url(../assets/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	*/
	padding: 0px;
	text-decoration:none;

}

#cookieTrail a:hover {
	text-decoration: underline;
}



.calHeader{
	background-color:#CDCCCD;
	font-weight:bold;
}

.calSubHeader{
	background-color:#F0F0F0;
	font-weight:bold;
	color:#000000;
}

.noteText{
	color:#EE3A43;
}

.article {
	padding:0;
}


.article p {
	padding-top: 3px;
	padding-bottom: 5px;
}

.article h1 {
	margin-top: 10px;
	margin-bottom:10px;
	padding:0;
	font-weight:bold;
	color:#003364;
}

.article h2 {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom:0;
	font-weight:normal;
}

.article h3 {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom:0;
	font-weight:normal;
}

.article ul{
	position: relative;
	padding: 0;
	margin: 0;
	padding-left: 15px;
}

.article ul li{
	list-style-position:outside;
}

.article label {
	width: 100px;
	float: left;
	font-weight: bold;
}


.imgDiv {
	min-height: 20px;
	_height: 20px;
	float: left;
	text-align:right;
	padding-right: 10px;
	padding-bottom: 10px;
}


.cap {
	font-size: 10px;
	font-style:italic;
	text-align:center;
}


.imgFeatureWrapper {
	padding-top: 4px;
	position: relative;
	width: 160px;
	margin-left: -178px;
	text-align: right;
	z-index:1000;
	float: left;
}

.imgLeft {
	width: 155px;
	min-height: 20px;
	_height: 20px;
	margin-bottom: 40px;
}

.cap {
	font-style:italic;
	font-size:10px;
	padding-top: 5px;
}



.staffImg {
	position: absolute;
	width: 80px;
	min-height: 20px;
	_height: 20px;
	top: 0;
	left: -105px;
}

.quickLinksDropDown {
	position: absolute;
	width: 170px;
	height: 40px;
	left: 20px;
	top: 9px;
	z-index:4000;
}

form {
	padding: 0;
	margin: 0;
	height: 100%;
}

.quickLinksDropDown select {
	width: 155px;
}



.downloads {
	float:left;
	padding-left: 25px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #45795F;
	display: inline;
	margin: 5px;
}

.downloads a {
	font-weight: bold;
}

.downloadsWORD {
	float:left;
	padding-left: 20px;
	line-height:16px;
	color: #333333;
	background-image: url(../assets/download_word.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	display: inline;
}

.downloadsWORD a {
	text-decoration:underline;
	font-weight: bold;
}

.downloadsPDF {
	float:left;
	padding-left: 20px;
	line-height:16px;
	color: #333333;
	background-image: url(../assets/download_pdf.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	display: inline;
}

.downloadsPDF a {
	font-weight: bold;
}


.DDsubmenu {
	padding-left: 5px;
}

.gvTable {
	padding-top: 10px;
	width: 100%;
}

.gvTable td {
	padding-bottom: 3px;
	padding-top: 3px;
}

#backToTop {
	width: 27px;
	height: 27px;
	position: absolute;
	left: 820px;
	bottom: 60px;
	z-index: 1000;
}

label {
	width: 20px;
	float: left;
	font-weight: bold;
}

legend {
	color: #3E8CB0;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
}

fieldset {
	padding: 10px 10px 30px;
	border: 1px solid #C7BEA8;
	margin-bottom: 10px;
	margin-top: 5px;
	width: 580px;
}


textarea {
	width: 300px;
}


.longText {
	float: left;
	width: 165px;
	margin-right: 15px;
	margin-bottom: 5px;
}

.submitBtn {
	width: auto;
	margin-left: 100px;
}

/*This is the CSS for the Site Map page */


.sitemap {
	list-style-type: none;
	background-image:url(../assets/line1.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 0;
	font-weight: bold;
}


.sitemap ul {
	margin: 0;
	background-image:url(../assets/line1.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left:0;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}

.sitemap ul ul {
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left:0px;
}

.sitemap li {
	list-style-type: none;
	background-image:url(../assets/line2.gif);
	background-repeat:no-repeat;
	background-position: left top;
	padding-left: 30px;
	margin: 0;
}

.sitemap {
	line-height: 22px;
	margin: 0;
	padding: 0;
}

.sitemap a {
	text-decoration: none;
}

.highlighted {
	background-color: #F1F3F8;
}


.detailsHeading {
	clear: both;
	height: 30px;
	width: 550px;
	line-height: 30px;
	color: #EE3A43;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-top: 10px;
	border-bottom-color: #E7EBEE;
}

.details {
	clear: both;
	padding-top: 10px;
}

.details table {
	margin-bottom: 10px;
	font-size: 12px;
	text-align: left;
}

.details td, th {
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.details img{
	width: 80px;
}

.detailsPhoto {
	float: left;
	width: 218px;
	min-height: 100px;
	_height: 100px;
	margin-left: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.oldPrice{
	color: #262626;
	text-decoration:line-through;
	line-height: 200%;
}

.newPrice{
	color: #3E8CB0;
	line-height: 200%;
}


.loginEmail {
	width: 190px;
}

.loginPassword {
	width: 190px;
}

#loginError {
	width: 428px;
	color:#FF0000;
	position: relative;
	height: 30px;
	left: 100px;
}
