/**************************************

	Filename:  	aocds.main.css
	Date:		09.24.08
	Purpose:	Contains styles for AOCDS.org

***************************************/

*, html {
	margin:0;
	padding:0;
}

.clear {
	clear: both;
}

.right {
	float:right;
}

.left {
	float:left;
}

.image_left {
	margin-right:10px;
	margin-bottom:10px;
	float:left;
}

.image_right {
	margin-left:10px;
	margin-bottom:10px;
	float:right;
}

.greenBlackLink {
	color:#99A66C;
	text-decoration:none;
	font-weight:bold;
}

.greenBlackLink:hover {
	color:#000000;
}

.blackLink {
	color:#000000;
	text-decoration:none;
}

.blackLink:hover {
	text-decoration:underline;
}

p {
	line-height: 1.6em;
}

html {
	height:100%;
}

#page_wrapper {
	min-height:100%;
	position:relative;
}

/**************************************

	Masthead

***************************************/

body {
	background:url('../img/masthead-bg.jpg') repeat-x;
	position:relative;
	height:100%;
}

div#top {
	margin: 0 auto;
	position:relative;
}

div#masthead {
	width:1000px;
	height:194px;
	margin:auto;
	position:relative;
	z-index:0;
}

/*div#masthead h1 {
	background:url('../img/logo.png') no-repeat;
	width:643px;
	height:179px;
	display:block;
	text-indent:-9999px;
	position:absolute;
	margin-top:5px;
}*/

div#masthead h1 {
	background:url('../img/logo2.png') no-repeat;
	width:667px;
	height:208px;
	display:block;
	text-indent:-9999px;
	position:absolute;
}

div#masthead .fop_logo {
	background:url(/img/fop_logo.png) no-repeat;
	position:absolute;
	top:105px;
	left:444px;
	width:219px;
	height:37px;
	display:block;
	z-index:2;
}

/**************************************

	Login Form

***************************************/

div#login {
	font:11px Verdana, Arial, sans-serif;
	float:right;
	width:240px;
	margin-top:16px;
	color:white;
	margin-right: 10px;
	position:absolute;
	top:34px;
	z-index:1;
	right:31px;
	margin:0;
}

a#general-public {
	background:url('../img/general-public.png');
	width:222px;
	height:24px;
	text-indent:-9999px;
	display:block;
	margin:0 auto;
	position:absolute;
	top:60px;
	right:40px;
}

div#login form#login-form {
	width:217px;
	height:80px;
	display:block;
	margin:0 auto;
	background:url('../img/login-form-bg.png');
	margin-top:7px;
	padding-top:14px;
}

div.input {
	clear:both;
	display:block;
	margin-bottom:5px;
	margin-left:22px;
}

div.input label {
	float:left;
	width:61px;
	text-align:right;
}

div.input.text input, div.input.password input {
	width:125px;
	height:13px;
	margin-left:3px;
	float:left;
	background:url('../img/text-input-bg.png');
	border:none;
	font-size:9px;
	padding-top:3px;
	padding-left:6px;
	margin-bottom:5px;
}

div#login div.input.submit /*input*/ {
	width:60px;
	height:19px;
	border:none;
	background:url('../img/login-button.png');
	text-indent:-9999px;
	cursor:pointer;
	float:right;
	margin-right:11px;
}

div#login ul#login-form-nav {
	clear:both;
	margin-left:10px;
	position:relative;
	z-index:999;
	padding-top: 5px;
}

div#login ul#login-form-nav li {
	list-style-type:none;
	float:left;
	font-size:9px;
	margin-top:3px;
}

div#login ul#login-form-nav li#sign-up {
	margin-right:15px;
}

div#login ul#login-form-nav li#faq {
	margin-right:17px;
}

div#login ul#login-form-nav li#forgot-password {
	margin-right:0px;
}

div#login ul#login-form-nav li a {
	color:#f9ac19;
	text-decoration:none;
}

div#login ul#login-form-nav li a:hover {
	color:#ffffff;
}

div#loginInner {
	background:#647234 no-repeat center center;
	height:90px;
	padding: 5px 5px 0 5px;

}

div#loginLinks {
	bottom:0;
	clear:both;
	height:14px;
	position:absolute;
	right:17px;
}

div#loginLinks a {
	float: left;
	display: block;
	height: 14px;
}

a#signUp {
	width: 55px;
	background: url('../img/signup.png') no-repeat;
}

a#signUp:hover {
	background: url('../img/signupHover.png') no-repeat;
}

a#faq {
	width: 36px;
	background: url('../img/faq.png') no-repeat;
}

