@charset "utf-8";
/* CSS Document */
@font-face {  
  font-family: CenturyGothic;  
  src: url('GOTHIC.TTF');  
}
@font-face { 
  font-family: CenturyGothic;
  font-weight: bold;
  src: url('GOTHICB.TTF');
}
@font-face {
  font-family: CenturyGothic;
  font-style:italic;
  src: url('GOTHICI.TTF');
}
body {
	background-color:#E5E5E5;	
	padding:0;
	margin:0;
	font-family:CenturyGothic, Verdana, Geneva, sans-serif;
	font-size:0.8em;
}
a {
	color:#3A7BED;	
	text-decoration:none;
}
a:hover {
	text-decoration:underline;	
}
a:visited {
	color:#0E409C;
}
h1 {
	color:#121C32;	
	font-size:1.25em;
	padding:5px 0;
}
h2 {
	font-size:1.1em;	
}
h3 {
	font-size:1em;	
}
hr {
	color:#f2f2f2;
	background-color:#f2f2f2;
	}
.dcCSSaccent {
	color:#a60d04;	
}

/* --- Main Container Div and Header --- */
#dcCSSwrapper {
	height:128px;
	background-image:url(images/style/headerBG.jpg);	
	background-position:0 0;
	margin:0;
	padding:10px;
	background-color:#fff;
}
#dcCSSwrapper h1.dcCSSsiteTitle {
	margin:0;
	padding:40px 0 0 0;
	color:#f2f2f2;
	font-size:1.75em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#dcCSSwrapper img.dcCSSsiteSeal{
	padding:0 15px 0 0;
}
#dcCSSwrapper .secName {
	font-size:0.7em;
	font-weight:normal;	
}

.dcCSScontent, .dcCSScontentFixed {
	width:980px;
	margin:0px auto 10px auto;	
}
#dcCSSwrapper .dcCSScontent h1, #dcCSSwrapper .dcCSScontentFixed h1 {
	color:#121C32;	
	margin:10px 0;
}
#dcCSSwrapper2 {
	background-color:#fff;
	margin-top:2px;
	padding:0 5px;
}
#dcCSScontentContainer {
	width:980px;
	margin:0 auto;	
}
/*#dcCSSbannerwrapper {
	text-align:center; 
	width:100%; 
	background: url(images/background.gif) top repeat;
}*/
/* --- End Main Container Div and Header --- */

/* --- Main Menu --- */
#dcCSSmenu {
	width:980px;
	height:30px;
	background-color:#121C32;
	font-size:0.85em;
	text-align:center;	
	margin:11px auto;
}

#dcCSSmenu ul {
	list-style:none;
	margin:0 auto;	
	padding:0;
	width:auto;
}
#dcCSSmenu li {
	margin:0px;
	padding: 0 10px;
	float:left;
	line-height:30px;
	list-style:none;	
}
#dcCSSmenu li:hover {
	background-color:#454545;	
}
#dcCSSmenu li a {
	color: #fff;
	text-decoration: none;	
	height:30px;
	line-height:30px;
}
#dcCSSmenu li:hover a {
	color: #f2f2f2;
}
/* --- End Main Menu --- */

/* --- Footer --- */
#dcCSSfooter {
	background-color:#E5E5E5;
	margin:0;
	font-size:0.75em;
	padding:25px 5px 5px 5px;
	border-top:2px solid #000;
	color:#494949;	
	clear:both;
}
#dcCSSfooter ul {
	padding-left:15px;
	list-style-type:square;	
}

/*#dcCSSfooter ul li {
	line-height: 15px;
}*/
#dcCSSfooter h3 {
	margin:0;	
	color:#121C32;
	border-bottom:1px solid #494949;
	font-size:1.25em;
}
.footerContainer {
	width:970px;
	margin:0 auto;
}
.footerLinks {
	display:inline-block;
	width:155px;
	margin: 0 10px;	
	height:300px;
	vertical-align:top;
	float:left;
}
.footerSocial {
	display:inline-block;
	width:42px;
	margin: 0 10px;	
	min-height:250px;
	vertical-align:top;
}
.footerSocial img {
	border:none;	
}
.footerButtons {
	text-align:center;	
}
.footerButtons img {
	margin:5px;	
	border:none;
}
/* --- End Footer --- */

