﻿body {
	font-size: 10pt; 
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	color: #000000;
	font-weight: normal;
	line-height: 1.4em;
	background-color: #ffffff;
}

/* Hidden Elements */

#main-nav,
img.pic,
ul.back,
p#biggermap,
p.action, 
#sidebar,
#disclaimer,
#webmaster {
	display: none;
}

/* Displayed Elements */
.print {
	display: block;
}

/* Headings */
h1, h2, h3, h4 {
	line-height: 135%;
	color: #000000;
	font-weight: normal;
}
h1 {
	font-size: 1.4em;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}

em {
	font-style: italic;
}

/* Link States */

a:link, a:visited, a:active {
	text-decoration: none;
	color: #000000;
}

/* Show URLs Inside the Content Container */

#content a:after {
	content: " (" attr(href) ")";
	font-size: 11pt;
}

#print-header {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#print-header img {
	width: 325px;
}

#article p {
	margin-bottom: 10px;
	margin-left: 10px;
}
#article ul {
	margin-bottom: 10px;
	margin-left: 10px;
}

#article ol {
	margin-bottom: 10px;
	margin-left: 10px;
	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;
	margin-left: 40px;
}

/* This is the Results Table  */

#results {
	border-style: solid;
	border-width: 2px;
	width: 100%;
	border-color: #000000;
}

#charges-col {
	width: 61.8%;
}

#result-col {
}


#results tr {
	border-width: 1px;
	border-bottom-style: solid;
	border-color: #000000;
}

/* Alternating Rows */

#results tr.odd {
	background-color: #dddddd;

}

#results tr.even {
	background-color: #bbbbbb;
}


#results thead tr {
}

#results th, #results td {
	padding: 2px;

}

#results th {
}

#results td {

}

#results td.res {
	text-align: center;
}

/* Sentencing Table */

table.sentence {
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
	font-size: .9em;
	margin-top: 20px;
	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;
}




#bottom-org,
#print-footer {
	margin-top: 5px;
	text-align: center;
	font-size: 7pt;

}
p#print-disclaimer {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	font-size: 6pt;
	line-height: .9em;	
}

