@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;
}
.oneColElsCtr #container {
width: 765px;
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;
}    