@charset "UTF-8";
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	background-color: #000A25; /* #3c3f42; */
	background-image:url(images/bggrey4.gif);
	background-repeat:repeat-x;   /*USE THIS TO CHANGE THE BACKGROUND AROUND THE MAIN BOX*/
	margin:0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF; /*sets the text color to white */
}
.oneColFixCtrHdr #container {
	width: 1004px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000A25; /*000A25 */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(images/fauxback.gif);
	background-repeat:repeat-y;
	
}
.oneColFixCtrHdr #mainpagecontainer {
	width: 1004px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000A25; /*000A25 */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
.oneColFixCtrHdr #header {
	background: #111343; /* Changed this from the default */
	padding: 0 0px 0 0px;  /* (was 0 10px 0 20px but I changed it because the two header images were on top of each other instead of next to each other) this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 9px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000A25; /* 000A25 */
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #000A25; /* Changed this from the default */
	color:#FFFFFF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColFixCtrHdr #headline {  /* for the headline of each page i.e. Online Reporting */
	height:65px;
	width:765px;
	background:url(images/topofbox.gif);
	background-repeat:no-repeat;
	vertical-align:top;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
}

.oneColFixCtrHdr #headline_interior_text {
	padding:13px 0px 0px 0px;
}

.headlinetext {
	font-size:20px;
	font-family:Verdana, Geneva, sans-serif;
	line-height:1.5em;
	font-weight:normal;
}
/* the following is custom (added) */
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #C0C0C0;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.copyright {           /* this makes the copyright text in the footer a tad smaller */
	font-size: 10px;
}

.mainpagetext {			/* this was created for the main page.  It was used again in the sub page template but I added the font size to rboxtext instead.*/
	font-size: 17px;
}

.yellowcolor {			/* this was created for the main page */
	color: #cc9933;
}

.redcolor {			/* this was created for the main page */
	color: #ff0000;

}

.center_me {
	text-align:center;
}

	
.oneColFixCtrHdr #newmainContent {
	background-color:#000A25;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box 0 0px */
	background-repeat:repeat-y;

}	
.oneColFixCtrHdr #lbox {
	background-color:#3c3f42;
	width:225px;
	height:auto;
	margin:0px 14px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
}

.oneColFixCtrHdr #lboxtext {
	padding:14px 18px 0px 0px;
	margin:0px 20px 0px 20px;
	font-size:14px;
}
.oneColFixCtrHdr #rbox {
	background-color:#3c3f42;
	margin:0px 0px 0px 0px;
	padding:0px;
	width:765px;
	float:right;
}
.oneColFixCtrHdr #rboxtext {
	padding:0px 20px 40px 20px;
	margin:0px 0px 0px 0px;
	font-size:medium;
	font-family: Verdana, Geneva, sans-serif;
	text-align:justify;
}

/* PUTS THE INDEX TEXT ON AN IMAGE */
.oneColFixCtrHdr #rboxtext_for_index_mysrpd {
	background-image: url(images/index_with_photos_bike.gif);
	background-repeat:no-repeat;
	height: 500px;
	padding:0px 20px 0px 20px;
	margin:0px 0px 0px 0px;
	font-size:medium;
	font-family: Verdana, Geneva, sans-serif;
	text-align:justify;
}
	
	.oneColFixCtrHdr #rboxtext_for_index_error {
	background-image: url(images/blank.gif);
	background-repeat:no-repeat;
	height: 500px;
	padding:0px 20px 0px 20px;
	margin:0px 0px 0px 0px;
	font-size:medium;
	font-family: Verdana, Geneva, sans-serif;
	text-align:justify;
}
	
.oneColFixCtrHdr #rboxtext_for_index_beinformed {
	background-image: url(images/index_with_photos_badge.gif);
	background-repeat:no-repeat;
	height: 500px;
	padding:0px 20px 0px 20px;
	margin:0px 0px 0px 0px;
	font-size:medium;
	font-family: Verdana, Geneva, sans-serif;
	text-align:justify;
}
	