a#faq:hover {
	background: url('../img/faqHover.png') no-repeat;
}

a#forgot {
	width: 113px;
	background: url('../img/forgot.png') no-repeat;
}

a#forgot:hover {
	background: url('../img/forgotHover.png') no-repeat;
}

/**
* AJAX LOGIN STUFF */
/**/
div#ajax_login_button_wrapper {
	position:absolute;
	right:15px;
	top:20px;
	width:308px;
}

div#ajax_login_button {
	position: absolute;
	top:0;
	left:35px;
	width: 243px;
	height:34px;
	background: url('../img/member_login_button.png') no-repeat;
	cursor:pointer;
}

div#ajax_login_button_logo {
	background:transparent url(../img/member_login_button_logo.png) no-repeat scroll 0 0;
	height:98px;
	left:-28px;
	position:absolute;
	top:-34px;
	width:91px;
	z-index:2;
}

div#ajax_login_button_logo_clicker {
	height:67px;
	left:10px;
	position:absolute;
	top:10px;
	width:67px;
	cursor:pointer;
}

div#ajax_login_failed_message {
	bottom:25px;
	color:#FF6333;
	font-weight:bold;
	left:25px;
	position:absolute;
}

/**************************************

	Logout Form

/**************************************/

div#logout {
	font:11px Verdana, Arial, sans-serif;
	float:right;
	width:400px;
	margin-top:16px;
	color:white;
	font-weight: bold;
	position:relative;
}

/*div#logout a#members-only {
	background:url('../img/membersOnly.png');
	width:290px;
	height:30px;
	text-indent:-9999px;
	display:block;
	margin:10% auto;
}*/

div#logout a#members-only {
	background:url('../img/membersOnly2.png') no-repeat;
	width:226px;
	height:98px;
	text-indent:-9999px;
	display:block;
	margin:3% 30%;
}

div#logout span {
	float: right;
}

div#logout br {
	clear: right;
}

div#logout a#logout_button {
	width:64px;
	height:19px;
	border:none;
	background-image:url('../img/logout.png');
	background-repeat:no-repeat;
	text-indent:-9999px;
	cursor:pointer;
	float:right;
	margin-right:11px;
	display:block;
	position:relative;
}

div#logout div#ajax_logout_spinner {
	background-image:url(../img/spinner.gif);
	float:right;
	height:50px;
	margin-right:11px;
	position:relative;
	top:-16px;
	width:50px;
	margin-bottom:-38px;
}

div#logout a#username-link {
	color: #FFFFFF;
	padding: 0 5px 0 5px;
	text-decoration: underline;
}

div#logout a#username-link:hover {
	background-color: #e5ae41;
	text-decoration: none;
}

div#ajax_logout_failed_message {
	color:#FF6333;
	font-weight:bold;
	right:25px;
	top:25px;
	position:absolute;
}

/**************************************

	Main Navigation

***************************************/

div#nav_wrapper {
	background:url('../img/nav-bg.jpg') repeat-x;
	z-index:999;
	height: 35px;
	position: relative;
	margin:-35px auto 0 auto;
}

div#nav_wrapper2 {
	display: table;
	margin: 0 auto;
}

ul#navigation {
	display:table-cell;
	height:35px;
	position:relative;
	min-width:940px;
	margin:auto;
}

ul#navigation li {
	list-style-type:none;
	float:left;
	height:30px;
	padding-top: 4px;
	text-align: center;

}

ul#navigation li.last {
	background:none;
	padding-right:0px;
}

ul#navigation li a {
	color:white;
	font: 12px Verdana, Arial, sans-serif;
	text-decoration: none;
	height:18px;
	padding-top:5px;
	padding-bottom:5px;
	display:block;
	padding-left:5px;
	padding-right:4px;
}

ul#navigation li a:hover, ul#navigation li.active a {
	background:url('../img/nav-hover.png');
}

span.nav_pipe {
	background:transparent url(../img/navSeparator.png) no-repeat scroll 0 0;
	display:block;
	height:35px;
	width:1px;
	margin:0 7px;
}

/**************************************

	Middle Graphic

***************************************/

div#middle-graphic {
	width:1000px;
	height:143px;
	background:url('../img/new_middle_graphic.jpg');
	display:block;
	text-indent:-9999px;
	margin:auto;
	position:relative;
	z-index: -2;
}

div#middle-graphic img#police-car {
	position:absolute;
	top:75px;
	left:625px;
}

div#middle-graphic img#police-man {
	position:absolute;
	top:-2px;
	left:870px;
}

