/* CSS Document */

/* ----- Page Properties -----  */

body { 
	font:12px Arial; 
	background:#F1F1F1; 
	margin-top:20px;
	padding:0px;
}

/* ----- Typography -----  */

h1 {
	font:18px arial, verdana, sans-serif;
	color:#007576;
	margin:0px;
	padding:8px 8px 8px 8px;
}

h2 {
	font:14px arial, verdana, sans-serif;
	color:#000;
	padding:0px 0px 4px 0px;
	font-weight:bold;
}

h3 {
	font:12px arial, verdana, sans-serif;
	font-weight:bold;
	color:#007576;
	margin:0px;
	padding:0px 8px 0px 8px;
}

p { 
	font:12px Arial; 
	margin: 0px; 
}

.must {
	color:#66CC33;
	font-weight:bold;
	font-size:14px;
}

.must_not {
	color:#CC3333;
	font-weight:bold;
	font-size:14px;
}


.crimestopper_copy {
	color:#FA1E1A;
	font-weight:bold;
}

/* ----- Navigation -----  */

.navigation {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

.navigation a { 
	color: #FFF;
	text-decoration:none;
	/*background-color:#339191;*/
	background-color:#118793;
	display:block;
	padding:3px 0px 3px 5px;
	border-bottom: 1px solid #EEE; 
}

.navigation a:hover { 
	color: #FFF;
	text-decoration:none; 
	/*background-color:#007576;*/
	background-color:#999;
	display:block;  
	padding:3px 0px 3px 5px;
	border-bottom: 1px solid #EEE;
}

/* ----- Layout Elements -----  */

/* Main Container Div */

#contain {
	width:740px;
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-left:1px solid #000;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	background-color:#FFFFFF;
	padding:0px;
	clear:both;
	height:100%;
}

/* Main Header Div */
	
#header {
	width:740px;
	/*border-bottom:1px solid #DEE0DE;*/
	background:#FFF;
}

#logo {
	margin:10px;
}

/* left Column Div */

#leftcol {
	width:170px;
	float:left;
	margin:0px;
	clear:both;
	height:100%;
}

/* Main Content Div */

#content {
	width:570px;
	float:right;
	margin:0px;
	height:100%;
	background-color:#FFFFFF;
}

#content p {
	padding:0px 8px 0px 8px;
	line-height:14px;
}

#content a {
	color: #349292;
	text-decoration: underline;
}

#content a:link, a:visited {
	color: #349292;
	text-decoration: underline;
}

#content a:hover {
	color: #000;
	text-decoration:underline;
}

/* Second Nav Div */

#logo {
	width:170px;
	float:left;
	margin:0px;
}

#nav2 {
	width:570px;
	float:right;
	margin:0px;
	text-align:right;
	background-color:FFF;
}

#nav2 p {
	padding:80px 10px 8px 0px;
	line-height:14px;
}

#nav2 a {
	color: #000;
	text-decoration: underline;
}

#nav2 a:hover {
	color: #339191;
	text-decoration:none;
}

/* Footer */

#footer {
	width:740px;
	clear:left;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background:#339191;
	padding:4px 0 4px 0;
	background-image:url(../images/footer_bg.gif);
	margin:0px;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:link, a:visited {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFF;
	text-decoration:underline;
}

#footer p {
	text-align:right;
	padding-right:4px;
	color:#FFF;
	font:11px arial, verdana, sans-serif;
}

/* Navigation arrow image hack */

.borderless {
	border:0px;
}

/* ----- form stuff ----- */

#table_container {
	padding-left:8px;
}

.form {
	width: 200px;
	font:12px Arial;
	color:#000;
}

.form2 {
	width: 416px;
	font:12px Arial;
	color:#000;
	margin-top: 5px;
	margin-bottom:5px;
}

/* ----- Pictures ----- */

.left_pic {
	float:left;
	margin:8px 8px 8px 0px;
	padding:2px;
	border: 1px solid #999;
}

.right_pic {
	float:right;
	magrgin:8px 0px 8px 15px;
	padding:2px;
	border: 1px solid #999;
}

.crimestopper {
	float:left;
	padding:8px 8px 8px 0px;
}

.acu {
	float:right;
	padding:8px 0px 8px 8px;
	border:0px;
}

/* ----- Home Page Boxes ----- */

#lefthome {
	width:314px;
	text-align:left;
	float:left;
	border-right: 1px solid #999;
	padding-left:5px;
}

#righthome {
	position:relative;
    width:246px;
	text-align:right;
	float: right;
}

/* ----- Repoer Boxes ----- */

#report_options {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	float:none;
	width:345px;
}

.sub_header {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	background-color:#00757F;
	border-bottom: 2px solid #000; 
}

#report_options p {
	padding:2px 8px 2px 8px;
	font-size:11px;
	background-color:#F1F1F1;
	color:#000;
}

#report_options a {
	color:#666;
	font-size:11px;
	text-decoration: none;
}

#report_options a:hover {
	color:#666;
	font-size:11px;
	text-decoration:underline;
}

.report_footer {
	background-color:#CCCCCC;
	padding:2px 8px 2px 8px;
}

/* ----- End ----- */

.image {
vertical-align:baseline;
}

.top_images {
}