html { height: 100%; margin-bottom: 1px; }

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 76%;
	text-align: center;
	margin: 3px 0px 0px 0px;
	padding: 0px;
}

p {
	font-size: 1em;
	color:#000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

h1 {
	font-size: 1.1em;
	color:#FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

h2 {
	font-size: 1em;
	font-weight: bold;
	color:#FFFFFF;
	margin: 0px;
	padding: 0px;
}

#center {
	margin:0px auto;
	text-align:left;
	width: 730px;
	position: relative;
}

a img { border: 0px;}
a {
	color: #000000;
	font-weight: bold;
}

/* Clearfix hack */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */


/* Styles for backgrounds */

#mainbg {
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
}
#teachers #mainbg {background-image: url(../images/teachers/bg_middle.gif);}
#parents #mainbg {background-image: url(../images/parents/bg_middle.gif);}
#kids #mainbg {background-image: url(../images/kids/bg_middle.gif); height: 233px;}
#contact #mainbg {background-image: url(../images/contact/bg_middle.gif);}
#home #mainbg {
	background-image: url(../images/index_bg.gif);
	width:724px;
	height:496px;
}

/* Content area */
#mainbgcontent {
	margin-left: 179px;
	padding-top: 7px;
	padding-bottom: 21px;
	background-repeat: no-repeat;
	background-position: left bottom;

}

#parents #mainbgcontent { background-image: url("../images/parents/mainbottom.gif"); }
#teachers #mainbgcontent {	background-image: url("../images/teachers/mainbottom.gif");	}


#lowerbg {
	position: relative;
	height: 148px;
	width: 730px;
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;	
}
#teachers #lowerbg {background-image: url(../images/teachers/bg_verybottom.gif);}
#parents #lowerbg { background-image: url(../images/parents/bg_verybottom.gif);}
#kids #lowerbg { background-image: url(../images/kids/bg_verybottom.gif);}
#contact #lowerbg { background-image: url(../images/contact/bg_verybottom.gif);}


/* Footer and logo */
#lowerbg img {
	border: 0px;
}
a#totallogo {
	position: absolute;
	top: 108px;
	right: 12px;
}

img#youknowwheretoturn {
	position: absolute;
	top: 172px;
	right: 80px;
}
#lowerbg p {
	font-size: 0.75em;
	padding: 125px 260px 10px 5px;
}
#lowerbg p a {
	color: #0D3692;
}


/* Top bar */
#logo {
	position: absolute;
	left: -12px;
	top: 27px;
}

#navigationbar {
	position: relative;
	width: 730px;
	height: 156px;
}

#parents #navigationbar { background-image: url("../images/parents/top.gif");}
#teachers #navigationbar { background-image: url("../images/teachers/top.gif");	}
#kids #navigationbar { background-image: url("../images/kids/top.gif");	}
#contact #navigationbar { background-image: url("../images/contact/top.gif");	}

#navigationbar a {
	display: block;
	position: absolute;
	top: -1px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 137px;
	text-indent: -9999px;
}
#navigationbar a:hover {
	background-position: 0px -137px;	
}
#navigationbar #navkids a {
	left: 319px;
	width: 115px;
}
#navigationbar #navparents a {
	left: 448px;
	width: 144px;
}
#navigationbar #navteachers a {
	left: 592px;
	width: 127px;
}

/* Home page navigation bar */
#home #navigationbar #navkids a {
	left: 228px;
	top: 151px;
	width: 113px;
	height: 61px;
}
#home #navigationbar #navparents a {
	left: 362px;
	top: 199px;
	width: 191px;
	height: 53px;
}
#home #navigationbar #navteachers a {
	left: 581px;
	top: 164px;
	height: 79px;
	width: 143px;
}

#home #navigationbar a:hover {
	background-position: 0px -0px;	
}



#parents #navkids a { background-image: url("../images/parents/topnav_kids.gif");}
#parents #navparents a { display:none;}
#parents #navteachers a { background-image: url("../images/parents/topnav_teachers.gif");}

