
/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

/** HEADINGS */

h1, h2, h3 {
	margin: 0px;
}

h1, h2 {
	margin-bottom: 20px;
	font-weight: normal;
	color: #6DA352;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

h3 {
	margin-bottom: 15px;
	font-size: 11px;
	color: #83A400;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*color: #747474;*/
    color: #555555;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 170%;
}

.list1 {
	margin-left: 0px;
	padding-left: 5px;
	list-style: none;
}

.list1 li {
	padding-left: 15px;
	background: url(/images/homepage16.gif) no-repeat left center;
}

/** LINKS */

a {
	/* color: #5C7A00; */
	font-size: 14px;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

.more {
	padding-left: 15px;
	background: url(/images/homepage09.gif) no-repeat left center;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
}

/** MISC */

.align-justify {
	text-align: justify;
}

.align-right {
	text-align: right;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0px 20px 0px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 0px 2px;
}

img.border {
	border: 5px solid #E4E4E4;
}

hr {
	display: none;
}

.hr1 {
	height: 1px;
}

/** HEADER */

#header {
	width: 75em;
  	height: 5.5em;
  	padding-top: 0.5em;
}

/** SEARCH */

#search-form {
  padding: 5px;
  /* margin: 0px 0px 10px 0px; */
  margin: 0px 0px 1em 0px;
  width: 29em;
  height: 4em;
  background: url(/images/homepage02.gif) repeat-x left top;
  border:1px solid #E9E9E9;
  /* border: 1px solid #EA7501; */
}

#search-form form {
	padding: 3px 0px 0px 3px;
}
/*
#search-form input {
	float: left;
}
*/
#search-form .input-text {
	width: 20em;
	height: 1.5em;
	padding: 3px 0 0px 0;
	background: #FAFBFD;
	border: 1px solid #D0DCD9;   
	color: #586A7F;
	float: left;
}

#search-form .input-submit {
	width: 55px;
	height: 24px;
	margin-left: 7px;
	background: #D8F7FF url(/images/homepage03.gif) repeat-x left top;
	border: 1px solid #DDB198;
	text-transform: lowercase;
        font-weight:bold;
}

#search-info {
	margin-bottom: 15px;
	font-size: 12px;
	color: #83A400;
	font-weight: normal;
}

.search_results ul {
	float:left;
	width:280px;
	padding-top:10px;
	display:inline;
	list-style: none;
}
.search_results ul li {
	float:left;
	width:100%;
	padding:1px 0;
}
.search_results ul li b {
	float:left;
	width:100px;
}
.search_results ul li em {
	float:left;
	width:175px;
	font-style:normal;
}

div#search-form table {border :0px solid #FFF;}
div#search-form table tr {border :0px solid #FFF;}
div#search-form table tr td {border :0px solid #FFF;}
div#search-form ul { margin: 0px; padding: 0px }
ul#search-filter li {display: inline}
        

/** SEARCH - ls2009*/

#search-form-ls2009 {
  padding: 5px;
  /* margin: 0px 0px 10px 0px; */
  margin: 0px 0px 1em 0px;
  width: 29em;
  height: 8em;
  background: url(/images/homepage02.gif) repeat-x left top;
  border:1px solid #E9E9E9;
  /* border: 1px solid #EA7501; */
}

#search-form-ls2009 form {
	padding: 3px 0px 0px 3px;
}
/*
#search-form-ls2009 input {
	float: left;
}
*/
#search-form-ls2009 .input-text {
	width: 20em;
	height: 1.5em;
	padding: 3px 0 0px 0;
	background: #FAFBFD;
	border: 1px solid #D0DCD9;   
	color: #586A7F;
	float: left;
}

#search-form-ls2009 .input-submit {
	width: 55px;
	height: 24px;
	margin-left: 7px;
	background: #D8F7FF url(/images/homepage03.gif) repeat-x left top;
	border: 1px solid #DDB198;
	text-transform: lowercase;
        font-weight:bold;
}

#search-info {
	margin-bottom: 15px;
	font-size: 12px;
	color: #83A400;
	font-weight: normal;
}