/* --- Tables --- */
.dcCSStableMedium {
	border-collapse: collapse;
	margin-top: 15px;
	text-align: left;
}
.dcCSStableMedium td{
	border:1px solid #D8D8D8;
	padding:2px;
}
.dcCSStableMedium th {
	margin:2px;
	padding:2px;
	font-size: .8em;
	font-weight: bold;
	background-color:#565656;
	color:#f2f2f2;
	border:1px solid #D8D8D8;
}
.dcCSStableLight {
	border-collapse:collapse;
	margin-top:15px;
}
.dcCSStableLight td{
	border:1px solid #D8D8D8;
	padding:2px;
}
.dcCSStableLight th {
	margin:2px;
	padding:2px;
	font-size: .8em;
	font-weight: bold;
	background-color:#565656;
	color:#f2f2f2;
	border:1px solid #D8D8D8;
}
.dcCSStableDark {
	border-collapse:collapse;
	margin-top:15px;
}
.dcCSStableDark td{
	border:1px solid #D8D8D8;
	padding:2px;
}
.dcCSStableDark th {
	margin:2px;
	padding:2px;
	font-size: .8em;
	font-weight: bold;
	background-color:#565656;
	color:#f2f2f2;
	border:1px solid #D8D8D8;
}

.dcCSStableNoPadding {
	border-collapse:collapse;
	margin-top:15px;
}
.dcCSStableNoPadding td{
	border:1px solid #D8D8D8;
}
.dcCSStableNoPadding th {
	margin:2px;
	font-size: .8em;
	font-weight: bold;
	background-color:#565656;
	color:#f2f2f2;
	border:1px solid #D8D8D8;
}
.lightaccent td {
	background-color: #f2f2f2;
}
.darkaccent td {
	background-color: #666;
	color:#FFF;
}
.tableheader td {
	margin:2px;
	padding:2px;
	font-size: .8em;
	font-weight: bold;
	background-color:#565656;
	color:#f2f2f2;
	border:1px solid #D8D8D8;
	text-align:center;
}
.divider {
	border-top:2px solid #000;
}
/* Begin Alternate Table----------------------------------------------- */
.dcCSStableAlt th {
	margin:2px;
	padding:2px;
	font-size: .8em;
	font-weight: bold;
	border:1px dotted #E5E5E5;
	}
.dcCSStableAlt td {
	border:1px solid #D8D8D8;
	padding:2px;			
}
table.dcCSStableAlt  {
	border-collapse:collapse;
	margin-top:15px;
}
/* --- End Tables --- */

.dcCSSContent {
	width:940px;
	color:#414141;	
	margin:0 auto;
	padding:20px;
	position:relative;
	font-size:0.8em;
}
.dcCSSContent:before {
   content:"";
   position:absolute;
   bottom:-40px;
   left:465px;
   right:0;
   /*background:url(footerSeal.png) left no-repeat;*/
   height:75px;
   width:75px;
}
.dcCSSContent a {
	color:#0E409C;	
}
.dcCSSContent a:hover {

}
.dcCSSContent a:visited {
	color:#6A0E9C;
}
.headerSection {
	float:right;
	width:300px;
	font-size:0.7em;
	text-align:right;
	padding:40px 5px;
	color:#fff;
}
.headerSection input {
	width:100%;	
	line-height:1em;
	height:15px;
	margin:5px;
	background:url(images/search.png) right no-repeat #FFF;
}
.headerSection .headerLinks, .headerSection .governorName {
	margin:1px 0;
	font-size:1.25em;
	line-height:14px;
}

.headerLinks a {
	color:#fff;	
}
.headerLinks a:link {
	color:#fff;	
}
.headerLinks a:visited {
	color:#fff;	
}
.hpLeftColumn {
	width:300px;
	display:inline-block;
	margin-right:20px;
	vertical-align:top;	
}
.hpRightColumn {
	display:inline-block;
	width:650px;	
	vertical-align:top;
}
.hpAnnouncements {
	font-size:0.75em;
	margin-bottom:20px;	
	
}
.hpAnnouncements .hpSectionHeader{
	height:auto;
	background:none;
	margin:0;
	padding:2px;
}
.hpAnnouncements .hpSectionArticle{
	padding:2px;
}
.hpAnnouncements .hpFooter{
	background-color:#f2f2f2;
	margin-top:0px;
	margin-bottom:0;
	font-size:inherit;
	padding:0;
	border-top:1px solid #121C32;
	color:inherit;
	padding:2px;
	height:auto;
	clear:both;
}
.hpAnnouncements .hpFooter .showAll {
	float:right;	
}
.hpAnnouncements h2 {
	margin:0;
	font-size:1.5em;
	color:#121C32;	
}
.hpAnnouncements a {
	text-decoration:none;	
}
.hpAnnouncements a:hover {
	text-decoration:underline;	
}
.hpAnnouncements .hpSectionHeader img {
	float:right;	
	margin: 3px 0 3px 3px;
}
.hpSections {
	float:left;
	width:210px;
	height:219px;
	display:inline-block;
	margin-bottom:20px;	
	padding:0;
	position:relative;
}
.hpSections h2 {
	background-color:#121C32;
	border-bottom:4px solid #1686B8;
	width:210px;
	margin:0;
	color:#f2f2f2;
	padding:2px;
	height:34px;
	position: relative;
	top:2px;	
}
.hpSections .hpSectionArticle{
	background-color:#121C32;
	color:#f2f2f2;
	padding:2px;
	height:80px;
	font-size:0.8em;
	width:210px;
	position: relative;
	top:107px;
	overflow:hidden;
}
.dcCSSpubNavTop, .dcCSSpubNavBottom {
	width:980px;
	margin:0 auto;	
	color:#B1B1B1;
}
.dcCSSpubNavBottom {
	margin-top:10px;	
}
.dcCSSpubNavTop .navpages, .dcCSSpubNavBottom .navpages {
	color:#121C32;
}

