﻿body {
	font-size: 85%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: 400;
	line-height: 1.4em;
	background-color: #2f1213;
	background-image: url('../images/red-grad2.jpg');
	background-repeat: repeat-x;
}

/* Headings */

h1, h2, h3, h4, #article p.action {
	text-shadow: 2px 2px 4px #999999;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
	
}

h3 {
	font-size: 1.2em;
	
}

h4 {
	font-size: 1.1em;
	
}

em {
	font-style: italic;
}

/* Link States */

a:link {
	text-decoration: underline;
	color:#2200cc;
}

a:visited {
	color: #551a8b;
}

a:hover {
	background: #dddddd;
}

a:active {
	background: #cccccc;
}

/* Form Elements */

form {
	padding: 0px;
	margin: 0px;
}

fieldset {
	border-width: 0px;
}

input, textarea {
	margin-top: 0px;
}

label {
	color: #800000;
}


/* Misc Elements */

.centered {
	text-align: center;
}

.smallcaps {
	font-variant: small-caps;
}

.smalltext {
	font-size: .8em;
}

.spaceabove {
	margin-top: 25px;
}

.rightfloat {
	float: right;
}

.leftfloat {
	float: left;
}


/* Spacer div to follow multiple floated items */

.spacer {
	padding: 0px;
	margin: 0px;
	clear: both;
}

/* Hidden Elements */
#crim-act,
#dui-act,
#juv-act, 
.print,
#screenlogo-ie {
	display: none;
}

/* Rounded Elements */
#article,
#article img.pic,
#article-nav,
#article ul.back li,
div.sidecell-pic,
.sidebox,
img.sideboxpic,
#map,
#gmap {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

/* Box-Shadow Elements */
#article,
#article img.pic,
#article-nav,
#article ul.back li,
.sidebox,
img.sideboxpic,
#map {
	-webkit-box-shadow: 3px 3px 7px #000000;
	-moz-box-shadow: 3px 3px 7px #000000;
	box-shadow: 3px 3px 7px #000000; 

}


/* Displayed Elements  */

#wrapper {
	margin: 0px auto 0px auto;
	padding: 0px;
	max-width: 100em;
	min-width: 70em;
}

#content {
	float: right;
	width: 61.8%;
	padding-top: 2px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
}


/* Tabbed Navigation */

#main-nav {
	margin: 10px 5% 0px 10px;
	padding: 0px;
}

#main-nav ul {
	margin: 0px auto 0px auto;
	padding: 0px;
	list-style: none;
}

#main-nav ul a {
	width: 100%;
	display: block;
}

#main-nav ul a:link {
	text-decoration: none;
	width: 100%;
	color: #000333;
	display: block;
}

#main-nav ul a:visited {
	text-decoration: none;
	color: #000333;
}

#main-nav ul a:hover {
	text-decoration: none;
	background: #ccc999;
	color: #000333;
	
}

#main-nav ul a:active {
	text-decoration: none;
	color: #800000;
}


#main-nav li {
	float: left;
	margin: 0px 0px 0px 1%;
	padding: 0px 0em 0px 0em;
	text-align: center;
	font-size: 1.3em;
	font-variant: small-caps;
	color: #C0C0C0;
	width: 18.9%;
	line-height: 1.6em;
	background-color: #999966;
	font-weight: 900;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow: 2px 2px 4px #999999;
	position: relative;
}
	
#main-nav ul a,
#main-nav li {
	-moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -khtml-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;

}

/* Content */

#article {
	margin: 0px 5% 10px 10px;
	padding: 5px 3% 5px 3%;
	background-color: #FFFFFF;
	color: #000000;
	clear: both;
	min-height: 950px;
}

#article h1 {
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #000333;
	border-color: #000333;
	line-height: 1.3em;
	font-size: 1.2em;
	font-weight: bold;
}

#article h1.top-gap {
	margin-top:30px;
}

#article h2 {
	margin-top: 20px;
	margin-bottom: 5px;
	color: #000333;
	font-size: 1.1em;
}

#article h3 {
	margin-top: 20px;
	margin-bottom: 5px;
	color: #000333;
	font-size: 1.0em;
}

#article h4 {
	margin-top: 20px;
	margin-bottom: 5px;
	color: #000333;
	font-size: 1.0em;
	
}

#article p {
	margin-bottom: 10px;
	margin-left: 10px;
}
#article p.action {
	text-align: center;
	color: #800000;
	margin-top: 20px;
	font-weight: bold;
	clear: both;
}

#article ul {
	margin-bottom: 10px;
	margin-left: 20px;
}

#article ol {
	margin-bottom: 10px;
	margin-left: 20px;
	list-style-type: decimal;
}

#article ul li {
	list-style-type: circle;
	margin-left: 20px;
}

#article ol li {
	margin-left: 20px;
}

#article ul li ul {

}

#article ul ul li {
	list-style-type: disc;
}

#article ul ul ul li {
	list-style-type: square;
}

ul#sitemap {
	margin-bottom: 10px;
	font-size: .85em;
}

ul#sitemap ul {
	margin-bottom: 0px;
}

#article img.pic {
	border: 2px solid #000333;
	float: right;
	clear: right;
	margin-left: 5px;
	margin-bottom: 10px;
}

#article ul.back {
	clear: both;
	margin-top: 10px;
}

