body { 
	font-family: helvetica, arial, sans-serif;  	
	font-size: 0.8125em;		
	margin: 0;		
	background: white url('../images/Header/headerBGFillWithNavbar_04.png') repeat-x;		
}

#page_content
{		
	padding: 0 0 15px;
	overflow: visible;
	position: relative;
	height: 100%;	
	margin-top: 1.5em;
}

#header,
#page_content
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

a, input.linkbutton {
	color: #244076;
	text-decoration: none;
}

a:hover, input.linkbutton:hover
{
	text-decoration: underline;
}

.small_loading_image {
	margin: 0 10px;
	vertical-align: text-bottom;
}

.medium_loading_image {
	margin: 0 10px;
	vertical-align: text-bottom;
}

.bad_flash_dialog
{
	border: 1px solid #DD3C10;
	background-color: #FFEBE8;
	background-repeat:no-repeat;
	padding:20px;
	text-align:left;
}

.bad_flash_dialog h4.bad_flash
{
	background-image: url(../images/flashErrorIcon.png);
	padding-left:25px;
	background-repeat:no-repeat;
}

.bad_flash_dialog a
{
	padding-left:25px;
}

#flash_notice,
#flash_error
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 10px auto;
	padding: 7px;
	font-size: 1.1em;
	border-width: 1px;
	border-style: solid;	
	line-height: 1.5;
	width: 920px;
	padding-left:30px;
	background-position: 5px 8px;
	background-repeat:no-repeat;
}

#flash_notice
{	
	background-image:url(../images/flashNoticeIcon.png);
	color: #117500;
	background-color: #e4ffd9;
	border-color: #117500;
}

#flash_error
{
	background-image: url(../images/flashErrorIcon.png);
	border: 1px solid #DD3C10;
	background-color: #FFEBE8;
}

.float_holder
{
	overflow: hidden;
}

/*Style PDF links with icon appended to the start of link*/
a[href*='.pdf']:before {
	content: url(../images/pdfIcon.png);
	margin-right: 3px;
}


/*Style External links with icon appended to the end of link*/
a.ext-link:after { 
	content: url(../images/extLinkIcon.png);
	margin-left:3px;
}

#page_lead {
	overflow:hidden;
	margin-top:0px;
	margin-bottom:30px;
	zoom:1;
}

.blurb p {
	text-align: left;
	font-size:1.4em;
	color:#383838;
	float:none;
	overflow:hidden;
	line-height:1.5;
}

.blurb h2 {
	padding-bottom:0.8em;
	margin-bottom:auto;
	margin:0;
	font-size:1.6em;
}


.page_section {
	margin-top:2em;
	width:100%;
	overflow:hidden;
	clear:both;
}


h2.subsection {
	font-size: 1.5em;
	margin-bottom: 0.8em;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border-bottom:1px solid #BDBDBD;
	padding: .5em 0px 0.5em 30px;
	color:#17284A;
	background:url('../images/ilclogoBullet_03.png') no-repeat left center;
	vertical-align:middle;
	clear:none;
	font-weight:normal;
}

a.scrollToAnchor {
	float:right;
	padding-top:15px;
	padding-right:15px;
	background-image:url('../images/upArrow.png');
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:bottom right;
	font-size:1.1em;
}

a.normal_arrow {
	background-image:url('../images/normalArrow.png');
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:8px;
	clear:both;
	font-size:1.1em;
}

img.flushleft {
	float:left;
	padding-right:10px;
}

img.flushright {
	float:right;
	padding-left:10px;
}

.item_list .view_and_pagination_holder
{
	border-top:1px solid #999999;
}

.bottom_pagination_holder
{
	border-bottom:1px solid #999999;
}

.item_list .view_and_pagination_holder, .bottom_pagination_holder
{
	background:#FFFFFF url('../images/gridFooterFill.png') repeat-x scroll center bottom;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	padding:1.2em 10px 1.1em 10px;
}

.pagination
{
	text-align: right;
	font-weight: bold;
}


.pagination a, .pagination span
{
	border:1px solid #9aafe5;
	padding:3px 5px;
	background-color:#fff;
	
}

.pagination span.current
{
	background-color:#2e6ab1;
	border-color:#2e6ab1;
	color:#fff;
}

.pagination a:hover
{
	border-color:#9aafe5;
	text-decoration:none;
	color:#fff;
	background-color:#2e6ab1;
}

.pagination .disabled
{
	border-color:#ddd;
	color:#999;
	font-weight:normal;
}

.pagination .gap
{
	border:none;
	background-color:transparent;
}

#subnav {
	width:100%;
	overflow: hidden;
	padding-top:6px;
	padding-bottom:1em;
	margin: 0 auto;
}

#subnav ul {
	padding-left:0px;
}

#subnav li {
	display:inline;
	overflow: hidden;
	float:none;
	height:1em;
	padding-left:0px;
	padding-right:35px;
	padding-top:10px;
	line-height:1;
	font-family:Verdana, Geneva, sans-serif;
}

#subnav a.selected {
	color:#284782;
	border-bottom-width:4px;
	border-bottom-color:#284782;
	border-bottom-style:solid;
	padding-bottom:3px;
}

#subnav a {
	color:#999;
	font-size:1.4em;
}

#subnav a:hover {
	color:#284782;
}