/******* HTML tag styles *********/
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */
/***********************************************/ 
.b {
	font-weight: bold;
}
body{
	font-family: Arial, sans-serif;
	color: #333333;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
    color: #FFEC66;
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
	font-size: 14px;
	font-weight: bold;
	color: #00539F;
	background: x;
}

h5{
 font-size: 10px;
 color: #ffffff;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
/***********************************************/

/******* NAVIGATION AT TOP*******/
/************* begin TOP MAIN nav bar **************/

#mainnav{
	background-color: #333366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	word-spacing: normal;
	padding: 0px;
	margin: 0px;
	text-decoration: none;

}
#mainnav a { padding: 3px 3px; }

#mainnav a:link, #mainnav a:visited
{
color: #fff;
text-decoration: none;
}

#mainnav a:hover
{
color: #FEF101;
text-decoration: none;
}

/************* end TOP MAIN nav bar **************/

/************* begin TOP KID nav bar **************/

#kidnav{
	background-color: #9933CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	word-spacing: normal;
	padding: 0px;
	margin: 0px;
	text-decoration: none;

}
#kidnav a { padding: 3px 3px; }

#kidnav a:link, #kidnav a:visited
{
color: #fff;
text-decoration: none;
}

#kidnav a:hover
{
color: #FEF101;
text-decoration: none;
}
/************* end TOP KID nav bar **************/

/************* begin TOP TEEN nav bar **************/

#teennav{
	background-color: #006666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	word-spacing: normal;
	padding: 0px;
	margin: 0px;
	text-decoration: none;

}
#teennav a { padding: 3px 3px; }

#teennav a:link, #teennav a:visited
{
color: #fff;
text-decoration: none;
}

#teennav a:hover
{
color: #FEF101;
text-decoration: none;
}
/************* end TOP TEEN nav bar **************/

/************  END NAVIGATION AT TOP************/

/************ MAIN LEFT nav styles **************/
#navcontainer { width: 100%; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 120px;
background-color: #FFEECA;  /* Changes the color nav bar natural state*/
border-bottom: 1px solid #3D4984;
}

#navcontainer a:link, #navcontainer a:visited
{
color: #000000;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #3D4984; /* Changes the color nav bar rollover state*/
color: #fff;
}
/********************* end MAIN LEFT nav styles**********************/

/********************* begin KIDS LEFT nav styles**********************/
#kidnavcontainer { width: 100%;}

#kidnavcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}

#kidnavcontainer a
{
display: block;
padding: 3px;
width: 120px;
background-color: #FFB300; /* Changes the color nav bar natural state*/
border-bottom: 1px solid #9933CC; /* Changes the color nof line between links*/
}

#kidnavcontainer a:link, #kidnavcontainer a:visited
{
color: #000000; /* types regular color */
text-decoration: none;
}

#kidnavcontainer a:hover
{
background-color: #9933CC; /* Changes the color nav bar rollover state*/
color: #fff; /* types rollover color */
}

/********************* end KIDS LEFT nav styles**********************/

/********************* begin TEENS LEFT nav styles**********************/
#teennavcontainer { width: 100%; }

#teennavcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}

#teennavcontainer a
{
display: block;
padding: 3px;
width: 120px;
background-color: #FA9F17; /* Changes the color nav bar natural state*/
border-bottom: 1px solid #006666; /* Changes the color of line between links*/
}

#teennavcontainer a:link, #teennavcontainer a:visited
{
color: #000000; /* types regular color */
text-decoration: none;
}

#teennavcontainer a:hover
{
background-color: #006666; /* Changes the color nav bar rollover state*/
color: #fff; /* types rollover color */
}
/********************* end TEENS LEFT nav styles**********************/

/****** styles created for specific parts of the site*****/
.mainbgcolor {
	background-color: 333366;
}

/******* Teaser Section on the Home page*******/
#teasersection{
	background-color: #F1D18D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3D4984;
	text-align: center;
	word-spacing: normal;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #3D4984;
	border-top: 1px solid #3D4984;
	border-right: 1px solid #3D4984;
	font-weight: bold;
}
#teaserlowersection{
	background-color: #FCFAF2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	word-spacing: normal;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
    border-right: 1px solid #3D4984;
}

	

/******* These control the background of the left navigation******/

.navmainbg {
	background-color: #F1D18D;
	border-right: 1px solid #3D4984;
}

.kidmainbg {
	background-image: url(../images/kids/nav_kids_bg.gif);
	border-right: 1px solid #9933CC;
}

#navHolderKids {
	width: 760px;
}

.teenmainbg {
	background-image: url(images/teens/nav_teens_bg.gif);
	border-right: 1px solid #006666;
}
/******* END backround of the left navigation******/
.linksonwt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3366CC;
	text-decoration: underline;

}
.datetype {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