#article ul.back li {
	border-color: #000333;
	background-color: #FEFF8F;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	list-style-type: none;
	display: inline;
	margin: 10px 5px 10px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 1.8em;
}

#article ul.back li a {
	padding: 0px 10px 0px 10px;
	text-decoration: none;

}

#article ul.back li a:link {
	width: 100%;
	text-decoration: none;

}

#article ul.back li a:visited {

}

#article ul.back li a:hover {
	color: #ffffff; 
	background-color: #000333;
	width: 100%;

}

#article ul.back li a:active {
	color: #FCD59C;
}

#article-nav {
	background: #C2D9EF;
	padding: 0px 0px 5px 0px;
}

#article-nav h3 {
	margin-left:10px;
}

#article-nav p {
	margin-left: 15px;
}

#article-nav a:link {
	
}

#article-nav a:visited {
	
}

#article-nav a:hover {
	background: #B5CADF;
}

#article-nav a:active {
	background: #A8BCCF;
}


/* This is the Results Table  */

#results {
	border-style: solid;
	border-width: 2px;
	width: 100%;
	border-color: #000333;
	font-size: 0.95em;

}

#charges-col {
	width: 61.8%;
}

#result-col {
}


#results tr {
	border-width: 1px;
	border-bottom-style: solid;
	border-color: #000333;
}

/* Alternating Rows */

#results tr.odd {
	background-color: #C2D9EF;

}

#results tr.even {
	background-color: #DDDDDD;
}


#results thead tr {
}

#results th, #results td {
	padding: 2px;

}

#results th {
	background: #000333;
	color: #FFFFFF;
}

#results td {
}

#results td.res {
	color: #800000;
	text-align: center;
}


/* Sentencing Table */

table.sentence {
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
	font-size: .9em;
	margin-top: 25px;
	clear: both;
}
table.sentence caption {
	font-size: 1.1em;
	font-weight: bold;
}
table.sentence th, table.sentence td {
	padding: 5px;
	text-align: center;
}
table.sentence th {
	border-bottom: 1px solid #000;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #000;
	border-bottom-color: #000;
	font-style: italic;
	font-weight: normal;
}

table.sentence td {
	border-bottom: 1px solid #999;
}

/* Map */

#map {
	margin-bottom: 10px;
}

#gmap,
#ie-gmap {
	width: 100%;
	height: 600px;
}


/* This is the Side Bar */

#sidebar {
	margin-right: 58.8%;
	padding-top: 1px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.sidebox {
	border: 2px solid #999966;
	margin: 10px 10px 0px 5%;
	background: #ccc999;
	padding: 3px 1% 3px 1%;
	min-height: 104px;
	display: block;
	width: 83%;
	line-height: 1.2em;

}

.sidebox h1 {
	padding: 0px;
	margin: 5px 0px 10px 10px;
	color: #000333;
	font-size: 1.2em;
}

.sidebox h2 {
	font-size: 1em;
	
}

.sidebox p {
	margin: 0px 0px 5px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: .85em;


}

.sidebox a:link {

}

.sidebox a:visited {

}

.sidebox a:hover {
	background-color: #999966;
}

.sidebox a:active {
	background-color: #6f6f45;
}


.sidebox ul {
	padding: 0px;
	margin: 10px 15px 10px 0px;
}

.sidebox li {
	margin-left: 27px;
	list-style-type: disc;
	font-size: .85em;

}


.sidecell-pic{
	padding: 0px 8px 8px 0px;
	display: table-cell;
	width: 100px;
	overflow: hidden;
/*	float: left; */
}
.sideboxpic {
	width: 100px;
	height: 100px;
	overflow: hidden;
	vertical-align: top;
}

.sidecell-txt{
	display: table-cell;
	vertical-align: middle;
	margin-left: 100px; 
}


/* Header Side Box */

#header {
	border-color: #000333;
	background-color: #000333;
	color: #ffffff;
	overflow: hidden;
	min-height: 0px;
}

#header a:link {
	text-decoration: none;
	background: transparent;
}

#logo {
	margin: 10px auto 0px auto;
	width: 80%;
}

#screenlogo {
	max-width: 100%;
}


/*This hides the sidenav of section display.  Seprate CSS file to display correct one.*/

#firmnav, #crimnav, #duinav, #juvnav {
	display: none;
}

#toolbox {
	min-height: 10px;
}

#toolbar {
	margin: 0px auto 0px auto;
	text-align: center;
}

#toolbar img {
	margin: 0px 5px 0px 5px;
}

#toolbar a:hover {
	background: transparent;
}


#footer {
	border-color: #000333;
	background-color: #000333;
	vertical-align: middle;
	margin-top: 10px;
	min-height: 60px;

}

#copyright {
	margin-top: 15px;
}

#footer p {
	margin: 0px;
	text-align: center;
	color: #D3D3D3;
	letter-spacing: .15em;
}

.bottom {
	clear:both;
	padding: 10px;
	margin: 10px auto 0px auto;
	font-size: .9em;
	line-height: 100%;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	padding: 5px 3% 5px 3%;
	max-width: 70em;
	color: #FFFFFF;
}

.bottom a:link {
	color: #FFFFFF;
}

.bottom a:visited {
	color: #FFFFFF;
}

.bottom a:hover {
	color: #d3d3d3;
	background: transparent;
}

.bottom a:active {
	
}
