body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	background: #3c2d17;
}
		
a:link, a:visited { color: #FF9900; text-decoration: none; font-weight: normal; } 
a:active, a:hover { color: #FFFF66; text-decoration: underline; }

p { margin: 0px; padding: 0px; }

img { margin: 0px; padding: 0px; border: none; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }

.m_right { margin-right: 30px; }

.button_01 a {
	display: block;
	width: 120px;
	height: 21px;
	padding: 5px 0 0 0;
	background: url(images/button_01.jpg) no-repeat;
	position: relative;
	left: 50px;
	
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

h1 {
	margin: 0px;
	padding: 2px 0;
	font-size: 30px;
	font-weight: bold;
}

h2 {
	margin: 0 0 20px 0;
	padding: 2px 0 20px 0;
	font-size: 26px;
	font-weight: normal;
	background: url(images/h1_bg.jpg) bottom left no-repeat;	
}

h3 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
}

h4 {
	display: block;
	margin: 0;
	padding: 10px 0px;
	width: 280px;
	height: 21px;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 2px;
	background: url(images/footer_box_top.jpg) no-repeat;
}

#thStyle {
	border: 1px solid #e7c592;text-align: center; color: #e7c592; padding: 8px; width:150px;font-size:16px;
}

.image_wrapper {
	border: 1px solid #ffffff;
	margin-top: 3px;
	margin-bottom: 5px;
}

.fl_image {
	float: left;
	margin-right: 15px 
}

.fr_image {
	float: right;
	margin-left: 15px 
}

.list_01 {
	margin: 0 0 20px 40px;
	padding: 0px;
}

.list_01 li {
	margin: 0px;
	padding: 0 0 10px 0;
	list-style-image: url(https://jaycountysheriff.org/images/list_icon_01.jpg);
}

.list_01 li a {
	color: #e7c592;
	font-size: 14px;
}
.list_02 {
	margin: 0 0 20px 7px;
	padding: 0px;
}

.list_02 li {
	margin: 0px;
	padding: 0 0 10px 0;
	list-style-image: url(https://jaycountysheriff.org/images/list_icon_01.jpg);
}

.list_02 li a {
	color: #e7c592;
	font-size: 14px;
}
#container {
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;
	background: url(images/container_bg.jpg) repeat-y;
}

/* menu */
#menu {
	width: 960px;
	height: 45px;
	background: url(images/menu_bg.jpg) no-repeat;
}

#menu ul {
	float: right;
	width: 900px;
	overflow: hidden;
	text-align: left;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#menu ul li a {
	float: left;
	display: block;
	height: 30px;
	width: 80px;
	padding: 10px 39px 0 0;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
	color: #e7e2d9;	
	background: url(images/menu_right.jpg) right top no-repeat;
	outline: none;
}

#menu li a:hover, #menu li .current {
	color: #ffffff;
}
/* end of menu */

/* banner */
#banner_bar {
	width: 900px;
	height: 200px;
	margin: 0 auto;
	padding: 0 30px;
	background: url(images/banner_bg.jpg) no-repeat;
}

#banner_bar #site_title {
	float: left;
	width: 400px;
	margin: 10px 0 0 30px;
}

#site_title h1 a {
	margin: 0px;
	padding: 0px;
	font-size: 39px;
	color: white;
	font-weight: normal;
	text-decoration: none;
}

#site_title h1 a:hover {
	font-weight: normal;	
	text-decoration: none;
}

#site_title h1 a span {
	display: block;
	margin-top: 10px;
	font-size: 16px;
	color: #e7c592;
}

#banner_bar #search_box {
	float: right;
	width: 220px;
	height: 28px;
}

#search_box form {
	float: left;
	width: 220px;
	height: 28px;
	margin: 0;
	padding: 0;
	margin-top: 30px;
	background: url(https://jaycountysheriff.org/images/search_box.png) no-repeat;
}

#searchfield {
	height: 16px;
	width: 120px;
	padding: 5px;
	margin: 0px;
	margin-right: 10px;
	color: #ffffff;
	font-size: 12px;
	font-variant: normal;
	line-height: normal;
	background: none;
	border: none;	
}

#searchbutton {
 	height: 29px;
	width: 75px;
	margin: 0px;
	padding: 4px 6px 6px 6px;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	color: #ffffff;
	background: none; 
	border: none;
}
/* end of banner */

/* content */
#content {
	clear: both;
	width: 900px;
	padding: 30px 30px 0 30px;
	background: url(images/footer_top.jpg) bottom repeat-x;
}

#side_column {
	float: left;
	width: 250px;
	padding: 0 30px 0 0;
}

#main_column {
	float: right;
	width: 590px;
	height: 540px;
}
#slider1, #slider2, #slider3, #slider4, #slider5 {
    border-radius: 10px;
	position: absolute;
}
#sliderLink1, #sliderLink2, #sliderLink3, #sliderLink4 {
    width: 175px;
    position: relative;
    top: 216px;
    z-index:10;
    height: 80px;
    left: -114px;
	border-radius: 15px;
}
#sliderLink2 {
    left: -107px;
}
#sliderLink3 {
   left: -100px;
   top: 216px;
}
#sliderLink4 {
   left: 441px;
   top: 131px;
}
#facebookIcon {
    top: -43px;
    position: relative;
}
#twitterIcon {
	top: -43px;
    position: relative;
}
#loginIcon {
    position: absolute;
    top: 1068px;
}
#main_column p {
	text-align: justify;
	margin-bottom: 10px;
}
#mainPictureDisplay, #newsArticleDisplay, #newsArticleDisplay2 {
    width: 730px;
    position: relative;
    height: 225px;
    border-color: black;
    z-index: 99;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.53);
    top: 200px;
    left: -114px;
}
#newsArticleDisplay {
    top: 5px;
	left: 60px;
}
#newsArticleDisplay2 {
    top: 10px;
	left: -35px;
}
#articlePage {
    width: 850px;
    left: -90px;
	position: absolute;
	background-color: #414141;
}

