/* ################################################################### */
/* ==========  Basic Elements ======================================== */
/* ################################################################### */
body {
	font: 12pt/14pt Garamond, Times, "Times New Roman", serif; 
	margin: 0px; 
	}
p { 
	font: 12pt/14pt Garamond, Times, "Times New Roman", serif; 
	margin: 0 0 1em 0; 
	padding: 0px;
	}
h2 { 
	font: small-caps 18pt trebuchet ms, sans-serif; 
	text-align: center;
	}
h3 { 
	font: small-caps 16pt trebuchet ms, sans-serif; 
	margin-bottom: 0px;
	padding-left: 0px;
	border-bottom: 1px solid #000;
	}
li {
	margin-bottom: 1em;
	}

a:link { 
	font: 12pt/14pt Garamond, Times, "Times New Roman", serif;
	font-weight: normal; 
	text-decoration: none; 
	}
a:visited { 
	font: 12pt/14pt Garamond, Times, "Times New Roman", serif;
	font-weight: normal; 
	text-decoration: none; 
	}
a:hover, a:active { 
	font: 12pt/14pt Garamond, Times, "Times New Roman", serif;
	font-weight: normal;
	text-decoration: underline; 
	}
blockquote {
	font: italic normal 12pt/14pt times;
	letter-spacing: 0.75px;
	margin-bottom: 0px;
	color: #7d775c;
	}
blockquote.simple {
	font: 12pt/14pt arial;
	color: black;
	}
img {
	margin: 0px;
	border: 0px none;
	}
table {
	border: 1;
	padding: 0;
	margin: 0;
	border-collapse: none;
	}

/* ################################################################### */
/* ==========  Global Classes ======================================== */
/* ################################################################### */
.normal { 
	font: 12pt/14pt Garamond, Times, "Times New Roman", serif; 
	margin: 0 0 1em 0; 
	padding: 2px;
	}
.small {
	font: 8pt/9pt Times, serif;
	letter-spacing: 0;
	}
.contact {
	font: 10pt/12pt courier;
	padding-left: 0px;
	}
.indent {
	padding-left: 0px;
	}
	
/* ################################################################### */
/* ==========  Specific Divs ========================================= */
/* ################################################################### */
#container {
 	}

/* ------------------------------------------------ */
/* ---------- Main Div ---------------------------- */
/* ------------------------------------------------ */
#main {
	background-color: white;
	color: black;
	text-align: left;
	margin: 0; 
	padding: 0;
	width: 100%;
	}

/* ------------------------------------------------ */
/* ---------- Title Div --------------------------- */
/* ------------------------------------------------ */
#title {
	clear: right;
	text-align: right;
	margin: 0px;
	padding: 0px;
	height: 100px;
	border-bottom: 5px solid #000;
	}
#title p {
	font: small-caps 24pt trebuchet ms, tahoma, arial, sans-serif;
	text-align: right;
	padding: 10px 20px 0 0;
	}
	
/* ------------------------------------------------ */
/* ---------- Site Search Styles ------------------ */
/* ------------------------------------------------ */
#search {
	display: none;
	margin: 2px 0 0 0;
	padding: 0;
	font: 10pt/12pt verdana, sans-serif;
	color: #fff;
	}
#search form {
	margin: -5px 0 0 0;
	padding: 0;
	}

/* ------------------------------------------------ */
/* ---------- Content Div ------------------------- */
/* ------------------------------------------------ */
#content {
	padding: 10px 20px 20px 10px;  
	margin: 0;
	}
#content a:link { 
	font: 12pt/14pt Garamond, Times, "Times New Roman", serif;
	}
#content a:visited { 
	font: 12pt/14pt Garamond, Times, "Times New Roman", serif;
	}
#content a:hover, a:active { 
	font: 12pt/14pt Garamond, Times, "Times New Roman", serif;
	}

/* ------------------------------------------------ */
/* ---------- HSAS Threat Level ------------------- */
/* ------------------------------------------------ */
#hsas {
	float: right;
	margin: 0px;
	padding: 0px;
	}
#hsas img {
	margin: 0px;
	border: 0px;
	}