img#newCopBike {
	float: right;
	position: absolute;
	right: 0;
	top: -80px;
	z-index: -1;
}

div#newCopBike {
	background: url('/img/newCopBike.png') no-repeat;
	float: right;
	position: absolute;
	right: 0;
	top: -80px;
	z-index: -1;
	height: 443px;
	width: 548px;
}

/*****
/* Banners
/*****/
.banners {
	width:940px;
	margin:0 auto 25px;
	position:relative;
}

.cruisin_banner {
	display:block;
	cursor:pointer;
	width:701px;
	height:106px;
	background:url(/img/1039_banner.png) no-repeat;
}

.store_banner {
	display:block;
	cursor:pointer;
	width:195px;
	height:106px;
	background:url(/img/store_ad.jpg) no-repeat;
}

/**************************************

	Content

***************************************/

div#content {
	font:12px Helvetica, Arial, sans-serif;
	margin:0 auto;
	width:1000px;
	overflow:hidden;
	position:relative;
	padding-bottom:62px;
}

div#content div.row {
	clear:both;
	margin-bottom:35px;
}

div#content div.row div.left, div#content div.row div.middle, div#content div.row div.right {
	width:273px;
	float:left;
	padding-left:30px;
	padding-right:30px;
	/*min-height:325px;*/
}

div#content div.row div.left, div#content div.row div.middle {
	background:url('../img/content-seperator.png') no-repeat top right;
	background-position: right 40px;
}

h3 > a {
	text-decoration:none;
	color:black;
}

a.main_heading_link {
	text-decoration:none;
	color:black;
}

a.main_heading_link:hover {
	text-decoration:underline;
}

h3#about-us {
	background:url('../img/globe.png') no-repeat top left;
	width:230px;
	height:32px;
	font:21px Georgia, Times New Roman, serif;
	padding-left:50px;
	padding-top:10px;
	margin-bottom:5px;
}

.box_excerpt_date {
	color:#333333;
	font-size:10px;
	font-weight:bold;
}

h3#recent-news {
	background:url('../img/news.png') no-repeat top left;
	width:221px;
	height:32px;
	font:21px Georgia, Times New Roman, serif;
	padding-left:59px;
	padding-top:10px;
	margin-bottom:20px;
}

h3#pension {
	background:url('../img/pension.png') no-repeat left;
	width:221px;
	height:32px;
	font:21px Georgia, Times New Roman, serif;
	padding-left:85px;
	padding-top:10px;
	margin-bottom:20px;
	position:relative;
}

h3#contract-negotiations {
	background:url('../img/contract_neg.png') no-repeat center left;
	width:230px;
	height:35px;
	font:21px Georgia, Times New Roman, serif;
	padding-left:53px;
	padding-top:13px;
	margin-bottom:20px;
	margin-top:-6px;
}

h3#sheriff-budget {
	background:url('../img/sheriff_budget.png') no-repeat center left;
	width:221px;
	height:38px;
	font:21px Georgia, Times New Roman, serif;
	padding-left:62px;
	padding-top:16px;
	margin-bottom:20px;
	margin-top:-12px;
}

h3#da-budget {
	background:url('../img/da_budget.png') no-repeat center left;
	width:221px;
	height:37px;
	font:21px Georgia, Times New Roman, serif;
	padding-left:62px;
	padding-top:15px;
	margin-bottom:20px;
	margin-top:-10px;
}

.blogExcerptTitleLink {
	font-size:1.2em;
}

div#content p {
	line-height:1.6em;
	margin-bottom:5px;
}

a.read-more {
	display:block;
	margin-bottom:15px;
	text-decoration:none;
	color:#99a66c;
	font-weight:bold;
	text-align: left;
	width:90px;
	clear:both;
	float: right;
}

a.read-more:visited {
	color: #99a66c;
}


a.read-more:hover {
	color:black;
}

a.members-only-read-more {
	/*width:197px;*/
	width: 82%;
	height: 16px;
	background: url(../img/key.gif) no-repeat;
	text-indent:25px;
}

a.home_read_more {
	float:none;
}

div.members_only_key {
	background: url(../img/key.gif) no-repeat;
	height:16px;
	left:0;
	position:absolute;
	top:5px;
	width:16px;
}

div.home_page_entry {
	position: relative;
	padding-left:22px;
	clear:both;
}

div.home_page_entry.sticky, div.home_page_entry.top_sticky {
	background:#EFEFEF;
	margin-bottom:5px;
	padding:5px 5px 1px 22px;
}

div.home_page_entry p a {
	text-decoration:none;
	color:#000000;
	margin-left:0;
}

