@charset "utf-8";
/* CSS Document */

body {
	font: 16px Helvetica, Arial, sans-serif;
	background: #1d3b5e;
	margin: 0 auto; /* set margin to 200px for now */
	padding: 0;
	line-height: 130%;
	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: #000000;
}
h2 {
	font-size: 20px;
	color: #8A0808;
	margin: 0;
	padding: 13px 0 19px 0;
}
h3 {
	font-size: 17px;
	color: #8A0808;
	margin: 0;
	padding: 0 0 13px 0;
}
h4 {
   font-size: 15px;
}
h5 {
   margin: 0;
   padding: 2px 7px;
   font-size: 15px;
}
p {
	margin: 0 0 10px 0;
	padding: 0;
}
table {
  border-collapse:collapse;
}
td {
  padding: 4px 2px;
  font-size: 14px;
  vertical-align:top;
  border-spacing:0;
  margin:0;
  border:1px solid #cac6bc;
}
table.navBar {
	height:32px;
}
.navBar td, .borderlessTable td {
	padding: 0;
	border:none;
}

.listStyleRsrcs li {
	margin: 10px 4px;
}
header {
    /* display: flex; */
    width: 100%;
}
div.nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0;
}
.nav ul {
  list-style: none;
  background: #1c4472; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #3f78b9, #1c4472); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #3f78b9, #1c4472); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #3f78b9, #1c4472); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #3f78b9, #1c4472); /* Standard syntax */
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: row;    
  text-align: center;
  padding: 0 !important;
  margin: 0;
}
.nav li {
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  vertical-align: center;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #888;
}
 
.nav a {
  text-decoration: none;
  color: #fff;
  /* display: block;
    height: 44px;
    padding-top: 13px; */
  
}
 
.nav a:hover {
  background-color: #254e7c;
    
}

/*
 
.nav a.active {
  background-color: #fff;
  color: #444;
  cursor: default;
}

*/
 
@media screen and (min-width: 200px) {
  .nav li {
    width: 91px;
    margin: 6px 0;
    padding: 1px 3px;
    border-bottom: none;
      vertical-align: middle;
    flex-direction: column;
    justify-content: center;
        display: flex;
  }
    .nav li.narrow {
        width: 58px;
    }
    .nav li.wide {
        width: 106px;
    }
    .nav li.xwide {
        width: 147px;
    }
    .nav li.nrml {
        width: 90px;
    }
 
  /* Option 1 - Display Inli;ne */
  
 
  /* Options 2 - Float
  .nav li {
    float: left;
  }
  .nav ul {
    overflow: auto;
    width: 600px;
    margin: 0 auto;
  }
  .nav {
    background-color: #444;
  }
  */
}
.oneColElsCtr #container {
width: 884px;
background: #FFFFFF;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
border-left: 1px solid #FFFFFF;
text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
img {
border:none;
}
div.clear {
	clear:both;
} 
div.section {
	background: url(../../images/subhead_garnishment.jpg) repeat-x 0 25px;
	padding: 0 5px;
	margin: 20px 0;
}
div.section2 {
	background: url(../../images/subhead_garnishment.jpg) repeat-x 0 45px;
	padding: 0 5px;
	margin: 20px 0;
}
div.section_wide {
	background: url(../../images/subhead_garnishment.jpg) repeat-x 0 25px;
	padding: 0 5px;
	margin: 20px 30px;
}
div.section2_wide {
	background: url(../../images/subhead_garnishment.jpg) repeat-x 0 45px;
	padding: 0 5px;
	margin: 20px 30px;
}
div.section_IE6 {
	background: url(../../images/subhead_garnishment.jpg) repeat-x 0 25px;
	padding: 0 5px;
	margin: 20px 10px;
}
div.section2_IE6 {
	background: url(../../images/subhead_garnishment.jpg) repeat-x 0 45px;
	padding: 0 5px;
	margin: 20px 10px;
}
div.paragraphBreak {
	height: 0px;
	position:absolute;
	visibility:hidden;
	background: #CCC;
}

ul.square {list-style-type: square;}
ol li { padding-bottom: 33px; }
div.boxLeft { float:left;margin:0 8px;padding:0;  } 
div.boxRight { float:right;margin:0 8px; padding:0; }
div.photo { float:right; padding:0; border: 1px solid #CCC; }
.boxLeft a, .boxRight a { color: #0066cc; border: none; }
.photo img { border: 1px solid #FFF; margin: 0; padding:0; }

div.footer {
   text-align:center;
   margin: 5px 90px;
   font-size: 12px;
   line-height: 22px;
   padding: 0;
   height: 60px;
}     
