/*************************************************************************
	@imports
*************************************************************************/
	@import url("pagination.css");

	
/*************************************************************************
	@basic_tags
*************************************************************************/
	body, table, tr, td, form, select, option, text, input, textarea
	{
		font: x-small/1.4 arial, Helvetica, sans-serif;
	}
	
	body
	{
		background: #d8e5f0 url(/images/medicaid/bg_body.gif);
		margin: 0;
		padding: 0;
		color: #535353;
		text-align: center;
	}

	/********************/
	/*** @header_tags ***/
	/********************/
		h1, h2, h3, h4, h5, h6
		{
			margin: 0;
			padding: 0;
			line-height: 1.3;
		}
		
		h1 { font-size: 1.8em; }
		h2 { font-size: 1.6em; }
		h3 { font-size: 1.4em; }
		h4 { font-size: 1.1em; }
		h5 { font-size:   1em; }
		h6 { font-size:  .9em; }
		
	/**************/
	/*** @forms ***/
	/**************/
		form
		{
			background-color: #F0EDE2;
			margin: 1em 0;
			padding: 0 10px;
			font-size: .99em;
		}
		
		form div
		{
			margin: 0;
			padding: 0;
			display: table;
			width: 100%;
		}
		
		form div.areaActionBtns
		{
			padding-top: 0;
			padding-left: 12em;
			border-top: none;
			width: auto;
			clear: left;
		}
		
		form div.areaActionBtns input.btnSubmit
		{
			margin-right: 1em;
			width: auto;
			float: none;
		}
		
		form div.group ul
		{
			margin: 0;
			padding: 0;
			border: none;
			display: inline;
			list-style: none;
			float: left; /* for ie */
		}

		form div.group li
		{
			margin: 0;
			padding: 0 1em 0 0;
			display: inline;
			list-style: none;
			float: left;
		}
		
		form div.group label
		{
			margin: 0;
			padding-top: .5em;
			padding-bottom: .5em;
			border-top: none;
			width: auto;
			float: left;
		}
		
		form div.group li label
		{
			padding-top: .8em;
			padding-bottom: .8em;
		}
		
		form div.group span.title
		{
			padding-top: .8em;
		}
		
		form div.required
		{
			margin-bottom: 1em;
			border-top: none;
		}

		form fieldset
		{
			margin: 0 0 2em 0;
			border: none;
		}

		form fieldset ul
		{
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
		form fieldset li
		{
			margin: 0;
			padding: 0;
			border: none;
			list-style: none;
		}
		
		form fieldset li label
		{
			width: 100%;
			display: block;
		}
		
		form fieldset li.first label
		{
			border-top: none;
		}
		
		form fieldset li label
		{
			padding-bottom: 0;
		}
		
		form fieldset div.areaActionBtns
		{
			margin-top: .5em;
		}
		
		form h3
		{
			background-color: #C3AD70;
			margin-left: -10px;
			margin-right: -10px;
			padding: .2em 10px;
			color: #fff;
			font-size: 1.2em;
		}
				
		input
		{
			margin-bottom: .3em;
			vertical-align: bottom;
			line-height: 1.2;
			font-size: 1.1em;
		}
		
		input:focus, select:focus, textarea:focus
		{
			border: 2px solid #C3AD70;
		}
		
		input.btnSubmitImg:focus
		{
			border: none;
		}
		
		input.btnSubmit
		{
			background-color: #C3AD70;
			border: 1px solid #C3AD70;
			font-weight: bold;
			color: #fff;
			width: auto;
		}
		
		input.btnSubmitImg
		{
			height: auto;
			width: auto;
		}
		
		input.checkbox
		{
			width: auto;
		}

		input.radio
		{
			width: auto;
			float: none;
		}
		
		input.time
		{
			margin-right: .5em;
			width: 3em;
		}
			
		input.txtFld
		{
			border: 1px solid #333;
			width: 100px;
		}
		
		label
		{
			margin: 0;
			padding: .5em 0;
			display: table;
			width: 100%;
			clear: left;
			cursor: pointer;
		}
	
		label.required
		{
		}
		
		label a
		{
			padding-left: 2em;
			display: block;
		}
		
		label img
		{
			margin-top: .3em;
		}
		
		label span, form div.group span
		{
			padding-top: .2em;
			display: block;
			width: 12em;
			float: left;
		}	
		
		legend
		{
		}
		
		form .missing
		{
		}
		
		textarea
		{
			font-size: 1em;
			height: 9em;
			width: 300px;
			width:100%;
			clear: left;
		}
		
		textarea.style02
		{
			float: left;
			clear: none;
			width: 200px;
		}

		form div input
		{
			width: 200px;
			float: left;
		}
		
		form div select
		{
			margin-right: 1em;
			float: left;
		}

		form ul.valueList
		{
			border-right: none;
			height: 10em;
			overflow: auto;
		}
		
	/**************/
	/*** @links ***/
	/**************/
		a, a:link, a:visited, a:active, a:hover
		{
			color: #507999;
			text-decoration: underline;
		}
		
		a:hover
		{
			text-decoration: none;
		}
		
		a.persist
		{
			display: block;
		}
		
		a img
		{
			border: none;
		}
		
		a#registerOnline, a#btnPurchase
		{
			background: #396A8A url(/images/medicaid/diagnols_03.gif) left top repeat;
			margin-top: .5em;
			padding: .3em .5em;
			border: 1px solid #000;
			color: #fff;
			font-weight: bold;
			text-align: center;
			text-decoration: none;
			display: block;
			width: 10em;;
		}
		
		a#registerOnline:hover, a#btnPurchase:hover
		{	
			background: #1C5479;
		}
		
		
	/**************/
	/*** @lists ***/
	/**************/
		dl
		{
			display: block;
			line-height: 1.4em;
		}
		
		dt
		{
			margin-right: .4em;
			font-weight: bold;
			width: auto;
			float: left;
		}
		
		dd
		{
		}
		
		/* eventDetails */
			dl.eventDetails
			{
				background-color: #efefef;
				display: block;
				width: 100%;
				color: #333;
			}
			
			dl.eventDetails dt
			{
				border-top: 1px solid #fff;
				padding-top: .5em;
				padding-bottom: .5em;
				padding: .5em;
				width: 7em;
				text-align: right;
				clear: left;
			}
			
			dl.eventDetails dt.rowStyle2
			{
				background-color: #E0E0E0;
			}
			
			dl.eventDetails dd
			{
				margin-left: 0;
				padding: .5em  .5em .5em 8.6em;
				border-top: 1px solid #fff;
			}
			
			dl.eventDetails dd.rowStyle2
			{
				background-color: #E0E0E0;
			}
		
		ul, ol
		{
			margin: 1em 0 1em 1.8em;
			padding: 0;
		}
		
		ul ul, ol ol
		{
			margin-top: 0;
			margin-bottom: 0;
		}
		
		ul li
		{
			margin: 0;
			padding: 0;
			list-style: square;
		}
		
		/* nested list styles */
			ol, ol li
			{
				list-style: decimal;
			}
			
			ol ol, ol ol li
			{
				list-style: upper-alpha;
			}
			
			ol ol ol, ol ol ol li
			{
				list-style: upper-roman;
			}
			
			ol ol ol ol, ol ol ol ol li
			{
				list-style: lower-roman;
			}
			
			ol ol ol ol ol, ol ol ol ol ol li
			{
				list-style: lower-alpha;
			}
		
	/**************/
	/*** @other ***/
	/**************/
		img
		{
			border: none;
		}

		div
		{
			margin: 0;
			padding: 0;
		}
		
		div.meta
		{
			color: #666;
			font-size: .9em;
		}
		
		div.meta ul
		{
			margin-bottom: .3em;
		}

	
	/***************/
	/*** @tables ***/
	/***************/
		table
		{
			margin: 0 0 1em 0;
			padding: 0;
			border-collapse: collapse;
		}
		
		tr
		{
			margin: 0;
			padding: 0;
		}
		
		th
		{
			margin: 0;
			padding: .5em 1em;
			vertical-align: top;
			font-size: 1.1em;
		}
		
		
		td
		{
			margin: 0;
			padding: .5em 1em;
			vertical-align: top;
			font-size: 1.2em;
		}
		
		tr.rowStyle2 {}

			
	/*******************/
	/*** @text_style ***/
	/*******************/
		blockquote
		{
		}
		
		img.fundContent
		{
			margin-top: 3px;
			display: block;
		}
		
		p
		{
			margin: 0 0 1em 0;
			padding: 0;
		}
		
		p.date
		{
			margin-bottom: 0;
			color: #507999;
			font-size: .83em;
		}
		
		div.pullout
		{
			margin: 2.5em 0 1.5em 2em;
			padding: .8em .2em;
			border-top: 1px solid #ccc;
			border-bottom: 1px solid #ccc;
			width: 180px;
			float: right;
			clear: both;
			color: #333;
			font-family: Palatino, "times new roman", times, serif;
			font-size: 1.2em;
			line-height: 1.2;
		}
		
		.important
		{
			background-color: #487AA7;
			padding: .2em .5em;
			color: #fff;
		}
	
		.required
		{
			color: #487AA7;
		}

		.date
		{
			display: block;
		}

	
/*************************************************************************
	@layout_elements
*************************************************************************/
	/*** @alignLeft **/
		.alignLeft
		{
			text-align: left;
		}
		
	/*** @alignRight ***/		
		.alignRight
		{
			text-align: right;
		}
		
		a.alignRight
		{
			display: block;
		}

	/*** @alignRight ***/
		.alignCenter
		{
			text-align: center;
		}
		
	/*** @containerMedia ***/
		div.containerMedia
		{
			margin: .5em 2em;
		}
		
		div.containerMedia img
		{
		/*	max-width: 225px; */
		}

		div.containerMedia div.captions
		{
			
		}
			
		div.containerMedia.alignLeft
		{
			margin-left: 0;
			float: left;
		}
		
		div.containerMedia.alignRight
		{
			margin-right: 0;
			float: right;
		}

	.extraDiv01, .extraDiv02, .extraDiv03
	{
		font-size: 0;
		line-height: .01px;
		text-indent: -9999px;
	}

	.indent
	{
		margin-left: 1em;
	}
		
	.outdent
	{
		margin-left: -1em;
	}

	/*** @columns ***/
		.column
		{
			margin-right: 5%;
			margin-left: 5%;
			width: 40%;
			float: left;
		}
		
		.column.first
		{
			margin-left: 0;
		}
		
		.column.last
		{
			margin-right: 0;
		}
		

/*************************************************************************
  @zones	
*************************************************************************/
	div#wrapper
	{
		background: transparent url(/images/medicaid/bg_wrapper.gif) left top no-repeat;
		margin: 25px auto 10px auto;
		padding: 10px 0;
		font-size: 1.2em;
		width: 744px;
		text-align: left;
		position: relative;
	}
		
	div#zone1
	{
		margin-right: 3px;
		width: 150px;
		float: left;
	}
	
	div#zoneMain
	{
		background: #fff url(/images/medicaid/bg_zoneMain.gif) left top repeat-y;
		margin-top: -4px;
		padding: 0 8px;
	}

	div#zone2
	{
		padding: 0 10px 1em 10px;
		float: left;
		width: 555px;
	}
	
	div#zoneFooter
	{
		background: transparent url(/images/medicaid/bg_zoneFooter.gif) left top no-repeat;
		padding-top: 20px;
		color: #999;
		line-height: 1.2;
		text-align: center;
		clear: both;
	}
	
/*************************************************************************
	@wrapper
*************************************************************************/
	ul#navAccessibility
	{
		margin: 0;
		padding: 0;
		height: 10px;
		width: 744px;
		overflow: hidden;
		list-style: none;
		position: absolute;
		left: 0;
		top: 0;
	}
	
	ul#navAccessibility li
	{
		margin: 0;
		padding: 0;
		list-style: none;
		position: absolute;
		left: -9999px;
		top: -9999px;
	}
	
	
/*************************************************************************
	@zoneMain
*************************************************************************/


/*************************************************************************
	@zone1
*************************************************************************/
	
	/*********************/
	/*** @zoneBranding ***/
	/*********************/
		div#zoneBranding
		{
			border-bottom: 2px solid #fff;
			height: 150px;
		}
		
		div#zoneBranding h1 a
		{
			background: #487AA7 url(/images/medicaid/logo_screen_tm.gif) 11px 55px no-repeat;
			height: 150px;
			display: block;
		}
		
		div#zoneBranding h1 img
		{
			display: none;
		}
		
	/********************/
	/*** @areaInitUHF ***/
	/********************/
		p#areaInitUHF
		{
			background: transparent url(/images/medicaid/init_uhf.gif) left top no-repeat;
			padding-top: 20px;
			padding-bottom: 180px;
		}
		
		p#areaInitUHF a
		{
			display: block;
			height: 123px;
			width: 100%;
			color: #fff;
		}
		
		p#areaInitUHF a span
		{
			display: block;
			overflow: hidden;
			font-size: 1px;
			line-height: 0;
			text-indent: -999px;
		}
		
	/***********************/
	/*** @areaSiteSearch ***/
	/***********************/
		form#areaSiteSearch
		{
			background-color: #487AA7;
			margin: 0;
			padding: 40px 7px 0 7px;
			width: 136px;
			color: #EEF3F7;
			font-size: .9em;
		}
		
		form#areaSiteSearch input
		{
			margin-left: 20px;
		}

		form#areaSiteSearch input.btnSubmit
		{
			margin-top: .5em;
		}

		form#areaSiteSearch input.txtFld
		{
			margin-left: 0;
			width: 120px;
		}
		
		form#areaSiteSearch input.checkbox
		{
			margin-left: 0;
			padding-left: 0;
			margin-bottom: -.2em;
			float: left;
		}
		
		form#areaSiteSearch label
		{
			padding: 0;
			border: none;
		}
		
		form#areaSiteSearch label:hover
		{
			background-color: transparent;
		}
		
		
		form#areaSiteSearch label span
		{
			padding-bottom: .5em;
			width: 100px;
		}
		
		form#areaSiteSearch label#labelSiteSearch
		{
			background: transparent url(/images/medicaid/label_search.gif) left top no-repeat;
			padding-top: 12px;
		}
		
		form#areaSiteSearch label#labelSiteSearch span
		{
			font-size: 1px;
			line-height: 0;
			text-indent: -9999px;
			overflow: hidden;
			display: block;
		}

	
	/*******************/
	/*** @navPrimary ***/
	/*******************/
		div#navPrimary
		{
			background-color: #396A8A;
		}
		
		div#navPrimary a
		{
			background-color: #487AA7;
			background-position: 7px 50%;
			background-repeat: no-repeat;
			color: #fff;
			font-weight: bold;
			text-decoration: none;
			text-transform: uppercase;
			display: block;
			height: 28px;
		}
		
		div#navPrimary a:hover
		{
			background-color: transparent;
		}

		div#navPrimary a span
		{
			font-size: 1px;
			line-height: 0;
			text-indent: -9999px;
			display: block;
			overflow: hidden;
		}
		
		div#navPrimary ul
		{
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
		div#navPrimary li
		{
			background-color: #396A8A;
			background-position: 7px 50%;
			background-repeat: no-repeat;
			margin: 0;
			padding: 0;
			list-style: none;
			border-bottom: 1px solid #fff;
		}
		
		.explain-badge {float:right;padding-left:25px;padding-bottom:25px;}
		
		/*	 
			(nav1001) Home
			(nav1002) About the Institute
			(nav1003) Publication
			(nav1004) News
			(nav1005) Events
			(nav1006) Grants
			(nav1007) Additional Resources
		*/
		
		/* (nav1001) Home */
			li#nav1001 { background-image: url(/images/medicaid/nav1001over.gif); }
			li#nav1001 a { background-image: url(/images/medicaid/nav1001.gif); }
			li#nav1001 a:hover, li#nav1001.active a { background: transparent; }
			
		/* (nav1002) About the Institute */
			li#nav1002 { background-image: url(/images/medicaid/nav1002over.gif); }
			li#nav1002 a { background-image: url(/images/medicaid/nav1002.gif); }
			li#nav1002 a:hover, li#nav1002.active a { background: transparent; }
			
		/* (nav1003) Publication */
			li#nav1003 { background-image: url(/images/medicaid/nav1003over.gif); }
			li#nav1003 a { background-image: url(/images/medicaid/nav1003.gif); }
			li#nav1003 a:hover, li#nav1003.active a { background: transparent; }
			
		/* (nav1004) News */
			li#nav1004 { background-image: url(/images/medicaid/nav1004.gif); }
			li#nav1004 a { background-image: url(/images/medicaid/nav1004.gif); }
			li#nav1004 a:hover, li#nav1004.active a { background: transparent; }
			
		/* (nav1005) Events */
			li#nav1005 { background-image: url(/images/medicaid/nav1005over.gif); }
			li#nav1005 a { background-image: url(/images/medicaid/nav1005.gif); }
			li#nav1005 a:hover, li#nav1005.active a { background: transparent; }
			
		/* (nav1006) Grants */
			li#nav1006 { background-image: url(/images/medicaid/nav1006over.gif); }
			li#nav1006 a { background-image: url(/images/medicaid/nav1006.gif); }
			li#nav1006 a:hover, li#nav1006.active a { background: transparent; }
			
		/* (nav1007) Additional Resources */
			li#nav1007 { background-image: url(/images/medicaid/nav1007over.gif); }
			li#nav1007 a { background-image: url(/images/medicaid/nav1007.gif); }
			li#nav1007 a:hover, li#nav1007.active a { background: transparent; }

	
/*************************************************************************
	@zone2
*************************************************************************/
	
	div#zone2 img#usMap
	{
		margin: -37px -5px 12px -10px;
		height: 221px;
		width: 575px;
	}
	
	p.download
	{
		margin: .2em 0;
	}
	
	p.download a
	{
		background: transparent url(/images/medicaid/icon_dl_file.gif) 100% .2em no-repeat;
		padding: 0 20px 0 0;
		text-decoration: none;
	}
	
	p.download a:hover
	{
		background-image: url(/images/medicaid/icon_dl_file_over.gif);
		background-color: #F3F7FA;
		color: #396A8A;
	}

	/***************************/
	/*** @pageTypeContainers ***/
	/***************************/
	/*** @landing_page ***/
		div#zone2.containerLanding h3, div#zone2.containerLanding h4
		{
			margin-top: 1em;
			clear: left;
		}
		
	/*** @list_page ***/
		div#zone2.containerList  h4
		{
			margin-top: 1em;
			clear: left;
		}
		
	/*** @show_page ***/

		
	/********************/
	/*** @attachments ***/
	/********************/	
		.areaAttachments
		{
			padding: 0 0 1em 10px;
			color: #444;
			clear: left;
		}
		
		.containerList .areaAttachments
		{
			margin-bottom: 1.5em;
			padding-left: 20px;
			color: #666
		}

		.areaAttachments img
		{
			margin-top: 5px;
			margin-bottom: -5px;
		}
		
		.areaAttachments p
		{
			margin-bottom: 0;
		}
		
		.attachmentHeader
		{
			margin-left: -10px;
			font-weight: bold;
			display: block;
		}
		
		.download .med-doc {
			border-bottom:1px solid #CCC;
			background:#FFFF99;
		}
		
		/* show page */
			.containerShow .areaAttachments
			{
				background-color: #D8E5F0;
				margin-top: 1em;
				border-bottom: 3px solid #396A8A;
				clear: both;
			}
			
			.containerShow .areaAttachments .attachmentHeader
			{
				background-color: #396A8A;
				padding: .3em 10px;
				border-bottom: 1px solid #fff;
				color: #fff;
				display: block;
			}
			
		
	/***********************/
	/*** @areaBreadcrumb ***/
	/***********************/
		p.areaBreadcrumb
		{
			margin-top: -34px;
			margin-bottom: 2em;
			color: #999;
			font-size: .92em;
		}
		
	/********************************/
	/*** @areaAdditionalResources ***/
	/********************************/
		div#areaAdditionalResources h4
		{
			background: transparent url(/images/medicaid/dots_01.gif) left bottom repeat-x;
			margin: 1em 0 .5em 0;
			padding-top: 1.5em;
			padding-bottom: 1px;
		}
		
		div#areaAdditionalResources ul
		{
			margin-top: 0;
		}
	
	/**********************/
	/*** @areaRelGrants ***/
	/**********************/
		div.colRelContent div#areaRelGrants
		{
			background-color: #ECE9D9;
			border-bottom: 3px solid #B3B07D;
			padding: 0 10px 1px 10px;
			color: #666447;
			font-size: .9em;
		}
		
		div#areaRelGrants h4
		{
			background: transparent url(/images/medicaid/header_related_grants.gif) left top no-repeat;
			margin-bottom: 5px;
			padding-bottom: 3px;
			border-bottom: 1px solid #ccc;
			height: 12px;
			font-size: 1px;
			line-height: 0;
			text-indent: -9999px;
			overflow: hidden;
		}
		
		div.colRelContent div#areaRelGrants a
		{
			color: #4D4B36;
		}
		
		div.colRelContent div#areaRelGrants h4
		{
			background: #C6C38B url(/images/medicaid/diagnols_02.gif) left top repeat;
			margin: 0 -10px 5px -10px;
			padding: .2em 10px;
			border-bottom: 1px solid #fff;
			height: auto;
			color: #fff;
			font-size: 12px;
			letter-spacing: 1px;
			line-height: 1.2;
			text-indent: 0;
		}

	/********************/
	/*** @areaRelNews ***/
	/********************/
		div#areaRelNews
		{
			margin-bottom: 2em;
		}
		
		div.colRelContent div#areaRelNews
		{
			background-color: #E6D9BD;
			padding: 0 10px 1px 10px;
			border-bottom: 3px solid #C3AD70;
			color: #66562C;
			font-size: .9em;
		}
		
		div#areaRelNews h4
		{
			background: transparent url(/images/medicaid/header_related_news.gif) left top no-repeat;
			margin-bottom: 5px;
			padding-bottom: 3px;
			border-bottom: 1px solid #ccc;
			height: 12px;
			font-size: 1px;
			line-height: 0;
			text-indent: -9999px;
			overflow: hidden;
		}
		
		div.colRelContent div#areaRelNews a
		{
			color: #4D4121;
		}
		
		div.colRelContent div#areaRelNews h4
		{
			background: transparent url(/images/medicaid/diagnols_01.gif) left top repeat;
			margin: 0 -10px 5px -10px;
			padding: .2em 10px;
			border-bottom: 1px solid #fff;
			color: #fff;
			font-size: 12px;
			letter-spacing: 1px;
			height: auto;
			line-height: 1.2;
			text-indent: 0;
		}
		
		div#areaRelNews ul
		{
			margin-top: 0;
			margin-left: 0;
			list-style: none;
		}
		
		div#areaRelNews li
		{
			margin-bottom: 1em;
			list-style: none;
		}
		
	/********************/
	/*** @areaRelPubs ***/
	/********************/
		div#areaRelPubs h3
		{
			background: transparent url(/images/medicaid/header_related_publications.gif) left top no-repeat;
			margin-bottom: 5px;
			padding-bottom: 3px;
			border-bottom: 1px solid #ccc;
			height: 13px;
			font-size: 1px;
			line-height: 0;
			text-indent: -9999px;
			overflow: hidden;
		}

		
	/****************/
	/*** @colMain ***/
	/****************/
		div.colMain
		{
			margin-top: .5em;
			padding-right: 25px;
			width: 350px;
			float: left;
		}
		
	/**********************/
	/*** @colRelContent ***/
	/**********************/
		div.colRelContent
		{
			margin-top: .5em;
			width: 180px;
			float: left;
		}
		
	/**************************/
	/*** @containerCatGroup ***/
	/**************************/
		div.containerCatGroup
		{
			padding-left: 15px;
		}
		
		div.containerCatGroup h3
		{
			background: transparent url(/images/medicaid/dots_01.gif) left bottom repeat-x;
			margin: 1em 0 .5em -15px;
			padding-bottom: 1px;
			color: #000;
			font-size: 1.2em;
		}
		
	/****************************/
	/*** @containerCntDetails ***/
	/****************************/
		div.containerCntDetails
		{
			margin-bottom: 2em;
			font-size: .92em;
		}
		
		div.containerList div.containerCntDetails h3
		{
			margin-bottom: .2em;
			color: #000;
			font-size: 1.45em;
		}

		div.containerShow div.containerCntDetails h4
		{
			margin-bottom: .2em;
			color: #000;
			font-size: 1.45em;
		}
		
		div.containerShow div.containerCntDetails h5.subtitle
		{
			margin-bottom: .2em;
			font-size: 1.25em;
			font-weight: normal;
			font-style: italic;
		}
			
		div.containerCntDetails p
		{
			margin-top: 1em;
			margin-bottom: 0;
		}
		
		div.containerCntDetails p.date
		{
			margin-top: 0;
			font-size: 1em;
		}
		
		div.containerCntDetails strong.date
		{
			display: block;
		}
		
		div.containerCntDetails ul
		{
			margin: 0;
			list-style: none;
		}
		
		div.containerCntDetails li
		{
			list-style: none;
		}
		
	/**************************/
	/*** @containerFeatured ***/
	/**************************/
		div.containerFeatured
		{
			background-color: #D8E5F0;
			margin-bottom: 2em;
			padding: 0 10px 1px 10px;
			color: #333;
		}
		
		div.containerFeatured h3
		{
			background: #396A8A url(/images/medicaid/header_featured_events.gif) 10px 50% no-repeat;
			margin: 0 -10px 5px -10px;
			padding: 8px 0;
			height: 14px;
			color: #fff;
			font-size: 1px;
			line-height: 0;
			text-indent: -9999px;
			overflow: hidden;
		}

		div.containerFeatured span.date
		{
			margin-bottom: .5em;
			display: block;
			font-style: italic;
		}
		
	/***********************/
	/*** @containerIntro ***/
	/***********************/
		div.containerIntro
		{	
		}
		
	
	/*********************/
	/*** @navSecondary ***/
	/*********************/
		div#navSecondary
		{
			margin-bottom: 40px;
		}
		
		div#navSecondary a
		{
			background-position: left top;
			background-repeat: no-repeat;
			padding: 10px;
			color: #334E63;
			font-weight: bold;
			text-decoration: none;
			text-transform: uppercase;
			display: block;
			height: 83px;
		}
		
		div#navSecondary a span
		{
			font-size: 1px;
			line-height: 0;
			text-indent: -9999px;
			display: block;
			overflow: hidden;
		}
		
		div#navSecondary ul
		{
			margin: 0;
			padding: 0;
			list-style: none;
			position: relative;
			height: 103px;
		}
		
		div#navSecondary li
		{
			margin: 0;
			padding: 0;
			list-style: none;
			width: 142px;
			position: absolute;
			top: 0;
		}
		
		/*	 
			(nav2001) Eligibility & Enrollment
			(nav2002) Spending & Containment
			(nav2003) Service Redesign
			(nav2004) Basic Facts
		*/
		
		/* (nav2001) Eligibility & Enrollment */
			li#nav2001
			{
				background-color: #DDC354;
				background-image: url(/images/medicaid/nav1Over.gif);
				left: -10px;
			}
			
			li#nav2001 a { background-image: url(/images/medicaid/nav1.gif); }
			li#nav2001 a:hover, li#nav2001.active a { background-image: none; }
			
		/* (nav2002) Spending & Containment */
			li#nav2002
			{
				background-color: #C3AF74;
				background-image: url(/images/medicaid/nav2Over.gif);
				left: 133px;
			}
			
			li#nav2002 a { background-image: url(/images/medicaid/nav2.gif); }
			li#nav2002 a:hover, li#nav2002.active a { background-image: none; }
			
		/* (nav2003) Service Redesign */
			li#nav2003
			{
				background-color: #C6C38B;
				background-image: url(/images/medicaid/nav3Over.gif);
				left: 276px;
			}
			
			li#nav2003 a { background-image: url(/images/medicaid/nav3.gif); }
			li#nav2003 a:hover, li#nav2003.active a { background-image: none; }
			
		/* (nav2004) Basic Facts */
			li#nav2004
			{
				background-color: #9E9B60;
				background-image: url(/images/medicaid/nav4Over.gif);
				left: 419px;
			}
			div#navSecondary li#nav2004 { width: 146px; }
			li#nav2004 a { background-image: url(/images/medicaid/nav4.gif); }
			li#nav2004 a:hover, li#nav2004.active a { background-image: none; }
	
		/*********************/
		/*** @sectionTitle ***/
		/*********************/	
			h2.sectionTitle
			{
				background-position: 0 0;
				background-repeat: no-repeat;
				margin: 0 0 10px 0;
				padding: 0;
				border-bottom: 1px solid #6699C2;
				height: 24px;
				color: #4F7898;
				font: 1px/0 palatino, "times new roman", times, serif;
				text-indent: -9999px;
				overflow: hidden;
			}
			
			div.frame4898 h2.sectionTitle { background-image: url(/images/medicaid/title_whats_new.gif); }
			div.frame4910 h2.sectionTitle { background-image: url(/images/medicaid/title_about_the_institute.gif); }
			div.frame4911 h2.sectionTitle { background-image: url(/images/medicaid/title_publications.gif); }
			div.frame4912 h2.sectionTitle { background-image: url(/images/medicaid/title_news.gif); }
			div.frame4913 h2.sectionTitle { background-image: url(/images/medicaid/title_events.gif); }
			div.frame4914 h2.sectionTitle { background-image: url(/images/medicaid/title_grants.gif); }
			div.frame4915 h2.sectionTitle { background-image: url(/images/medicaid/title_low-income_new_yorkers.gif); }
			div.frame4916 h2.sectionTitle { background-image: url(/images/medicaid/title_patient_care.gif); }
			div.frame4917 h2.sectionTitle { background-image: url(/images/medicaid/title_long-term_care.gif); }
			div.frame4918 h2.sectionTitle { background-image: url(/images/medicaid/title_improving_program_administration.gif); }
			div.frame4919 h2.sectionTitle { background-image: url(/images/medicaid/title_grants.gif); }
			div.frame4939 h2.sectionTitle { background-image: url(/images/medicaid/title_additional_resources.gif); }
			div.frame4940 h2.sectionTitle { background-image: url(/images/medicaid/title_explaining_medicaid.gif); }

/*************************************************************************
	@zoneFooter 
**************************************************************************/
	div#zoneFooter a
	{
		color: #999;
	}
	
/*************************************************************************
	@fixes
**************************************************************************/
	.clearFix
	{
		font-size: 1px;
		line-height: 0;
		clear: both;
	}
	
	.icn_pdf img { margin-bottom: -3px; }
  ul.no-bullet li {list-style-image:none;list-style-type:none;}
  ul.no-bullet {margin:.3em 0 .5em 1em;} /*1em 0 1em 1.8em*/

  
  .containerCatGroup p { margin-bottom: 0; margin-top:5px; }
  #areaRelPubs p {margin-top:5px; margin-bottom:0;}
	
/*************************************************************************
	@cms_additions
**************************************************************************/
	
	div.frame787 div#zone2 {
	width:713px;
	}
	
	div.frame787 div#zoneMain
	{
		background: #fff url(/images/medicaid/bg_zoneMainAdmin.gif) left top repeat-y;
	}
	
	div.frame5001 h2.sectionTitle { background-image: url(/images/medicaid/title_login.gif); }

/*************************************************************************
	@publication icons
**************************************************************************/


span.uhf-icon { background-image: url(/images/medicaid/icon_uhf.jpg);	background-repeat: no-repeat; }
span.medicaid-icon { background-image: url(/images/medicaid/icon_medicaid.jpg);	background-repeat: no-repeat; }
div.medicaid-legend { background-image: url(/images/medicaid/icon_medicaid.jpg);	background-repeat: no-repeat;	background-position: 10px 0px; padding-left:32px;vertical-align:middle;float:left; }
div.uhf-legend { background-image: url(/images/medicaid/icon_uhf.jpg);	background-repeat: no-repeat;	background-position: 10px 0px; padding-left:32px; vertical-align:middle;float:left;margin-left:30px;}



/*************************************************************************
	@fckeditor_css
**************************************************************************/



h4. {
	
}







