@charset "utf-8";
/* CSS Document */

body  {
	background-image: url(/images/background.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #F00;
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 100%;
}
.thrColFixHdr #container {
	width: 1199px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000;
} 
.thrColFixHdr #header {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/jail.png);
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* padding keeps the content of the div away from the edges */
	background-color: #000;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* padding keeps the content of the div away from the edges */
	background-color: #000;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-size: 18px;
	text-align: left;
}
.thrColFixHdr #mainContent {
	margin: 0 50px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
} 
.thrColFixHdr #footer { 
	padding: 20px 20px 0px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	width: 1160px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: left;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
body,td,th {
	color: #FFF;
	background-color: #000;
	text-align: center;
}
#apDiv1 {
	
	width: 1199px; /* the auto margins (in conjunction with a width) center the page */
	width:1198px;
	height:30px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(/images/bg-red.png);
}

#apDiv2 {
	
	width: 1199px; /* the auto margins (in conjunction with a width) center the page */
	width:1198px;	
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#apDiv3 {
	
	width: 1199px; /* the auto margins (in conjunction with a width) center the page */
	width:1198px;	
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color:#000
}

.navigation {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 600;
	color: #FFF;
	text-decoration: none;
	line-height: 30px;
}

a:link {
	color:#d8def7;
}      /* unvisited link */

a:visited {
	color:#d8def7;
}  /* visited link */

a:hover {
	color:#ffea00;
}  /* mouse over link */

a:active {
	color:#FFF;

}  /* selected link */


.baillocations {
	font-size: 16px;
	text-align: right;
	color: #F00;
	font-weight: bold;
}

.footertext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: 600;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}
.REDTEXT_Heading {
	font-size: 16px;
	font-weight: bold;
}
.whiteheader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	color: #F00;
}

h1 {
	color:#FF0;
	font-size: 22px;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {   
color:#f10505;  
font-weight: bold;
font-size: 20px;
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

h3 {   
color:#006699;  
font-weight: bold;
font-size: 20px;
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}


h4 {  
color:#ffffff;  
font-size: 16px;
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

.courts_links {
	color: #FF0;
}

.thrColFixHdr #container #sidebar2 ul li {
	font-size: 12%;
}
.thrColFixHdr #container #sidebar2 ul li {
	font-size: 12px;
}
.thrColFixHdr #container #sidebar2 .tableborder {
	font-size: 12px;
	font-weight: normal;
}
.agentlink {
	color: #903;
	font-weight: bold;
}
.thrColFixHdr #container #sidebar1 ul li {
	font-size: 12px;
}

.footertext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: 600;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}

.thrColFixHdr #container #sidebar2 ul li {
	font-size: 12%;
}
.thrColFixHdr #container #sidebar2 ul li {
	font-size: 12px;
}
.thrColFixHdr #container #sidebar2 .tableborder {
	font-size: 12px;
	font-weight: normal;
}
.agentlink {
	color: #903;
	font-weight: bold;
}
.thrColFixHdr #container #sidebar1 ul li {
	font-size: 12px;
}


#suckerfishnav {
    background:#9C1F1B url("/images/bg-red.png") repeat-x;
    font-size:11px;
    font-family:verdana,sans-serif;
    font-weight:bold;
    width:100%;
    }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:40px;
    padding:0;
    border:1px solid #aaa;
    margin:0;
    width:100%;
    }
#suckerfishnav a {
    display:block;
    color:#ffffff;
    text-decoration:none;
    padding:0px 10px;
    }
#suckerfishnav li {
    float:left;
    padding:0;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:181px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    border-top:1px solid #666666;
    }
#suckerfishnav li li {
    width:179px;
    border-bottom:1px solid #666666;
    border-left:1px solid #666666;
    border-right:1px solid #666666;
    font-weight:bold;
    font-family:verdana,sans-serif;
    }
#suckerfishnav li li a {
    padding:4px 10px;
    width:150px;
    font-size:12px;
    color:#dddddd;
    }
#suckerfishnav li ul ul {
    margin:-21px 0 0 150px;
    }
#suckerfishnav li li:hover {
    background:#9C1F1B;
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#dddddd;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#dddddd;
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#dddddd;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#444444;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background:#DA0909;
    }
.grey-back-form {
	
	background-color:#333;
	color:yellow;
	border-color:#666;
	font-size: 10pt;"
	
	}


#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}