/***** JQUERY ****/

/*=== General Classes ========================*/
.overlay, .cover {display:block;position:absolute;z-index:10;}
.cover {left:0;top:0;width:100%;height:100%;}


/*--- Main CTA -------------------------------*/
#cta-main {position:relative;left:0px;top:0px;padding:0;margin:-24px 0 -24px 0;width:620px;height:326px;}
#cta-main ul {margin:0!important;list-style-type:none;width:620px;height:326px;}
#cta-main li {display:none;position:relative;list-style-type:none;width:620px;height:326px;margin:0!important;}
#cta-main p {color:#fff;}
#cta-main .cover {background:url(jquery_images.jpg) no-repeat;}
#hdr_dui_defense .cover {background-position:0 0;}
#hdr_dom_violence .cover {background-position:0 -326px;}
#hdr_juvenile_crimes .cover {background-position:0 -652px;}
#hdr_drug_crimes .cover {background-position:0 -978px;}
#hdr_white_collar_crimes .cover {background-position:0 -1304px;}
#cta-main a .cover {left:160px;top:0px;width:620px;height:326px;z-index:20;}
#cta-main #bannernav {position:absolute;top:287px;right:10px;z-index:10;width:auto;height:auto;margin:0px; }
#cta-main #bannernav ul {list-style-type:none; }
#cta-main #bannernav li {float:left;display:inline;width:auto;height:auto;list-style-type:none;}
#cta-main #bannernav a {display:block;padding:1px 0 4px;margin:0 3px;font-size:16px;text-align:center;font-style:italic;text-decoration:none;color:#fff;background:url(nav-btn.png) no-repeat center left; width:18px; height:18px; }
#cta-main #bannernav a.activeSlide {background:url(nav-btn.png) no-repeat center right; }


/* The Boxes ooo scary */


.TheBox {
	width:367px;
	height:123px;
	position:relative;
	top:150px ;
	left: 244px; }
	
.TheBox a, .TheBox a:visited {
	display:block;
	width:367px;
	height:123px;
	background-position: left top;
	background-repeat: no-repeat; }
	
.TheBox span {
	display:none;
	visibility:hidden; }
	
.TheBox a.dui {
	background-image: url(box-dui.png); }
	
.TheBox a.dv {
	background-image: url(box-domestic-violence.png) }
	
.TheBox a.juv {
	background-image: url(box-juvenile.png) }
	
.TheBox a.drug {
	background-image: url(box-drug-crimes.png) }
	
.TheBox a.wcc {
	background-image: url(box-white-collar.png) }
	
.TheBox a:hover, .TheBox a:focus {
	background-position: right top; }
