﻿/* CSS layout */
#masthead {
	background-color: #42634A;
	background-image: url('../images/Sheriff Logo.gif');
	height: 156px;
}
#top_nav {
	margin: 0px;
	color: #000000;
	height: 30px;
	background-color: #42634A;
}
#container {
	border: thin solid #42634A;
	padding: 0px;
	margin: 0px auto auto auto;
	background-color: #FFFFFF;
	height: 100%;
	width: 1000px;
	float: inherit;
	overflow: visible;
	background-image: url('../images/Background.gif');
	background-repeat: repeat-y;
}
#container2 {
	border: thin solid #42634A;
	padding: 0px;
	margin: 0px auto auto auto;
	width: 1000px;
	background-color: #FFFFFF;
}

#left_col {
	padding: 0px;
	margin: auto;
	width: 180px;
	left: 0px;
	top: 0px;
	float: left;
	color: #000000;
	text-align: justify;
	height: 100%;
	z-index: auto;
	overflow: visible;
	background-color: #42634A;
	background-repeat: repeat-y;
	display: table-column;
	background-image: url('../images/left.gif');
	background-attachment: inherit;
}
#center {
	padding: -2px 0px 0px 0px;
	margin: -2px 0px 0px 0px;
	width: 30px;
	position: relative;
	float: left;
	background-image: url('../images/sidebarround.gif');
	background-repeat: no-repeat;
}
#page_content {
	padding: 1px;
	margin: 4px;
	color: #000000;
	text-align: justify;
	overflow: inherit;
	height: 100%;
	z-index: auto;
	display: table;
}
#page_content2 {
	padding: 1px;
	margin: 4px;
	color: #000000;
	text-align: justify;
	overflow: inherit;
	height: 100%;
	z-index: auto;
	display: table;
	width: 885px;
	float: inherit;
	position: relative;
}

#footer {
	padding: 0px;
	margin: 0px auto auto auto;
	color: #FFFFFF;
	background-color: #42634A;
	font-size: medium;
	width: 100%;
	position: inherit;
	top: auto;
	text-align: center;
}

#enterName {
  visibility: hidden;
  padding-left: 50px;
}

#google_results IFRAME {
	width:600px ;
}
.search {
	background-color: #42634A;
}


/* Styles for Content */
h1 {
	color:#000000;
	font-size: 2.0em;
}
h2 {
	color:#000000;
	font-size: 1.75em;
}
h3 {
	color:#000000;
	font-size: 1.5em;
}
a:link {
	color:#006600;
}
a:visited {
	color:#006600;
}


