@import url(undohtml.css);

/*--------------styles begin---------------*/
html, body, frameset {
	color: white;
	background-color: black;
}
div#container {
	margin: 15px auto 15px auto;
	width: 770px;
	color: black;
	background-color: #cccccc;
	border: 3px double #333333;
	font-family: Tahoma, "Trebouchet MS", sans-serif;
	font-size: 12px;	
}
/*-----------------top of pages-------------------*/
div#header {
	width: 770px;
	height: 225px;
	margin: 0 0 auto 0;
	color: white;
	background: #333333;
}
div#header-articles {
	width: 770px;
	height: 185px;
	margin: 0 0 auto 0;
	color: white;
	background: #333333;	
}
div#contact {
	width: 770px;
	height: 25px;
	margin: -70px 0px auto 0px;
	color: white;
	background: inherit;
}
#contact ul {
	padding: 5px 0px 0px 0px;
	margin-left: 175px;
}
div#contactinfo {
	width: 770px;
	height: 25px;
	margin: 0px 0px auto 0px;
	color: white;
	background: #333333;
}
#contactinfo ul {
	padding: 5px 0px 0px 0px;
	margin-left: 10px;
}
#contactinfo ul li {
	display: inline;

}

#contactinfo ul li a:link, a:visited, #contact ul li a:link, a:visited {
	color: white;
	background: inherit;
	text-decoration: underline;
}
#contactinfo ul li a:hover, a:active, #contact ul li a:hover, a:active {
	color: #cccccc;
	background: inherit;
	text-decoration: underline;
}
/*--------Container for Columns----------*/
div#separator {
	margin: 0 0 auto 0;
	width: 770px;
}
/*-----------------Navigation------------------*/
#separator div#nav {	
	margin-top: 10px;
        margin-bottom: 15px;	
}
#separator div#nav, #nav ul {
	float: left;
	width: 150px;	
}
#nav li { /* all list items */
	position: relative;
	float: left;
	margin-bottom: -1px;	
	padding: 1px 0px 0px 10px;       	
}
#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	margin-left: 158px;
	margin-top: -28px;
}
#nav li ul li a {
	width: 230px;
}
#nav li a {		
	display: block;
	width: 150px;
	height: 19px;
	color: white;
	background-color: #333333;
	font-weight: bold;
	text-decoration: none;	
	border: 1px solid black;
	border-right: 5px solid black;	
	padding: 0.5em 0.5em 0em 0.5em;
}
#nav li a:visited {
	color: #cccccc;
	background-color: #333333;
}	
#nav li a:hover {
	color: #990000;
	background-color: #cccccc;
	border-right: 5px solid #990000;	
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul, #nav li:hover ul ul ul {
	left: -999em;
}
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.hover ul, #nav li li.hover ul, #nav li li li.hover ul { 
	/* lists nested under hovered list items */
	left: auto;
}
#nav li.text {
	list-style-type: none;
	color: black;
	background: inherit;	
	width: 162px;
	margin-top: 8px;
	margin-bottom: 10px;
	border: none;
	font-weight: bold;
}
#nav li.newsletter {
	list-style-type: none;
	color: black;
	background: inherit;
	width: 160px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: none;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}
#nav li.images {
	/*images and ads below the navigation menu*/
	list-style-type: none;
	color: black;
	background-color: inherit;        	
	width: 172px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#nav ul li table.images-social {
	border: collapse;
	
}
#nav ul li table tr td.images-social {
	/*images and ads below the navigation menu*/	
	color: black;
	background-color: #cccccc;
	width: 150px;
	height: 76px;	
	padding: 10px 1px 10px 1px; 
	border: collapse;
	text-decoration: none;
}
#nav ul li table tr td.images-social a:link, td.images-social a:hover, td.images-social a:visited, td.images-social a:active, {
	color: black;
	background-color: #cccccc;
	width: 150px;
	height: 76px;
	border: collapse;	
	padding: 10px 1px 10px 1px;
	text-decoration: none;
}
#nav ul li table tr td images-social a:link img, td.images-social a:hover img, td.images-social a:visited img, td.images-social a:active img, {	
	color: black;
	background-color: #cccccc;
	width: 150px;
	height: 76px;
	border: collapse;
	padding: 10px 1px 10px 1px;
	text-decoration: none;
}
.images img.long {
	width: 164px;	
	border: 3px double #333333;
}
.images img.thumb {
	width: 168px;	
	border: 1px solid #333333;
}
/*---------------Store---------------------*/
#separator div#store {
	float: left;
	width: 560px;	
	margin: 11px auto 15px 40px;
	
}