#teachers #navkids a { background-image: url("../images/teachers/topnav_kids.gif");}
#teachers #navparents a { background-image: url("../images/teachers/topnav_parents.gif");}
#teachers #navteachers a { display:none;}

#kids #navkids a { display:none;}
#kids #navparents a { background-image: url("../images/kids/topnav_parents.gif");}
#kids #navteachers a { background-image: url("../images/kids/topnav_teachers.gif");}

#contact #navkids a { background-image: url("../images/contact/topnav_kids.gif");}
#contact #navparents a { background-image: url("../images/contact/topnav_parents.gif");}
#contact #navteachers a { background-image: url("../images/contact/topnav_teachers.gif");}

#home #navkids a { background-image: url("../images/topnav_kids.gif");}
#home #navparents a { background-image: url("../images/topnav_parents.gif");}
#home #navteachers a { background-image: url("../images/topnav_teachers.gif");}


/* Headerbar */
#headerbar {
	position: relative;
	width: 535px;
	height: 46px;
}

#parents #headerbar {	background-image: url(../images/parents/headerbar.gif); }
#teachers #headerbar {	background-image: url(../images/teachers/headerbar.gif); }
#contact #headerbar {	background-image: url(../images/contact/headerbar.gif); }
#contact #headerbar.request {	background-image: url(../images/contact/headerbar_blank.gif); }

#headerbar img {
	margin-top: 14px;
	margin-left: 15px;
}

#headerbar form {
	position: absolute;
	left: 389px;
	top: 21px;
}
#headerbar form input#email {
	border: 0px;
	background-color:transparent;
	width: 108px;
	font-size: 0.8em;
	text-align: center;
}

/* Content holder */
#contentholder {
	padding-top: 5px;
	width: 534px;
}
#teachers #contentholder { background-color: #21A1EC; }
#parents #contentholder { background-color: #EE6F0A; }
#contact #contentholder { background-color: #CCDDFE; }


/* LHS navigation */

#subnavigation {
	position: absolute;
	top: 156px;
	left: 14px;
}
#subnavigation ul{
	margin: 0px;
	padding: 0px;
}

#subnavigation ul li{
	list-style: none;
	display: inline;	
}

/* secondary navigation */
#subnavigation ul li a{
	display: block;
	text-indent: -9999px;
	width: 152px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* tertiary navigation */
#subnavigation ul li ul li a{
	text-indent:0px;
	width: 134px;
	margin: 0px 4px 0px 4px;
	padding: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	font-weight: bold;
	
}

#parents #subnavigation ul li ul li a{
	background-color: #C63F03;
	color: #ffa800;	
	border-bottom: 1px solid #FF4E00;	
}
#teachers #subnavigation ul li ul li a{
	background-color: #00466f;
	color: #0093e9;	
	border-bottom: 1px solid #458bb4;	
}



/* quadernary navigation */
#subnavigation ul li ul li ul li a{
	width: 127px;
	margin-left: 11px;	
}

#subnavigation ul li ul li ul {
	margin-bottom: 0px;
}

#parents #subnavigation ul li ul li a:hover, #parents #subnavigation ul li ul li a.chosen{ color: #f6f035;}
#teachers #subnavigation ul li ul li a:hover, #teachers #subnavigation ul li ul li a.chosen{ color: #f6f035;}


#subnavigation ul li ul {
	margin-bottom: -1px;
}

#subnavigation ul li a:hover, #subnavigation ul li a.chosen{
	background-position: -152px 0px;
}

#teachers #subnavigation ul li a#navintro{
	height: 35px;
	background-image: url("../images/teachers/nav_intro.gif");	
}
#teachers #subnavigation ul li a#navroadsafety{
	height: 30px;
	background-image: url("../images/teachers/nav_roadsafety.gif");	
}
#teachers #subnavigation ul li a#navgames{
	height: 31px;
	background-image: url("../images/teachers/nav_games.gif");	
}
#teachers #subnavigation ul li a#navrequest{
	height: 45px;
	background-image: url("../images/teachers/nav_request.gif");	
}
#teachers #subnavigation ul li a#navcontact{
	height: 46px;
	background-image: url("../images/teachers/nav_contact.gif");	
}

