 /*
-----------------------------------------------
Default Screen Stylesheet
Hawaii County Prosecutor's Office
Author:   Buck Donham
Version:  July 6, 2005
----------------------------------------------- */


/* =Global
----------------------------------------------- */
* {
	padding: 0;
	margin: 0;
	}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin: 12px 0;
	}
	
ul, ol {
	margin: 0 20px;
	}

li, dd, blockquote {
	margin: 0 20px;
	}

li li {
	margin: 0 10px;
	}

li li li {
	margin: 0 10px;
	}

fieldset {
	margin-top: 16px;
	padding: 10px;
	}


/* =Structure
----------------------------------------------- */
body  {
	background: #fffced url(../images/tabbkgnd.gif) fixed left top;
	margin: 0;
	padding: 0;
	font: 11px/15px Arial, Verdana, Futura, Geneva, sans-serif;
	text-align: justify;
	}
	
#wrapper {
	background: #fffced;
	color: #333;
	margin: 20px 40px 40px 40px;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	max-width: 1200px;
	min-width: 700px;
	}

#contents {
	margin-left: 120px;
	margin-top: 10px;
	padding: 20px 40px 20px 40px;
	}

#header, #footer {
	border-top: solid 1px #000;
	}

#header {
	padding: 8px 0 5px 0;
/*	padding-top: 8px;*/
	border-bottom: 1px solid #000;
	background: #ffce63;
	}

#footer {
	clear: both;
	padding: 5px 0;
	font: 9px Arial, Verdana, Futura, Geneva, sans-serif;
	border-bottom: solid 1px #000;
	background: #ffce63;
	}


/* =Nav
----------------------------------------------- */
#menu {
/*	margin: 0;
	padding: 0;*/
	font: bold 9px/18px Arial, Verdana, Futura, Geneva, sans-serif;
	text-align: left;
	width: 125px;
	}

#menu li {
	margin: 0;
	padding: 0;
	float: left;
	width: 120px;
	list-style: none;
	}

#menu a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #c30;
	background: transparent;
	}

#menu li a:link, #menu li a:visited {
	display: block;
	border-top: 2px solid #e0e0e0;
	border-left: 2px solid #e0e0e0;
	border-bottom: 2px solid #717171;
	border-right: 2px solid #717171;
	padding-left: 3px;
	color: #c30;
	background: transparent;
	}

#menu li a:hover {
	display: block;
	border-top: 2px solid #717171;
	border-left: 2px solid #717171;
	border-bottom: 2px solid #e0e0e0;
	border-right: 2px solid #e0e0e0;
	padding-left: 3px;
	color: #000;
	background: #bfbfbf;
	}

#menu li a:active {
	display: block;
	border-top: 2px solid #717171;
	border-left: 2px solid #717171;
	border-bottom: 2px solid #e0e0e0;
	border-right: 2px solid #e0e0e0;
	padding-left: 3px;
	color: #808080;
	background: #bfbfbf;
	}
	
#menu ul {
	margin: 0;
	}

body#index #index_menu a,
body#announce #announce_menu a,
body#units #units_menu a,
body#specials #specials_menu a,
body#reports #reports_menu a,
body#highlights #highlights_menu a,
body#victimhelp #victimhelp_menu a,
body#contacts #contacts_menu a,
body#links #links_menu a {
/*border-top: 2px solid #717171;
	border-left: 2px solid #717171;
	border-bottom: 2px solid #e0e0e0;
	border-right: 2px solid #e0e0e0;
	padding-left: 3px;*/
	color: #000;
	background: #e0e0e0;
	}


/* =Misc
----------------------------------------------- */
#announce {
	color: #333;
	font: 11px/15px Arial, Verdana, Futura, Geneva, sans-serif;
	text-align: justify;
	}

#copy {
	font: 11px/15px Arial, Verdana, Futura, Geneva, sans-serif;
	text-align: justify;
	}

.backtop {
	font: 9px Arial, Verdana, Futura, Geneva, sans-serif;
	text-align: right;
	margin-right: 40px;
	}

.caption {
	font: 11px Arial, Verdana, Futura, Geneva, sans-serif;
	}
	
.cite {
	font: 13px Arial, Verdana, Futura, Geneva, sans-serif;
	margin: 0 40px;
	}

.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
	}
	
.clear {
	clear: both;
	}

.cutline {
	font: 10px Arial, Verdana, Futura, Geneva, sans-serif;
	}

.smallcap {
	font-variant: small-caps;
	font-weight: bold;
	}

p {}

.dropCap {
	color: #900;
	font: bold 225%/100% Arial, Verdana, Futura, Geneva, sans-serif;
	}

abbr {
	letter-spacing: 0.1em;
	}

b, strong {
	font-weight: bold;
	}

i, em {
	font-style: italic;
	}

u, under {
	text-decoration: underline;
	}
	
img {
	border: solid 1px #000;
	}

#header img, #footer img {
	border: none;
	}

.backtop img {
	border: none
	}

hr {
	color: #808080;
	width: 25%;
	}
	

/* =Headers
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, Futura, Geneva, sans-serif;
	font-weight: bold;
	line-height: 100%;
	}

h1 {
	font-size: 200%;
	color: #900;
	}

h2 {
	font-size: 175%;
	color: #900;
	}

h3 {
	font-size: 150%;
	color: #900;
	}

h4 {
	font-size: 125%;
	color: #000;
	}

h5 {
	font-size: 100%;
	color: #000;
	}

h6 {
	font-size: 100%;
	font-style: italic;
	color: #000;
	}
	

/* =Lists
----------------------------------------------- */
ul {
	list-style-type: disc;
	}

ul ul {
	list-style-type: circle;
	}

ul ul ul {
	list-style-type: square;
	}


/* =Tables
----------------------------------------------- */
table {
	border: 1px solid #000;
	}

table caption {
	font-weight: bold;
	padding-bottom: 6px;
	border: none;
	}

table td {
	padding: 10px;
	border-bottom: 1px solid #b5b5b5;
	}
	
table th {
	padding: 10px;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #000;
	}

table tr.alt {
	background: #e0e0e0;
	}

.phototable {
/*	border-collapse: collapse;*/
	border: none;
	}

.phototable th, .phototable td {
	border: none;
	padding: 0;
	}

#header table {
	border-collapse: collapse;
	border: none;
	}

#header th, #header td {
	border: none;
	padding: 0;
	}


/* =Links
----------------------------------------------- */
a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #c30;
	background: transparent;
	}

a:hover {
	font-weight: bold;
	border-bottom: 1px dotted #c30;
	color: #c30;
	background: transparent;
	}

a:active {
	font-weight: bold;	
	border-bottom: 1px dotted #999;
	color: #999;
	background: transparent;
	}

.backtop a:link, .backtop a:visited {
	font-weight: normal;
	text-decoration: none;
	border-bottom: none;
	color: #212121;
	background: transparent;
	}

.backtop a:hover {
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dotted #808080;
	color: #808080;
	background: transparent;
	}

.backtop a:active {
	font-weight: normal;	
	text-decoration: none;
	border-bottom: 1px dotted #bfbfbf;
	color: #bfbfbf;
	background: transparent;
	}
	
