/*****************************
* Safety First Stylesheet 
*****************************/

/*****************************
* Framework Styles 
*****************************/

/* This style resets all margins, padding to zero. Adjust local IDs/Classes as needed  */
* {
	padding:0;
	margin:0;
}

body {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 80%;
	background: #636363 url('images/bg_home.jpg');
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin-bottom: 1em;
}


/*****************************
* Link Styles 
*****************************/

a {
	line-height: 1.3em;
}

a:link {
	color: #c00;
	text-decoration: underline;
}

a:visited {
	color: #900;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a:active {
	color: #ccc;
	text-decoration: none;
}

img {
	border: none;
}

/*****************************
* Container Styles 
*****************************/

#container {
	width: 760px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	background: #fff url('images/leftcol_back.gif') repeat-y; 
}

/*****************************
* Header Styles 
*****************************/

#header {
	_width: 550px;
	height: 75px;
	background: url('images/bg_undertitle.jpg') 0 60px repeat-x;
}

/*****************************
* Navigation Styles 
*****************************/

#topNav {
	margin-top: .5em;
	text-align: left;
}

#topNav ul {
	height: 20px;
	background: #F4DF74 url('images/topNav_back.jpg') repeat-x;
	border-top: 3px solid #000;
	padding: 5px 5px 5px 10px;
}

#topNav li {
	display: inline;
	padding: 15px 13px 15px 5px;
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
}

#topNav a:link, #topNav a:visited {
	color: #000;
	text-decoration: none;
}

#topNav a:hover {
	color: #c00;
	text-decoration: none;
}

#homePage #homeNav, #testing #testingNav, #anchoring #anchoringNav, #checklist #checklistNav, #myths #mythsNav, #netSafety #netSafetyNav { 
	color: #c00;
	text-decoration: underline;
}

/*****************************
* Side Nav Styles 
*****************************/

#leftCol {
	float: left;
	width: 192px;
	_margin-right: -3px;
	min-height: 50em;
	overflow: hidden;
	text-align: center;
}

/*****************************
* Content Styles 
*****************************/

#content {
	margin-left: 220px;
	margin-bottom: 5em;
}

#content ul{
	margin: 1.5em 5em 1.5em 2em;
}

#content li{
	padding-bottom: 1em;
	line-height: 1em;
	list-style-image: url(images/bullet.gif);
}

#content p, #content h1, #content h2, #content h3, #content h4, #content h5 {
	padding-right: 50px;
}

#content p {
	text-align: justify;
}

.netSafetyThumbs {
	display: block;
	float: left;
	width: 250px; 
	_width: 245px; 
	margin: 2em 0;
	font-size: 85%;
}

.netSafetyThumbs h4 {
	margin-top: .25em;
	_font-size: 100%;
}

.thumbs {
	display: block;
	float: left;
	width: 200px; 
	margin: 2em;
	_margin-right: -3px;
	padding: 0 1em;
	font-size: 85%;
	text-align: center;
	color: #666;
}

a.nonLink {
	cursor: text;
	text-decoration: none !important;
	color: #000 !important; 
}

.anchorList li {
	padding-bottom: .5em !important;
}

.red {
	color: #c00;
	text-transform: uppercase;
}

hr {
	margin: 1em 4em 1em 0;
}

.pdfLinks {
	display: block;
	margin-bottom: 1em;
	text-align: center;
}

.pdfLinks img {
	border: 1px solid #B0412E;	
}

a.pdfLinks {
	text-decoration: none !important;
	line-height: 1.1em;
}

/*****************************
* Heading Styles 
*****************************/

h1 {
	margin-top: 2em;
	font-size: 125%;
	color: #c00;
}

h3 {
	margin-bottom: .25em;
	font-size: 100%;
}

/*****************************
* Footer Styles 
*****************************/

#footer {
	margin-left: 125px;
	border-top: 2px solid #B0412E;
	text-align: center;
	clear: both;
}

#footer ul {
	padding: 15px 0;
}

#footer li {
	display: inline;
	padding: 0 10px;
}

#footer a:visited {
	color: #c00;
}

#footer a:hover {
	color: #000;
}