#parents #subnavigation ul li a#navintro{
	height: 35px;
	background-image: url("../images/parents/nav_intro.gif");	
}
#parents #subnavigation ul li a#navroadsafety{
	height: 30px;
	background-image: url("../images/parents/nav_roadsafety.gif");	
}
#parents #subnavigation ul li a#navgames{
	height: 31px;
	background-image: url("../images/parents/nav_games.gif");	
}
#parents #subnavigation ul li a#navrequest{
	height: 30px;
	background-image: url("../images/parents/nav_tellafriend.gif");	
}
#parents #subnavigation ul li a#navcontact{
	height: 38px;
	background-image: url("../images/parents/nav_contact.gif");	
}


/* Columns */

.singlecolumn {
	margin-left:13px;
	margin-bottom: 5px;
	width: 512px;
	clear: both;
	padding-bottom: 11px;
	background-position: 0px bottom;
	background-repeat: no-repeat;		
}

.singlecolumn ul {
	padding: 0px;
	margin: 0px 0px 10px 15px;
}

#parents .singlecolumn { background-image: url(../images/parents/main_whitepanel_btm.gif);}
#teachers .singlecolumn { background-image: url(../images/teachers/main_whitepanel_btm.gif);}

#parents .singlecolumn.bottom { background-image: url(../images/parents/pandp_btm_whitepanel_btm.gif);}
#teachers .singlecolumn.bottom { background-image: url(../images/teachers/pandp_btm_whitepanel_btm.gif);}


.singlecolumn .top {
	width: 512px;
	height: 11px;
	overflow: hidden;
}

#parents .singlecolumn .top { background-image: url(../images/parents/main_whitepanel_top.gif);}
#teachers .singlecolumn .top { background-image: url(../images/teachers/main_whitepanel_top.gif);}

#parents .singlecolumn.bottom .top { background-image: url(../images/parents/pandp_btm_whitepanel_top.gif);}
#teachers .singlecolumn.bottom .top { background-image: url(../images/teachers/pandp_btm_whitepanel_top.gif);}


.singlecolumn .middle {
	padding: 7px 20px 7px 16px;
	background-color: #ffffff;	
}

#parents .singlecolumn .middle { border-right: solid #C75901 5px;}
#teachers .singlecolumn .middle { border-right: solid #0273B5 5px;}

.doublecolumn {
	float: left;
	width: 244px;
}
.leftcolumn {
	margin-left:13px;
	margin-right:24px;
	display: inline;
}

.chunk{
	margin-bottom: 5px;
	background-position: 0px bottom;
	padding-bottom: 12px;
	background-repeat: no-repeat;	
}
.chunk h2 {
	height: 34px;
	width: 244px;
	text-indent: -9999px;
}
.chunk a {
	font-weight: bold;
}
.chunkcontent {
	border-left: 16px solid #FFFFFF;	
	width: 223px;
	background-color: #ffffff;
	border-right: 5px solid;
	padding-top: 3px;
}
.chunkcontent p {
	padding-right: 10px;	
}

.innercolumn {
	margin-top: 10px;
	width:42%;
	float: left;
}
.innercolumn.left {
	margin-right: 10%;
}

.columnclear {
	clear: left;
	height: 1px;
	overflow: hidden;
}

.columncenter {
	text-align: center;
}

.threecolumn {
	width: 31%;
	float: left;
	margin-right: 2%;
	margin-bottom: 10px;
}

.threecolumn.clearleft {
	clear:left;
}

.smalllink {
	color: #000000;
	font-size: 0.9em;
	font-weight: bold;
}


#F2F_Form label, #requestform label {
	display: block;
}

#F2F_Form p input, #requestform p input {
	width: 45%;
}
#F2F_Form textarea {
	width: 90%;
}