.search_results ul {
	float:left;
	width:280px;
	padding-top:10px;
	display:inline;
	list-style: none;
}
.search_results ul li {
	float:left;
	width:100%;
	padding:1px 0;
}
.search_results ul li b {
	float:left;
	width:100px;
}
.search_results ul li em {
	float:left;
	width:175px;
	font-style:normal;
}

div#search-form-ls2009 table {border :0px solid #FFF;}
div#search-form-ls2009 table tr {border :0px solid #FFF;}
div#search-form-ls2009 table tr td {border :0px solid #FFF;}
div#search-form-ls2009 ul { margin: 0px; padding: 0px }
ul#search-filter li {display: inline}
        
/** MENU */

#menu {
	width: 912px;
	height: 30px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	float: left;
	width: 112px;
	height: 22px;
	margin: 0px 1px;
	padding: 6px 0px 0px 0px;
	background: url(/images/homepage04.gif) no-repeat left top;
	text-decoration: none;
	/*text-transform: lowercase;*/
	text-align: center;
	color: #727272;
}

#menu a:hover, #menu .active a {
	background-image: url(/images/homepage14.gif);
	color: #FFFFFF;
}

/** PAGE */

#page {
	width: 868px;
	padding: 25px 22px 0px 22px;
	background: url(/images/homepage07.gif) repeat-x left top;
}

/** CONTENT */

#content {
	width: 600px;
	padding: 5px 25px 0 25px;
	background: url(/images/homepage08.gif) repeat-x left top;
}

#content-alternative {
    padding: 5px 25px 0 25px;
    background: url(/images/homepage08.gif) repeat-x left top;
}

#vlink {
	font-size: 14px;
	float: right;
	font-weight: bold;
	font-style: italic;
}

.wide #content {
	width: auto;
	padding: 20px 25px;
}

#content .criminals {
	width: 600px;
  	height: 60px;
  	padding: 0.5em;
}

#content .videos {
	margin-top: 1em;
	text-align: center;
}

#content .pics {
	margin-top: 1em;
	text-align: center;
}

#content .part {
  padding: 5px;
  margin: 0px 0px 0px 15em;
  width: 26em;
  height: 4em;
  background: url(/images/homepage02.gif) repeat-x left top;
  border:1px solid #E9E9E9;
}

/** BOX STYLE A */

.boxA {
}

.boxA .title {
}

.boxA .title h1 {
	margin: 0px;
}

.boxA .title h2 {
	font-size: 18px;
	color: #EA7501;
}

/** BOX STYLE B */

.boxB {
	padding-top: 20px;
	border-top: 1px solid #EAEAEA;
}

/** BOX STYLE C */

.boxC {
}

.boxC h2 {
	height: 27px;
	margin: 0px;
	padding: 6px 0px 0px 13px;
	background: url(/images/homepage14.gif) no-repeat left top;
	text-transform: lowercase;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.boxC h3 {
	margin-bottom: 10px;
	color: #68A921;
}

.boxC .content {
	padding: 10px 5px;
}

.boxC image {
	float: right;
}

.boxC h2 a {
	color: #FFFFFF;
	text-decoration: none;
}
.boxC h2 a:hover {
	text-decoration: underline;
}

/** BOX STYLE D */

.boxD {
}

.boxD h2 {
	height: 27px;
	margin: 0px;
	padding: 6px 0px 0px 12px;
	background: url(/images/homepage15.gif) no-repeat left top;
	text-transform: lowercase;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.boxD .content {
	padding: 2px 5px;
}

.boxD h2 a {
	color: #FFFFFF;
	text-decoration: none;
}
.boxD h2 a:hover {
	text-decoration: underline;
}

.boxD h3 {
	height: 27px;
	margin: 0px;
	padding: 6px 0px 0px 12px;
	background: url(/images/homepage15.gif) no-repeat left top;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.boxD h3 a {
	color: #FFFFFF;
	text-decoration: none;
}
.boxD h3 a:hover {
	text-decoration: underline;
}

/** SIDEBAR */

#sidebar {
	width: 169px;
	padding: 20px 17px 0px 17px;
	background: url(/images/homepage08.gif) repeat-x left top;
}

#sidebar p {
	font-size: 12px;
	/* border-bottom: 1px dashed blue; */
}

/** FOOTER */

#footer {
	width: 912px;
	height: 50px;
	margin: 0px auto;
	background: url(/images/homepage13.gif) repeat left top;
       
}