.side_column_box {
	clear: both;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.news_section {
	clear: both;
	margin-bottom: 20px;
}

.inputfield {
	height: 16px;
	width: 238px;
	padding: 2px 5px;
	margin: 0 0 10px 0;
	font-size: 12px;
	font-variant: normal;
	line-height: normal;
}

.submit_button {
	float: right;
	margin: 0px;
	padding: 3px 6px 3px 6px;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
}
.section_w850 {
	clear: both;
	width: 850px; 
	margin-bottom: 40px;
}
.section_w700 {
	clear: both;
	width: 700px; 
	margin-bottom: 40px;
}
.section_w590 {
	clear: both;
	width: 590px; 
	margin-bottom: 40px;
}
.section_w460 {
	clear: both;
	width: 460px; 
	margin-bottom: 40px;
}
.section_280 {
	float: left;
	width: 250px;
	padding: 0 30px 0 0;
}
#correctionsNumbers {
	text-align: center;
	font-size: 18px; 
	position: relative; 
	left:30px;
}
/* end of content */

/* footer */
#footer {
	clear: both;
	width: 900px;
	padding: 30px;
	background: url(images/footer_bg.jpg);
}

.footer_box {
	position: relative;
	float: left;
	width: 280px;
	padding-bottom: 12px;
	background: url(images/footer_box_middle.jpg) repeat-y;
}

.footer_bottom {
	position: absolute;
	width: 280px;
	height: 12px;
	bottom: 0px;
	left: 0px;
	background: url(images/footer_box_bottom.jpg) no-repeat;
}

.footer_box .footer_box_content {
	padding: 30px 20px;
	height: 285px;
}

.footer_box_content p {
	margin-bottom: 10px;
	text-align: center;
}

#footer_bar {
	width: 900px;
	padding: 15px 30px;
	border-top: 1px solid #131312;
	background: #1b1b19;
	text-align: center;
}
#departmentName {
	position:absolute; 
	top:75px; 
	left:200px; 
	text-shadow: 1px 2px 2px black;
}
#sheriff {
	position:absolute;
	top:11px;
	left:800px;
}
#sheriffName, #contactText {
	position: absolute;
    top: 150px;
    left: 15px;
    font-size: 16px;
    color: #e7c592;
}
#contactText {
	left: 340px;
    top: 172px;
    font-size: 14px;
}
#submitCrime, #downloadApplication {
	position: absolute;
    top: 450px;
    left: 289px;
    font-size: 16px;
    background-color: #bd965b;
    border-color: #e7c592;
    border-radius: 10px;
    color: black;
}
#downloadApplication {
    top: 300px;
    left: 90px;
	height:50px;
	width: 200px;
}
#tipMessage, #nameMessage, #phoneMessage {
	width: 685px;
	position: absolute;
	background-color: #e0c698;
	border-color: white;
	border-radius: 5px;
	top: 250px;
}
#nameMessage {
	width: 300px;
	top: 185px;
}
#phoneMessage {
	width: 300px;
	top: 185px;
	left: 385px;
}
#credentials {
	position:relative;
	width: 50%;
	font-size: 16px;
	padding: 20px 20px 20px 30px;
	color:  #e7c592;
	height: 25px;
}
#credentials2, #credentials3 {
	background-color:#e7c592;
	border-color: #e7c592;
	border-radius: 5px;
	height: 25px;
	margin: 0px;
	padding: 3px 6px 3px 6px;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
}
#credentials3 {
    position: absolute;
    width: 100px;
    top: 1140px;
    left: -140px;
	color: black;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    black;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    black;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    black;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    black;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    black;
}
#archeryLine1, #archeryLine2, #archeryLine3, #archeryLine4 {
position:absolute;
width:100%;
}
#archeryDiv1, #archeryDiv2, #archeryDiv3, #archeryDiv4 {
width:0px;
height:250px;
left:-320px;
top:-150px;
position: relative;

}
#archeryDiv2 {
left:-85px;

}
#archeryDiv3 {
left:150px;

}
#archeryDiv4 {
left:390px;
}
@media (min-width : 320px) and (max-width : 985px) { 
.containerArchery {
overflow:hidden;
}
}
.img {
overflow-y: scroll; overflow:none;
  transform: scale(.35);
  -ms-transform: scale(.35); /* IE 9 */
  -webkit-transform: scale(.35); /* Safari and Chrome */
  border-radius: 50px;
position: relative;
z-Index: 10;
}

.img:hover{
    color: #424242; 
  -webkit-transition: all .7s ease-in;
  -moz-transition: all .7s ease-in;
  -ms-transition: all .7s ease-in;
  -o-transition: all .7s ease-in;
  transition: all .7s ease-in;
  opacity: 1;
  transform: scale(1);
  -ms-transform: scale(1); /* IE 9 */
  -webkit-transform: scale(1); /* Safari and Chrome */
  z-Index: 10001;

}