/*-------------------Page Content------------------*/
#separator div#content {
	float: left;
	width: 500px;
	margin-top: 10px;
	margin-left: 10px;
}
.out {
	text-decoration: line-through;
}

/*---------------Articles------------------*/
#separator div#contenttbl {
	float: left;
	width: 560px;
	margin-top: 10px;
	margin-left: 10px;
}
#separator div#article {
        float: left;
	width: 475px;	
	margin: 10px auto 15px 85px;		
	border: 1px dotted black;
	color: black;
	background: url(opaque.jpg) 0 0 repeat;
}
h1 {
	font-size: 16px;
        font-weight: bold;
	margin-top: 10px;
}
#article p {
	text-align: justify;
	padding: 0px 15px 0px 15px;
}
#article p.spacer {
	margin-top: 5px;
}
#article p.last {
	margin-bottom: 15px;
}
#article li.bold {
	font-weight: bold;
	color: #333333;
	background: inherit;
	margin: 5px auto 5px auto;
}
#article h1 {
	font-size: 16px;
        font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#article p a:link {
	color: #990000;
	background: inherit;
	text-decoration: underline;
}
#article p a:visited {
	color: #333333;
	background: inherit;
	text-decoration: underline;
}
#article p a:hover, #article p a:active {
	color: blue;
	background: inherit;
	text-decoration: underline;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #990000;
	background: inherit;
	text-decoration: underline;
}
#article h2 {
	margin: 5px auto 3px 15px;	
	text-align: left;
	font-size: 14px;
	color: #990000;	
	background: inherit;
	text-decoration: none;	
}
h2.none {
	text-decoration: none;
}
h2 span.normal {
	color: black;
	background: inherit;	
}
h3 {
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
}
h4 {
	font-size: 12px;
	font-weight: normal;
	color: #990000;
	background: inherit;
	text-decoration: underline;
	margin: 7px auto -5px auto;
}
/*---------------Links Page---------------*/
#brief table.links {
	width: 500px;
	margin: 15px auto auto 20px;
	border: none;
}
#brief table.links tr td {
	border: 2px solid #333333;
	padding: 2px;
}
#brief table.links tr td.link {
	font-weight: bold;
	text-align: center;
	height: 33px;
	border: none;
	color: inherit;
	background: #333333;
}
#brief table.links tr td.link a:link {
	color: white;
	background: inherit;
	text-decoration: underline;
}
#brief table.links tr td.link a:visited {
	color: #cccccc;
	background: inherit;
	text-decoration: underline;
}
#brief table.links tr td.link a:hover {
	color: #990000;
	background: inherit;
	text-decoration: underline;
}
#brief table.links tr td.link a:active {
	color: #990000;
	background: inherit;
	text-decoration: underline;
}
#content div#brief {
	width: 480px;	
	color: black;
	background: inherit;
	margin-top: 15px;
	margin-left: 60px;
	margin-bottom: 15px;
}
#brief p {
	text-align: justify;
	padding: 10px 0px 5px 0px;
}
#brief img.crimetape {
	width: 480px;
	height: 299px;
	margin: 0px auto auto 0px;
}
#brief .testimonial {
	width: 450px;
	margin-top: 15px;
	margin-bottom: 10px;
	border: 1px dotted black;
}
.testimonial p {
	text-align: justify;
	margin-left: 20px;
	margin-right: 20px;
}
#brief div.faq {
	width: 450px;
	margin-left: 250px;	
}
.faq a:link {
	color: #990000;
	background: inherit;
	text-decoration: underline;
}
.faq a:visited {
	color: #333333;
	background: inherit;
	text-decoration: underline;
}
.faq a:hover, .faq a:active {
	color: blue;
	background: inherit;
	text-decoration: underline;
}
.faq ul li {
	text-align: justify;
}
.faq ul li.question {
	color: #990000;
	background: inherit;
	margin-top: 10px;
	margin-bottom: 5px;
}
.faq ul li.answer {
	color: black;
	background: inherit;
	margin-bottom: 10px;
}
.underline {
	text-decoration: underline;
}
.highlight {	
	color: #990000;
	background: inherit;
	margin-top: 5px;
}
span.highlight {	
	color: #990000;
	background: inherit;
}
.italic {
	font-style: italic;
	color: #990000;
	background: inherit;
}
ul.setin {
	margin-left: 15px;
}
ul.inset {
	margin-left: 15px;
	list-style: square;
}
li.spacer {
	margin-top: 5px;
}
p.qualifier {
	font-weight: bold;
	font-size: 10px;
	margin-top: 15px;
	margin-bottom: 0px;
	text-align: center;	
}
/*------------------Class Table------------------------*/
table.classes {
	width: 500px;
}
table.classes, table.classes td {
	border: 1px dotted black;
}
td.month {
	color: #990000;
	background: inherit;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}