/* ------------------------------------------------ */
/* ---------- Footer Div -------------------------- */
/* ------------------------------------------------ */
#footer {
	clear: both;
	background-color: white;
	color: black;
	padding: 10px 10px 10px 10px;  
	margin: 0px;
	border-top: 1px solid #000;
	font: 8pt/9pt Times, serif;
	text-align: center;
	}
#footer a:link { 
	font: normal 8pt/9pt Times, serif;
	}
#footer a:visited { 
	font: normal 8pt/9pt Times, serif;
	}
#footer a:hover, a:active { 
	font: normal 8pt/9pt Times, serif;
	}

/* ------------------------------------------------ */
/* ---------- Navigation Styles ------------------- */
/* ------------------------------------------------ */
#menu_column {
	display: none;
	float: left;
	margin: 0;
	padding: 0;
	width: 130px;
	text-align: left;
	}	
#menu p {
	display: none;
	}
#menu .heading {
	font: bold small-caps 12pt/14pt trebuchet ms, sans-serif;
	}
#menu {
	display: none;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	width: 100%;
	border: 1px solid #000;
	padding: 0;
	background-color: #806140;
	color: #FFFFFF;
	}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#menu ul li {
	margin: 0;
	border-bottom: 1px solid #000;
	}
#menu ul li a { 
	display: block;
	padding: 2px 2px 2px 0.5em;
	background-color: #0054a6;
	color: white;
	text-decoration: none;
	width: 100%;
	}
html>body #menu ul li a {
	width: auto;
	}
#menu ul li a:hover { 
	background-color: #80C0FF;
	color: #fff;
	}
#menu a:link { 
	font: bold 8pt/9pt verdana;
	}
#menu a:visited { 
	font: bold 8pt/9pt verdana;
	}
#menu a:hover, a:active { 
	font: bold 8pt/9pt verdana;
	}

/* ------------------------------------------------ */
/* ---------- Image Element Style ----------------- */
/* ------------------------------------------------ */	
#image {  /* You must place an inline style to set the width of the div to that of the image. */
	clear: right;
	float: right;
	font: 8pt/9pt Times, serif;
	margin: 0px 0 0px 0px;
	background-color: white;
	color: black;
	padding: 0px;
	}
#image img {
	border: 1px solid #000;
	margin: 0 0 0 0;
	}

/* ------------------------------------------------ */
/* ---------- Question and Answer Styles ---------- */
/* ------------------------------------------------ */
#question {
	background-color: #E6F2FF;
	border-left: 15px solid #E6F2FF;
	margin-bottom: 0;
	}
#answer {
	background-color: #FFF3E6;
	border-left: 15px solid #E6F2FF;
	border-bottom: 2px solid #E6F2FF;
	border-right: 2px solid #E6F2FF;
	margin-bottom: 0;
	}
#top {
	text-align: right;
	}
	
/* ------------------------------------------------ */
/* ---------- Most Wanted Styles ------------------ */
/* ------------------------------------------------ */
#wanted {
	background-color: #E6F2FF;
	width: 100%;
	vertical-align: top;
	margin-bottom: 0px;
	padding: 0;
	border: 0px solid #000;
	}
#wanted img {
	margin: 0;
	padding: 0;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	}
#wanted p {
	margin: 0 0 0 123px;
	padding: 5px;
	}
#wanted p.name {
	background-color: #FFF3E6;
	}
#wanted table tr td {
	padding: 0 0 0 0px;
	}
#wanted td.title {
	width: 75px;
	}
#wanted td.content {
	width: 300px;
	font-weight: bold;
	}
#wanted td.charges {
	background-color: #FFF3E6;
	font-weight: bold;
	}
#wanted img.pdf {
	margin: 0 5px 0 5px;
	border: 0;
	}

div#wanted {
	background-color: transparent;
	border: 0px;
	width: 98%;
}

img.wanted {
	border: thin solid black;
	padding: 0px;
}
	
/* ------------------------------------------------ */
/* ---------- Site Map Styles --------------------- */
/* ------------------------------------------------ */
#map ul li {
	margin: 0;
	}
