body  {
	font: 12px Arial, Helvetica, sans-serif;
	background: #C0C0C0;
	/*background-image:url(../images/page-bg.png);
	background-repeat:repeat-x;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px 0px 0px 0px;
	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;
}

dl{
margin:5px;
line-height:18px;
text-align:justify;
}

dt{
margin-top:10px;
padding-bottom:5px;
border-bottom:#F8F2E5 double;
font-weight: bold;
}

dd{
margin:10px 0px 5px 7px;
}

cite{
margin-left:10px;
font-size:12px;
text-align:justify;

}

.cite-inline{
margin:0;
font-style:italic;
font-size:11px;
}

dd li{
margin-top:5px;
list-style-type:none;
}

#diduknow ol{
	padding:0px;
}
	
#diduknow li{
	padding: 0px 0px 5px 0px;
}

#from-our-blog a img {
	border:none;
}
#from-our-blog a:hover {
	border:none;
}
#front-page-blog img {
	float:right;
	padding-left:10px;
	padding-bottom:10px;
	padding-top:10px;
}
.front-page-divider {
	border-bottom:1px dotted #D1D1D1;
}
.thrColFixHdr #search-bar-container{
	width: 145px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:10px;
	padding:5px 0px 15px 0px;
	text-align:left;
	
}
.thrColFixHdr #search-bar-container input{
	margin:0px 0px 10px 0px;
	padding:2px 0px 2px 1px;
	color:#333;
	letter-spacing:1px;
	font-style:normal;
}
.thrColFixHdr #search-bar-container select{
	margin:0px 0px 10px 0px;
	padding:1px 0px 1px 1px;
	color:#333;
	letter-spacing:1px;
	font-style:normal;
}
.thrColFixHdr #search-bar-container input.submit-bttn-style{
	padding:0;
	width: auto;
	background-color:#333333;
	border:#fff 1px solid;
	color:#fff;
	letter-spacing:normal;
	font-style:normal;
}
.thrColFixHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	background-repeat:no-repeat;
	background-position: top right;
	border-left:#000 1px solid;
	border-bottom:#000 1px solid;
	border-right:#000 1px solid;
	border-top:#000 1px solid;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 0px;
} 
.thrColFixHdr #header { 
	background-image:url(../images/FGL_Illinois.gif);
	background-color:: #660033;
	background-repeat:no-repeat;
	background-position: center;
	border-top:none;
	border-left:none;
	border-bottom:none;
	border-right:none;
	height:85px; 
	font-style:normal;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 0px 10px 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. */

} 
.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 0px 10px 65px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#FFFFFF;
	font-size:28px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:300;
}
#redtext{
	color:#930;
}
.thrColFixHdr span {
	color:#E7CFA2;
}
.thrColFixHdr span h2{
	color:#000;
	font-size:16px;	
}
.thrColFixHdr .pheader{
	color:#000;
	font-size:12px;	
}
.thrColFixHdr span h2#centered-header{
	color:#000;
	font-size:16px;
	text-align:center;	
}
.thrColFixHdr span h2#centered-header2{
	color:#000;
	font-size:14px;
	text-align:center;	
}
.thrColFixHdr #list-container {
	background:#FFFFFF;
	border-bottom:#999966 2px solid;
	padding:10px;
}

.thrColFixHdr #list-container ul{
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 25px;

}
.thrColFixHdr #list-container li{
	list-style:disc;
	background:#FFFFFF;
	border-bottom:#999966;
	padding:5px 0px 5px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.thrColFixHdr #link-container {
	background:#fff;
	border-bottom:#660033 2px solid;
	border-top:#D1D1D1 1px solid;
	padding:5px;
	margin:0px 0px 0px 0px;
}

.thrColFixHdr #link-container ul{
	padding:0;
	margin:5px 0px 10px 25px;

}
.thrColFixHdr #link-container li{
	list-style:disc;
	background:#fff;
	border-bottom:#660033;
	padding:10px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;

}
.alternate-List-Style ul{
	margin:0px 0px 0px 0px;
	padding:0;
}
.alternate-List-Style li{
	margin: 0px 0px 0px 0px;
	padding:5px 0px 5px 10px;
	list-style-type:none;
	}
