@charset "utf-8";
/* CSS Document */

* {padding: 0; margin: 0;}


p {margin-top: 0;}



body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(../../images/jlayout/background.jpg);
	background-color:#99ccff;
	background-repeat: repeat-x;
}

img {  
border-style: none;
}

#center {
	float:right;
	width:690px;
	background-color:#ffffff;
	padding-left: 5px;
	padding-right: 0px;
	height: 100%;
	margin-top: 10px;
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	
}

#center ul {

margin-left:17px;
list-style-image: url(../../images/layout/bullet.gif);
margin-top:10px;

}


#center li{
	
	padding-top:1px;
	padding-bottom:10px;
	
}

.oneColFixCtr #container {
	width: 850px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:10px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}
#masthead {

	float:left; 
	margin-right:3px; 
	border: 1px solid #9A9A9A;
	height:133px;
	width: 659px;
}
#mainContent {
	margin: 0px;
	padding: 0px;
	position:static;
	width:850px;
	border:none;
	height:auto;
	background-image: url(../../images/childrens/index/backgroundimage.jpg);
	background-repeat: repeat-y;
}

.oneColFixCtr #topspacer {
	width: 870px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:25px;
	background: #0066cc;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0px;
	text-align: right; /* this overrides the text-align: center on the body element. */
	color:#FFFFFF;
	padding-top:5px;
}

.oneColFixCtr #topspacer {
	width: 870px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:25px;
	background: #0066cc;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0px;
	text-align: right; /* this overrides the text-align: center on the body element. */
	font-size: .8em;
	color:#FFFFFF;
	padding-top:5px;
	font-family: Arial, Helvetica, sans-serif;

}

.oneColFixCtr #bottomspacer {

	
	width: 870px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:30px;
	background: #99ccff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0px;

	text-align: center; /* this overrides the text-align: center on the body element. */
	font-size: 11px;
	color:#0066cc;
	padding-top:5px;

}

.oneColFixCtr #bottomspacer a{

	
	color:#FFFFFF;
	text-decoration:none;

}


#topmenu {
	padding-bottom:5px;
	background-image: url(../../images/layout/topmenu.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
}

#headerlogo {

	height: 114px;
	width: 114px;
	padding: 8px;
	float:left;
	background-color:#FFFFFF;

}

#headerpicture {

	height:134px;
	width:530px;
	float:left;
	background-color:#FFFFFF;
	margin-right: 4px;
	
}

#headersearch {

	height:122px;
	width:174px;
	float:right;

	background-color:#ffffff;
	background-image:url(../../images/layout/searchbg.jpg);
	padding:5px;
	border: 1px solid #9A9A9A;

}

#headersearch a {
	color:#0066cc;
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}


#divider {
	background:#0066cc;
	height: 20px;
	margin-top:.5em;
	margin-bottom:0px;
	padding-top: 0px;
	padding-right: .5em;
	padding-bottom: 0px;
	padding-left: 0px;

}

#bottomdivider {

	background:#0066cc;
	height: 20px;
	

}

ul#navigation {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.75em;
	font-weight:bold;
	padding: 0;
	background-color: #ffffff;
	color: #fff;
	float: left;
	width: 847px;
	border-style:solid;
	border-color:#0066cc;
	border-width:1px;
	background-image: url(../../images/layout/topmenu.jpg);
	background-repeat: repeat-x;
}

ul#navigation li { display: inline; }

ul#navigation li a {
	padding: .25em 1em;
	color: #0066cc;
	text-decoration: none;
	float: left;
	border-right-style:solid;
	border-color:#0066cc;
	border-width:1px;
}


a:link, a:visited { color: #fff; }

ul#navigation li a:hover { 	color: #ffffff; 	background-color: #0066cc;
}

ul#navigation li#active a { background-color: #0066cc; color:#FFFFFF;
}

ul#navigation li#nav9 a { color:#990033; 
}