#prisons {
	background:url(images/prisons.jpg) left no-repeat;	
	margin-right:10px;
}
#cc {
	background:url(images/cc.jpg) left no-repeat;	
	margin-right:10px;
}
#re-entry {
	background:url(images/development.jpg) left no-repeat;	
}
#explore {
	background:url(images/explore.jpg) left no-repeat;	
	margin-right:10px;
}
#recruit {
	background:url(images/recruit.jpg) left no-repeat;	
	margin-right:10px;
}
#search {
	background:url(images/offendersearch.png) left no-repeat;
	margin-right:10px;	
}
#vine {
	background:url(images/vine.jpg) left no-repeat;	
}
#offendersearch {
	position:absolute;
	top:75px;
	left:25px;
	width:125px;	
}

.staffPhoto {
	width:137px;
	float:right;	
}
.staffPhoto .staffPhoneNumber {
	display:block;
	font-size:0.75em;	
}

#wanted, #announcements, #dogs {
	-webkit-padding-start:0px;
}


#slider1 {
	width:230px;	
	-webkit-padding-start:0px;
}

#slider1 li {
	background-color:#fff;
	padding:5px;
	margin:0 5px;
	border:1px solid #CBCBCB;
	text-align:center;	
	height:47px;
	vertical-align:middle;
}

#slider1 img {
	border:none;	
}

.bx-wrapper {clear:both;}

.bx-prev {
	position:absolute;
	top:27px;
	left:-12px;	
}

.bx-prev img, .bx-next img {
	border:none;	
}

.bx-next {
	position:absolute;
	top:27px;
	right:-12px;
}
/* 2 COL Layout
--------------------------------------------------------------------------------------- */
.dcCSScontentSide1{
	background-color:#FFF;
	border-right:#B1B1B1 1px solid;
	float:left;
	text-align:left;
	width: 200px;
	margin: 10px 0px 10px 10px;
	display:inline;
	}
.dcCSScontentSide1 h1, .dcCSScontentSide1 h2, .dcCSScontentSide1 h3, .dcCSScontentSide1 p {
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	}
.dcCSScontentMain{
	background-color:#FFF;
	color:#333333;
	text-align:left;
	margin: 10px 10px 10px 220px;
	height:auto;
	}
.dcCSScontentMain h1, .dcCSScontentMain h2, .dcCSScontentMain h3, .dcCSScontentMain h4, .dcCSScontentMain p{
	margin-left:15px;
	margin-right:15px;
	padding-top:10px;
	}
.dcCSScontentMain h1 {
	font-size:1.25em;	
}
.dcCSScontentSide1 h1{
	font-size:1.1em;
	color:#565656;
	padding-top:9px;
	padding-bottom:2px;
	}
/* 2 COL ALT Layout
--------------------------------------------------------------------------------------- */
.dcCSScontentALTside2{
	background-color:#fff;
	border-left:#B1B1B1 1px solid;
	float:right;
	text-align:left;
	width: 200px;
	margin: 10px 10px 10px 0px;
	display:inline;
	}
.dcCSScontentALTside2 h1, .dcCSScontentALTside2 h2, .dcCSScontentALTside2 h3, .dcCSScontentALTside2 p{
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	color:#565656;
	font-size:1.25em;
	}