.thrColFixHdr #featured-law-container{
	background:#F8F2E5;
	border-bottom:#660033 2px solid;
	padding:10px 0px 10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;

}
.thrColFixHdr #featured-law-container table{
	border-bottom:#E7CFA2 1px dotted;
	margin:0px 5px 5px 5px;
	width: 98%;
}
.featured-law-td-padding{
	padding:0px 0px 0px 10px;
}
.featured-law-td-padding p{
	margin:0;
	padding:0;
}
.thrColFixHdr #list-container h2{
	padding:0px 0px 0px 0px;
	margin:0px 0px -10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:italic;
	color:#640324;
}
.thrColFixHdr #featured-law-container h2{
	padding:0px 0px 0px 10px;
	margin:0px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:italic;
	color:#640324;
}

.thrColFixHdr #site-page-title{
	padding:0px 0px 5px 0px;
	margin:5px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	font-style:normal;
	font-weight:bold;
	color:#640324;
	border-bottom:#999966 2px solid;
	text-align:center;
}


.thrColFixHdr #site-page-title h1{
	padding:7px 0px 7px 0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style:italic;
	font-weight:normal;
	color:#000;
	text-align:center;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 149px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #660033; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 0px 15px 0px; /* padding keeps the content of the div away from the edges */
	height:800px;
	margin:0px 0px 10px 0px;
	border-left:#660033 1px solid;
	border-bottom:#d1d1d1 1px solid;
	border-right:#A78A8C 2px solid;
	
}
#sidebar1 #nav-adjust #qm0{


}
.thrColFixHdr #sidebar1 ul{
	margin:0;
	padding:0;
}

.thrColFixHdr #sidebar1 li{
	list-style:none;
	display:block;
	padding:8px 8px 8px 8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;

}	

.thrColFixHdr #sidebar1 p{
	font-size:10px;
	font-weight: normal;
	line-height:15px;
	color:#FFFFFF;
	border-top:	#E7CFA2 1px solid;
	border-bottom: #E7CFA2 1px solid;
	padding:0;
	margin:20px 0px 0px 0px;
}

.thrColFixHdr #sidebar1 li a:link{
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	border-bottom:none;

}
.thrColFixHdr #sidebar1 li a:visited{
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	border-bottom:none;

}

.thrColFixHdr #sidebar1 li a:hover{
	font-size:12px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	border-bottom:none;

}

.thrColFixHdr #sidebar1 li a:active{
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	border-bottom:none;

}

.thrColFixHdr #sidebar1 li:hover{
color:#000;
background-color:#E7CFA2;

}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 149px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 15px 0px; /* padding keeps the content of the div away from the edges */
	margin:7px 0px 10px 0px;
	height:675px;
	border:none;
	
}
.thrColFixHdr #google-search-container{
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 10px; /* padding keeps the content of the div away from the edges */
	margin:20px 0px 0px 0px;
	border:none;
}
.thrColFixHdr #sidebar2 #google-search-container p{
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	margin:0px 0px 0px 0px;
	font-size:12px;
	color:#000;
	text-transform:uppercase;
}
.thrColFixHdr #sidebar2 #google-search-container form{
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	margin:0px 0px 0px 0px;
}
.thrColFixHdr #google-search-container input{
	margin:0px 0px 5px 0px;
}
.thrColFixHdr #google-search-container input{
	margin:0px 0px 5px 0px;
	width:125px;
}
.thrColFixHdr #google-search-container input.submit-bttn{
	background-color:#660033;
	color:#fff;
	border:#333 1px solid;
	width:auto;
}
div#cse-search-results iframe{
	width:640px;
}
.thrColFixHdr #sidebar2 img {
	margin-left:9px;
}
.thrColFixHdr #newtopics{
	margin:50px 0px 0px 9px;	
}
.thrColFixHdr #sidebar2 p{
margin:0px 10px 0px 10px;
padding:12px 2px 2px 2px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
}	

.thrColFixHdr #sidebar2 ul{
margin:10px 10px 0px 10px;
padding:2px 2px 2px 2px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
}	