div.home_page_entry p a:hover {
	text-decoration:underline;
}

div#content div.left-big {
	padding-left:30px;
	padding-right:30px;
	float:left;
	width:550px;
	background:transparent url(../img/content-seperator.png) no-repeat scroll right 40px;
	margin-bottom:30px;
}

div#content div.right-big {
	float:left;
	width: 390px;
	margin-bottom:30px;
}

div#presidents-message {
	margin-top:25px;
}

h3#presidents-message {
	font:21px Georgia, Times New Roman, serif;
	height:42px;
}

img#president-image {
	float:left;
	width:105px;
	height:148px;
	margin-right:15px;
	border:solid 1px #CCCCCC;
	padding:2px;
}

div#presidents-message p {
	clear:none;
}

/**/

div#help {
	margin-top:25px;
}

h3#help_heading {
	font:21px Georgia, Times New Roman, serif;
	height:42px;
	padding-left:15px;
}

div#help_image {
	float:left;
	padding-top:5px;
	background: url('/img/pages/phone.png') no-repeat;
	width: 158px;
	height: 136px;
}

div#help p {
	clear:none;
}

a.greenLink {
	color: #8c9d4b;
	font-weight:bold;
	text-decoration:none;
}

a.greenLink:hover {
	text-decoration:underline;
	color:#b0c45e;
}

a.orangeLink {
	color: #e6a92e;
	text-decoration: none;
	font-weight: bold;

}

span.orangeLink {
	color: #e6a92e;
	text-decoration: none;
	font-weight: bold;
}

a.orangeLink:hover {
	color: #e6a92e;
	text-decoration: underline;
	font-weight: bold;
}

a.orangeLink:visited {
	color: #e6a92e;
	text-decoration: none;
	font-weight: bold;

}

div.horizontalDottedLine {
	width:540px;
	border-top: 3px dotted #4c5727;
	margin-top: 20px;
	float: left;
}

div.news_articles_box, div#content div.news_articles_box p {
	line-height: 1.2em;
	font-size: 11px;

}

div.news_articles_box a.read-more {
	margin-bottom: 5px;

}

/**************************************

	Footer

***************************************/
div#footer_wrapper {
	background:url('../img/footer-bg.png') repeat-x;
	width:100%;
	height:37px;
	position:absolute;
	bottom:0;
}

div#footer {
	clear:both;
	width:960px;
	height:37px;
	margin:0 auto;
	color:white;
	font:10px Tahoma, Verdana, Arial, sans-serif;
	padding-left:20px;
	padding-right:20px;
	/*margin-top: 25px;*/
}

div#footer p {
	color:white;
	font-family:Tahoma,Verdana,Arial,sans-serif;
	font-size:10px;
}

div#footer div.left {
	float:left;
	margin-top:10px;
}

div#footer div.right {
	float:right;
	margin-top:10px;
}

div#footer a {
	color:white;
	text-decoration:none;
}

div#footer a:hover {
	text-decoration: underline;
}

/** MISSION STATEMENT **/
ul.missionStatements {
	list-style-image:url('../img/GreenBullet.png');
	list-style-position: inside;
	text-indent: -1em;
	margin-top:25px;
}

span.statement {
	position: relative;
	line-height: 30px;
}

li.missionStatementEven {
padding: 30px;
background: #FFFFFF;
}

li.missionStatementOdd {
padding: 30px;
background: #EEEEEE;
}

/** 404 MESSAGE **/
h3#message_404 {
	margin: 25px 0;
	text-align: center;
	line-height: 25px;
}

/* PAGINATION LINKS **/
div.pagination_links {
	float:right;
	margin:25px 0;
}

div.pagination_links a {
	text-decoration:none;
	color:#99a66c;
	font-weight:bold;
}

div.pagination_links a:hover {
	color:black;
}

div.no_results {
	font-size:16px;
	position:relative;
	top:25px;
}

/** RECAPTCHA **/
img#recaptcha_logo {
	display:none;
}

div#recaptcha_image {
	width:355px;
}

div#recaptcha_image img {
	margin:auto;
}

input#recaptcha_response_field {
	width:355px;
}

/** FAQ **/
div.faq_question_q {
	background:url('/img/q.png') no-repeat;
	margin: 0 15px 15px 0;
	float:left;
	width:58px;
	height:55px;
}

div.faq_answer_a {
	background:url('/img/a.png') no-repeat;
	margin: 0 15px 15px 0;
	float:left;
	width:48px;
	height:54px;
}

div#content .public_form_instructions p {
	font-size:14px;
	margin-bottom:15px;
}