.dcCSScontentALTside2 h1, .dcCSScontentALTside2 h2, .dcCSScontentALTside2 h3 {
	color:#565656;
}
.dcCSScontentALTmain{
	background-color:#FFF;
	color:#333333;
	text-align:left;
	margin: 10px 220px 10px 10px;
	height:auto;
	padding-bottom:20px;
	width:750px;
}
.dcCSScontentALTmain h1, .dcCSScontentALTmain h2, .dcCSScontentALTmain h3, .dcCSScontentALTmain h4, .dcCSScontentALTmain p {
	margin-left:15px;
	margin-right:15px;
}
.dcCSScontentALTmain h1 {
	font-size:1.25em;	
}
.dcCSScontentALTmain h1, .dcCSScontentALTmain h2, .dcCSScontentALTmain h3, .dcCSScontentALTmain h4 {
	color:#121C32;
}
.dcCSScontentALTSide2 h1{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-style:italic;
	color:#565656;
	font-weight:bolder;
	padding-top:9px;
	padding-bottom:2px;
	border-bottom:#669966 thin solid;
	}

/* --- Misc Definitions --- */
#dcCSSprintlogo{
	display:none;
}
.dcCSSskipNav {
	display: none;
}
.dcCSSclear{
	clear:both;
}
.dcCSScenter{
	text-align:center;
}
.dcCSSright{
	text-align:right;
	float:right;
	margin-left:5px;
}
.small{
	font-size:x-small;
}
/*landing pages*/
div.dcCSSlanding {
	width:29%;
	height:220px;
	float:left;
	margin-bottom:25px;
	margin-right:25px;
	padding-bottom:15px;
	padding-right:10px;
	background-color:#f0f0f0;
	border:1px solid #c7c7c7;
	border-radius:5px;
}
.dcCSSlanding 	h2{
	font-weight:bold;
	font-size:1.1em;	
	color:#000;
	margin-left:15px;
	}
.dcCSSlanding ul	{
	_list-style:url(images/style/arrow-bullet.png);
	list-style-type:none;
	margin-left:-25px;
}
.dcCSSlanding li	{
	padding-bottom:6px;
	padding-top:6px;
	border-bottom:dashed #d4d4d4 1px;	
}

div.dcCSSlandingIMG {
	width:29%;
	height:220px;
	float:left;
	margin-bottom:25px;
	margin-right:25px;
	padding-bottom:15px;
	padding-right:10px;
	background-color:#fff;
	border:1px solid #c7c7c7;
	border-radius:5px;
}
.dcCSSlandingIMG	h2 {
	font-weight:bold;
	font-size:1.1em;	
	color:#000;
}
div.dcCSSlandinTXT {
	width:62%;
	/*height:220px;*/
	float:left;
	margin-bottom:25px;
	margin-right:25px;
	padding-bottom:15px;
	padding-right:10px;
}
div.dcCSSlanding2X {
	width:98%;
	float:left;
	margin-bottom:25px;
	margin-right:25px;
	padding-bottom:15px;
	padding-right:10px;
	padding-left:10px;
	background-color:#f0f0f0;
	border:1px solid #c7c7c7;
	border-radius:5px;
}
.dcCSSquarterbox {
	width:22%;
	float:left;
	margin-bottom:25px;
	margin-right:10px;
	padding-bottom:15px;
	padding-right:10px;
	
}
.dcCSSquarterbox h2{
	font-weight:bold;
	font-size:1em;	
	color:#000;
	}
.dcCSSthirdbox {
	width:31%;
	float:left;
	margin-bottom:25px;
	margin-right:10px;
	padding-bottom:15px;
	padding-right:10px;
	
}
.dcCSSthirdbox h2{
	font-weight:bold;
	font-size:1em;	
	color:#000;
	}
/*---------- Alert Box -----------*/
<style>
@-webkit-keyframes alerts {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes alerts {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
				transform: translate3d(0, 0, 0);
	}
	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
				transform: translate3d(-100%, 0, 0);
	}
}
.alerts-wrapper {
	width: 100%;
	overflow:hidden;
	height:3em;
	background-color: rgba(51, 51, 51, 1);
	padding-left: 100%; 
}
.alerts {
	display:inline-block;
	height:3em;
	line-height:3em;
	white-space:nowrap;
	padding-right:100%;
	-webkit-animation-iteration-count: infinite;
  	animation-iteration-count: infinite;
  	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-name: alerts;
	animation-name: alerts;
	-webkit-animation-duration: 45s;
	animation-duration: 45s;
}
.alerts:hover { 
	-webkit-animation-play-state: paused; 
	-moz-animation-play-state: paused; 
	-o-animation-play-state: paused; 
	animation-play-state: paused; }
.alerts-item {
	display: inline-block;
	padding: 0 1em;
	font-size: 1.5em;
	color:white;
}
.alerts-item a {
	color:white;
}
</style>