.oneColFixCtrHdr #rboxtext_for_index_beinvolved {
	background-image: url(images/index_with_photos_boat.gif);
	background-repeat:no-repeat;
	height: 500px;
	padding:0px 20px 0px 20px;
	margin:0px 0px 0px 0px;
	font-size:medium;
	font-family: Verdana, Geneva, sans-serif;
	text-align:justify;
}
	
.oneColFixCtrHdr #rboxtext_for_index_onlineservices {
	background-image: url(images/index_with_photos_car.jpg);
	background-repeat:no-repeat;
	height: 500px;
	padding:0px 20px 0px 20px;
	margin:0px 0px 0px 0px;
	font-size:medium;
	font-family: Verdana, Geneva, sans-serif;
	text-align:justify;
}
	
	
.oneColFixCtrHdr #newfooter {
	padding: 0px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #000A25; /* Changed this from the default */
	color:#FFFFFF;
	clear:both;
}
.oneColFixCtrHdr #newfooter p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color:#000A25;
}


/* header file */

.oneColFixCtrHdr #entire_header_box {
	background-color:#111343;
	padding:0;
	margin:0;
}
.oneColFixCtrHdr #header_srpdbanner {
	height:116px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
}
.oneColFixCtrHdr #header_search {
	padding:0px 0px 0px 0px;
	margin:55px 25px 0px 0px;
	background-color:#111343;
	float:right;
	
}
.oneColFixCtrHdr #header_menu {
	clear:both;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	height:35px;
}

/* footer file */

.oneColFixCtrHdr #footer_graphics {
	clear:both;
	background-color:#000A25;
	margin:0px 30px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
}
.oneColFixCtrHdr #footer_text {
	background-color:#000A25;
	float:right;
	margin:0px 30px 0px 0px;
}
.oneColFixCtrHdr #footer_text_spacing {
	background-color:#000A25;
	margin:20px 35px 0px 0px;
	padding:0px 0px 0px 0px;
	float:right;
}
.oneColFixCtrHdr #google_translate {
	background-color:#000A25;
	width:1004px;
	clear:both;
	margin:20px 0px 0px 0px;
}

/*  new index file */

.oneColFixCtrHdr #bigbox {
	margin:0px 10px 0px 10px;
}
.oneColFixCtrHdr #welcome_and_news_box {
	margin:19px auto auto 0px; /* was 9px 19px 19px 15px; but added the autos to keep it centered */
}
.oneColFixCtrHdr #welcomebox {
	height:396px;
	width:740px;
	background-image:url(images/welcomebox.gif);
	background-repeat:no-repeat;
	float:left;
}


.oneColFixCtrHdr #welcomebox_BISHOP {
	height:396px;
	width:740px;
	background-image:url(images/welcomebox_BISHOP.gif);
	background-repeat:no-repeat;
	float:left;
}


.oneColFixCtrHdr #newsbox {
	height:396px;
	width:246px;
	background-image:url(images/breakingnewsbox.jpg);
	background-repeat:no-repeat;
	margin-left:758px;
}
.oneColFixCtrHdr #infobox {
	width:1004px;
	height:243px;
	background-image:url(images/infobox.gif);
	background-repeat:no-repeat;
	margin: 18px auto auto 0px; /* was 19px 0px 0px 15px; but changed to auto to center on the page */
}
.oneColFixCtrHdr #bulletinbox {
	width:1004px;
	height:243px;
	background-image:url(images/bulletinbox.gif);
	background-repeat:no-repeat;
	margin: 18px auto auto 0px; /* was 19px 0px 0px 0px; but changed to auto to center on the page */
	float: left;
}

.oneColFixCtrHdr #wp_mp_box {
	width:1004px;
	height:243px;
	background-image:url(images/mw_mp_box.gif);
	background-repeat:no-repeat;
	margin: 18px auto auto 0px; /* was 19px 0px 0px 0px; but changed to auto to center on the page */
	float:left;
}

