@charset "utf-8";
/* CSS Document */

html { 
	height: 100%;
}

body {
	height: 100%;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #545454;
	font-size: small;
	margin: 0px;
	padding: 0px;
	background-color: #b89f59;
/*	background-color: #423527;*/
	background-image: url(images/wheatbackground.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment:fixed;
}

#container {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	padding-bottom: 30px;
	width: 1010px;	
	min-height: 100%; /* real browsers */
	background-image: url(images/back.png);
	background-repeat: repeat-y;
}

#header {
	height: 184px;
	margin-left: 30px;
	margin-right: 30px;
	width: 950px;
	background-color: #6b3232;
}

#logobox {
	height: 118px;
	background-image: url(images/header/header_01.png);	
}
#logo {
	position: absolute;
	left: 298px;
	top: 109px;
	z-index: 3000;
}


#search {
	height: 36px;
	padding-right: 30px;
	background-image: url(images/header/header_02.png);
	background-repeat: no-repeat;
}

#google {
	width: auto;
	float: right;
}

#navigation {
	background-color: #6b3232;
	padding-right: 30px;
	padding-left: 30px;
}

#nav_border {
	clear: both;
	height: 12px;
	background-image: url(images/header/nav_border.png);
	background-repeat: no-repeat;
}

#content {
	clear:both;
	margin: 0 30px 0 30px;
	padding:30px 30px 30px 30px; /* bottom padding for footer */
}

#left {
	min-height: 400px;
	width: 610px;
	float: left;
}
#header_graphic {
	margin-bottom: 30px;
}

#right {
	background-color: #f4efd9;
	padding: 5px;
	font-size: 90%;
	float: right;
	width: 238px;
	border: 1px solid #c5b166;
}

#clear {
	clear: both;
}

#footer {
	text-align: center;
	margin: 0 60px 0px 60px;
	padding: 15px;

	width: 860px;
	background-color: #C5B166;
	font-size: smaller;
}

a:link {
	text-decoration: underline;
	color: #763a3a;
}

a:hover {
	color: #9d8970;
	text-decoration: underline;
}

a:active {
	color: #3d4c7e;
	text-decoration: none;
}

a:visited {
	color: #845B40;
	text-decoration: underline;
}

p{
	margin-top: 0.25em;
	margin-bottom: .75em;
	line-height: 1.5em;
}
#right   h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666600;
	font-size: medium;
	font-weight: lighter;
	margin-bottom: 0em;
	padding-bottom: 0px;
	margin-top: 1em;
	padding-top: 5px;
	font-style: normal;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#left h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6B3232;
	font-size: 16pt;
	font-weight: lighter;
	margin-bottom: 1.2em;
	clear: both;
	margin-top: 0em;
	padding-left: 60px;
	font-style: normal;
	background-image: url(images/h1_wheat.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 4px;
	padding-bottom: 5px;
}


h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #3D4C7E;
	font-size: 14pt;
	font-weight: lighter;
	margin-bottom: 0.25em;
	padding-bottom: 5px;
	margin-top: 0.45em;
	padding-top: 10px;
	font-variant: normal;
	clear: both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #DFD5AC;
	border-right-color: #DFD5AC;
	border-bottom-color: #DFD5AC;
	border-left-color: #DFD5AC;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #84612B;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 0em;
	padding-bottom: 0px;
	margin-top: 1em;
	padding-top: 5px;
	font-style: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-variant: normal;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666600;
	font-size: 10pt;
	font-weight: normal;
	margin-bottom: 0em;
	padding-bottom: 0px;
	margin-top: .4em;
	padding-top: 5px;
	font-style: italic;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-variant: normal;
}



#cowley {
	margin-right: 5px;
}

.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6B3232;
	font-weight: bolder;
	font-size: medium;
}

.style2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6B3232;
	font-weight: normal;
	font-size: medium;
	line-height: normal;
}

.style3 {color: #990000
}

.style4 {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6B3232;
}
.style5
 {
	color: #990000;
	font-size: x-small;
}



.picture_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
}

.picture_left {
	float: left;
	padding-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}

ol {
	margin-top: 0.25em;
	margin-bottom: 1em;
	line-height: 1.5em;
}
ul {
	margin-top: 0.25em;
	margin-bottom: 1em;
	line-height: 1.5em;
}

form {
	padding: 0;
	margin: 0;
}

input,textarea { 
	font-family: Georgia, serif; 
	font-size: 1em; 
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#amber {
	background-color: #ffff80;
	position: relative;
	overflow: hidden;
	height: 1.2em;
	padding-top: 2px;
	padding-bottom: 2px;
}
#amber_cover {
	background-image: url(sheriff/images/amber_cover.png);
	background-repeat: no-repeat;
	width: 145px;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 1.2em;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 100px;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index: 4000;
}

#sticker {
	position: absolute;
	top: -25px;
	left: 415px;
}

#left table {
	margin-bottom: 1em;
}
.subnav {
	display: block;
	margin-bottom: 20px;
	margin-top: 5px;
}
.subnav_currentpage {
	color: #FFFFFF;
	background-color: #A88D4C;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #745a27;
}



.subnav a {
	display: block;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7E5A27;
	margin: 0px;
}



.subnav a:link {
	color: #333333;
	background-color: #DFD5A8;
	text-decoration: none;
}

.subnav a:visited {
	color: #333333;
	background-color: #dfd5a8;
	text-decoration: none;
}

.subnav a:hover {
	color: #FFFFFF;
	background-color: #A88D4C;
}



.subnav a:active {
	color: #FFFFFF;
	background-color: #a88d4c;
}
.sidebar_callout {
	background-color: #CDE3A4;
	padding: 3px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px solid #666600;
	display: block;
}


.table_row {
	background-color: #e0e0e0;
}
.table_header {
	background-color: #C5B166;
	color: #6B3232;
	font-size: medium;
}
.table_subheader {
	background-color: #CCCCCC;
	color: #6B3232;
	font-size: medium;
	font-weight: bold;
}

#cal {
	position: absolute;
	left: 0px;
	top: 18px;
	height: 94px;
	width: 280px;
	background-image: url(images/clock.png);
}
#date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.8em;
	color: #D5C58B;
	position: relative;
	top: 0px;
	left: 54px;
	overflow: visible;
	width: 40px;
}
#month {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	color: #FFFFFF;
	position: absolute;
	top: 10px;
	right: 10px;
}
#daytime {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #C5B166;
	font-size: 1.3em;
	font-weight: normal;
	font-style: italic;
	position: absolute;
	bottom: 35px;
	right: 10px;
}
#gis_rollover {
	display: block;
	width: 238px;
	margin-top: 200px;
	position: relative;
}

#menu {

}

#menu a .icon {  
display:none;  
}  

#menu a:hover .icon {
	display:block;
	position:absolute;
	height:176px;
	top:-185px;
	left:5px;
} 
#gis_thumb {
	display:block;
	position:absolute;
	height:176px;
	top:-185px;
	left:5px;
}

#tasks ul { 
 list-style: none; 
 margin: 0; 
 padding: 0; 
} 

#tasks li {
	margin-bottom: 1px;
} 

#tasks li a:link, #tasks li a:visited  {
	display: block;
	padding: 0.4em 0 0.4em 0.5em;
	background-color: #666A45;
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 12px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #003300;
	border-left-color: #003300;
}

#tasks li a:hover {
	display: block;
	padding: 0.4em 0 0.4em 0.5em;
	background-color: #544D45;
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 12px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}