#footer p {
	margin: 0px;
	padding: 2px;
	line-height: normal;
	text-align: center;
	color: #A3A1A1;
    font-size: 11.5px;
}

/** BOX1 */

#box1 {
}

/** BOX2 */

#box2 {
}

#box2 p {
	line-height: 150%;
}

#box2 .column-one {
	float: left;
	width: 220px;
	padding-right: 30px;
}

#box2 .column-two {
	float: left;
	width: 180px;
	height: 180px;
}

.aamir {
	float: right;
	width: 200px;
	margin: 1em;
	padding: 5px;
}
/** COMMENTS BOX */
.commentsBox {
	float: right;
	width: 250px;
	padding: 5px 7px 5px 7px;
	background: url(/images/theme1/homepage08.gif) repeat-x left top;
}

.commentsBox h2 {
	height: 27px;
	margin: 0px;
	padding: 6px 0px 0px 6px;
	background: url(/images/theme1/homepage14.gif) no-repeat left top;
	/* text-transform: lowercase; */
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.commentsBox h3 {
	margin-bottom: 10px;
	color: #68A921;
}

.commentsBox .content {
	padding: 10px 5px;
}

.commentsBox a {
	font-size: 1em;
	color: #FFFFFF;
	text-decoration: none;
}

.commentsBox a:hover {
	text-decoration: underline;
}

.commentForm {
	width: 300px;
	/*background: url(/images/theme1/homepage08.gif) repeat-x left top;*/
}

.commentForm h2{
	height: 27px;
	margin: 0px;
	padding: 6px 0px 0px 13px;
	background: url(/images/theme1/homepage15.gif) no-repeat left top;
	text-transform: lowercase;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
/** END - COMMENTS BOX */

/* NEW COMMENT FORM */
#candidate-comment {
	padding: 0px 0px 0px 0px;
	background-color: #FFF;
}

#candidate-comment form {
	width: 260px;
	padding: 8px 0px 0px 8px;
	background: url(/images/theme1/homepage02.gif) repeat-x left top;
	border: 1px solid #E9E9E9;
}

#candidate-comment input {
	float: left;
}

#candidate-comment .input-text {
	width: 180px;
	height: 19px;
	padding: 3px 5px 0px 5px;
	background: #FAFBFD;
	border: 1px solid #D0DCD9;
	color: #586A7F;
}

#candidate-comment .text-area {
	padding: 3px 5px 0px 5px;
	background: #FAFBFD;
	border: 1px solid #D0DCD9;
	color: #586A7F;
}

#candidate-comment .input-submit {
	width: 55px;
	height: 24px;
	margin-left: 7px;
	background: #D8F7FF url(/images/theme1/homepage03.gif) repeat-x left top;
	border: 1px solid #DDB198;
	text-transform: lowercase;
}
/** END - NEW COMMENT FORM */


/* NEW AFFIDAVIT COMMENT FORM */
#affidavit-comment {
	padding: 0px 0px 0px 0px;
	/*background-color: #FFF;*/
}

#affidavit-comment form {
	width: 260px;
	padding: 8px 0px 0px 8px;
	background: url(/images/theme1/homepage02.gif) repeat-x left top;
	border: 1px solid #E9E9E9;
}

#affidavit-comment input {
	float: left;
}

#affidavit-comment .input-text {
	width: 180px;
	height: 19px;
	padding: 3px 5px 0px 5px;
	background: #FAFBFD;
	border: 1px solid #D0DCD9;
	color: #586A7F;
}

#affidavit-comment .text-area {
	padding: 3px 5px 0px 5px;
	background: #FAFBFD;
	border: 1px solid #D0DCD9;
	color: #586A7F;
}