table.classes td a:link {
	color: #990000;
	background: inherit;
	text-decoration: underline;
}
table.classes td a:visited {
	color: #333333;
	background: inherit;
	text-decoration: underline;
}
table.classes td a:hover, td a:active {
	color: #0000ff;
	background: inherit;
	text-decoration: underline;
}
/*------------------Eval Form/Contact Form----------------------*/
#content div#eval {
	margin-top: 15px;
	margin-left: 75px;
}
#eval table {
	width: 400px;
	border: none;
}
#eval table td {
	border: none;
}
#eval table td input {	
	color: black;
	background: white;
	border: 1px solid black;
}
#eval table tr.break {
	height: 5px;
}
/*-----------------Articles------------------------*/
table.written {	
	margin: 0px auto 15px 60px;
	color: black;
	background: url(opaque.jpg) 0 0 repeat;	
}
table, td {
	border: 1px dotted black;
}
table.written tr td {
	padding: 3px;
	font-weight: bold;
}	
table.written td a:link {
	color: #990000;
	background: inherit;
	text-decoration: underline;
}
table.written td a:visited {
	color: #333333;
	background: inherit;
	text-decoration: underline;
}
table.written td a:hover, td a:active {
	color: #0000ff;
	background: inherit;
	text-decoration: underline;
}
table.written td.header {
	color: white;
	background: black;
	font-size: 18px;
	text-align: center;
	height: 40px;
}
table.written td.header2 {
	color: white;
	background: #333333;
	text-align: center;
}
p.quote {	
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
#content div#video {
	margin-top: 15px;
	margin-left: 75px;
}
#video p {
	margin: 10px auto 15px auto;
	color: black;
	background: inherit;
}
#video ul.filelink {
	border: 3px solid #666666;
	color: inherit;
	background: #999999;
	margin: 5px auto 15px auto;
}
#video ul li {
	padding: 5px;
	text-decoration: underline;
}
/*------------------Videos-----------------------*/
h1 a:link {
	color: blue;
	background: inherit;
}
h1 a:visited {
	color: #999;
	background: inherit;
}
h1 a:hover {
	color: #990000;
	background: inherit;
}
h1 a:active {
	color: #990000;
	background: inherit;
}
	
/*------------------Bottom of all Pages------------*/
div#address {   /*---DSI Phone # and Address---*/
	clear: both;
	width: 770px;
	height: 25px;
	text-align: center;
	margin: 0 0 auto 0;
	color: white;
	background: black;
	border-top: 5px groove #333333;
}
#address ul {
	padding: 5px 0px 0px 0px;
}
#address ul li {
	display: inline;
}
#address ul li.next {
	margin-left: 15px;
}
/*---Link Duplications---*/
div#footer {   
	clear: both;	
	width: 770px;
	height: 128px;
	margin: 0 0 auto 0;
	color: white;
	background-color: black;
	border-top: 3px groove #333333;
}
#footer ul {
	padding: 2px 3px 3px 3px;
	text-align: center;
}
#footer p.top {
	margin-top: 5px;
}
#footer p.bottom {
	padding: 0px 0px 3px 0px;
}
#footer ul li {
	display: inline;
	font-size: 9px;
	margin-left: 3px;
}
#footer ul li a:link {
	color: white;
	background: inherit;
}
#footer ul li a:visited {
	color: #cccccc;
	background: inherit;
}
#footer ul li a:hover {
	color: white;
	background: inherit;
	text-decoration: underline;
}
#footer ul li a:active {
	color: red;
	background: inherit;
}
div#copyright {   /*---Copyright Below the Page Always---*/
	color: white;
	background: inherit;
	margin-top: -5px;
	margin-bottom: 10px;
	text-align: center;
}
/*--------------styles end-----------------*/
