/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

body {
  min-width: 773px;
  background-image:url(../images/bkg.jpg);
  background-repeat:repeat-x;
  background-color:#00488C;
}

p {
	padding: 5px;
}

a {color: #000000; text-decoration: underline;}
a:visited {color:#000000; text-decoration: underline;}
a:hover {color: #C20604; text-decoration: none;}
a:active { color:#000000; text-decoration: underline;}

img {
	border: 0;
}

td {
	vertical-align: top;
}

.SecondHover {
	font-weight: bold;
}

/* Content Styles (RTE) */

.borderbox_light {
	border: 2px solid #FFF2C6
}

.borderbox_dark {
	border: 1px solid #C2BC74;
}

.borderbox_grey {
	border: 1.5px solid #CCC;
}

.backcolorbox_light {
	background-color: #FFFAE7;
	border: 1px solid #A09A55;
}

.backcolorbox_dark {
	background-color: #C2BC74;
	color: black;
}

.underscore_dark {
	border: 0 solid #C2BC74;
	border-bottom-width: 1.5px;
}

.blockquote {
	margin: 3px 25px;
}

.floatquote_right {
	width: 148px;
	float: right;
	margin: 5px;
}

.floatquote_wideright {
	width: 306px;
	float: right;
	margin: 5px;
}

.floatquote_left {
	width: 148px;
	float: left;
	margin: 5px;
}

.floatquote_wideleft {
	width: 306px;
	float: left;
	margin: 5px;
}

h1, h1 a {
	font-size:22px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	clear: both;
}

h2, h2 a {
	font-size:18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	clear: both;
}

#Column23-2 h2 {
	text-align: left;
}

h3, h3 a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

h4, h4 a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

h5, h5 a {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

h6, h6 a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#MainWrap {
	text-align: center;
}

#wrapper {
  text-align: left;
  width: 773px;
  margin-left: auto;
  margin-right: auto;
  height:100%;
  background-image:url(../images/tbl_bkg.jpg);
	background-repeat:repeat-y;
}

#wrapper li {
  margin-left: 2em;
}

/*Begin Header*/
#Header {
	background-image:url(../images/kids_header.jpg);
	background-repeat:no-repeat;
	height: 135px;
	width: 773px;
}

#HeaderLink {
	margin-top: 12px;
	height: 55px;
	width: 355px;
	display: block;
	float: left;
}

#Search {
	float: right;
	margin-right: 40px;
	margin-top: 90px;
	font-weight: bold;
	color: #ffffdd;
}



/*Begin Navigation*/
#navBkg {
	background-color: #C3122F;
	background-image:url(../images/nav_bkg.jpg);
	background-repeat:repeat-y;
	width: 735px;
}

#nav {
	left:12px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
	top: 0px;
	height: 40px;
	width: 752px;
	background-color: #C20604;
}



#nav * {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#nav li.on ul, #nav li.off ul {
	margin: 0px;
	padding: 0px;
}

#nav a {
	text-decoration: none;
}

#nav li {
	/*float the main list items*/
	float: left;
	display: block;
	height: 20px;
	margin: 0px;
	/*
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #c2bc74;
	*/
	margin-left: 0.3em;
	margin-right: 0.3em;
}

#nav li ul {
	display: none;
}

#nav li.off ul, #nav li.on ul {
	/*put the subnav below*/
	position: absolute;
	top: 20px;
	right: 0px;
	float: right;
	padding: 0px;
	height: 20px;
	width: 752px;
}

#nav li a {
	/*for all links in the list*/
	color: #fff;
	font-weight: bold;
	display: block;
	width: auto;
	border: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 0.3em;
	padding-right: 0.3em;
}

#nav li.on a {
	/*change text color for active topic area*/
	border: 0px;
	color: #ffffff;
}

#nav li.on ul a, #nav li.off ul a {
	float: left;
	/*ie doesn't inherit the float*/
	border: 0px;
	color: #fff;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: none;
	padding-left: 5px;
	padding-right: 5px;
}

#nav li.on ul {
	/*display active subnav list*/
	display: block;
	background-color: #C20604;
	height: 20px;
}

#nav li.on ul li.on a {
	/*change text color for active topic area*/
	border: 0px;
	color: #fff;
	padding-bottom: 0.5em;
}

#nav li.on {
	background-color: #fff;
}

#nav li.off {
	background-color: #C20604;
}

#nav li.off:hover ul, #nav li.over ul, #nav li.on:hover ul {
	/*display the other topics when their parent is hovered*/
	display: block;
	background-color: #E19D4C;
	z-index: 3000;
}

#nav li.off:hover ul {
	/*display the other topics when their parent is hovered*/
	display: block;
	background-color: #E19D4C;
	z-index: 6000;
}

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

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

#nav li ul.right li {
	float: right;
}

#nav li ul.centered li {
	float: centered;
}

#nav li ul.left li {
	float: left;
}

#nav li.on a:hover {
	color: #ffffff;
}

#nav li.off a:hover, #nav li:hover a, #nav li.over a {
	background-color: #E19D4C;
	color: #fff;
}