.thrColFixHdr #sidebar2 li{
list-style-type:none;
}

	
.thrColFixHdr #mainContent { 
	margin:0 160px; /* 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position:relative;

} 
.thrColFixHdr #mainContent h3{ 
	margin:0px 0px 5px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

.thrColFixHdr #mainContent p{
	padding: 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:10px 0px 10px 0px;
	color:#333333;
	line-height:21px;
	text-align:justify;
}

.thrColFixHdr .footer { 
	padding:10px 0px 25px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin:0;
	background:#ffffff;
	border:#d1d1d1 1px solid;
	text-align:center;
	font-size:12px;
} 

.thrColFixHdr #footerlinks-left{
	float: left;
	height:auto;
}
.thrColFixHdr #footerlinks-right{
	float:right;
	height:auto;
	padding:0px 0px 0px 0px;
}
.thrColFixHdr #footer  ul{
	text-align:left;
}
.thrColFixHdr #footer  ul li{
	padding:5px 0px 5px 0px;
}
.footer-nav{
	margin:5px;
	padding:10px;
	background-color:#ffffff;
	line-height:22px;
	border:#ccc 1px solid;
	text-align:center;
}
.footer-link-heading{
	font-weight:600;
	border-bottom:#efefef;
	}
#TinyParagraph{
font-size:11px;
}
.TinyParagraph{
font-size:11px;
}
#disclaimer{
	margin:5px;
	padding:10px;
	background-color:#ffffff;
	line-height:22px;
	border:#ccc 1px solid;

}
.thrColFixHdr #disclaimer p{
	font-size:11px;
	text-align:justify;
}

.thrColFixHdr #disclaimer span{
	font-size:11px;
	font-weight:bold;
	color:#660033;
	
}

.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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	line-height:18px;
}
.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;
}
.clearfix {
	clear:both;
	width:100%;
}

/*Other*/
.orderedlist-containter li .underline{
	text-decoration:underline;
	color:#000000;
	}
.thrColFixHdr .back-to-top{
	width:auto;
	background-color:#fff;
	padding:5px;
	border-top:#d1d1d1 1px dotted;
	border-bottom:#d1d1d1 1px dotted;
	text-align: right;
}
.orderedlist-containter ul{
	margin:0px 0px 0px 0px;
	padding:0;

}
.orderedlist-containter li{
	margin: 0px 0px 0px 0px;
	padding:5px 0px 5px 10px;
	list-style:decimal;
	list-style-position:outside;
}
.regularlist-containter ul{
	margin:0px 0px 0px 0px;
	padding:0;

}
.regularlist-containter li{
	margin: 0px 0px 0px 0px;
	padding:5px 0px 5px 10px;
	list-style:disc;
	list-style-position:outside;
}

/*Begin Search Box Styles*/
#search-container{
	margin:0px 10px 0px 0px;
	padding:26px 0px 0px 0px;
}
#search-container img{
	padding-top:25px;
}


/*Begin SiteMap Styles*/

.sitemap-containter{
	width:100%;
}
.sitemap-containter ul{
	margin:0px 0px 0px 0px;
	padding:0;

}

.sitemap-containter li{
	margin: 0px 0px 0px 0px;
	padding:5px 0px 5px 10px;
	list-style:disc;
	list-style-position:inside;
}

.sitemap-container-heading{
	font-size:14px;
	padding:0px 0px 0px 10px;
	margin:5px 0px 5px 0px;
	background-color:#efefef;
	list-style:none;
	border-top:#660033 1px dotted;
	border-bottom:#660033 1px dotted;

}

.sitmap-container-back-to-top{
	text-align:right;
	padding-right:10px;
	text-decoration:none;
	font-weight:bold;
}
#header-intro {
	position:     absolute;
	top:          180px;
	left:         50%;
	width:        640px;
	margin-left:  -320px;/* half of the width */
}
#news-container{
	margin:10px 0px;
	padding:5px;
}
#news-container b{
	color:#660033;	
}
#news-container ul{
	padding:0px 0px 0px 5px;
	margin:0;
	list-style-type:none;
}
#news-container ul li{
	margin:0;
	padding:0px 0px 12px 0px;
}
#news-more-link-container{
	padding-top:8px;
	border-top:#ccc 1px dotted;
	text-align:center;
}
#statuteOfLimitations ol, #statuteOfLimitations ul{
	color:#333333;
	line-height:21px;
}
#statuteOfLimitations ol ol li {
	list-style-type:lower-alpha;
}
#statuteOfLimitations ol ol ol li {
	list-style-type:armenian;
}
blockquote, blockquote ul, blockquote ol {
	line-height:21px;
	color:#333;
}
ul.spaced, ol.spaced {
	line-height:21px;
	color:#333;
}
	
ul.list-three-column {
	width:170px;
	float:left;
}
ul.list-three-column li{
	width:140px;
}
.attention {
	width:620px;
	margin:10px 0;
	padding:10px;
	color:#900;
	background-color:#FCC;
	border:1px solid #900;
}