ul#navigation li#nav10 a {
	color: #006600;
}

ul#navigation li#nav9 a:hover { color: #ffffff; background-color: #0066cc; 
}

ul#navigation li#nav10 a:hover { color: #ffffff; 	background-color: #0066cc;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	background-color: #ffffff;
	width: 850px;
}


#imgagebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	background-color: #ffffff;
	width: 850px;
	border-top: 1px solid #9A9A9A;
	border-bottom: 1px solid #9A9A9A;
}

#imagebarimage {

	width:120px;
	float:left;
	margin-right: 2px;

}

/* left menu */

#navBar{
	float: left;
	width: 150px;
	background-color: #eeeeee;
	background-repeat: repeat-y;
}

#navBar a {
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.headersection {

	font-family: Georgia, Times New Roman, Times, serif;
	font-size: .9em;
	color: #981b1e;
	margin: 0px;
	padding: 0px;	
	font-weight:bold;

}
.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #0167CC;
	font-weight: bold;
}
#subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #0167CC;
	font-weight: bold;
}
.subheadingred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #981B1E;
	font-weight: bold;
}
.subheadingsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #0167CC;
	font-weight: bold;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #981b1e;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #981b1e;
	margin: 0px;
	padding: 0px;
	font-weight:bold;
	text-align:left;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #981b1e;
	margin: 0px;
	padding: 0px;
	font-weight:bold;
	text-align:left;
}


.headerrightmenu {

	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #981b1e;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0px;
	border-top: 1px solid #9A9A9A; 
	border-left: 1px solid #9A9A9A; 
	border-right: 1px solid #9A9A9A;
}

#navBarHead a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	color: #981b1e;
	margin: 0px;
	padding: 0px;
	font-weight:bold;
	text-decoration:none;
	
}


/* -----------menu--------------------------- */

.glossymenu{
	list-style-type: none;
	width: 148px;
	border: 1px solid #9A9A9A;
	border-bottom-width: 0;
	padding: 0;
	margin: 0px;
}

.glossymenu li a{
	color: #0066cc;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;
	background-color: white;
	background-image:url(../../images/layout/menuback.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	/*font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;*/
	font-size: 1.2em;
	font-weight: bold;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;

}

* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 147px;
}

.glossymenu li a:visited{
	color:#06C
}

.glossymenu li a:active{
	color: #06C;
}
.glossymenu li a:hover{
	color:#ffffff;
	background-color: #0066cc;
	background-image: none;
}

.footersection {

	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066cc;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	font-weight:bold;

}

.footercopyright {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0066cc;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	font-weight:bold;

}

/* form atrributes */

.formfont2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.smallRedLink, .smallRedLink:link, .smallRedLink:visited {
	font-size: 9px;
	color: #981b1e;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #DEDFE1;
	border: 1px solid #9A9A9A;
}

.smallRedLink:hover {
	color: #981b1e;
	text-decoration: underline;
}

/* searchboxes */
#searchbox {
	padding: 5px;
	float: right;
	height: 122px;
	width: 174px;
	background-color: #FFF;
	background-image: url(../../images/layout/searchbg.jpg);
}
#searchheadings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #900;
}
#floatleft {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	font-weight: normal;
	padding-top: 0.25em;
	padding-right: 0.25em;
	padding-bottom: 0.15em;
	padding-left: 0em;
}
.indent {
	padding-left: 1em;
	list-style-image: url(../../images/layout/bullet.gif);
}

#box {
	font-weight: bold;
	background-color: #0C9;
	border: thin solid #060;
	padding: .5em;
	width: 95%;
}

.breadcrumbwhite {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	color: #FFF;
	font-weight: normal;
	padding-right: 1em;
}
#floatright {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	font-weight: normal;
	padding-top: 0.25em;
	padding-right: 0.25em;
	padding-bottom: 0.15em;
	padding-left: 0.25em;
}