/*End Navigation*/

#Banner {
	width: 773px;
	margin-bottom: 4px;
}

#Banner p {
	margin: 0;
	padding: 0;
	border: 0;
}

/*End Header*/

/*Column One*/

#Column1 {
	width: 450px;
	padding-left: 25px;
	margin-top: 10px;
	float: left;
}

#Column1 img{
	padding-bottom: 3px;
	text-align:center;
}

#Column1 p{
	padding: 5px;
}

#KidsContentBox1 {
	width: 526px;
	background-color: #AEACFD;
}

#KidsContentBox1 h1 {
	background-image:url(../images/purple_hd_bkg.gif);
	background-repeat:no-repeat;
	text-align: left;
	color: #fff;
	font-size: 16px;
	padding-left: 35px;
	margin: 0px;
	height: 23px;
	padding-top: 4px;
}

#KidsContentBox1 p {
	padding-top: 10px;
}



#KidsContentBox1End {
	background-image:url(../images/purple_btm.gif);
	background-repeat:no-repeat;
	padding-bottom: 15px;
	height: 17px;
	width: 526px;
}

#KidsContentBox1Right {
	width: 150px;
	background-color: #AEACFD;
}

#KidsContentBox1Right h1 {
	background-image:url(../images/purple_hd_bkg-150.gif);
	background-repeat:no-repeat;
	text-align: left;
	color: #fff;
	font-size: 16px;
	padding-left: 35px;
	margin: 0px;
	height: 23px;
	padding-top: 4px;
}

#KidsContentBox1Right p {
	padding-top: 10px;
}

#KidsContentBox1EndRight {
	background-image:url(../images/purple_btm-150.gif);
	background-repeat:no-repeat;
	padding-bottom: 15px;
	height: 17px;
	width: 150px;
}

#KidsContentBox2 {
	width: 526px;
	background-color: #F3F78F;
}

#KidsContentBox2 h1 {
	background-image:url(../images/yellow_hd_bkg.gif);
	background-repeat:no-repeat;
	text-align: left;
	background-color: #fff;
	color: #fff;
	font-size: 16px;
	padding-left: 35px;
	margin: 0px;
	height: 23px;
	padding-top: 4px;
}

#KidsContentBox2 p {
	padding-top: 10px;
}

#KidsContentBox2End {
	background-image:url(../images/yellow_btm.gif);
	background-repeat:no-repeat;
	padding-bottom: 15px;
	height: 17px;
	width: 526px;
}

#KidsContentBox2Right {
	width: 150px;
	background-color: #F3F78F;
}

#KidsContentBox2Right h1 {
	background-image:url(../images/yellow_hd_bkg-150.gif);
	background-repeat:no-repeat;
	text-align: left;
	background-color: #fff;
	color: #fff;
	font-size: 16px;
	padding-left: 35px;
	margin: 0px;
	height: 23px;
	padding-top: 4px;
}

#KidsContentBox2Right p {
	padding-top: 10px;
}

#KidsContentBox2EndRight {
	background-image:url(../images/yellow_btm-150.gif);
	background-repeat:no-repeat;
	padding-bottom: 15px;
	height: 17px;
	width: 150px;
}


/*End Column One*/

/*End Column Two*/
#Column2 {
	width: 185px;
	padding-right: 25px;
	margin-top: 10px;
	float: right;
}

#KidsSubnav {
	width: 185px;
	background-color: #66DF5C;
}

#KidsSubnav h3 {
	background-image:url(../images/green_hd_bkg.gif);
	background-repeat:no-repeat;
	text-align: left;
	color: #fff;
	font-size: 16px;
	padding-left: 35px;
	margin: 0px;
	height: 21px;
	padding-top: 4px;
}

#KidsSubnav p {
	padding-top: 10px;
}

#KidsSubnav a {
	color: #000066;
	text-decoration: none;
}

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

#KidsSubnav ul {
	padding-left: 1px;
	padding-top: 10px;
}

#KidsSubnav ul ul {
	padding-left: 6px;
	padding-top: 0;
}

#KidsSubnav li {
	list-style-image:url(../images/subnav_bullet.gif);
	padding-bottom: 4px;
	margin-right: 0;
}

#KidsSubnavEnd {
	background-image:url(../images/green_btm.gif);
	background-repeat:no-repeat;
	padding-bottom: 15px;
	height: 17px;
	width: 185px;
}
/*End Column Two*/

/*footer*/

#footer {
	background-color:#C20604;
	width:773px;
	clear:both;
	color: #ffffcc;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	font-size: 90%;
	padding-bottom: 1em;
}

/* sitemap */
#Sitemap li {
	list-style-type: none;
}

#Sitemap .tx-dropdownsitemap-pi1 img {
	padding-right: 0.5em;
}

#Sitemap .tx-dropdownsitemap-pi1 li {
	padding-bottom: 0.1em;
}

p.csc-uploads-description {
	font-size: 9pt;
}

img.image-no-margin {
	margin: 0;
	padding: 0;
	border: 0;
}
