First Ever Real Style Sheet File 
{File Start}

body
{
	/* text-align: center; */
	background-color: #8A8C8B;
	padding: 0px;
    margin: 0;
	font: 12pt/12pt arial, sans-serif;
}

/* Mostly used in nav_col.ssi, Unordered List */
ul
{
	/* text-align: center; */
	list-style: none;
	color:white;
	font: 9pt arial, sans-serif;
	letter-spacing: 0.0em;
}

a, a:link, a:visited, img
{
	color: white;
	text-decoration: none;
	border: none;
}


a.linc
{
	color: blue ! important;
/*	text-decoration: underline ! important; */
  	font-weight: bold;  
}

a:hover
{
	color: #FFFF00; /* yellow */
  	font-weight: : bold;
	text-decoration: underline; 
}

a.botlink
{
	background-color: black;
	text-align: right;
	font: 10pt arial;
/*	letter-spacing: 0.05em; */
	line-height: 150%;
}

table.nav
{
	text-align: right;
	font: 9pt arial;
	letter-spacing: 0.05em;
	line-height: 100%;
}



.nice_tit1 /* Used for Title on Home Page...Protect what matters, blah */
{
	font: 13pt/13pt arial, sans-serif;
	font-weight: 900;
	white-space: nowrap;
}

.nice_tit2 /* Used for GREEN titles on Options page */
{
	color: #035205;
	text-decoration: underline;
	line-height: 300%;
	font: 11pt/11pt arial, sans-serif;
	font-weight: 900;
}

.nice_tit3 /* Used for GREEN titles on Crime page */
{
	color: #035205;
/*	text-decoration: underline; */
	text-align: center;
	vertical-align: top;
	line-height: 300%;
	font: 12pt/12pt arial, sans-serif;
	font-weight: 900;
}

.crime_doc_title /* Used for Yellow titles on Crime page */
{
	color: #FFCC00;
/*	text-decoration: underline; */
	text-align: center;
	vertical-align: bottom;
	line-height: 300%;
	font: 11pt/11pt arial, sans-serif;
	font-weight: 900;
}

a.crime_linc /* Yellow Safety Videos Link */
{
	color: #FFCC00;
/*	text-decoration: underline ! important; */
  	font-weight: bold;  
}

.spiel
{
	font: 9pt arial, sans-serif;
	letter-spacing: 0.0em;
	text-align: justify;
	vertical-align: top;
	font-weight: 300;
	line-height: 130%;
	color: black;

}

.col_cat /* Used for Resource Font in ssi_nav_col */
{
	color: green ! important;
	text-decoration: underline; 
/*	text-align: center; */
/*	line-height: 300%; */
	font: 10pt/10pt arial, sans-serif;
	font-weight: 1200;
}

.col_demo /* Used for DVR Demo in ssi_nav_col */
{
	color: yellow ! important;
	text-decoration: underline; 
/*	text-align: center; */
/*	line-height: 300%; */
	font: 10pt/10pt arial, sans-serif;
	font-weight: 1200;
}

.ctr_bold
{
	font: 9pt arial, sans-serif;
	letter-spacing: 0.0em;
	text-align: center;
	vertical-align: top;
	font-weight: 900;
	line-height: 130%;
}


.bigdotchar
{
font: 15pt/15pt arial, sans-serif;
font-weight: bold;
vertical-align: middle;

}

.bigdot
{
	font: 18pt arial, sans-serif;
	letter-spacing: 0.0em;
	text-align: right;
	vertical-align: top;
	font-weight: 900;
}

/************************************************************************************/
/*****            Online Store                                                 ******/
/************************************************************************************/

.cat_tit /* Used for GREEN titles for Product Categories */
{
	color: #035205;
	text-decoration: underline;
	text-align: center;
	vertical-align: top;
	line-height: 300%;
	font: 12pt/12pt arial, sans-serif;
	font-weight: 900;
}


/************************************************************************************/

.wwmain /* Currently only used in not_used_index.php...but currently this main div has been replaced by a single-cell table */
{
	background: #8A8C8B; color: black;
	padding: 0px; padding-right: 0px;
	font: 12pt/12pt arial, sans-serif;
}
.wwhead
{
	background: url(ww_head.jpg);
	color: black;
	width: 840px; height: 131px;
	text-align: center;
}
.wwcol
{

	z-index: 2;
	background: black; color: white;
	padding-top: 0px;
	padding-right: 0px;
	text-decoration: none;
	width: 150px;
/*	height: 600px;  */
}

.wwbody
{
/*	height: 600px;
	margin-top: -600px; */
	background: url(ww_body.jpg);
	color: black;
	width: 689px;
	margin-left: 150px;
	padding-top: 0px;
	padding-right: 0px;
}
.wwfoot
{
	z-index: 2;
	background: url(ww_foot.jpg);
	width: 840px; height: 19px; /* 23 - 4 */
	padding-top: 4px;
/*	margin-top: -23px; */
	text-align: center;
}




/*************************************************************************/
.ww_store_head
{
	background: url(store/ww_store_head.jpg);
	color: black;
	width: 863px; height: 131px;
	text-align: center;
}

.ww_store_col
{

	background-color: black;

}

.ww_store_body
{
/*	height: 600px;
	margin-top: -600px; */
	background: url(store/ww_store_body.jpg);
	width: 712px;  

}

.ww_store_foot
{
	background: url(store/ww_store_foot.jpg);
}