#affidavit-comment .input-submit {
	width: 55px;
	height: 24px;
	margin-left: 7px;
	background: #D8F7FF url(/images/theme1/homepage03.gif) repeat-x left top;
	border: 1px solid #DDB198;
	text-transform: lowercase;
}
/* END */

#candidate-details {
	float: left;
	width: 150px;
	padding: 10px 7px 5px 7px;
}

#candidate-image {
	margin-right: 10em;
	width: 150px;
	padding: 0 0 0 0;
}

#notice {
	width: 400px;
	/*float: left;*/
  	border: 1px solid red;
  	padding: 1em;
  	margin-top: 1em;
  	margin-bottom: 2em;
  	*margin: 1em 10em 2em 0;
  	background-color: #f0f0f0;
  	font: bold smaller sans-serif;
}
.notice {
	width: 400px;
	/*float: left;*/
  	border: 1px solid red;
  	padding: 1em;
  	margin-top: 1em;
  	margin-bottom: 2em;
  	*margin: 1em 10em 2em 0;
  	background-color: #f0f0f0;
  	font: bold smaller sans-serif;
}

#round_corners_table { 
	margin: 1em; 
	border: 0px; 
	padding: 1em;
	border-collapse: collapse; 
	background-color: #69c; 
	width: 400px; 
}

#top-row {height: 20px; }

#bottom-row {height: 20px; }

#tl { width: 18px; background-image: url(/images/corner_tl.png); }

#tr { width: 18px; background-image: url(/images/corner_tr.png); }

#bl { background-image: url(/images/corner_bl.png); }

#br { background-image: url(/images/corner_br.png); }

#round_corners_table h2 {
	height: 27px;
	margin: 0px;
	padding: 6px 0px 0px 13px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

#round_corners_table h3 {
	height: 20px;
	margin: 0px;
	padding: 6px 0px 0px 13px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#round_corners_table img {
	padding: 1em;
}

/* PDF */

#pdf {
	height: 25px;
	padding: 2px;
	width: 22px;
}

/* VOLUNTEER REGISTRATION FORM */
#volunteer-registration {
	padding: 0px 0px 5px 0px;
	/*background-color: #FFF;*/
}

#volunteer-registration form {
	width: 360px;
	padding: 8px 0px 0px 8px;
	background: url(/images/theme1/homepage02.gif) repeat-x left top;
	border: 1px solid #E9E9E9;
}

#volunteer-registration .input-text {
	width: 200px;
	height: 20px;
	padding: 3px 5px 0px 5px;
	background: #FAFBFD;
	border: 1px solid #D0DCD9;
	color: #586A7F;
}

#volunteer-registration .input-text-small {
	width: 25px;
	height: 20px;
	padding: 5px 5px 0px 5px;
	background: #FAFBFD;
	border: 1px solid #D0DCD9;
	color: #586A7F;
}

#volunteer-registration .text-area {
	padding: 3px 5px 0px 5px;
	background: #FAFBFD;
	border: 1px solid #D0DCD9;
	color: #586A7F;
}

#volunteer-registration .input-submit {
	width: 55px;
	height: 24px;
	padding: 3px 5px 0px 5px;
	background: #D8F7FF url(/images/theme1/homepage03.gif) repeat-x left top;
	border: 1px solid #DDB198;
	/*text-transform: lowercase;*/
}

#volunteer-notice {
	width: 400px;
  	border: 1px solid red;
  	padding: 1em;
  	margin-top: 1em;
  	margin-bottom: 2em;
  	*margin: 1em 10em 2em 0;
  	background-color: #f0f0f0;
  	font: bold smaller sans-serif;
}
/* END */

/* SEARCH */


/* END */

.link {
	font-size: 12px;
	font-family: verdana, helvetica, sans-serif;
	text-decoration: none;
	line-height:18px;
	cursor: pointer;
}

.disclaimer {
	font-size: 12px;
	font-style: italic;
	margin-top: 2em;
	margin-bottom: 1em;
	border-top: 1px solid black;
	padding: 5px;
}