.oneColFixCtrHdr #interior_mp_mp_box1 {
	margin:100px 20px 10px 20px;
	width:450px;
	overflow:hidden;
	float:left;
}

.oneColFixCtrHdr #interior_mp_mp_box2 {
	margin:100px 0px 0px 20px;
	width:460px;
	float:left;

}


.oneColFixCtrHdr #interior_welcomebox_text_BISHOP {
	margin:85px 30px 10px 225px;
		text-align:justify;
	font-size:15px;
	line-height:20px;
}


.oneColFixCtrHdr #interior_welcomebox_photo_BISHOP {
	margin:85px 10px 10px 30px;
	float:left;
	background:url('images/bishop.png');
	background-repeat:no-repeat;
	height:240px;
	width:185px;
	text-align:center;
}

.oneColFixCtrHdr #interior_welcomebox_photo_text_BISHOP {
	margin:228px 0px 0px 0px;
	
}

.oneColFixCtrHdr #interior_breakingnews_text {
	margin:0px 0px 0px 0px;
	padding:70px 10px 10px 20px;
}
.oneColFixCtrHdr #interior_infobox_text1 {
	margin:55px 0px 10px 0px;
	width:238px; /*this is measured from the left of the image to the white line, minus one pixel */
	float:left;
	text-align:center; 
}
.oneColFixCtrHdr #interior_infobox_text2 {
	margin:55px 0px 10px 0px;
	width:228px; /*this is measured from the left of the image to the white line, minus one pixel */
	float:left;
	text-align:center;
}
.oneColFixCtrHdr #interior_infobox_text3 {
	margin:55px 0px 10px 0px;
	width:276px; /*this is measured from the left of the image to the white line, minus one pixel */
	float:left;
	text-align:center;
}
.oneColFixCtrHdr #interior_infobox_text4 {
	margin:80px 0px 10px 0px; /*extra top margin to center the contact text */
	width:256px; /*this is measured from the left of the image to the white line, minus one pixel */
	float:left;
	text-align:center;
}
.oneColFixCtrHdr #interior_bulletinbox_text1 {
	margin:85px 0px 10px 50px;
	float:left;
	text-align:left;
}

.oneColFixCtrHdr #interior_bulletinbox_text2 {
	margin:68px 0px 10px 150px;
	float:left;
	text-align:left;
}
.oneColFixCtrHdr #interior_bulletinbox_text3 {
	margin:68px 0px 10px 20px;  /* originally created to add the homicide info.  If thats gone you can probably delete this one */
	float:left;
	text-align:left;
}
	
/* SEARH RESULTS */
.oneColFixCtrHdr #searchresultsbox {
	width:200px;
}

/* TEST IMAGE ON MAIN PAGE */

#fixed_main_image {
	position: absolute;
	top: 700px;
	right: -15px;
		z-index: -1;
}

/* MEMORIAL PAGE */

#big_m_badge {
background-image:url(../images/large_m_badge.jpg);
background-repeat:no-repeat;
width:700px;
height:700px;

}

#jim_float {
float:left;
padding-right:10px;
}
.oneColFixCtrHdr #rboxtext_memorial {
	padding:0px 20px 40px 10px;
	margin:0px 0px 0px 0px;
	font-size:medium;
	font-family: Verdana, Geneva, sans-serif;
	text-align:justify;
}

#float_mourning_badge {
	float:left;
	padding-right:30px;
}

/* MINI MISSING FOR MAIN PAGE */

#entire_box
{
}
#suspect_image
{
position:absolute;
border:solid; 
border-width:thin;
}
#captured_text_box
{
	float:left;
	position:absolute;
	height:200px;
	clear:left;
}

#captured_text
{
	height:45px;
	margin-top:70px;
	text-align:center;
	width:241px;
}
#captured_text_interior
{
	text-decoration:blink;
	color:#F00;
	text-align:center;
	background-color:#000;
	line-height:30px;
}

#text_description
{
margin-left:260px;
width:300px;
font-size:12px;
}

#comments
{
	width:550px;
	text-align:center;
}

