
/* -------------------------------------------------------- 	Authored by Greg Beatty for firesafety.gov for Kids
																			S C R E E N      S T Y L E S H E E T
																			gbeatty@cesniktech.com
																			File Created: July 1, 2003
																			Last Updated: September 5, 2003
*/
	
/* --------------------------------------------------------- 	Start Defining XHTML Tags */

/* --------------------------------------------------------- 	Basic text */
body	
	{
	margin:	0;
	padding: 0;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #fff;
	}
#teachersbg	
	{
	margin:	0;
	padding: 0;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-image: url("/kids/images/common/teachers-background.gif");
	background-repeat: repeat-x;
	background-position: top left;
	}

/* Tell NS4 to ignore these styles.... */
/*/*/
p 
	{
	line-height: 18px;
	}
/* Okay, we can let NS4 see the rest.... */

.hide 
	{
	display: none;
	}

.footer 
	{
	text-align: left;
	font-size: 11px;
	margin-top: 10px;
	padding: 5px;
	color: #fff;
	background-color: #F60;
	width: 750px;
	}
.footer a 
	{
	color: #fff;
	}
	
.legal 
	{
	text-align: center;
	font-size: 11px;
	line-height: 13px;
	margin-top: 0px;
	padding-bottom: 30px;
	margin-bottom: 10px;
	color: #999;
	}

td 
	{
	vertical-align: top;
	text-align: left;
	}
	
	.navcol
		{
		width: 240px;
		}
	
.contenttd 
	{
	width: 520px;
	padding-top: 20px;
	padding-bottom: 36px;
	}
	
#search 
	{
	vertical-align: middle;
	background-color: #6F0;
	}
#kidslayout
	{
	margin:	0;
	padding: 0;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #fff;
	background-image: url("/kids/images/common/background.gif");
	background-repeat: repeat-x;
	background-position: top left;
	}

#kidslayout-int
	{
	margin:	0;
	padding: 0;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #fff;
	background-image: url("/kids/images/common/background2.gif");
	background-repeat: repeat-x;
	background-position: top left;
	}
#kidslayout-int li
	{
	margin-bottom:	5px;
	}

.html-content p
	{
	margin-left: 20px;
	}

.html-content
	{
	padding-bottom: 20px;
	}
	
	/*  ------------------------------------- Primary Navigation  */

#nav 
	{
	width:220px; 
	overflow: hidden;
	}

/* Tell NS4 to ignore these styles.... */
/*/*/
#primarynavcontainer ul
	{
	font-size: 12px;
	margin: 0;
	padding-left: 0;
	list-style-type: none;
	}
	
#primarynavcontainer li
	{
	margin: 0;
	}

#primarynavcontainer a
	{
	color: #3399FF;
	display: block;
	padding: 7px 3px 7px 10px;
	width: 200px;
	background-color: #efefef;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	}

#primarynavcontainer a:link, #primarynavstyleguide a:visited
	{
	color: #3399FF;
	font-weight: bold;
	text-decoration: none;
	}

#primarynavcontainer a.active
	{
	background-color: #fff;
	border-bottom: 1px dotted #999;
	}

#primarynavcontainer a:hover
	{
	background-color: #3399FF;
	color: #fff;
	}
	
/*  ------------------------------------- Secondary Navigation  */
#secondarynavcontainer ul
	{
	font-size: 11px;
	margin: 0px 0 0px 0;
	padding-left: 0;
	list-style-type: none;
	}

#secondarynavcontainer li
	{
	margin: 0;
	}

#secondarynavcontainer a
	{
	display: block;
	padding: 3px 3px 3px 20px;
	width: 190px;
	background-color: #fff;
	border-bottom: 1px dotted #999;
	}

#secondarynavcontainer a:link, #secondarynavstyleguide a:visited
	{
	color: #000;
	font-weight: normal;
	text-decoration: none;
	}

#secondarynavcontainer a:hover
	{
	background-color: #fff;
	color: #000;
	text-decoration: underline;
	}
	/* Okay, we can let NS4 see the rest.... */


/* --------------------------------------------------------- Headers */
h1 
	{
	font-size : 17px;
	color : #ff9900;
	}

h2 
	{
	font-size : 13px;
	color: #39f;
	border-top: 1px solid #999;
	}

h3 
	{
	font-size : 11px;
	text-transform: uppercase;
	color: #666;
	background-color: #eee;
	padding: 3px;
	}

h4 
	{
	font-size : 12px;
	color : #666;
	border-top: 1px solid #999;
	}

/* -------------------------------Extras for formatting */

#smaller 
	{
	font-size : 11px;
	font-style : italic;
	}


/* ------------------------------------lists */

.contenttd ol li 
	{
	padding: 3px;
	margin-bottom: 5px;
	}

.contenttd ul li 
	{
	padding: 3px;
	list-style-type : square;
	}
	
/* Tell NS4 to ignore these styles.... */
/*/*/
.contenttd ol li 
	{
	margin-bottom: 5px;
	line-height: 16px;
	}
.contenttd ul li 
	{
	margin-bottom: 5px;
	line-height: 16px;
	}
/* Okay, we can let NS4 see the rest.... */


/* ---------------------------------------table */
table	
	{
	margin: 0;
	}

#tablelayout
	{
	padding: 4px;
	border: none;
	width: 80%;
	background-color : #efefef;
	}
	
#tablelayout td
	{
	width: 50%;
	}

.altrow 
	{
	background-color: #fff;
}